/*
Theme Name: Savoye
Theme URI: https://shtheme.org/demosd/savoye
Author: Shtheme
Author URI: https://shtheme.com
Description: Savoye – Architecture & Interior WordPress is perfect if you like a unique, niche and creative theme. This theme is ideal for architects, interior, exterior, construction, photographers, furniture, designers and those who need an easy, attractive and effective way to share their work with clients.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: savoye

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


:root {
  --main-color: #c5a47e;
}

.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

.screen-reader-text {
    display: none;
}

p.comment-form-cookies-consent{
    display: none;
}
.search-custom form button {
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: 15px;
    height: 45px;
    position: relative;
    width: 45px;
    cursor: pointer;
    float: right;
    background: var(--main-color);
    margin-top: -55px;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
}
.search-custom form button:focus{
    outline: none;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.search-custom form input{
    width: 100%;
    padding: 9px;
    margin-top: 10px;
    border:1px solid #ede3d8;
}
.search-custom h4{
    font-size: 20px;
}
a.comment-reply-link{
    font-size: 15px;
    color: var(--main-color);
    margin: 0;
    font-weight: 400;
}
p.form-submit input.submit{
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    padding: 12px 24px 9px 24px;
    position: relative;
    font-size: 17px;
    letter-spacing: 4px;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0;
}
p.form-submit input.submit:hover {
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
}
h3.comment-reply-title{
    font-size: 36px;
}
.mr-8{
    margin-right: 8.333333333%;
}
.blog-sidebar .search form button{
    line-height: 2;
}
.blog-sidebar .wp-tag-cloud li {
    margin: 3px !important;
    padding: 7px 20px;
    background-color: var(--main-color);
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.wp-tag-cloud li a {
    font-size: 15px!important;
    color: #fff;
}
.blog-sidebar ul.wp-tag-cloud li:hover, .blog-sidebar ul.wp-tag-cloud li a:hover {
    background-color: #272727;
    color: #fff;
}
ul.pagination{
    margin: 30px 0;
    text-align: center;
    display: block;
}
ul.pagination li {
    display: inline-block;
    margin: 0 5px;
}
ul.pagination li a ,
ul.pagination li span{
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}
ul.pagination  li span.current {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
ul.pagination li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
a.nav-link i{
    font-size: 9px;
    padding-left: 2px;
}
.navbar .navbar-nav .active a {
    color: var(--main-color) !important;
}
ul.dropdown-menu li{
    padding: 5px 15px;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #fff;
    display: block;
}
ul.dropdown-menu li:last-child{
    border-bottom: none;
}
ul.dropdown-menu li:hover{
    background: transparent;
    padding-left: 20px;
    color: var(--main-color);
}
.pagination li a i {
    font-size: 11px;
}
.navbar .navbar-nav li.active ul li a {
    color: #666 !important;
}
.navbar .navbar-nav li.active ul li:hover a{
    color: var(--main-color)!important;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7 form .wpcf7-response-output{
    margin: 10px 0 0 0 ;
}



.dark{
    color: #999;
    background: #272727;
}
.dark p{
    color: #999;
}
.dark .savoye-comment-section h6{
    color: #fff;
}
.dark .savoye-comment-section h6 span{
    color: #999;
}
.dark h3.comment-reply-title{
    color: #999;
}
.dark input, .dark textarea , .dark input::placeholder, .dark textarea::placeholder{
    color: #999;
}
.dark p.form-submit input.submit:hover{
    background-color: #272727;
}
.dark #comment-form input, .dark textarea{
    border-bottom-color: #323232;
}
.dark [data-overlay-darkgray] p {
    color: rgba(255, 255, 255, 0.7);
}
.dark .section-title{
    color: #fff;
}
.dark .main-footer.dark{
    background: #272727;
}
.dark .main-footer .fothead h6{
    color: #fff;
}
.dark .main-footer .usful-links ul li a {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .usful-links ul li a:hover {
    color: var(--main-color);
}
.dark .main-footer p, .dark .main-footer .abot p {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .abot .social-icon a {
    color: rgba(255, 255, 255, 0.7);
}
.dark .main-footer .abot .social-icon a:hover {
    color: var(--main-color);
}
.dark .main-footer .sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}
.dark .main-footer .sub-footer p span {
    color: rgba(255, 255, 255, 0.1);
}
.dark .pagination li a{
    border: 1px solid #323232;
    color: #999;
}
.dark ul.dropdown-menu li{
    background-color: #323232;
    color: rgba(255, 255, 255, 0.7);
}
.dark ul.dropdown-menu li:hover{
    color: var(--main-color);
}
.dark .nav-scroll{
    background: #272727;
}
.dark .price .item.active .features li{
    color: #fff;
}
.dark .nav-scroll .navbar-nav .nav-link {
    color: rgba(255, 255, 250, 0.7);
}
.dark .nav-scroll .navbar-nav .nav-link:hover{
    color: var(--main-color);
}
.dark .dropdown-menu{
    background-color: #323232;
}
.dark .nav-scroll{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .banner-img:after{
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.5) 100%, rgba(39, 39, 39, 0.2) 100%);
}
.dark .sidebar .sidebar-widget .widget-inner {
    background: #323232;
}
.dark .sidebar-title h5{
    color: #fff;
}
.dark .sidebar .services ul li,
.dark .sidebar .services ul li a{
    color: #999;
}
.dark .sidebar .services ul li:hover a,.dark .sidebar .services ul li.active a {
    color: #fff;
}
.dark .sidebar .help .phone a{
    color: #fff;
}
.dark .sidebar-title {
    border-bottom: 1px solid #444;
}
.dark .savoye-project-wrap p {
    color: var(--main-color);
}
.dark .navbar .navbar-nav li.active ul li.active a {
    color: var(--main-color) !important;
}
.dark .navbar .navbar-nav li ul li a {
    color: #999 !important;
}
.dark input.wpcf7-submit{
    color: #fff;
}
.dark.sidebar #savoye-aside{
    background: #272727;
    border-right: 1px
 solid rgba(255, 255, 255, 0.04);
}
.dark.sidebar #savoye-aside .savoye-logo h2{
    color: #fff;
}
#savoye-aside .savoye-main-menu > ul > li > a{
    color: #555;
}
.dark #savoye-aside .savoye-main-menu > ul > li > a{
    color: #999;
}
.dark.sidebar #savoye-aside .savoye-main-menu ul ul li:last-of-type {
    border-bottom: 1px
 solid rgba(255,255,255,0.02);
}
.dark .circle-fill circle {
    fill: rgba(255, 255, 255, 0.07);
    stroke: rgb(255, 255, 255);
}
.dark .preloader-bg,.dark #preloader{
    background: #272727;
}
.dark .logo-wrapper{
    background: #272727;
}
.dark .topbanner-footer h6{
    color: #fff;
}
.dark .topbanner-footer h5{
    color: #fff;
}
.dark [data-overlay-light] p  {
    color: rgba(255, 255, 255, 0.7);
}
.dark .topbanner-footer [data-overlay-light="4"]:before {
    opacity: 0.1;
}
.dark [data-overlay-light]:before {
    background: #272727;
}
.dark [data-overlay-light] span{
    color: #fff;
}
.dark .navbar .navbar-nav li ul li:hover a {
    color: var(--main-color) !important;
}

/* Sidebar*/

.sidebar #savoye-aside .savoye-main-menu > ul > li > a{
    border-bottom: 1px solid #f6f6f6;
}
.sidebar #savoye-aside .savoye-main-menu > ul li:last-child > a{
    border-bottom: none;
}

/* ======= Sidebar styles ======= */
.sidebar #savoye-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sidebar #savoye-aside {
    padding: 60px 40px;
    width: 20.9%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-right: 1px solid #f6f6f6;
    scrollbar-width: none;
}
.sidebar .container {
    padding-right: 60px;
    padding-left: 60px;
}
@media screen and (max-width: 1200px) {
    .sidebar #savoye-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 60px 30px 0 30px;
    }
}
/* ======= Scrollbar ======= */

.sidebar ::-webkit-scrollbar {
    width: 0px;
}

.sidebar ::-webkit-scrollbar-track {
    background: #fff;
}

.sidebar ::-webkit-scrollbar-thumb {
    background: #171717;
}

.sidebar ::-webkit-scrollbar-thumb:hover {
    background: #171717;
}
/* logo */
.sidebar #savoye-aside .savoye-logo {
    text-align: center;
    margin-bottom: 75px;
    display: block;
}
.sidebar #savoye-aside .savoye-logo h2 {
    font-family: 'Khand', sans-serif;
    font-size: 50px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.sidebar #savoye-aside .savoye-logo span {
    font-family: 'Khand', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.sidebar #savoye-aside .savoye-logo .logo-img {
    width: 60px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-aside .savoye-logo {
        margin-bottom: 60px;
    }
}
.sidebar #savoye-aside .savoye-logo a {
    display: inline-block;
    text-align: center;
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-logo a span {
    display: block;
    margin-top: 0px;
}
/* Menu */
.sidebar #savoye-aside .savoye-main-menu,
.sidebar #savoye-aside .savoye-main-menu ul,
.sidebar #savoye-aside .savoye-main-menu ul li,
.sidebar #savoye-aside .savoye-main-menu ul li a {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar #savoye-aside .savoye-main-menu {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-aside .savoye-main-menu {
        margin-bottom: 30px;
    }
}
.sidebar #savoye-aside .savoye-main-menu ul ul {
    display: none;
}
.sidebar #savoye-aside .savoye-main-menu ul ul li:last-of-type {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 13px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a {
    font-family: 'Khand', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    margin: 13px 0 0 0!important;
    padding: 0 0 13px 0;
    list-style: none;
}
.dark.sidebar #savoye-aside .savoye-main-menu > ul > li > a{
    border-bottom: 1px solid rgba(255,255,255,0.02);
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a:hover,
.sidebar #savoye-aside .savoye-main-menu > ul > li.active > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a {
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a {
    color: var(--main-color);
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: none;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li.last > a {}
.sidebar #savoye-aside .savoye-main-menu > ul > li > a:hover > span::after,
.sidebar #savoye-aside .savoye-main-menu > ul > li.active > a > span::after,
.sidebar #savoye-aside .savoye-main-menu > ul > li.open > a > span::after {
    border-color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu ul ul li a {
    padding: 8px 0 8px 15px;
    list-style: none;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25em;
}
.sidebar #savoye-aside .savoye-main-menu ul ul li:hover > a,
.sidebar #savoye-aside .savoye-main-menu ul ul li.open > a,
.sidebar #savoye-aside .savoye-main-menu ul ul li.active > a {
    color: var(--main-color);
}
.sidebar #savoye-aside .savoye-main-menu ul ul ul li a {
    margin-left: 15px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.last > a {
    padding-bottom: 8px;
}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.open:last-child > a,
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.last.open > a {}
.sidebar #savoye-aside .savoye-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}
.sidebar #savoye-aside .savoye-main-menu ul ul li.active > a::after,
.sidebar #savoye-aside .savoye-main-menu ul ul li.open > a::after,
.sidebar #savoye-aside .savoye-main-menu ul ul li > a:hover::after {}
/* important offcanvas for menu */
body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #savoye-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvas #savoye-main,
body.offcanvas .savoye-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

/* ======= Content styles ======= */
.sidebar #savoye-main {
    width: 79.2%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    .sidebar #savoye-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .sidebar #savoye-main {
        width: 100%;
    }
    .sidebar .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* Add*/
span.tag{
    text-transform: capitalize;
}
.elementor hr.line-vr-section{
    margin: -37px auto;
}
.YouTubePopUp-Wrap{
    background-color: rgba(0,0,0,0.8);
}
.main-footer .sub-footer p span{
    color: inherit;
}
.comming  input.wpcf7-submit{
    background-color: var(--main-color);
    padding: 10px 20px 6px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
}

/******** Woocommerce ***********/


.swiper-container {
    width: 100%;
    margin-bottom: -15px;
}

.gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (min-width: 991px) {
  .shop-details-area .product-gallery {
    float: left;
    width: 48%;
    clear: none;
    overflow: hidden;
  }

  .shop-details-area .product-gallery .gallery-thumbs .swiper-wrapper,
  .shop-details-area .product-gallery .gallery-thumbs {
    height: auto;
  }
}

.woocommerce .swiper-button-next, .swiper-rtl .swiper-button-prev,
.woocommerce .swiper-button-prev, .swiper-rtl .swiper-button-next {
  display: none;
}

.shop-details-area .product {
  margin-top: 60px;
}

.shop-details-area {
    padding-top: 90px;
}

h1.product_title {
    margin-bottom: 20px;
    font-size: 50px;
}

p.price {
    color: var(--main-color) !important;
    font-size: 32px !important;
    letter-spacing: 1px;
    margin-top: 20px;
}

div.woocommerce-product-details__short-description {
    float: right;
    padding: 25px 0;
    border-top: 1px solid rgba(197, 164, 126, 0.2);
}

.shop-details-area form.cart input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    top: 1px;
    margin-left: -4px;
    margin-right: -4px;
}

.shop-details-area .single_add_to_cart_button {
    font-weight: 400 !important;
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 7px 25px !important;
    margin: 0;
    position: relative !important;
    font-size: 17px !important;
    text-transform: capitalize;
    height: 50px;
    border-radius: 0px !important;
    margin-left: 20px !important;
    outline: none;
    border: 1px solid var(--main-color)!important;
    position: relative;
    top: 1px;
}

.shop-details-area .single_add_to_cart_button:hover {
    background: #fff!important;
    color: var(--main-color)!important;
}

.shop-details-area div.product_meta span.posted_in, .shop-details-area div.product_meta span.tagged_as {
    display: block;
    padding-top: 15px;
}

.shop-details-area div.product_meta span.posted_in a:hover, .shop-details-area div.product_meta span.tagged_as a:hover {
    color: var(--main-color);
}

.yith-wcwl-add-to-wishlist-button {
    font-size: 17px;
}

.woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 50px !important;
    padding-left: 0px !important;
}

.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 30px;
    border: none !important;
    margin-right: 30px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  font-weight: 500 !important;
  padding: 20px 40px !important;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1;
  border: 2px solid #ccc;
  color: #272727;
}

.woocommerce-tabs ul.tabs li.active a {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce-tabs #tab-attributes table {
    width: 70%;
}

#tab-attributes table th, #tab-attributes table tr, #tab-attributes table td {
    padding: 12px;
    padding-left: 15px;
    border: 1px solid #ccc;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    background: transparent;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: inherit;
    padding-left: 50px;
}

.woocommerce-Reviews .comment-text p.meta strong {
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
    margin-right: 3px;
    color: #272727;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}


.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment-text p.meta time {
    font-size: 12px;
    color: #505050;
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

div.woocommerce-Reviews .comment-form-comment label {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit {
    background: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 15px 32px;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 15px;
    border: 1px solid var(--main-color);
}

.woocommerce #respond input#submit:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-Reviews .comment-form-rating p.stars {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.shop-details-area section.related.products {
    display: none;
}

.recent-shop-area {
    background: #f3ece5;
    padding-bottom: 90px;
    margin-bottom: 60px;
}

.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 3px;
    line-height: 1.5em;
}

.shop-area .item .category {
    background: var(--main-color);
    border: none !important;
}

.rooms2 .item .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .item:hover .actions {
    visibility: visible;
    opacity: 1;
}

.shop-area .product-item .actions .add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    display: flex;
}

.shop-area .product-item .actions .add_to_cart_inline span.woocommerce-Price-amount {
    display: none;
}

.rooms2 .item .actions a.icon-btn, .wishlist-icon a.yith-wcwl-add-to-wishlist-button {
    border-radius: 50%;
    height: 45px;
    line-height: 48px;
    background: #fff;
    width: 45px;
    margin-right: 10px;
    cursor: pointer;
}

.rooms2 .item .actions a.icon-btn:hover i {
    color: #fff;
}

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.shop-area .item .con {
    bottom: -32px;
}

.rooms2 .item:hover .con {
    bottom: 0px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.shop-area h4.shop a {
    color: #fff;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.shop-area i.ti-shopping-cart {
    color: #272727;
    position: relative;
    right: 2px;
}

.shop-area a:hover i.ti-shopping-cart {
    color: #fff;
}

.rooms2 .item .actions a.add_to_cart_button:hover, .rooms2 .item .actions a.icon-btn:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 22px;
    color: currentColor;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background: var(--main-color);
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover svg {
    color: #fff!important
}

.recent-shop-area .product-item {
    max-height: 352px;
}

.grid__quick__view__modal .modal-dialog.modal__wraper {
  top: 80px;
  max-width: 1050px!important;
  max-height: 720px!important;
}

.grid__quick__view__modal .modal-body {
  padding: 30px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body h2.product_title {
  margin-top: 10px !important;
  margin-bottom: 10px;
  font-size: 46px;
}

.grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
  letter-spacing: 0.5px;
}

.grid__quick__view__modal .modal-body div.price {
    color: var(--main-color) !important;
    font-size: 32px !important;
    margin-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.grid__quick__view__modal .modal-body .quantity {
  float: left;
  margin: 0 4px 0 0;
}

.grid__quick__view__modal .modal-body .quantity input[type="number"] {
      background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    text-align: center;
    top: 1px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    font-weight: 400 !important;
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    margin: 0;
    position: relative !important;
    font-size: 17px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    height: 50px;
    border-radius: 0px !important;
    top: 1px;
    margin-left: 20px !important;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--main-color) !important;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"]:hover {
        background: #fff !important;
    color: var(--main-color) !important;
}

.grid__quick__view__modal .modal-body .swiper-slide img.img-thumbnail {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.grid__quick__view__modal .modal-body .product-wishlist {
  float: left;
  margin-top: 25px!important;
}

.grid__quick__view__modal .modal-body .product-wishlist a.yith-wcwl-add-to-wishlist-button {
  display: flex;
  align-items: center;
  margin-inline: 0;
  justify-content: flex-start;
  gap: 10px;
}


.grid__quick__view__modal .modal-body .product_meta {
  display: block;
  width: 100%;
  float: left;
}

.product-related .owl-theme .owl-dots .owl-dot.active span, 
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
}

.woocommerce .loader::before {
    display: none;
}

.grid__quick__view__modal .modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #272727;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.woocommerce .rooms2 ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce .rooms2 ul.products li.product span.category div.star-rating {
    display: none;
}


.shop-area .item .con h2.woocommerce-loop-product__title {
    position: relative;
    color: #fff;
    font-size: 30px !important;
    font-weight: 400;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #f3ece5;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.75em;
    color: #272727;
    letter-spacing: 0.5px;
}

.shop-area .woocommerce-ordering select {
    font-size: 18px;
    line-height: 1.75em;
    color: #272727;
    border: 2px solid #f3ece5;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    letter-spacing: 0.5px;
    padding-right: 30px;
    background: url(../savoye/img/arrow.png) no-repeat right center;
    background-position: calc(100% - 20px) center;
    background-size: 13px;
        height: 66px;
    padding-left: 30px;
    outline: none;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 27px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}


.shop-area .item a.added i.ti-shopping-cart {
    display: none;
}

.shop-area .item a.added::after {
    margin-left: -1px;
}

.shop-area .item .added_to_cart {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    color: transparent;
    width: 45px;
}

.shop-area .item .added_to_cart:hover {
    background: var(--main-color);
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 12px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-area .item .added_to_cart:hover:before {
    color: #fff;
}

.woocommerce .shop-area ul.products li.product {
    margin-bottom: 1.992em;
}

.shop-sidebar .shop-widget {
    background: #f3ece5;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.shop-sidebar .shop-widget .widget-title h6 {
    font-size: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--main-color);

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}


.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 10px 25px;
    margin: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid var(--main-color);
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #fff;
    color: var(--main-color);
}

.woocommerce.widget_product_categories ul.product-categories li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.woocommerce.widget_product_categories ul.product-categories li a {
    color: #444;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: var(--main-color);
}

.woocommerce.widget_product_categories ul.product-categories li a:before {
    content: "\e649";
    font-family: 'themify';
    font-size: 9px;
    margin-right: 10px;
    color: #444;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a:before {
    color: var(--main-color);
}

.shop-sidebar ul.product-categories {
    padding-left: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    margin: 4px 4px !important;
    padding: 8px 15px;
  background-color: var(--main-color);
  color: #fff;
  float: left;
  font-size: 15px !important;
  line-height: 1.5em;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #272727;
    color: #fff;
}

.widget_top_rated_products ul.product_list_widget div.star-rating,
.widget_products ul.product_list_widget div.star-rating {
    display: none;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li,
.shop-sidebar .widget_products ul.product_list_widget li {
    padding: 10px 0;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li img, 
.shop-sidebar .widget_products ul.product_list_widget li img {
    float: left;
    width: 100px;
    margin-right: 25px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title {
  position: relative;
  top: 12px;
  color: #272727;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount, 
.shop-sidebar .widget_products ul.product_list_widget li span.woocommerce-Price-amount {
  position: relative;
  top: 12px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li bdi,
.shop-sidebar .widget_products ul.product_list_widget li bdi {
    font-size: 16px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget .woocommerce-Price-currencySymbol,
.shop-sidebar .widget_products ul.product_list_widget .woocommerce-Price-currencySymbol {
        font-size: 16px;
    letter-spacing: 1px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title:hover, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title:hover {
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
        background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
  background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    letter-spacing: 0px;
}

.woocommerce-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.shop-sidebar .shop-widget form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.shop-sidebar .shop-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #272727;
    border: 0;
    padding: 10px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
}

.shop-sidebar .shop-widget form {
    position: relative;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span, 
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
    background: transparent;
}

.woocommerce .page-cart form table {
    width: 100%;
    text-align: center !important;
    margin-bottom: 80px !important;
    border-collapse: collapse!important;
}

.page-cart form table thead.bg-primary {
    background-color: var(--main-color) !important;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    text-transform: capitalize;
    border-collapse: collapse;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #fff;
}

table.dlab-cart-tbl thead tr > th:last-child {
    border-right: 1px solid var(--main-color);
}

.page-cart .cart_item .product-thumbnail img {
    width: 180px;
    padding: 15px;
}

.woocommerce a.remove {
    font-size: 36px;
    color: var(--main-color) !important;
    width: inherit !important;
    margin-bottom: 5px;
}

.woocommerce a.remove:hover {
    background: none;
    color: var(--main-color)!important;
}

#coupon_code {
    height: 57px;
    border: 2px solid #dee2e6;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
    background: #fff;
}

form.checkout_coupon #coupon_code {
    width: 100%;
}

.coupon-cart .coupon {
    width: 70%;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart {
    text-align: left;
    padding: 40px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"] {
    float: none;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 4px;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    float: right;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"]:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    font-weight: 400;
    color: #272727;
    font-size: 17px;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 50px;
    width: 120px !important;
    color: #6f7172;
    font-size: 17px;
    font-weight: normal;
    border: 0;
    outline: none;
    position: relative;
    bottom: -1px;
}

.wc-proceed-to-checkout a {
    background-color: var(--main-color) !important;
    font-size: 17px !important;
    padding: 22px 50px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 70% !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease 0s;
    margin-top: 10px !important;
    border: 1px solid var(--main-color)!important;
    outline: none;
}

.wc-proceed-to-checkout a:hover {
    background-color: #fff !important;
    color: var(--main-color)!important;
}

.cart-collaterals table.shop_table {
    border-collapse: collapse!important;
}

.woocommerce .page-cart table.shop_table,
.woocommerce .page-cart table.shop_table td,
.woocommerce .page-cart table.shop_table tr,
.woocommerce .page-cart table.shop_table th {
    border: 1px solid #a1a09f!important;
    color: #333;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--main-color);
    max-width: 1140px;
    margin: auto !important;
    margin-bottom: 2em !important;
    color: #333;
}

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, 
.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, 
.woocommerce-checkout .woocommerce-message {
    margin-top: 5em !important;
}

p.return-to-shop {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

p.return-to-shop a {
    padding: 15px 25px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-radius: 0px !important;
    text-transform: capitalize;
    font-size: 17px !important;
    font-weight: 400 !important;
    transition: background-color .15s ease-out;
    letter-spacing: 0.5px;
}

p.return-to-shop a:hover {
    background-color: #272727!important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0!important;
    height: 45px!important;
    padding: 0 0 0 10px;
    width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.order-notes .woocommerce-shipping-fields {
    margin-top: 30px;
}

.coupon-area .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
}

.woocommerce-additional-fields label[for="order_comments"] {
    margin-bottom: 10px;
}

.woocommerce-checkout  .select2-search--dropdown {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px!important;
}

input.update-cart, button#place_order, .woocommerce-form-login button.woocommerce-form-login__submit {
  float: right;
  background: var(--main-color);
  height: inherit;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  outline: none;
  border: 1px solid var(--main-color)!important;
}

button#place_order {
    margin-top: 10px;
}

button#place_order:hover,
 .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background-color: #fff!important;
    color: var(--main-color);
}

.account-area, .login-area {
    padding: 100px 0;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation ul li a {
    width: 200px;
    color: #fff;
    padding: 12px 20px;
    background: var(--main-color);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    border: 1px solid var(--main-color);
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
}

.woocommerce-MyAccount-content p strong, .woocommerce-MyAccount-content p a {
    color: #272727;
}

.woocommerce-MyAccount-content p strong {
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 400;
  padding: 13px 25px;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-out;
  border: 1px solid var(--main-color);
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background-color: #fff;
    color: var(--main-color);
}

.account-area .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 80%;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    float: left;
    text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--main-color);
}

.woocommerce-Addresses address {
    margin-top: 10px;
    margin-bottom: 50px;
}

.woocommerce-account input[type="text"], .woocommerce-account input[type="password"], .woocommerce-account input[type="email"], .woocommerce-account input[type="tel"] {
    background: #ffffff;
    border: 2px solid #eaedff;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
}

.woocommerce-EditAccountForm label {
    margin-top: 0px;
    margin-left: 0px;
    color: #212529;
    width: 100%;
}

.woocommerce-account fieldset legend {
    padding-top: 30px;
    color: #212529;
    font-size: 28px;
    font-weight: 500px;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input {
    width: 70%;
    margin: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    font-weight: 400;
    background: var(--main-color);
    color: #fff;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top: 15px;
    outline: none;
    border-radius: 0px;
    border: 1px solid var(--main-color);
}

.basic-login span.password-input {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button:hover {
    background-color: #fff;
    color: var(--main-color);
}

.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #eaedff;
    width: 100%;
    max-width: 500px;
}

.basic-login form.login {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.basic-login form .form-row {
    padding: 0px;
}

.basic-login .woocommerce-form-login label {
    margin-left: 0px;
}

.woocommerce-account .basic-login input[type="text"], .woocommerce-account .basic-login input[type="password"] {
    background: #ffffff;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 25px;
}

.woocommerce-form-login button.woocommerce-form-login__submit {
    width: 100%;
    margin-right: 0px!important;
}

p.woocommerce-LostPassword {
    margin-top: 20px;
}

.password-area {
    padding: 120px;
    margin-bottom: 60px;
}

.password-area form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
    border: 2px solid #eaedff;
    max-width: 600px;
}

.page-wishlist {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .page-wishlist table.shop_table {
    border-collapse: collapse;
    font-size: 17px;
}

.wishlist_table thead tr th {
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400!important;
}

.wishlist_table span.woocommerce-Price-amount {
    color: #272727;
}

table.wishlist_table.shop_table .product-remove {
    min-width: 60px;
}

table.wishlist_table tr th.product-thumbnail {
    width: auto;
    text-align: center;
}

.page-wishlist .wishlist-items-wrapper .product-thumbnail {
    min-width: 100px;
    text-align: center;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #333;
    font-size: 20px;
}

table.wishlist_table tr th.product-name, .wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce p.stars a::before {
    color: var(--main-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::after {
    display: none;
}

.woocommerce .star-rating {
    width: 5.8em !important;
    color: var(--main-color);
    border-bottom: none;
}

div#review_form_wrapper form.comment-form {
  margin-top: 15px;
}

.woocommerce #reviews #comments h2,
div.woocommerce-Reviews span.comment-reply-title {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce #reviews #comments h2 {
  margin-bottom: 20px;
}

.product-categories li a[href*="product_cat=uncategorized"] {
    display: none;
}

.product-categories li a[href*="product_cat=uncategorized"]::parent {
    display: none;
}

.woocommerce-message a.button {
    background: var(--main-color) !important;
    color: #fff;
    padding: 12px 25px !important;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 400 !important;
    border-radius: 0px !important;
    outline: none;
    border: 1px solid var(--main-color) !important;
}

.woocommerce-message a.button:hover {
    background: #fff !important;
    color: var(--main-color) !important;
}

.menu-item.mini-cart {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.menu-item.mini-cart .cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 12px;
    top: -2px;
    position: relative;
}

.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
}

.nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: #272727;
}

.page-template-multi-dark .nav-scroll .menu-item.mini-cart .cart-icon,
.page-template-onepage-dark .nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: rgba(255, 255, 250, 0.7);
}


.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 350px;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    overflow: auto;
    max-height: 600px;
}

.menu-item.mini-cart:hover .mini-cart-dropdown {
    visibility: visible; 
    opacity: 1;
    transform: translateY(0);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li {
    display: block;
    margin-bottom: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    display: block;
    color: #272727;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 26px;
    display: block;
    font-weight: 700;
    color: var(--main-color)!important;
    text-align: right;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity {
    margin-top: 5px;
    display: block;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: 500;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total strong {
    font-weight: 600;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--main-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
    font-weight: 400;
    text-transform: capitalize;
    background: var(--main-color);
    color: #fff;
    padding: 14px 30px;
    margin: 0;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-right: 30px;
    transition: all 0.3s ease-out;
    border: 1px solid var(--main-color);
    line-height: 1;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a:hover {
  background: #fff!important;
  color: var(--main-color);
}

.mini-cart .mini-cart-dropdown .product_list_widget {
  padding-left: 0px;
  display: grid;
}

.mini-cart .woocommerce-mini-cart__buttons {
  padding-top: 10px;
}

.shop-elementor {
    padding: 120px 0;   
}

.shop-elementor .item .category {
    right: 35px;
}

.woocommerce-pagination ul.page-numbers {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0 7px;
}

.woocommerce-pagination ul.page-numbers li span {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
        background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce-pagination ul.page-numbers li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 400;
    border: 1px solid #f6f6f6;
    font-size: 17px;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.woocommerce-pagination ul.page-numbers li a:hover i {
    color: var(--main-color);
}

ul.page-numbers li a i {
    font-size: 12px;
}

.shop-elementor .col-lg-6 .con, .shop-elementor .col-lg-4 .con {
    width: calc(100% - 30px);
    left: 15px;
}

.shop-elementor .position-re-order-shop {
  overflow: hidden;
}


.woocommerce-form-login-toggle {
    padding-top: 60px;
}

.woocommerce-checkout .woocommerce-form-login {
    max-width: 600px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    max-width: 1138px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]{
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 32px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color)!important;
    outline: none;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
}

.woocommerce .woocommerce-checkout-review-order-table {
    border-collapse: collapse!important;
}

.woocommerce .woocommerce-checkout-review-order-table table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tr,
.woocommerce .woocommerce-checkout-review-order-table td {
    border: 1px solid rgba(32,7,7,0.8) !important;
    border-collapse: collapse!important;
    color: #272727;
}

.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tfoot th,
.woocommerce .woocommerce-checkout-review-order-table tfoot td,
.woocommerce .woocommerce-checkout-review-order-table tfoot td strong {
    font-weight: 600!important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 80%!important;
}


.woocommerce-Reviews form.comment-form p.form-submit {
    display: block;
}

.product-related .section-subtitle {
  color: var(--main-color);
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
}

div.cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 36px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
  width: 100%;
  border-radius: 0px;
  height: 45px;
}

.lost_reset_password .form-row-first {
    width: 100%!important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    font-weight: 400;
    background: var(--main-color);
    color: #fff;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-top: 10px;
    border: 1px solid var(--main-color);
    outline: none;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
    background: #fff;
    color: var(--main-color);
}

.txt-left {
    text-align: left;
}

.grid__quick__view__modal .modal-body form.cart {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description form.cart {
    margin-bottom: 40px!important;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

#tab-attributes table thead th {
    font-weight: 500;
    color: #272727;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

@media(max-width: 991px) {
    .menu-item.mini-cart {
        display: none;
    }

    .page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
        float: none;
    }

    .page-cart .coupon, #coupon_code {
         width: 100%;
    }

    .page-cart .coupon button[type="submit"]{
        float: left!important;
        width: 100%!important;
        margin-top: 25px;
    }
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #fff;
    color: var(--main-color);
}

.quantity .qty-minus, .quantity .qty-plus {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    transition: background 0.3s;
    color: #fff;
    margin-top: 0px;
    border: 1px solid var(--main-color);
}

.quantity .qty-minus i, .quantity .qty-plus i {
    color: #fff;
}

.cart_item .quantity .qty-minus {
  position: relative;
  left: 3px;
}

.cart_item .quantity .qty-plus {
  position: relative;
  right: 3px;
}

div.quantity button.qty-minus:focus, div.quantity button.qty-plus:focus,
div.quantity button.single_add_to_cart_button:focus {
  outline: none;
}

div.quantity button.qty-minus:hover, div.quantity button.qty-plus:hover {
  background: #fff;
}

div.quantity button.qty-minus:hover i, div.quantity button.qty-plus:hover i {
  color: var(--main-color)!important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-tabs table strong {
  color: #272727;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
}

div.woocommerce-Reviews div#comments {
  margin-bottom: 30px;
}

h2.product_title a:hover {
  color: #272727;
}


.woocommerce .page-wishlist table.shop_table th, .woocommerce .page-wishlist table.shop_table td {
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 17px;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment .place-order {
    padding: 30px !important;
}

.woocommerce .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
}

.category .price span {
    color: #fff!important;
    font-size: 15px;
    letter-spacing: 1.5px;
}

ul.navbar-nav li.dropdown ul.submenu {
    position: absolute;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 20px !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

ul.navbar-nav li.dropdown:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} 

ul.navbar-nav ul.submenu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(162, 120, 58, 0.05);
    padding-bottom: 5px;
    margin: 5px 12px !important;
}


ul.navbar-nav ul.submenu li a {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.price_slider_amount .price_label span {
    color: #272727 !important;
    letter-spacing: 1px;
}

.wishlist-items-wrapper .wishlist-empty {
    padding: 20px !important;
}


.modal-body .swiper-button-next, .modal-body .swiper-button-prev {
    display: none;
}

.logged-in .navbar {
    top: 32px;
}

.logged-in .nav-scroll {
    top: -68px;
}

.cart_totals .shop_table_responsive th,
.cart_totals .shop_table_responsive td strong {
    font-weight: 600!important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0px;
}

