@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;1,600&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
    
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
.f-white{color:#fff}
.f-black{ color: #000;}
.f-themecolor{color: #6f4c59;}
a{display: inline-block;}
a:hover{color:#fff}
.btn-hover{
    text-align: center;
    color: #fff;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size:13px;
    border: 1px solid #fff;
}
.btn-hover:hover{
    background-color: #000;
    border: 1px solid #000;
}
ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5 {
    font-family: 'Lora', serif;
}
body {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.container{
    width: 95%;
    max-width: 1200px;
}
.header .container,.large-container{
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    
}
.header{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
.nav_area > ul > li 
{    
    display: inline-block; 
    position: relative;
}
.nav_area ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;

}

ul .sub-menu span.arrow
{
    color: #000;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
.nav_area > ul  ul.sub-menu > li a 
{
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    display: block;
    text-align: left;
    text-transform: capitalize;

}
ul.sub-menu li {
    display: block;
    position: relative;
    padding-right: 20px;
}
.right-menu a{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 0 4px;
    display: inline-block;
}
.shopping-icon{
    position: relative;
}
.shopping-icon span {
    position: absolute;
    top: -12px;
    right: -5px;
    background-color: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15;
    color: #d0b2be;
    text-align: center;
    line-height: 16px;
}
.crc-select{
    background: none;
    color: #fff;
    font-size: 14px;
    border: none;
}
.crc-select option{
    background: #d7b1c0;
    border: 1px solid #d7b1c0;
    outline: 1px solid #cfb0ba;
}
/*---------------footer----------------------*/
.footer {
    background: #fcf8f6;
    color: #000;
    font-size: 16px;
}
.footer h4{
    font-size:20px;
    margin-bottom: 10px;
}
.footer li a{
    color: #000;
    font-size: 18px;
}
.footer .f-submenu li a{
    font-size: 16px;
    font-weight: 500;
}
.footer .f-submenu li a:hover{
    color: #cfb0ba;
}
.copyright {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding-top: 15px;
}
.copyright p{
    margin: 0;
}
.footer-menu-last li a{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/*---------------index-page-------------------*/
.home-slider{position: relative;}
.home .owl-nav,.prd-cat-slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width:100%;
    display: flex;
    justify-content: space-between;
    font-size: 45px;
    color:#fff;
    left: 0;
}
.home .home-slider .owl-nav{z-index: 9;}
.bg-img img{
    height: 600px;
    object-fit: cover;
}
.content-banner {
    color: #fff;
    word-break: break-word;
    font-size: 20px;
    max-width:95%;
    text-align: left;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    align-items: end;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.content-banner span,.small-headding{
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.content-banner h2{font-size:45px;color: #fff;text-transform: uppercase;}

.home-slider.owl-carousel .owl-nav button.owl-next,
.home-slider.owl-carousel .owl-nav button.owl-prev{
   font-size: 80px;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.owl-dots span {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #dddcdb;
    margin: 0 5px;
    border-radius: 100%;

}
.owl-dots .active span{
background-color: #ff6666;
}
.product-setion{
    position: relative;
}
.top-prd-inner {
    padding: 15px 15px 15px 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}
.top-prd-inner:hover{
    filter: brightness(0.5);
}
.inner-img{
    height: 230px;
}
.top-prd-slider .top-prd-inner img{
    width: auto;
    margin: 0 auto;
}
.top-prd-inner h2{
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.setion-title,.f-38{
    font-size:38px ;
color: #333;
}
.abt-section {
    background: linear-gradient( to right, #fff 25%,#f8f8f8 25%);
    color: #666;
    font-size: 13px;
}
.abt-img img,.prd-img img,.img-art img{
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}
.abt-img:hover img{
    filter: brightness(0.9);
}
.abt-section h3{
    font-size: 30px;
}
.black-btn{
    border: 1px solid #000;
    color: #000;
}
.prd-img{
    overflow: hidden;
}
.prd-img:hover img{
    transform: scale(1.1);
 }
 .img-box {
    border: 1px solid #f9f5f4;
    height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-titles h2{
    font-size: 16px;
    color: #000;
}
.cat-title{
    text-transform: uppercase;
    font-size: 13px;
    color:#666;
    font-weight: 500;
}
.price span{
    padding-left: 20px;
    text-decoration: line-through;
}

.newslatter-inner h2{font-size: 30px;}
.newslatter-inner .call{
    background: url(../image/phone-icon.png) no-repeat left top;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
    margin: 0 auto;
    width: fit-content;
    display: block;
}
.mail-from{
    max-width: 395px;
    margin: 0 auto;
    text-align: center;
}
.mail-from input{
    border: 0;
    border-bottom: 2px solid #000;
    margin: 0;
    max-width: 300px;
    width: 100%;
}
.mail-from input[type="button"]{
    background: none;
    margin-left: -5px;
    width: auto;
}
.backtotop {
    border: 1px solid #000;
    padding: 10px 15px;
    position: sticky;
    color: #000;
    bottom: 50;
    display: inline-block;
    margin-left: auto;
}
#button {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  /**about page**/

  .art-inner{
    max-width: 108px;
    margin: 0 auto;
    text-align: left;
  }
  .img-art{
    margin-bottom: 20px;
    cursor: pointer;
  }
  .img-art:hover img{
    filter: brightness(0.1);
  }

/*------------------sidebar---------------*/
.banner{position: relative;}
.banner img{
    object-fit: cover;
    min-height: 300px;
}
.banner h2 {
    position: absolute;
    top: 50%;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

h2.side-title {
    color: #eb5756;
    padding: 0 10px 10px 10px;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid #9c9c9c;

}
ul.sidemenu {
    padding: 15px 10px;
}

ul.sidemenu > li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

ul.sidemenu > li a{color:#000;font-size: 15px;line-height: normal;}

ul.sidemenu > li  a{display:flex; justify-content:space-between;align-items: center; }

ul.sidemenu > li.acv > a,ul.sidemenu li a:hover {
    color: #990000;
}
ul.sidemenu > li ul li ul li a{
    color:#000;
    font-size:15px ;
    padding-left: 10px;
}

ul.side-sub-menu li  i {
    padding-right: 5px; font-size:10px;opacity: .7;
}
ul.side-sub-menu {
    padding: 10px 0 0;
    font-size: 14px;
    display:none;
}
ul.side-sub-menu li {padding:3px 0;}
ul.side-sub-menu li a{font-size: 15px;font-weight: 500;}

.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
    border-radius: 100%;
    border:1px solid transparent;
}

.pagination a.active,
.pagination a:hover {
    border:1px solid #9f9f9f;
    color: #000;
}
.pagination a:first-child:hover,
.pagination a:last-child:hover{
    background: none;
}

.pagination a i {
   line-height: 30px;
   font-size: 30px;
}


/*------------------product main---------------*/
.prd-section h2{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #9b7885;
}
.prd-section a{
    text-decoration: underline;
    font-size: 15px;
    text-transform: uppercase;
    color: #9b7885;
    transition: all 0.8s ease-in-out;
}
.prd-section a:hover{
    text-decoration: none;
    color: #cfb0ba
}
.date {
    width: 60px;
    height: 70px;
    background-color: #fff;
    color: #9b7885;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 35px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}
.date span{
    display: block;
}
.product-section .prd-img img{
    width: 100%;
}
.carousel-main{
    border: 1px solid #ddd;
}
.carousel-main .carousel-cell {
    width: 100%;
    height: 360px;
    
    padding: 15px;
    overflow: hidden;
}
.carousel-main .carousel-cell img{
    height: 100%;
}
  .carousel-nav {
    width: 300px;
    transform: rotate(90deg) translate(30px, -100%);
    transform-origin: left top;

  }
  .carousel-nav .carousel-cell{
    border: 1px solid #ddd;
    padding: 15px;
  }
  .carousel-nav img{
    transform: rotate(-90deg);
  }
  .carousel-nav .carousel-cell {
    transform: rotate(-90deg);
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin-right: 1rem;
    font-size: 1.4rem;
    /* selected cell */
  }
  .carousel-nav .carousel-cell:before {
    transform: rotate(-90deg);
  }
  .carousel-nav .carousel-cell.is-nav-selected {
    border:1px solid #9b7885;
  }
  .carousel-nav .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .carousel-nav .flickity-prev-next-button.previous {
    left: -40px;
  }
  .carousel-nav .flickity-prev-next-button.next {
    right: -40px;
  }
  .counter {
    border: 1px solid #ddd;
    max-width: 130px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: #fafbfd;
    font-size: 25px;
    border-radius: 0;
    width: 100%;
    align-items: center;
}
.counter input[type="text"] {
    width: 50px;
    font-size: 18px;
    border: 0;
    border-left: 1px solid #f2f1f2;
    border-right: 1px solid #f2f1f2;
    text-align: center;
}
.back-btn {
    display: inline-block;
    padding:3px 35px;
    color: #6f4c59;
    font-size: 32px;
    font-family: 'Lora', serif;
}
.back-btn:hover{
    color: #cfb0ba;
}
.addcrt-btn{
    display: inline-block;
    padding:3px 35px;
    color: #fff;
    font-size: 13px;
    background-color: #6f4c59;
}
.addcrt-btn:hover{
    background-color: #cfb0ba;
    color:#fff;
}
.prd-right h2,.related-prd h2{
    color:#6f4c59;
}
.related-prd .rtd-tttle{font-size: 32px;}
.sale-tag{
    padding: 0px 15px;
    background-color: #6f4c59;
    position: absolute;
    top:0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 99;
}
  /****contact page***/
  .address-dec li {
    position: relative;
    padding-left: 25px;
  }
  .address-dec li i{
    position: absolute;
    left: 0;
    top:6px;
  }
  .img-hover{
    overflow: hidden;
  }
  .img-hover img{
    transition: all 0.8s ease-in-out;
    cursor: pointer;
  }
  .img-hover:hover img{
    transform: scale(1.1);

  }
  .prd_list .prd_title {
    height: 67px;
    padding-top: 10px;
    padding-bottom: 6px;
    background: url(../img/prd_title_line.png) no-repeat center bottom;
    font-size: 15px;
    color: #000000;
    line-height: 19px;
    overflow: hidden;
}
.prd_list .prd_price {
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.prd_detail_sp_price {
    color: #dfb6b0;
}
/*------------------media query---------------*/

@media (min-width: 992px){
    .nav_area > ul > li a{
        padding:3px;
    }
    .nav_area ul li a{
        font-size: 12px;
    }

   .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{background-color:#000;}
    ul.menu {
        display: flex;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu {
        position: absolute;
        background: #9f9f9f;
        z-index: 555;
        text-align: left;
        padding: 0;
        height: 0;
        transition: all .5s ease;
        width: 100%;
    }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 40%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu li a
    {
        color: #fff;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;    
    }
    .menu-item-has-children .arrow{
  display: none;
    }
    ul.sub-menu span.arrow{color: #fff;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     ul.sub-menu > li:hover
     {    
         background: #000;   
         
     }
     ul.sub-menu > li:hover > a
     {	
         color:#fff; 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:#fff; 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
}
@media (min-width: 1270px){
    .nav_area > ul > li a{
        padding:5px 10px;
    }
    .nav_area ul li a{
        font-size: 13px;
    }
}

@media (max-width:991px){
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 70%;
        left: 0;
        text-align: left;
        background: #cdacb6;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
        }
        .toggle {
            cursor: pointer;
            color: #fff;
            font-size: 22px;
            margin: 0;
            text-align: right;
            display: block;
            position: absolute;
            right:15px;
            background: #cdacb6;
            padding: 15px;
            top: 20px;
        }	
        ul li span.arrow{
            color:#fff;
            font-size: 15px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size:13px; 
            color:#fff;
        }
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:0 0 10px 0;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a 
        {   
             line-height: 18px;  
             font-size: 15px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:15px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
    /**new css**/
    .brand-setion .d-flex{
        flex-wrap: wrap;
    }
    .brand-img{
        width: 25%;
        text-align: center;
    }
}

@media (max-width:767px){
    .header {
        position: relative;
        background-color: #d7b1c0;
    }
    .copyright p {
        font-size: 12px;
    }
    ul.sidemenu{display: none;}
        .order2{order: 2;}
        .toggle{top: 105px;   right: 20px;}
        h2.side-title{
            display: flex;
            justify-content: space-between;
        }
        .bg-red{font-size: 20px;}
        /**new css**/
        .brand-img{
            width: 50%;
            text-align: center;
        }
        .bg-img img{
            height:250px;
        }
        .content-banner h2{
            font-size: 20px;
        }
        .content-banner{
            top:40%;
           transform: translateY(-40%);

        }
        .banner img{
            min-height: 250px;

        }
        .img-box{
            height: 250px;
            padding: 15px;
        }
     

}
@media only screen and (min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
    .side-title .fa {
        display: none;
    }
    /**new css**/
    .newslatter-img{
        border-right: 1px solid #ddd;
    }
}