/*============================================================================
   #Webcms
==============================================================================*/
.container {
  max-width:1320px !important;
}

.row {
  max-width:1320px !important;
  width:100% !important;
  margin:0 !important;
}



.bd{
    background-color: #353535;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    position: relative;
}




body {
  background-color: #353535 !important ;
}


a:hover{
  text-decoration: none !important;
}

.headerall {
    background: #242424;
}

.headertop {
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
}

.w3-sidebar{
    left:0px;
    top:0px;
    transition: 2s all;
    background-color: #000000F2 !important;
    width: 250px !important;
    z-index: 20 !important;
    font-size: 13px !important;
    font-weight: bolder !important;
}

.w3-sidebar a{
    text-decoration: none;
    color:#FFFFFFCC ;
}

@media only screen and (max-width: 480px){
    .w3-sidebar {
        width: 240px !important;
    }
  }

.iconmenu i {
    color:#666666d9;
    font-size: 25px;
}

.iconmenu-left {
    font-size: 20px;
    margin-right: 20px;
}

.iconmenu i:hover{
    color: #e2ba48;
}

.iconheader {
    color: #ffffff;
    float:right;
}
.iconheader a i {
    text-decoration: none;
    color: #ffffff;
}

.iconheadere a i{
    text-decoration: none;
    color: #ffffff;
}

.textheader {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-right: 28px;
}

.textheader span{
    color: #a8741a;
}

.contenmenu ul {
    padding: 0;
    margin: 0;
}

.contenmenu ul li{
    padding: 15px 0px 15px 20px;
    border-top: 1px solid #ececec;
    color: #FFFFFFCC;
    border-color: rgba(255,255,255,0.2);
    text-transform: uppercase;
}

.header-cart {
    font-size: 13px;
    font-weight: 700;
}

.search {
    padding: 20px;
}

.bod{
    border-top:1px #333  solid;
}

.iconopen span i {
    font-size: 20px;

}

.searhd {
    display: none;
}

.headerbot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
    
}

.logo {
    text-align: center;
}
 
.logo img {
  max-width:200px;
}

.logof img {
  width:250px;
}
.iconopen i {
    width: 10px;
    height: 10px;
}

.rightbot {
   color:  rgba(170, 155, 155, 0.85);
   display: flex;
   justify-content: flex-end;
    align-items: center;
}
.rightbot p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.rightbot a{
    padding-left:20px;
    text-decoration: none;
    color:  rgba(170, 155, 155, 0.85);
}

.rightbot a:hover{
    color: #a8741a;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 0;
}

.search-right{
    position: relative;
    z-index:2;
}

.search input::placeholder {
    color: #fff;
}

.up-triangle {
    position: absolute;
    right: 101px;
    top:-13px;
    width: 0; 
    height: 0; 
    border-bottom: 13px solid rgb(255, 255, 255); 
    border-left: 13px solid transparent; 
    border-right: 13px solid transparent; 
 }



.search-right form {
    position: absolute;
    top:34px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #ddd;
    color: #777;
    min-width: 260px;
    margin-left: -137px;
    text-align: center;
    height: 80px;
    border-radius: 3px;
}


.search-right form input {
    border-radius: 99px;
    outline: none;
    border: 2px solid #ddd;
    color: #777;
    margin-top: 18px;
    padding: 3px;
}

.search-conten{
    display: none;
    position: relative;
}

.search-right:hover .search-conten{
    display: block;
}

.hovercartblock:hover .Notification-minicart {
    display: block;
    transition-delay:1s;
}

.hovercartblock form {
  margin-bottom: 0em;
}

.slidebig {
    height: auto;
}

.slidemenu {
    background-color:  rgba(0,0,0,0.95);
    width: 300px;
    height: 100%;
    padding:30px 0;
    position:absolute;
    top:0px;
    z-index: 5;
    color: #FFFFFFCC;
}

.search {
    margin-top: 30px;
}

span {
   font-family: "Roboto", sans-serif;
}

.search input {
    border-color: rgba(255,255,255,0.09);
    border-radius: 102px;
    outline: none;
    background-color: #FFFFFF33;
    color: #FFFFFFCC;
    width: 200px;
    height: 32px;
    padding: 10px;
}


.imgslide{
    position: relative;
}

.textslide {
    font-family: 46.4px 'Times New Roman', Times, serif;
    position:absolute;
    top: 25%;
    left: 10%;
    color: #FFFFFF;
    padding: 0 20px;
    width: 35%;

}

.produc-index {
    padding: 14px;
    width:100%;
}

.textslide h2 {
    font-family: 'Times New Roman', Times, serif ;
    font-size: 46px;
    font-weight: 700;
}

.textslide span {
    color: #f1f1f1;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.botbutom {
    margin-top: 22px;
}

.botbutom button {
    color:#e8e8e7;
    border-radius: 5px;
    background-color: transparent;
    border: #a8741a 2px solid;
    width: 180px;
    height: 60px;
    font-weight: bolder;
}

.botbutom button span {
    font-size: 0.9em;
    color: #e8e8e7;
    
}

.botbutom button:hover{
    background-color: #a8741a;
    outline: none;
}

.service {
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgb(53, 53, 53);
    background-color:#353535;
}

.policy {
    padding-top: 20px;
    color:#afafaf ;
    font-family: 16px "Roboto", sans-serif;
    display: block;
    text-align: center;

}

.policy h3 {
    margin-top:10px;
    color: #ffffff;
    font-size: 20px;
    font-family:"Roboto", sans-serif;
    font-weight: 700;
}

.policy span {
    font-size: 75%;
}

.as {
    flex-basis: 50%;
}

.listproduct {
    background-color: #333;
    width: 100%;
}

.banersale{
    width: 100%;
    height: 300px;
    background-image:url();
    background-size: cover;
    background-position: center;
    min-height: 340px;

}

.textsale {
    width: 100%;
    text-align: center;
    padding-top: 2%;
}

.textsale p {
    color: #A8741A;
    padding-top: 10px;
}

.textsale h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    font-size:50px;
    font-weight: bolder;
}

.textsale span {
    color: #999999;
}


.textsale button {
    color:#e8e8e7;
    border-radius: 5px;
    background-color: transparent;
    border: #a8741a 2px solid;
    width: 180px;
    height: 60px;
    font-weight: bolder;
}

.textsale button:hover {
    background-color: #A8741A;
}

.producslide {
    background-color: rgb(53, 53, 53); padding-top: 20px;
    padding-bottom: 50px;
}

.textproducslide{
    text-align: center;
}

.textproducslide h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
    font-family:  Roboto, sans-serif;
}

.swiper-container{
    width: 100%;
    height: auto;
    justify-content: center;
  }

.swiper-slide1 {
    text-align: center;
    font-size: 20px;
}

.swiper-button-next:after{
    font-size: 10px !important;
}

.swiper-button-prev:after{
    font-size: 10px !important;
}

.swiper-button-next nextEl:hover{
    color: white;
}

.imgprdslide{
  position: relative;
}

.imgprdslide img{
    width: 100%;
    height: auto;
}

.contenproducslide {
    color: white;
    font-family: Roboto, sans-serif;
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
    font-size: 19px;
}

.contenproducslide a{
    font-size: 14px;
}

button {
  font-family: Roboto, sans-serif !improtant;
}

.costslide {
    color: #E5BA48;
    display: flex;
    justify-content: center;
  }
  
.costslide del {
    opacity: 0.7;
}

.costslide span {
    padding: 5px;
}

.producslide{
    background-color: #333333;
}

.registration {
    border-top: 1px solid #3f3c3c;
    padding-top: 30px;
    text-align: center;
    color:#ffffff;
}

.registration h3{
    font-size: 20px;
    font-weight: bolder;
       font-family: Roboto, sans-serif;
}

.registration p {
    color: #c0c0c0;
    padding-top: 10px;
    font-size: 13px;
}

.input{
    margin-top: 20px;
}

.inputemail {
    width: 330px;
    height: 50px;
    background: transparent;
    border: 2px solid #999;
    border-radius: 4px;
    outline: none;
    padding: 10px;
}

.inputemail:focus {
    box-shadow: 0 0 5px #ccc;
}

.confirm{
    width: 125px;
    height: 50px;
    color: whitesmoke;
    background-color:#a8741a;
    border: 2px;
    border-radius: 5px;
    font-weight: bolder;
}

.confirm:hover{
    background-color: rgb(96, 136, 4);
}

.newprd{
    padding-top: 50px;
    width: 100%;
    display:flex;
}

.newprdbaner {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.newprdbaner img {
    width: 100%;
    min-height: 150px;
}

.newprdbaner img:hover{
    transform:scale(1.2)  ;
    transition: 1.2s;
}

.textnewprd {
    position: absolute;
    top:20%;
    left: 0%;
    width: 100%;
}

.textnewprd h2 {
    color: #A8741A;
    font-family: 'Times New Roman', Times, serif;
    font-size: 34px;
}

.textnewprd p{
    color: #f1f1f1;
}

.menufooter h3 {
    color: #FFFFFF;
}

.textmnf {
    color: #A4A4A4;
    padding: 4px 0px 4px 0px;
}

.textmnf a {
    text-decoration: none;
    color: #a4a4a4;
}

.textmnf a:hover{
    color: #e5ba48;
}

.contenfooter {
    font-size: 14px;
    padding-bottom: 20px;
}

.listprd a{
    font-weight: bolder;
    font-size: 18px;
}

.address {
    color: #a4a4a4 ;
    display: flex;
    padding: 7px 0px 7px 0px;
}

.address a{
    text-decoration: none;
    color:#a4a4a4;
}

.address a:hover{
    color:  #e5ba48;
    text-decoration: none;
}

.textadr {
    padding-left: 10px;
}

.emailadr{
    display: grid;
    padding-left: 10px;
}

.iconfooter {
    margin-right: 1em;
}

footer{
    padding-top: 30px;
}

.sale{
    background-color:red;
    color:white;
    width:40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top:26px;
    left: -0.9mm;
    display: flex;
    align-items: center ;
}
.sale1{
    background-color:red;
    color:white;
    width:40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top:26px;
    left: -4.1mm;
    display: flex;
    align-items: center ;
}

.sale p{
    margin-bottom: 0;
    margin-top: 0;
}

.sale1 p{
    margin-bottom: 0;
    margin-top: 0;
}

.container {
    max-width: 1230px;
}

.producall{
    background-color: rgb(33, 33, 33);
    padding-top: 30px;
    padding-bottom: 50px;
}

.carousel-item {
      max-height: 655px;
      object-fit: cover;
}

/* nav-right */

.sidenav-right {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    background-color: rgba(255,255,255,0.95);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
    z-index: 2;
  }

  
.sidenav-right a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
.sidenav-right a:hover {
    color: #000;
  }
  
.sidenav-right .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

#overlay {
    position: fixed;
    display: block; 
    width: 0px;
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 1;
  }

.minicart {
    max-width: 320px;
    text-align: center;
    padding: 25px;
}

.minicart h4 {
    font-weight: bolder;
    font-size: 18px;
}

.minicart ul {
    padding: 0;
}

.conten-minicart {
    display: flex;
}

.conten-minicart a{
    color: #334862;
    text-decoration: none;
    font-size: 14px;
    margin-right: 20px;
}

.imgproduc-minicart {
    width: 60px;
    height: 60px;
}

.imgproduc-minicart img {
    width: 100%;
    height: 100%;
}

.nameproduc-minicart {
    width: 60px;
    text-overflow: ellipsis;
    line-height: 1.3;
    overflow: hidden;
}

.costproduc-minicart {
    font-size: 13px;
    opacity: 0.6;
}


.remuve-minicart {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 23px ;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}

.sum-minicart {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #000;
    text-align: center;
}

.button-minicart {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.button-minicart a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a8741a;
    color: #fff;
    font-weight: bolder;
    border: 0;
    height: 36px;
    margin: .5em 0 0;
    outline: none;
    font-size: 13px;
    width: 100%;
}

.checkout-minicart button {
    background-color: #d26e4b;
}

.Notification-minicart {
    position: relative;
    display: none;
    height: auto;
}

.index-cart {
    position: absolute;
    width: 274px;
    height: auto;
    background-color: white;
    right: 0px;
    top: 9px;
    z-index: 2;
    padding: 18px;
    
}

.index-cart ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.index-cart li {
    margin-right: 10px;
}

.index-cart li a {
    margin: 0;
    padding: 0;
}

.up-triangle-cart {
    position: absolute;
    right: 41px;
    top:-13px;
    width: 0; 
    height: 0; 
    border-bottom: 13px solid rgb(255, 255, 255); 
    border-left: 13px solid transparent; 
    border-right: 13px solid transparent; 
}

.imgproduc-hovercart {
    width: 70px;
}

.imgproduc-hovercart img {
    width: 100%;
}

.nameproduc-hovercart {
    width: 125px;
}

.nameproduc-hovercart a {
    color: #000;
}

.nameproduc-hovercart p {
    font-size: 13px ;
}

.contenproducslide a{
    text-decoration: none;
    color:snow;
    padding-top:8px;
    font-size:18px;
}

.contenproducslide a:hover{
    text-decoration: none;
    color: snow;
}

.produc {
  margin-top:25px;
}


#menucon {
    border-top: 1px solid #ececec;
    padding-left: 30px;
    display: none;
    border-color: rgba(255,255,255,0.2);
}


#menucon li {
    border-top: 0px solid #ececec;
    border-left: 1px solid #ececec;
    border-color: rgba(255,255,255,0.2);
}

#menucon2 {
    border-top: 1px solid #ececec;
    padding-left: 30px;
    display: none;
    border-color: rgba(255,255,255,0.2);
}


#menucon2 li {
    border-top: 0px solid #ececec;
    border-left: 1px solid #ececec;
    border-color: rgba(255,255,255,0.2);
}

.openmenucon {
  float: right;
    margin-right: 30px;
}
}

.miu{
    transform: rotate(0deg);
}


@media only screen and (max-width: 720px){
    .costslide {
      display:block;
    }
  }


.accout-menu ul {
  margin:0 !important;
  padding:0;
}


.stuck {
    top: 0 ;
    position: fixed ;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color:#353535;
    z-index: 99;
    transition: top 1.5s linear 2s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }

footer{
  background-color:#353535;
}



.slied {
  position:relative;
  max-height:800px;
}

.slied .slick-slide img
{
    width:100%;
    object-fit: cover;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.logo-pancake {
       margin-top: 3px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.logo-pancake a {
  color:#fff;
}


.footer-pancake {
  background-color: #000;
  display:flex;
  padding:10px 0;
