body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #fcfcfc;
   
}
* , *::before , *::after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
    margin-bottom: 0;
}
li{
    list-style-type:none;
}
img{
    max-width: 100%;
}
a:hover{
    text-decoration:none;
    transition: 0.5s;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.button{
   
    line-height: 30px;
    padding: 5px 15px;
    background-color:#008476;
    border:2px solid #008476;
    border-radius: 1px;
   cursor: pointer;
    display: block;
    width: max-content;
    color: #fff !important;
    transition: 0.4s;
    margin: auto;
}
.button:hover{
    color: #008476 !important;
    background-color: #fff;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3r892s');
  src:  url('../fonts/icomoon.eot?3r892s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3r892s') format('truetype'),
    url('../fonts/icomoon.woff?3r892s') format('woff'),
    url('../fonts/icomoon.svg?3r892s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star2:before {
  content: "\e901";
}
.icon-star-empty:before {
  content: "\e902";
}
.icon-heart:before {
  content: "\e90c";
}
.icon-telegram:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-aparat:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e909";
}
.icon-basket:before {
  content: "\e914";
}
.icon-emai:before {
  content: "\e915";
}
.icon-facebook:before {
  content: "\e916";
}
.icon-instagram:before {
  content: "\e918";
}
.icon-linkdin:before {
  content: "\e919";
}
.icon-location:before {
  content: "\e91a";
}
.icon-phone:before {
  content: "\e91b";
}
.icon-whatsapp:before {
  content: "\e91e";
}
.icon-keyboard_arrow_up:before {
  content: "\e926";
}
.icon-pinterest:before {
  content: "\e929";
}
.icon-keyboard_arrow_down:before {
  content: "\e92b";
}
.icon-chevron-thin-left:before {
  content: "\e92f";
}
.icon-chevron-thin-right:before {
  content: "\e931";
}
.icon-chevron-thin-left1:before {
  content: "\e942";
}
.icon-chevron-thin-right1:before {
  content: "\e943";
}
.icon-mobile:before {
  content: "\e900";
}
.icon-params:before {
  content: "\e90d";
}
.icon-truck:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e911";
}
.icon-refresh:before {
  content: "\e904";
}
.icon-twitter2:before {
  content: "\eb90";
}
.icon-x:before {
  content: "\e90a";
}

.maintitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.title-m{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
}
.title-m::before ,.title-m::after{
    width:20px;
    height: 20px;
    display: block;
    border: 2px solid #3b7c78;
    content: '';
    position: absolute;
}
.title-m::before {
    left: 0;
     bottom: 0;
    border-width: 0 0 2px 2px;

}
.title-m::after{
    top: 0;
    border-width: 2px 2px 0 0;
    right: 0;
}
/********************************** header ***********************/
#header{
    background-color: #2c2c2c;
    color:#fff;
}
#headtop{
    background-color:#111111;
     color: #b69979;

}
.head-f{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logowrap{
    display: flex;
    align-items: center;
}
.head-icon a{
    font-size: 30px;
    margin-left: 20px;
}
#headtop .container{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#mainmenu .active{
    background-color: #3b7c78;
    color: #fff;
}
#headtop i{
    font-size: 21px;
    margin-right: 6px;
}
.menubotton{
    padding: 10px 15px;
}
#headtop .container li{
    padding:10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headtop a{
     color: #b69979;
}
#mainmenu{
    display: flex;
    align-items: center;
    padding: 0;
}
#mainmenu li{
    margin-right: 5px;
}
#mainmenu a{
    padding:6px  7px;
    display: inline-block;
    transition: 0.4s;
}

#mainmenu a:hover{
    background-color: #3b7c78;
    color: #fff;
}
.menubotton a{
    color: #fff;
}
#head-tr{
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 25px 6px;
}
.search-head{
    width:calc(100% - 180px);
    max-width:500px;
    height:44px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
}
.search-head input{
    width: 100%;
    height: 100%;
    text-indent: 15px;
}
.search-head button{
    background-color: #3b7c78;
    height: 100%;
    width:44px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border:none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/******************************** bnner_box ************************/
#bnner_box{
    padding: 30px 15px;
}

#bnner_box img{
    margin-bottom: 30px;
    border-radius: 1px;
   width: 100%;
}

/******************************** category_box ***************************/

.catname{
    font-size: 22px;
    text-align:center;
    padding-top: 5px;
}
.category-item{
    margin-bottom: 15px;
}
.category-item a{
    display: block;
    overflow: hidden;
    border-radius: 1px;
}
.category-item img{
    transition:0.5s;
}
.category-item img:hover{
    transform: scale(1.08) rotate(4deg);
}
.category-sub{
    font-size: 25px;
    margin-bottom: 20px;
}
.category-sub span{
    font-weight: bold;
}
/*************************  sale_box *************************/
#sale_box{
  border-radius: 1px;
     overflow: hidden;
    margin: 60px auto;
    width:calc(100% - 30px);
}
.subcarousel {
    margin: auto;
    overflow: hidden;
}
#sale_box .button{
    margin: 0 auto 30px auto;
}
#sale_box .product-carousel{
    padding-top: 30px;
}
.saletxt{
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.saletxt-black{
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.subwrap{
    background-color: #fff;
    border-radius: 1px;
    padding: 15px;
    margin: 30px 0;
}
.sale-gold{
     border:4px solid #d8bca6;
}
.sale-gold >.row{
    background-color: #d8bca6;
}
.sale-black{
    border:4px solid #2e2e2e;
}
.sale-black >.row{
   background-color: #2e2e2e;
}
.saleimg{
    padding: 0 !important;
}
.sub-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.sub-top h4{
    font-size: 16px;
}
.sub-top .button{
    margin-right:0;
}
/***************************** advtbox  ***********************************/
#advbox{
     padding: 40px 0;
}
.advtitle {
    display: flex;
    align-items:center;

}
.advtitle h3{
    font-size: 50px;
    margin: auto;
    font-weight: bold;
    padding: 20px 0;
}
/********************************* subcategory  *************************************/
#subcategory_box{
    padding: 50px 0;
}
.subcategory-item{
    padding: 10px;
    width: 20%;
    position: relative;
    display: none;

}
.subcategory-item img{
    border-radius: 1px;
}
.subcategory-title{
    background-color:#000000c9;
    position: absolute;
    top:10px;
    left:10px;
    width:calc(100% - 20px);
    border-radius: 1px 1px 0 0 ;
    font-size: 16px;
    padding:5px  10px;
    color: #fff;
    min-height: 48px;
}
/**************************** product card *************************/
.prouductitem{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 1px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    justify-content: center;
}
.product-detail{
    text-align: center;
}
.product-detail p{
    margin: 0;
    font-size: 0.9rem;
}
.product-detail h3{
    margin-bottom: 0;
    font-size: 20px;
}
.saleprice{
    font-size: 13px;
    color: #cccbcb;
    text-decoration: line-through;
}
.sale{
    background-color: #98003d;
    color: #fff;
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 3px 0 0 3px;
    right: 0;
}
.prouductitem>a{
    display: block;
    position: relative;
}
/************************** footer ****************************/
#footer{
    background-color: #f4f4f4;
}
#foot-contact{
    margin-bottom: 30px;

    background-color: #fff;
}
#foot-contact i{
    color: #008476;
    font-size: 19px;
    margin-bottom: 5px;
}
.contact-item{
    padding: 25px 15px;
}
#newsletter-foot .container{
    display: flex;
    justify-content: space-between;
}
#newsletter-foot{
    background-color:#000;
    padding: 15px 0;
    color: #fff;
}
#newsletter-foot p{
    margin: 0;
}
.newsletterbox{
    width: 100%;
    max-width: 300px;
    height: 44px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
}
.contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.newsletterbox input{
    width: 100%;
    height: 100%;
    border:none;
    text-indent: 15px;
}
.newsletterbox button{
    background-color: #3b7c78;
    height: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding:0 15px;
}
.logobox-foot ,.foot-social{
    display: flex;
    align-items: center;

}
.foot-social li{
    margin-right: 10px;
}

.foot-check i{
    color: #3b7c78;
    margin-right: 5px;
}
.foot-check li{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.foot-social a {
    color: #2c2c2c;
    font-size: 20px;
}
.foot-links a{
     color: #2c2c2c;
}
.foot-social a:hover ,.foot-links a:hover{
    color: #3b7c78;

}
.foot-tilte{
    color: #000;
    border-bottom: 1px solid #00000026;
    font-weight: bold;
    padding:15px 0 5px 0px;
}
.foot-tilte img{
    height:100%;
}
.foot-ih{
    height: 100px;
    display: flex;
    align-items: flex-end;
}
.logobox-foot img{
    height:60px;
    margin-right: 25px;
}
.copyright{
    text-align: center;
    color: #6e6762;
    font-size: 14px;
    padding: 12px 0;
}
/************************************** filter ***********************************/
.rangitem{
   margin: 0;

}
.rangitem>div{
    width:100%;
}
    .rangbox{
       justify-content: space-between;
    }
.filterline{
    display: flex;
    flex-wrap: wrap;
}
.model-b{
    border:2px solid #3b7c78 !important;


}
.modelitem.model-b{
    background-color:  #3b7c78 !important;
}
.shapbox{
    width: 60px;
    display: inline-block;
    height: 65px;
    margin-right: 10px;
    border:2px solid transparent;
    transition: 0.5s;
}
.price-range-field{
    width: 75px;
    background-color: transparent;
}
.shapbox img{
    height: 100%;
    object-fit: cover;
}
.filterline >div{
    display: flex;
    flex-wrap: wrap;
}
.filterline >div:nth-of-type(1){
    padding-right: 50px;
}
.ui-state-default, .ui-widget-content .ui-state-default::before{
    content: '';
   width: 60%;
height: 60%;
background-color: #000;
border-radius: 50%;
position: absolute;
left: 20%;
top: 20%;
}
.filterline >div button{
    border:3px solid #3b7c78;
    border-radius: 4px;
    background-color: #fff;
    padding: 1px 5px;
    margin-top: 10px;
}
.colorbox{
    display:inline-block;
    width:50px;
    height: 60px;
    margin-right: 10px;
   border:2px solid transparent;
    transition: 0.5s;
}
.colorbox img{
    height: 100%;

}
.filter-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 25px;
}
.filterline{
    margin: 30px 0
}
.modelbox{
    display: flex;
    transition: 0.5s;
    justify-content: center;
    flex-wrap: wrap;
}
.modelitem{
    padding:5px;
    background-color: grey;
    border-radius: 5px;
    width:150px;
    margin: 10px;
     border:2px solid transparent;
}
.modelitem label{
    margin-bottom: 0;
}
.modelitem h2{
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 19px;
    font-size: 15px;
    margin-top: 8px;
}
.filterline input ,.modelbox input{
    display: none;
    opacity: 0;
    position: absolute;
}
.ui-widget-header{
   background-color: #3b7c78;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border-radius: 50%;
    background-color: #3b7c78;
    border-color: #3b7c78 ;
}

.rangitem > div{
    display: flex;
    justify-content: space-between;
}
.rangtitle{
    justify-content: center !important;
    margin-bottom: 12px;
}
/******************************* factor page **************************/
.shoplinks a {
    color: #000;
    margin-left: 10px;
}
.shopitems{
    color: grey;
}
.shopitems h2{
    color: #000;
}
.shop-tilte{
    text-align: center;
    font-size: 40px;
}
#factorbox{
    background-color: #fff;
    border-radius: 1px;
    padding: 20px;
}
#factorbox button{
    width: 100%;
}
#factorbox button:nth-of-type(2){
    background-color: #f3f3f3;
    border:2px solid #f3f3f3;
}
#factorbox button:nth-of-type(2) img{
    height: 25px;
    width: auto;
    margin: auto;
    display: block;
}
.fact-title{
    font-size: 25px;
      text-align: center;
}
.fact-item {
    display: flex;
    justify-content: space-between;
}
.shopitem{
    display:flex;
    border-bottom: 1px solid darkgrey;
    padding: 15px 10px;
    font-size: 18px;
    position: relative;
}
.shoptop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shopitem h2{
    font-size: 18px;
}
.shopitem img{
    max-height: 180px;
    margin-right: 20px;
}
.shopbox{
    background-color: #fff;
    padding: 15px;
}
.weitershop{
    border:2px solid darkgrey;
    color: #000;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 2px;
}
.shopitem  .icon-x{
    position: absolute;
    right: 2px;
    top: 10px;
}
.cuponbtn{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid grey;
    padding-bottom: 2px;
    margin-top: 10px;
}
@media screen and (min-width: 992px) {



}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 576px) {


}
@media screen and (min-width: 1200px){
    .packbox{
    max-width: 1000px !important;
}
}

@media screen and (min-width: 1300px){
    .container {
    max-width: 1260px;
}

}
@media screen and (min-width: 1400px){
    .container {
    max-width: 1360px;
}
    .packbox{
    max-width: 1200px !important;
}
}
@media screen and (min-width: 1500px){
    .container {
    max-width: 1420px;
}
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px) {
    #head-tr{
      padding: 15px 0 8px 0;
    }
    .menuclick{
        font-size: 30px;
        color: #b69979;
    }
    .logowrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logowrap img{
        height: 100px;
    }
    .subcategory-item{
        width: 100%;
    }
    .saletxt{
        font-size: 30px;
    }
	#menumobile{
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
     min-width: 300px;
        transition: 0.7s;
        padding: 20px;

}
    .menuleft{
       left:0 !important;
    }
    .bg-black{
        background-color: #00000070;
        position: fixed;
        left: 0;top: 0;
        bottom: 0;right: 0;
        z-index: 999;
        display: none;
    }
    #mainmenu{
        display: block;
    }
    .newsletterbox{
        margin-top: 20px;
    }
    #newsletter-foot .container{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .head-icon a{
        font-size: 24px;
    }
    .search-head {

        width: calc(100% - 141px);
    }
    .menucolse{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #b69979;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .menucolse img{
        max-height: 100px;
    }
    .menucolse i{
        font-size: 30px;
        color: #b69979;
    }
    .advtitle h3{
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    #headtop .container li{
       font-size: 14px;
    }
    .foot-ih{
        height: auto;
    }
    .foot-ih img{
        height: 100px;
    }
    .sub-top .button{
        padding: 0 8px;
    }
    .advtitle h3{
        font-size: 30px;
    }
    #bnner_box img{
        margin-bottom: 15px;
    }
    .contact-item{
        padding: 10px;
    }
    #foot-contact{
        margin-bottom: 0;
    }
    .category-sub{
        font-size: 20px;
    }
    .catname{
        font-size: 16px
    }
    .colorbox{
        width: 38px;
        height: 42px;
    }
    .shapbox{
        width: 42px;
        height: 38px;
    }
    .modelitem{
        width: 100px;
    }
    .modelitem h2{
        font-size: 16px;
    }
    .filterline{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px){
	
}
@media screen and (max-width: 576px) {
	
    .category-sub{
        font-size: 16px;
    }
}
@media screen and (max-width: 370px) {
	
   .catname{
        font-size: 14px
    }
}
.prd-img{
    margin: auto;
    display:block;
}
.dropdown-toggle::after {
    display: none;
}
.prd-price{
    font-size: 40px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.basket-number
{
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
    color: black;
    font-weight: bold;
    padding: 0px 5px;
    top: 57%;
    left: 18%;
    z-index: 2;
}
.onhover_menu_orient {
    position:absolute;
    background-color: #fff;
    border-radius: 10px;
    z-index:1000;
}
a:hover{
             text-decoration: none;
         }
         #d-filter{
             display:none;
         }
         #mainmenu a{
             display:flex;
             align-items:center;
         }
          #mainmenu a i{
                padding-top: 4px;
             padding-left: 4px;
         }
         #mainmenu li >div{
             position:absolute;
             background: #fafafa;
             padding:8px;
              opacity: 0;
             visibility: hidden;
             transition: 0.05s;
             -webkit-transition: opacity 500ms, visibility 500ms;
             transition: opacity 500ms, visibility 500ms;
             max-width: 800px;
             width: 100%;
             max-height: 400px;
             overflow-x: hidden;
             overflow-y: scroll;
         }
         #mainmenu li:hover >div{
             opacity: 1;
             visibility: visible;
         }
         .submenuitem{
             position:relative;
             padding: 8px;

         }
         .submenuitem h3{
             position: absolute;
             background:#000;
            left: 7px;
            bottom: -1px;
            font-size: 16px;
            width: calc(100% - 14px);
            padding: 4px;
         }
         .header-d .switcher-flag{
             margin-right: 14px;
             font-size: 13px;
         }
         .header-d .switcher-flag .btn{
             font-size: 13px;
         }
         .header-d .switcher-flag img{
             height:22px;
         }
         .header-d{
             align-items: center;
         }
        @media  screen and (min-width: 992px) and  (max-width: 1200px){
             .head-icon a {
    font-size: 23px;
    margin-left: 14px;
}
         }
          @media  screen and (max-width: 400px) {
             .logowrap img{
                 height: 60px;
             }
              .head-icon a {
    font-size: 20px;
    margin-left: 10px;
}
              .search-head {
    width: calc(100% - 98px);
}
}
DROPDOWNMENU1:hover
.onhover_menu_orient1{
   visibility: visible;
   opacity: 1;
}
.DROPDOWNMENU2:hover
.onhover_menu_orient2{
   visibility: visible;
   opacity: 1;
}
.dropdown-toggle::after {
    display: inline-block;
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.error-block{
    color: red;
}

.discount{
    position: absolute;
    border-radius: 10%;
    background-color: #97003c;
    padding: 4px 12px;
    left: 65%;
    top: 83%;
    z-index: 100;
    color: #fff;
}

.soldout{
    left: unset;
    right: 5%;
}

#productlists{
    padding-right: 8%;
    padding-left: 8%;
}