/*
Theme Name: cooperbutchers

WooCommerce styles override
*/

/**
 * Shop tables
 */
.img_box img {
   display: block;
   width: 100%;
}
a {
   text-decoration: none;
}
/*** SHOP PAGE ***/

header.woocommerce-products-header {
   position: relative;
}

.woocommerce .woocommerce-ordering {
   margin: 0 0 1em;
   display: none;
}

.woocommerce-breadcrumb {
   width: 100%;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 30px;
   font-size: 12px;
   line-height: 14px;
   font-weight: 400;
   color: #a6a6a6;
   max-width: 1600px;
   padding: 0px 15px;
   margin: 30px auto 30px;
}
.woocommerce-breadcrumb a {
   color: #a6a6a6;
   text-decoration: none;
}
.woocommerce button.button {
    color: #fff !important;
    background: #67221a !important;
    padding: 7px 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: 1px solid #67221a !important;
    border-radius: 6px !important;
    min-height: 45px !important;
    width: auto;
}
.woocommerce button.button:hover {
    background: transparent !important;
    color: #67221a !important;
    border-color: #67221a !important;
}
.woocommerce-cart .swiper-wrapper article {
    width: 100%;
}
.woocommerce.woocommerce-shop .woocommerce-result-count {
   display: none;
}
.woo-variation-swatches.wvs-show-label .variations td {
   padding: 0px;
}
.shop-wrapper {
   margin-top: 0px;
}
.hero-banner-section.shop-banner {
    margin-bottom: 70px;
}
.hero-banner-section.shop-banner .slide-img img {
    height: 560px;
}
.hero-banner-section.shop-banner .slider-content {
    margin-left: 62px;
    margin-top: 0;
    max-width: 582px;
}
.hero-banner-section.shop-banner .slider-content h1 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
    position: relative;
    padding-bottom: 30px;
}
.hero-banner-section.shop-banner .slider-content h1::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 0;
    bottom: 0;
    width: 112px;
    height: 5px;
    background: #a88169;
}
.hero-banner-section.shop-banner .slider-content p {
    font-size: 18px;
    margin-left: 2px;
    line-height: 26px;
}
.shop-wrapper .new_container {
   max-width: 1900px;
   padding: 0px 35px 0 65px;
}
.shop-inner {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.side-menu-wrapper {
    width: 360px;
    padding-right: 0;
}
.side-menu-wrapper .filter-title {
    font-size: 22px;
    line-height: 1;
    color: #997760 !important;
    text-transform: capitalize;
    margin-bottom: 28px;
    padding-bottom: 18px;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
.side-menu-wrapper .filter-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    background: #000;
}
.side-menu-wrapper .filter-title::after {
    content: "" !important;
    position: absolute !important;
    right: 4px !important;
    top: 6px !important;
    width: 2px !important;
    height: 10px !important;
    background: #000;
    display: block !important;
}
.side-menu-wrapper .filter-title.opened::after {
    display: none !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider span.irs-min,
.yith-wcan-filters .yith-wcan-filter .price-slider span.irs-max,
.yith-wcan-filters .yith-wcan-filter .price-slider span.irs-to,
.yith-wcan-filters .yith-wcan-filter .price-slider span.irs-from {
    display: none;
}
.yith-wcan-active-filters.enhanced {
    display: none;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 0 !important;
    height: 13px !important;
    top: 31px !important;
    width: 13px !important;
    border-radius: 0 !important;
    box-shadow: none;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
    height: 1px !important;
    border-radius: 0 !important;
    background-color: #000 !important;
    top: 38px;
}
.side-menu-wrapper ul.filter-items.filter-text li {
   margin-bottom: 22px;
}
.side-menu-wrapper ul.filter-items.filter-text li a {
   position: relative;
   font-size: 12px;
   line-height: 1.2;
   color: #201409 !important;
   text-transform: uppercase;
   text-decoration: none;
   transition: 0.3s;
   display: inline-flex;
   position: relative;
}
.side-menu-wrapper ul.filter-items.filter-text li a:before {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -4px;
   width: 0;
   height: 1px;
   background-color: #201409;
   transition: 0.3s;
}
/* .side-menu-wrapper ul.filter-items.filter-text li.active a:before {
    width: 100%;
} */
.shop-list-miidle-wrap .container {
    max-width: 1530px;
}
.side-menu-wrapper ul.filter-items.filter-text li a:hover:before {
   width: 100%;
}
.side-menu-wrapper ul.filter-items.filter-text li ul.children {
   margin-top: 15px;
   padding-left: 15px;
   list-style-type: none;
}
.side-menu-wrapper ul.filter-items.filter-text li {
   padding: 0px;
   list-style-type: none;
   margin-bottom: 13px !important;
   position: relative;
}
.product-wrapper {
    width: calc(100% - 360px);
}
.product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.onsale {
    position: absolute;
    background: #9a7761;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding: 10px 10px;
    font-weight: normal;
}
.product-wrapper ul.products.columns-4 li.product .view-products-btn {
    padding-top: 0;
    align-items: center;
    height: 481px;
}
.product-wrapper ul.products.columns-4 li.product .view-products-btn label {
    border: 1px solid #fff;
    padding: 0 14px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.product-wrapper ul.products.columns-4 li.product .view-products-btn label:hover {
    background: #997760;
    color: #fff;
    border-color: #997760;
}
.product-wrapper ul.products.columns-4 li.product .view-products-btn label:focus {
    outline: none;
    text-decoration: none;
}
.product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.price {
    width: 65%;
    display: inline-block;
}
.product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link .star-rating {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: auto;
}
.product-wrapper ul.products.columns-4 li.product .view-products-btn label {
    height: 480px;
    height: 50px;
    min-width: 227px;
    border-color: #997760;
    font-size: 17px;
}
.product-wrapper ul.products.columns-4 li.product:hover .view-products-btn {
    opacity: 1;
}
.product-wrapper ul.products.columns-4 li.product {
    width: 360px;
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 50px;
}
.yith-wcan-filters
   .yith-wcan-filter
   .filter-items
   .filter-item.label
   .term-label {
   font-size: 14px;
}
.product-wrapper
   ul.products.columns-4
   li.product
   .woocommerce-LoopProduct-link {
   display: inline-block;
   width: 100%;
   height: 100%;
}
.woocommerce-LoopProduct-link img {
    width: 100%;
    height: 481px;
}
ul.products li a {
   text-decoration: none;
}

span.woocommerce-Price-amount.amount {
   width: 100%;
   font-size: 16px;
   line-height: 19px;
   color: #a6a6a6;
}

.yith-wcwl-add-to-wishlist {
   margin-top: 0;
   position: absolute;
   top: 490px;
   right: 58px;
   line-height: 0;
}
.yith-wcwl-add-button a.add_to_wishlist {
   width: 21px;
   height: 22px;
   font-size: 0px;
   display: inline-block;
   line-height: 0;
   background-repeat: no-repeat;
   background-size: cover;
}
.yith-wcwl-add-button a.add_to_wishlist .fa {
   display: none;
}
.yith-wcwl-add-button a.add_to_wishlist span {
   display: none;
}
nav.woocommerce-pagination {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
nav.woocommerce-pagination ul.page-numbers {
   display: flex;
   justify-content: center;
   align-self: center;
   padding: 0;
   list-style-type: none;
   margin: 0;
}

nav.woocommerce-pagination ul.page-numbers li {
   margin: 0 10px;
}
nav.woocommerce-pagination ul.page-numbers li span {
   color: #fff;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 0px;
   padding: 5px 4px 5px 6px;
   background-color: #2b2b2b;
   font-family: Montserrat;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 20px;
}
nav.woocommerce-pagination ul.page-numbers li a {
   color: #2b2b2b;
   height: 40px;
   width: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 0;
   padding: 5px 4px 5px 6px;
   background: #fff;
   font-family: Montserrat;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 20px;
   text-decoration: none;
   border: 1px solid #ebebeb;
}
nav.woocommerce-pagination ul.page-numbers li a:hover {
   border: 1px solid #201409;
}

.side-menu-wrapper .yith-wcan-filters .yith-wcan-filter {
   margin-bottom: 40px;
   clear: both;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label {
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label ul {
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label li {
   display: inline-block !important;
   width: 36px;
   height: 32px;
   border: 1px solid #201409;
   font-size: 12px;
   line-height: 32px;
   color: #2b2b2b;
   text-transform: uppercase;
   transition: 0.3s;
   padding: 0 !important;
   box-shadow: none !important;
   border-radius: 0 !important;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label li a {
   font-size: 12px;
   line-height: 32px;
   color: #2b2b2b !important;
   text-transform: uppercase;
   text-decoration: none;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label li:hover {
   background: #201409 !important;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label li.active {
   background: #201409 !important;
}
.yith-wcan-tooltip {
   display: none !important;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color {
   margin: 0 0px;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li {
   border: 1px solid transparent;
   display: inline-block !important;
   width: 26px !important;
   height: 26px;
   margin: 0 !important;
   margin-right: 17px !important;
   margin-bottom: 20px !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
    border: 0;
    -webkit-appearance: none;
    font-size: 22px;
    color: #201409;
    font-weight: normal;
    pointer-events: none;
    float: none;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max-wrap::before,
.price-slider-min-wrap::before {
    content: "£";
    position: relative;
    left: 0px;
    font-size: 22px;
    color: #201409;
    font-weight: normal;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max-wrap::before {
    left: 8px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min-wrap {
    width: 52%;
    display: inline-flex;
    position: relative;
}
.price-slider-min-to-from {
    width: max-content;
    display: inline-block;
    margin-left: auto;
    font-size: 20px;
    color: #201409;
    font-weight: normal;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max-wrap {
    float: right;
    clear: both;
    position: relative;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
    text-align: right;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both input::-webkit-outer-spin-button,
.yith-wcan-filters .yith-wcan-filter .price-slider.both input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.yith-wcan-filters .yith-wcan-filter .price-slider.both input[type=number],
.yith-wcan-filters .yith-wcan-filter .price-slider.both input[type=number] {
  -moz-appearance: textfield;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
    margin-bottom: 78px !important;
    height: auto !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both {
    padding: 0 !important;
    margin-top: -20px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
    position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    border: 1px solid #000;
    cursor: pointer;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 13px;
    height: 12px;
    background-image: url(assets/images/filter-cross.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s;
    transform: scale(0);
    cursor: pointer;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active label::after {
    transform: scale(1);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
    padding-left: 44px;
    width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
    color: #201409;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a:hover {
    color: #997760 !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input {
    position: absolute;
    left: 0;
    top: 6px;
    visibility: hidden;
    opacity: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
    color: #201409 !important;
    font-size: 18px !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    margin: 0 0 12px 2px !important;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li.active {
   border: 1px solid #fff;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li a {
   display: block !important;
   height: 100%;
   color: #201409;
}
.side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li .single-color {
   border-radius: 0px !important;
   margin: 0 !important;
   padding: 0 !important;
   border: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
.yith-wcwl-add-to-wishlist .fa {
   margin: 3px 0px 0px 0px;
   font-size: 0px;
}
.yith-wcwl-add-to-wishlist a.delete_item {
   width: 21px;
   height: 22px;
   font-size: 0px;
   background-repeat: no-repeat;
   background-size: cover;
   display: inline-block;
}

.product-details-wrapper {
    margin-top: 0;
    background: #F9F5F0;
    padding: 5px 0 0;
}

/** DETAILS PAGE CSS START **/
.product-details-wrapper .container {
    max-width: 1287px;
}
.woocommerce-tabs.wc-tabs-wrapper {
   width: 100%;
}
.woocommerce-tabs-panel-head .commentlist .star-rating {
    /* width: 6.3em; */
}
.woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    background: #cccccc1a;
}
.woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment_container {
    padding-left: 55px;
}
.woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li::before {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    /*background: #997760;*/
    text-align: center;
    /*border: 1px solid #997760;*/
    padding: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 17%;
}
.comment-text {
    margin-top: 15px;
}
.woocommerce-tabs ul.tabs li {
   margin: 0 !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel #comments .commentlist li .comment_container .comment-text p {
    margin-bottom: 5px;
}
.woocommerce-tabs ul.tabs li a {
    padding: 13px 34px 13px 39px !important;
    text-decoration: none;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    position: relative;
    background: #201409;
    font-weight: normal !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 45px;
    margin-bottom: 165px;
    box-shadow: none;
}
.woocommerce-tabs ul.tabs li.active a {
   opacity: 1;
   background: #997760;
}
section.related.products {
    width: 100%;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 80px;
}
section.related.products .container {
    max-width: 1560px
}
section.related.products h2:first-child {
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
}
section.related.products h2:first-child strong {
    color: #997760;
    font-weight: normal;
}
section.related.products ul.products.columns-3 li.product {
   text-decoration: none;
   width: 335px;
   margin-right: 0;
   margin-left: 40px;
   margin-bottom: 3%;
}
.related-products-inner .products {
    margin: 0 -15px;
}
.related-products-inner .slick-slide {
    padding: 0 0px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #0000000d !important;
    clear: both;
    color: #201409;
    font-size: 13px;
    margin: 0 0 14px;
    padding: 10px 15px;
    border-bottom: 0;
    line-height: 22px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
   color: #ff0000;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
   color: #201409;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
   background: #201409;
   border: 1px solid #201409;
   font-size: 14px;
   line-height: 22px;
   color: #ffffff;
   padding: 8px 17px;
   display: inline-block;
   margin: 0 10px 0px 0;
   border-radius: 0px;
   text-decoration: none;
   transition: 0.4s;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover {
   color: #201409;
   background: #EAC8C4;
   border-color: #EAC8C4;
}
.gallery-navigation-carousel .wcgs-thumb {
    width: 80px !important;
    height: 100px;
}
.gallery-navigation-carousel .wcgs-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 0 !important;
    width: 417px;
    position: sticky !important;
    top: 3em;
}
#wpgs-gallery .gallery-navigation-carousel-wrapper {
    margin-top: 50px !important;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
/** DETAILS PAGE CSS END **/

/** CART PAGE CSS START **/
.woocommerce-cart aside#secondary {
   display: none;
}
table {
   width: 100%;
}
.cart-section {
   padding: 30px 0 70px;
}
.cart-section .new_container {
   max-width: 1100px;
}
.product-thumbnail
   img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
   width: 105px;
   height: 75px;
   object-fit: contain;
}
input#coupon_code {
   width: 165px !important;
   color: #201409 !important;
   font-size: 13px !important;
   font-weight: normal !important;
   height: 53px;
   border-radius: 0px !important;
   padding: 10px 13px !important;
   outline: none;
   margin: 0 !important;
   background: #ffffff;
   border: 1px solid #b8b8b8;
   line-height: 24px;
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
}
td.actions .coupon {
   overflow: hidden;
   margin: 0 0 0px;
   float: left;
}

td.actions .coupon label {
   float: left;
   margin: 15px 7px 0 0;
}

td.actions .coupon input#coupon_code {
   float: left;
   margin-right: 4px !important;
   width: 220px;
}

td.actions .coupon button.button {
   float: right;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 160px;
   height: 53px;
   cursor: pointer;
   background: #201409;
   border: 1px solid #201409;
   font-size: 13px;
   line-height: 22px;
   color: #ffffff;
   padding: 8px 17px;
   margin: 0 0px 0px 0 !important;
   border-radius: 0px;
   text-decoration: none;
   transition: 0.4s;
}

td.actions .coupon button.button:hover {
    color: #201409;
    background: #EAC8C4;
    border-color: #EAC8C4;
}

.woocommerce-shipping-methods li {
   list-style: none;
}
section.shipping-calculator-form .form-row {
   margin-right: 0;
   margin-left: 0;
}
td.actions button.button {
   float: right;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 170px;
   height: 53px;
   cursor: pointer;
   background: #201409;
   border: 1px solid #201409;
   font-size: 13px;
   line-height: 22px;
   color: #ffffff;
   padding: 8px 17px;
   margin: 0 0px 0px 0;
   border-radius: 0px;
   text-decoration: none;
   transition: 0.4s;
}

td.actions button.button:hover {
    color: #201409;
    background: #EAC8C4;
    border-color: #EAC8C4;
}

tr.woocommerce-shipping-totals.shipping {
   vertical-align: top;
}
table.shop_table.shop_table_responsive tr th {
    font-weight: normal!important;
}
table.shop_table.shop_table_responsive tr th,
table.shop_table.shop_table_responsive tr td {
   /* border-right: 1px solid #201409 !important;
   border-bottom: 1px solid #201409 !important; */
   font-size: 17px;
   font-weight: normal;
   padding: 11px 15px !important;
   color: #201409;
}
.cart_item span.woocommerce-Price-amount.amount {
    font-size: 17px;
}
table.shop_table.shop_table_responsive tr td .quantity input {
    text-align: center !important;
    color: #fff !important;
    font-size: 14px !important;
    margin: 0 !important;
}
table.shop_table.shop_table_responsive tr th a,
table.shop_table.shop_table_responsive tr td a {
    color: #201409;
    text-decoration: underline;
}
table.shop_table.shop_table_responsive tr th a:hover,
table.shop_table.shop_table_responsive tr td a:hover {
   color: #201409;
   text-decoration: none;
}
table.shop_table.shop_table_responsive tr td.product-name a {
   position: relative;
}

/* table.shop_table.shop_table_responsive tr td.product-name a:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 0;
 height: 1px;
 background-color: #201409;
 transition: 0.3s;
} */
table.shop_table.shop_table_responsive tr td.product-name a:hover:before {
 width:100%;
}
table.shop_table.shop_table_responsive tr td.product-name a:hover {
 text-decoration: none !important;
}
.cart_totals  span.woocommerce-Price-amount.amount,
table.shop_table.shop_table_responsive tr th,
table.shop_table.shop_table_responsive tr td strong {
   font-weight: normal;
   font-size: 17px;
}
table.shop_table.shop_table_responsive tr th {
    font-weight: normal !important;
}
.select2-container .select2-selection--single {
   height: 48px !important;
   text-align: left;
   border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 44px !important;
   color: #201409 !important;
   font-size: 16px !important;
   font-weight: normal !important;
   border-radius: 0px !important;
   appearance: none;
   padding: 0px 18px 0px 12px !important;
   outline: none;
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
   background: #ffffff;
   box-sizing: border-box;
}
.select2-container .select2-selection--single .select2-selection__clear {
   right: 10px;
   width: 13px;
   z-index: 1;
   top: -2px;
   font-weight: 300 !important;
}
.shipping-calculator-form span {
   width: 100%;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
   color: #201409 !important;
   font-size: 13px !important;
}
.select2-container--default
   .select2-results__option--highlighted[aria-selected],
.select2-container--default
   .select2-results__option--highlighted[data-selected] {
   background-color: #eaeff3 !important;
}

section.shipping-calculator-form {
   margin: 18px 0 0 18px;
}

section.shipping-calculator-form
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   top: 14px !important;
}

table.shop_table_responsive tr td.product-remove a {
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
    width: 30px;
    font-weight: bold;
    height: 30px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
}

.cart-collaterals .cart_totals h2 {
   font-weight: 900;
   font-size: 35px;
   text-transform: capitalize;
   margin: 0 0 20px;
   letter-spacing: 0;
   display: none;
}

.cart-collaterals .cart_totals table td {
   padding: 16px 0 !important;
   /* border-bottom: none !important; */
   text-align: right;
}

table.my_account_subscriptions.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tr td:not(:last-child) {
    border-bottom: 0;
}
.woocommerce_account_subscriptions table.my_account_subscriptions.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.shop_table.shop_table_responsive.woocommerce-orders-table--subscriptions tr td:not(:last-child) {
    border-bottom: 1px solid #000;
}

.woocommerce-MyAccount-content .shop_table.subscription_details tr td a {
    background: #201409;
    color: #fff;
    padding: 5px 11px;
    font-size: 13px;
    margin: 3px;
    border: 1px solid #201409;
    text-decoration: underline;
    display: inline-block;
    width: auto;
}
.woocommerce-MyAccount-content .shop_table.subscription_details tr td a:hover {
    background: transparent;
    color: #201409;
    text-decoration: none;
}

.cart-collaterals .cart_totals table th {
   padding: 16px 0 !important;
   /* border-bottom: none !important; */
   text-align: right;
}

.cart-collaterals {
   padding: 30px 0 0;
   overflow: hidden;
}

.cart_totals {
   float: right;
}

.cart-collaterals .cart_totals th {
   padding: 0px !important;
}

.cart-collaterals .cart_totals table {
   width: 600px;
   /* border: 1px solid #201409 !important;
   border-bottom: none !important; */
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
   border: 1px solid #201409;
   border-bottom: none;
   border-right: none;
}
.wc-proceed-to-checkout {
    overflow: hidden;
    margin: 30px 0 0;
    text-align: right;
    padding: 0 !important;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
   float: right;
}


span.woocommerce-Price-amount.amount {
   font-size: 13px;
   color: #201409;
   line-height: 21px;
   margin-bottom: 0px;
   text-align: left;
}

.cart-collaterals .cart_totals table .cart-subtotal th td {
   border-bottom: 1px solid #201409;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    min-width: 236px;
    height: 53px;
    cursor: pointer;
    background: #67221a !important;
    border: 1px solid #67221a !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 22px;
    color: #ffffff !important;
    padding: 8px 17px !important;
    margin: 0 0px 0px 0;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    color: #67221a !important;
    background: transparent !important;
    border-color: #67221a !important;
    transform: none !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover:before {
     color: #67221a !important;
     filter: invert(1);
}
table.shop_table.shop_table_responsive tr th {
    font-weight: bold !important;
}
.woocommerce .shop_table tr td .quantity .minus-quantity {
   float: left;
}

.woocommerce .shop_table tr td .quantity .minus-quantity {
   width: 12px;
   height: 12px;
   border-left: 2px solid #201409;
   border-bottom: 2px solid #201409;
   transform: rotate(45deg);
   display: inline-block;
   position: relative;
   top: 10px;
   left: 23px;
   padding-left: 10px;
   cursor: pointer;
}

.woocommerce .shop_table tr td .quantity .minus-quantity input {
   opacity: 0;
}

.woocommerce .shop_table tr td .quantity .plus-quantity input {
   opacity: 0;
}

.woocommerce .shop_table tr td .quantity .quantity-field {
   display: inline-block;
}

.woocommerce .shop_table tr td .quantity .quantity-field input {
   width: 90px;
   height: 30px;
   border-radius: 50px;
   outline: none;
   border: 1px solid #201409;
   -webkit-appearance: none;
}

.woocommerce .shop_table tr td .quantity .quantity-field input::-webkit-inner-spin-button,
.woocommerce .shop_table tr td .quantity .quantity-field input::-webkit-outer-spin-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.woocommerce .shop_table tr td .quantity .quantity-field input:hover {
   -webkit-appearance: none;
}

.woocommerce .shop_table tr td .quantity .plus-quantity {
   width: 12px;
   height: 12px;
   border-left: 2px solid #201409;
   border-bottom: 2px solid #201409;
   transform: rotate(220deg);
   display: inline-block;
   position: relative;
   top: 10px;
   right: 28px;
   padding-left: 10px;
   cursor: pointer;
}

.woocommerce .woocommerce-message {
    border: 0;
    background-color: #0000000d !important;
    padding: 15px;
}

/** CART PAGE CSS END **/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
   display: none;
}

table.shop_table_responsive tbody th {
   display: none;
}

table.shop_table_responsive tr td {
   display: block;
   text-align: right;
   clear: both;
}

table.shop_table_responsive tr td::before {
   content: attr(data-title) ": ";
   float: left;
}

table.shop_table_responsive tr td.product-remove a {
   text-align: center;
   display: block;
}

table.shop_table_responsive tr td.product-remove::before {
   display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
   display: none;
}

table.shop_table_responsive tr td.download-actions .button {
   display: block;
   text-align: center;
}
.wcsatt-add-cart-to-subscription-action-wrapper label {
    font-weight: normal;
    padding: 11px 25px !important;
    color: #201409;
    font-size: 18px;
    text-align: right;
}
.shipping.recurring-total ul li input,
.wcsatt-add-cart-to-subscription-action-input {
    accent-color: #000;
}
.wcsatt-add-cart-to-subscription-table-wrapper.wcsatt-add-cart-to-subscription-options table.shop_table_responsive tbody tr td,
.wcsatt-add-to-subscription-table-wrapper.wcsatt-add-to-subscription-options table.shop_table_responsive tbody tr td {
    margin: 0;
}
.subscription-actions.order-actions button.button {
    font-size: 13px;
    width: 200px;
}
#order_review table.shop_table tr th,
#order_review table.shop_table tr td,
table.shop_table.shop_table_responsive tr td,
table.shop_table.shop_table_responsive tr th,
table.shop_table.order_details tr td,
table.shop_table.order_details tr th,
table.shop_table.subscription_details tr td {
    padding: 10px;
    border: 1px solid #000 !important;
}
#order_review table.shop_table,
table.shop_table.shop_table_responsive.my_account_orders,
table.shop_table.order_details,
table.shop_table.subscription_details {
    margin: 0 0 25px;
}
dl.wc-block-components-additional-fields-list dd,
dl.wc-block-components-additional-fields-list dt {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 23px;
}
input#update_all_subscriptions_payment_method,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods input {
    accent-color: #000;
}
#payment input#place_order {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 0 15px;
    border-radius: 3px;
}
#payment input#place_order:hover {
    background: #333;
    color: #fff;
}
.wc_payment_method.payment_method_stripe label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.wc_payment_method.payment_method_stripe label img {
    margin-left: 15px;
}
input#update_all_subscriptions_payment_method {
    margin-right: 7px;
}


@media screen and (min-width: 48em) {
   table.shop_table_responsive thead {
      display: table-header-group;
   }

   table.shop_table_responsive tbody th {
      display: table-cell;
   }

   table.shop_table_responsive tr th,
   table.shop_table_responsive tr td {
      text-align: left;
   }

   table.shop_table_responsive tr td {
      display: table-cell;
   }

   table.shop_table_responsive tr td::before {
      display: none;
   }
}

/**
 * Products
 */
ul.products {
   margin: 0;
   padding: 0;
}

ul.products li.product {
   list-style: none;
   position: relative;
   margin-bottom: 2em;
}

ul.products li.product img {
   display: block;
}

ul.products li.product .button {
   display: block;
}

@media screen and (min-width: 48em) {
   ul.products li.product {
      width: 30.79667%;
      float: left;
      margin-right: 3.8%;
   }

   /* ul.products li.product.first {
      clear: both;
   } */

   ul.products li.product.last {
      margin-right: 0;
   }

   ul.products.columns-1 li.product {
      float: none;
      width: 100%;
   }

   ul.products.columns-2 li.product {
      width: 48.1%;
   }

   ul.products.columns-3 li.product {
      width: 30.79667%;
   }

   ul.products.columns-4 li.product {
      width: 22.15%;
   }

   ul.products.columns-5 li.product {
      width: 16.96%;
   }

   ul.products.columns-6 li.product {
      width: 13.49333%;
   }
}




.stock:empty::before {
   display: none;
}

.stock.in-stock {
   color: #0f834d;
}

.stock.out-of-stock {
   color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
   .col2-set .form-row-first {
      float: left;
      margin-right: 3.8%;
   }

   .col2-set .form-row-last {
      float: right;
      margin-right: 0;
   }

   .col2-set .form-row-first,
   .col2-set .form-row-last {
      width: 48.1%;
   }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
   position: relative;
   margin: 0;
   padding: 0;
}

.site-header-cart .cart-contents {
   text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
   display: none;
}

.site-header-cart .product_list_widget {
   margin: 0;
   padding: 0;
}

/**
 * Star rating
 */
.star-rating {
   overflow: hidden;
   position: relative;
   height: 1.618em;
   line-height: 1.618;
   width: 6.1em;
   font-family: star;
   font-weight: 400;
   font-size: 13px;
}
.popularproducts-slider .star-rating {
    width: 3.8em;
}

.star-rating::before {
   content: "\73\73\73\73\73";
   opacity: 1;
   float: left;
   top: 0;
   left: 0;
   color: #987762;
   /* letter-spacing: 2px; */
}
.popularproducts-slider .star-rating::before {
    font-size: 9px;
    padding: 0;
    display: inline-block;
    letter-spacing: 2.5px;
    left: 2px;
    position: absolute;
    top: 7px;
}
.star-rating span {
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
}

.star-rating span::before {
   content: "\53\53\53\53\53";
   top: 0;
   position: absolute;
   left: 0;
   color: #FABB05;
    /* letter-spacing: 2px; */
}

.popularproducts-slider .star-rating::before {
    font-size: 9px;
    padding: 0;
    display: inline-block;
    letter-spacing: 2.5px;
}

.popularproducts-slider .star-rating span::before {
    top: 7px;
    left: 2px;
    letter-spacing: 2px;
    font-size: 9px;
    padding: 0;
    display: inline-block;
    letter-spacing: 2.5px;
}

p.stars a {
   position: relative;
   height: 1em;
   width: 1em;
   text-indent: -999em;
   display: inline-block;
   text-decoration: none;
   margin-right: 1px;
   font-weight: 400;
}

p.stars a::before {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 1em;
   height: 1em;
   line-height: 1;
   font-family: star;
   content: "\53";
   color: #404040;
   text-indent: 0;
   opacity: 0.25;
}

p.stars a:hover ~ a::before {
   content: "\53";
   color: #404040;
   opacity: 0.25;
}

p.stars:hover a::before {
   content: "\53";
   color: #997760;
   opacity: 1;
}

p.stars.selected a.active::before {
   content: "\53";
   color: #997760;
   opacity: 1;
}

p.stars.selected a.active ~ a::before {
   content: "\53";
   color: #997760;
   opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
   content: "\53";
   color: #997760;
   opacity: 1;
}

/**
 * Tabs
 */
 .woocommerce-tabs-head {
    background: #201409;
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 0;
    margin-bottom: 0!important;
}

.woocommerce-tabs ul.tabs li {
   display: block;
   margin: 0;
   position: relative;
}

.woocommerce-tabs ul.tabs li a {
   padding: 1em 0;
   display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
   margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
   text-align: right;
}

.woocommerce-password-strength.strong {
   color: #0f834d;
}

.woocommerce-password-strength.short {
   color: #e2401c;
}

.woocommerce-password-strength.bad {
   color: #e2401c;
}

.woocommerce-password-strength.good {
   color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
   box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
   box-shadow: inset 2px 0 0 #e2401c;
}

.required {
   color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
   background-color: #0f834d;
   clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
   background-color: #3d9cd2;
}

.woocommerce-error {
   background-color: #e2401c;
}

.demo_store {
   position: fixed;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0;
   padding: 1em;
   background-color: #3d9cd2;
   z-index: 9999;
}

@media screen and (min-width: 48em) {
   /**
	 * Header cart
	 */
   .site-header-cart .widget_shopping_cart {
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 999999;
      left: -999em;
      display: block;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
   }

   .site-header-cart:hover .widget_shopping_cart,
   .site-header-cart.focus .widget_shopping_cart {
      left: 0;
      display: block;
   }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
   margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
   text-align: right;
   line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
   float: left;
}

.widget_price_filter .ui-slider {
   position: relative;
   text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
   position: absolute;
   z-index: 2;
   width: 1em;
   height: 1em;
   cursor: ew-resize;
   outline: none;
   background: #4169e1;
   box-sizing: border-box;
   margin-top: -0.25em;
   opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
   margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
   box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
   position: absolute;
   z-index: 1;
   display: block;
   border: 0;
   background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
   background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
   height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
   height: 100%;
}

/*---------------------Shop page-------------------------*/

/*---------------------Shop order-------------------------*/
.shop-top-filter {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
   margin: 0 0 38px;
   position: relative;
}
.woocommerce .shop-top-filter .woocommerce-ordering {
   display: block;
   margin: 0px;
}
select.orderby {
   border: 1px solid #2b2b2b;
   padding: 7px 23px 7px 12px;
   font-size: 14px;
   width: 220px;
   color: #2b2b2b;
   text-transform: uppercase;
   background: #fff url(assets/images/down-arrow.png);
   background-position: right 6px center;
   background-repeat: no-repeat;
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   height: 48px;
}
select::-ms-expand {
   display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #2b2b2b !important;
   font-size: 13px;
}
.select2-container--default .select2-selection--single {
   border: 1px solid #b1b1b1 !important;
   border-radius: 0px;
   width: 220px;
   text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   font-size: 14px;
}
.shop-top-filter h2.widget-title {
   color: #a6a6a6;
   font-size: 12px;
   text-transform: uppercase;
   margin-bottom: 5px;
}
.shop-top-filter p.woocommerce-result-count {
    clear: both;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #201409;
    margin: 0 0 12px;
}
.select2-container .select2-selection--single {
   margin: 0 0 0px !important;
}
section#woocommerce_layered_nav-2 {
   margin-left: 48px;
}
section#woocommerce_layered_nav-3 {
   margin-left: 48px;
}
section#woocommerce_layered_nav-4 {
   margin-left: 48px;
}
section#woocommerce_layered_nav-4 .select2-container--default .select2-selection--single {
   width: 345px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
   margin-left: -11px !important;
   margin-top: 6px !important;
   background: url(assets/images/down-arrow.png);
   background-position: top center;
   background-repeat: no-repeat;
   width: 13px !important;
   height: 8px !important;
   border: none !important;
}


/*------------*/
.shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
    border: 1px solid #2b2b2b;
    padding: 7px 23px 7px 12px;
    font-size: 14px;
    width: 220px;
    color: #2b2b2b;
    text-transform: uppercase;
    background: #fff url(assets/images/down-arrow.png);
    background-position: right 6px center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 48px;
}

#woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
   width: 345px;
}

/*------------------End---------------*/

/*--------------Products-----------*/


/*--------------Single Products-----------*/
ul.variable-items-wrapper.color-variable-wrapper li {
   padding: 0px !important;
   margin-right: 17px !important;
   box-shadow: none !important;
   border: none !important;
   outline: none !important;
   border-radius: 50% !important;
   width: 26px !important;
   height: 26px !important;
}
ul.variable-items-wrapper.color-variable-wrapper li:last-child {
   margin-right: 0px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
   box-shadow: none !important;
}
span.variable-item-span.variable-item-span-color {
   border-radius: 50%;
   box-shadow: 0 0 1px #201409;
}
li.variable-item.selected span.variable-item-span.variable-item-span-color {
   border-color: #a2a0a0;
}
.woocommerce-product-details__short-description {
   padding-bottom: 0px;
}
table.variations tr:nth-child(2) {
   margin-bottom: 40px;
}
table.variations tr {
   padding-bottom: 35px;
   display: block;
}
ul.variable-items-wrapper.button-variable-wrapper li {
   width: 67px !important;
   height: 50px;
   border-radius: 0px !important;
   margin-right: 24px !important;
}
ul.variable-items-wrapper.button-variable-wrapper li:last-child {
   margin-right: 0px !important;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label {
   margin: 0 2px;
   color: #2b2b2b;
   font-size: 12px;
   padding-bottom: 0px;
   padding: 0 2px 15px;
}
.button-wrapper #chart-button {
   color: #909090;
}

section.related.products ul.products {
   margin: 0;
}
.single_add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262626 !important;
    border-color: #262626 !important;
    font-size: 17px !important;
    color: #fff!important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    width: 188px!important;
    height: 40px !important;
    border-radius: 3px !important;
    font-weight: normal;
}
.single_add_to_cart_button:hover {
    background-color: #EAC8C4 !important;
    border-color: #EAC8C4 !important;
    color: #fff !important;
}
.woocommerce-Tabs-panel .cr-ajax-search .cr-input-text {
    height: 50px;
}
.woocommerce-Tabs-panel .cr-ajax-search .cr-button-search {
    border-radius: 10px !important;
    background: #997760 !important;
    border-color: #997760 !important;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    width: 160px !important;
    transition: .3s;
}
.woocommerce-Tabs-panel .cr-ajax-search .cr-button-search:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.woocommerce-variation-add-to-cart {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
}
.woocommerce-product-details__short-description p {
    font-size: 17px;
    line-height: 21px;
    color: #201409;
    font-weight: normal;
    margin: 0 0 22px;
}
.woocommerce-product-details__short-description p strong {
    font-weight: normal;
}
.qib-button.qib-button-wrapper {
   display: flex !important;
   float: none;
   margin-right: 0;
   margin: 0px !important;
   width: 200px;
   padding: 0 30px;
   background: #f9f9f9;
}
.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
   height: 65px !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
   width: 106px !important;
   border: none !important;
   background: #f9f9f9 !important;
   height: 65px !important;
   font-size: 14px !important;
   color: #2f2f2f;
   font-family: "Libre Franklin", sans-serif !important;
}
button.minus.qib-button {
   overflow: hidden !important;
   border: none;
   padding: 0px !important;
   width: 16px !important;
   border: none !important;
}
button.plus.qib-button {
   overflow: hidden !important;
   border: none !important;
   padding: 0px !important;
   width: 18px !important;
   border: none !important;
}

.at-resp-share-element .at-share-btn .at-label {
   color: #201409;
   font-size: 16px !important;
}
.product-details-inner table.variations {
   margin-bottom: 0;
}
.social_share {
   padding-top: 80px;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
   transform: translateY(0px) !important;
}
ul.variable-items-wrapper.button-variable-wrapper li {
   min-width: 67px;
   width: auto !important;
}
.product-details-inner table.variations th.label {
    display: none;
}
.product-details-inner table.variations td.value select {
    border: 0;
    border-bottom: 1px solid #252525;
    width: 100%;
    padding: 14px 0;
    color: #997760;
    font-size: 16px;
    font-weight: normal;
    appearance: none;
    background-image: url(assets/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.single_add_to_cart_button {
    border-radius: 10px;
    background-color: #997760;
    border-color: #997760;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 220px;
}
.single_add_to_cart_button:hover {
    background-color: #201409;
    border-color: #201409;
    color: #fff;
}

/*-----------Tab panel----------*/
.woocommerce-Tabs-panel p {
    font-size: 15px;
    color: #201409;
    line-height: 26px;
    margin-bottom: 22px;
}
.woocommerce-Tabs-panel p strong {
    font-weight: normal;
}
.woocommerce-Tabs-panel p i,
.woocommerce-Tabs-panel p strong i {
    font-weight: normal;
    font-style: italic;
    color: #997760;
}
.woocommerce-Tabs-panel p a {
    font-weight: normal;
}
.woocommerce-Tabs-panel p:last-child {
   margin-bottom: 0px;
}
.woocommerce-Tabs-panel .first_col {
   padding-right: 90px;
   padding-top: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #201409;
}
.col-lg-3.third_col img.size-full {
   width: 100%;
}
.woocommerce-Tabs-panel h3 {
   font-size: 24px;
   color: #201409;
   margin: 0 0 36px;
   text-transform: uppercase;
}

.woocommerce-Tabs-panel ul {
    margin: 0 0 22px 17px;
    padding: 0px;
}
.woocommerce-Tabs-panel ul li {
    list-style: disc;
    padding: 0;
    margin: 0 0 5px;
    position: relative;
    font-size: 15px;
    color: #201409;
    line-height: 26px;
}
.woocommerce-Tabs-panel ul li:before {
   content: "";
   background: url(assets/images/checkmark-circle.png);
   background-position: top left;
   background-repeat: no-repeat;
   width: 26px;
   height: 25px;
   position: absolute;
   left: 0;
   top: -1px;
}

a.at-icon-wrapper.at-share-btn.at-svc-facebook {
   margin-left: 0px;
   padding-left: 0px;
}
.at-svc-facebook span.at-icon-wrapper svg {
   display: none;
}
.at-svc-pinterest_share span.at-icon-wrapper svg {
   display: none;
}
.at-svc-compact span.at-icon-wrapper svg {
   display: none;
}

.at-svc-facebook span.at-icon-wrapper {
   background: url(assets/images/facebook-black.svg);
   background-position: center;
   background-repeat: no-repeat;
   width: 20px !important;
}
.at-svc-pinterest_share span.at-icon-wrapper {
   background: url(assets/images/pinterest-black.svg);
   background-position: center;
   background-repeat: no-repeat;
}
.at-svc-compact span.at-icon-wrapper {
   background: url(assets/images/share-black.svg);
   background-position: center;
   background-repeat: no-repeat;
}
.color-variable-wrapper .wvs-has-image-tooltip:hover:after,
.color-variable-wrapper .wvs-has-image-tooltip:hover:before,
.color-variable-wrapper [data-wvstooltip]:hover:after,
.color-variable-wrapper [data-wvstooltip]:hover:before {
   bottom: 0;
   visibility: visible;
   opacity: 1;
   top: 120%;
   color: #909090;
   background-color: inherit;
   box-shadow: none;
   font-size: 12px;
}
.color-variable-wrapper .wvs-has-image-tooltip:after,
.color-variable-wrapper [data-wvstooltip]:after {
   display: none;
}
.woocommerce-variation.single_variation {
    margin: 0 0 35px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
    display: inline-block;
    width: 50%;
    float: left;
}
.woocommerce-variation.single_variation .woocommerce-variation-availability {
    clear: both;
    text-align: right;
    width: 50%;
    display: inline-block;
    line-height: 44px;
}
table.woocommerce-product-attributes.shop_attributes {
   max-width: 700px;
   border: 1px solid #201409;
   border-collapse: collapse;
}
table.woocommerce-product-attributes.shop_attributes th,
table.woocommerce-product-attributes.shop_attributes td {
   border: 1px solid #201409;
   padding: 10px;
   font-size: 13px;
   text-align: left;
}
table.woocommerce-product-attributes.shop_attributes th p,
table.woocommerce-product-attributes.shop_attributes td p {
   margin: 0px;
}
p.woocommerce-noreviews {
   display: none;
}

form#commentform p.comment-form-comment label {
   display: block;
}
form#commentform p.comment-form-author label {
   display: block;
}
form#commentform p.comment-form-email label {
   display: block;
}
form#commentform p.comment-form-cookies-consent label {
   display: block;
}

textarea#comment {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 90px;
    border-radius: 0px !important;
    padding: 10px 13px !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
input#author {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    padding: 10px 13px !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input#email {
    width: 100% !important;
    color: #201409 !important;
    font-weight: normal !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input#submit {
    display: inline-block;
    width: 360px;
    height: 60px;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    color: #fff;
    background-color: #997760;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, stroke-dashoffset 600ms;
    border: 0;
    font-weight: normal;
}
input#submit:hover {
   background-color: #201409;
   color: #fff;
}

p.comment-form-cookies-consent {
   position: relative;
   padding-left: 0;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
   position: absolute;
   top: 4px;
   left: 0;
   opacity: 0;
}
.comment-respond {
    max-width: 880px;
}
ul.variable-items-wrapper.button-variable-wrapper
   li
   span.variable-item-span.variable-item-span-button {
   padding: 0px !important;
}
ul.variable-items-wrapper.button-variable-wrapper li {
   padding: 0 15px !important;
}
select#pa_material {
   width: 100%;
   height: 50px;
   font-size: 14px;
   line-height: 50px;
   padding: 0 24px;
   text-transform: uppercase;
   border: 1px solid #2b2b2b;
   cursor: pointer;
   background-image: url(assets/images/select-arrow.svg);
   background-position: calc(100% - 24px) center;
   background-repeat: no-repeat;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}
.woocommerce-tabs .panel h1,
.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel h3,
.woocommerce-tabs .panel h4,
.woocommerce-tabs .panel h5,
.woocommerce-tabs .panel h6 {
    font-size: 20px;
    color: #997760;
    margin: 0 0 6px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1.2;
}
.woocommerce-tabs #review_form label,
.woocommerce-tabs #review_form span,
.woocommerce-tabs #review_form p {
    font-size: 20px;
    font-weight: normal;
    color: #201409;
}
.woocommerce-tabs #review_form span strong {
    font-size: 28px;
    font-weight: normal;
}
.woocommerce-tabs #review_form span a::before {
    font-size: 22px;
}
.woocommerce-tabs #review_form span a {
    margin-right: 5px;
}
.woocommerce-tabs #review_form label {
    margin: 0 0 10px;
}

form#commentform p.comment-form-email label {
    display: block;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
form#commentform p.comment-form-author label {
    display: block;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
form#commentform p.comment-form-email label,
form#commentform p.comment-form-author label,
form#commentform p.comment-form-comment label {
    display: block;
    letter-spacing: 0;
    color: #201409;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: normal;
}

form#commentform p.comment-form-email input,
form#commentform p.comment-form-author input,
form#commentform p.comment-form-comment textarea {
    background-color: #e5e5e5;
    border: 0;
    font-size: 18px !important;
    height: 60px;
}
form#commentform p.comment-form-comment textarea {
    height: 270px;
    resize: none;
}
form#commentform .comment-form-cookies-consent label {
    position: relative;
    padding-left: 45px;
}
form#commentform p.form-submit {
    text-align: right;
}
form#commentform .comment-form-cookies-consent label::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
}
form#commentform .comment-form-cookies-consent label::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 10px;
    height: 19px;
    border: solid #90715d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    cursor: pointer;
}
form#commentform .comment-form-cookies-consent input:checked ~ label:after {
    display: block;
}
/* .woocommerce-cart .woocommerce-notices-wrapper {
   max-width: 1100px;
   margin: 0 auto;
   padding: 70px 11px 0;
} */
.woocommerce-cart .woocommerce-notices-wrapper ul.woocommerce-error {
    background-color: inherit;
    margin: 0 auto 15px !important;
    width: 100%;
    border: 0;
    padding: 15px;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
   margin: 0 auto 15px !important;
   width: fit-content;
   color: #ff0000;
}

.woocommerce-cart p.cart-empty.woocommerce-info {
   margin: 0 auto 15px !important;
   width: fit-content;
   color: #ff0000;
}

/* .woocommerce-cart .woocommerce-notices-wrapper ul.woocommerce-error li {
   list-style: none;
   margin: 0 0 14px;
   padding: 9px 0;
   font-size: 16px;
   color: #ff0000;
   border-bottom: 1px solid #201409;
   line-height: 22px;
} */

p.return-to-shop a.button.wc-backward {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   min-width: 236px;
   height: 53px;
   cursor: pointer;
   background: #2b2b2b;
   border: 1px solid #2b2b2b;
   font-weight: normal;
   font-size: 14px;
   line-height: 22px;
   color: #ffffff;
   padding: 8px 17px;
   margin: 0 0px 0px 0;
   border-radius: 0px;
   text-decoration: none;
   transition: 0.4s;
}
p.return-to-shop a.button.wc-backward:hover {
   background: transparent;
   border-color: #2b2b2b;
   color: #2b2b2b;
}
p.return-to-shop {
   text-align: center;
   max-width: 1100px;
   margin: 0 auto;
   padding: 20px 11px 40px;
}
p.cart-empty.woocommerce-info {
   background-color: inherit !important;
   clear: both;
   color: #201409 !important;
   font-size: 13px;
   border-bottom: 1px solid #201409;
   line-height: 24px;
   max-width: 1100px;
   margin: 0 auto;
   padding: 9px 0px 9px;
}
.product-details-inner table.variations td.label {
   position: relative;
}
.product-details-inner table.variations .button-wrapper {
   position: absolute;
   right: 0px;
   top: 0px;
   width: auto;
   color: #909090;
   margin: 0px;
}
.product-details-inner table.variations .button-wrapper a {
   color: #909090;
}
.product-details-inner table.variations .button-wrapper a:hover {
   text-decoration: underline !important;
}
.price_article {
   margin-bottom: 20px;
}
.product_slider .slick-slide img {
   height: 742px !important;
   object-fit: cover;
}
.woocommerce-tabs.wc-tabs-wrapper {
   padding: 33px 0 0;
}
.woocommerce-variation-add-to-cart .qty {
    font-size: 18px;
    color: #997760;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
    width: 40px;
    text-align: center;
}
.woocommerce-variation-add-to-cart .quantity .qty-arrows {
    margin-left: 10px;
}
.woocommerce-variation-add-to-cart .quantity {
    display: flex;
    align-items: center;
    margin-right: 35px;
    margin-left: 14px;
}
.woocommerce-variation-add-to-cart .quantity .qty-arrows button {
    width: 25px;
    height: 25px;
    background: #a8a5a5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0;
    line-height: 1;
    color: #fff;
    transition: .5s;
}
.woocommerce-variation-add-to-cart .quantity input.qty {
    font-weight: normal;
}
.woocommerce-variation-add-to-cart .quantity .qty-arrows button.plus {
    padding-top: 8px;
}
.woocommerce-variation-add-to-cart .quantity .qty-arrows button.minus {
    padding-bottom: 12px;
}
.woocommerce-variation-add-to-cart .quantity .qty-arrows button:hover {
    background: #4f4d4d;
}
/*---------cart page----------*/
table.wishlist_table {
   font-size: 100%;
}
table.wishlist_table tbody td,
table.wishlist_table thead th {
   font-size: 16px;
}

.woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation {
   display: flex;
   flex-wrap: wrap;
   font-size: 13px;
}
.woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dt {
   width: 72px;
   padding-right: 5px;
   margin-top: 5px;
}
.woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dd {
   width: 74%;
   margin-top: 5px;
}

/*-----------------------------*/

.product_slider .slick-slide {
   margin: 0 7px;
}
.price_article .article {
     font-weight: normal;
}
.price_article .article b {
    font-weight: normal;
}
/*-----------newslatter--------------*/
.newslatter-details {
   padding: 60px 0 50px;
}
.newslatter-wrapper {
   width: 340px;
   margin: 0 auto;
}
.newslatter-wrapper h4 {
   font-size: 15px;
   line-height: 23px;
   color: #201409;
   text-transform: uppercase;
   text-align: center;
   padding: 0 0 18px;
}
.newslatter-wrapper .gform_body.gform-body {
   margin: 0px;
   padding: 0px;
}
.newslatter-wrapper .gform_body.gform-body li {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
.newslatter-wrapper .gform_body.gform-body li .gfield_label {
   display: none;
}
.newslatter-wrapper form {
   position: relative;
}
.newslatter-wrapper .ginput_container_email .medium {
    margin: 0;
    color: #989898;
    font-size: 16px !important;
    border: 1px solid #d4d4d4;
    height: 58px;
    border-radius: 0px;
    width: 100% !important;
    background: #fff;
    appearance: none;
    padding: 10px 60px 10px 25px !important;
}
.newslatter-wrapper .ginput_container_email .medium::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #989898;
   opacity: 1;
}
.newslatter-wrapper .ginput_container_email .medium::-moz-placeholder {
   /* Firefox 19+ */
   color: #989898;
   opacity: 1;
}
.newslatter-wrapper .ginput_container_email .medium:-ms-input-placeholder {
   /* IE 10+ */
   color: #989898;
   opacity: 1;
}
.newslatter-wrapper .ginput_container_email .medium:-moz-placeholder {
   /* Firefox 18- */
   color: #989898;
   opacity: 1;
}

.newslatter-wrapper .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px !important;
    padding: 0 !important;
}
.newslatter-wrapper .gform_footer .mailpoet-submit {
   border-radius: 0px;
   width: 58px;
   font-size: 22px;
   height: 58px;
   background: url(assets/images/arrow-right.svg);
   background-position: center;
   background-repeat: no-repeat;
   text-indent: -999px;
   overflow: hidden;
   border-left: 1px solid #d4d4d4;
   cursor: pointer;
   transition: all 1s;
}
.newslatter-wrapper .gform_footer .mailpoet-submit:hover {
   background: #201409 url(assets/images/arrow-right-white.svg);
   background-position: center;
   background-repeat: no-repeat;
}


.newslatter-wrapper .gform_wrapper .gfield_validation_message, .newslatter-wrapper .gform_wrapper .validation_message {
    font-size: 13px !important;
    padding: 0px 0px !important;
    font-family: "Helvetica" !important;
    font-weight: 400 !important;
    border: none !important;
    color: #ff0000 !important;
    margin-top: 4px;
    letter-spacing: 1px !important;
        background: none !important;
}
.newslatter-wrapper .gform_ajax_spinner {
 display: none !important;
}
.newslatter-wrapper .gform_wrapper .gform_validation_errors {
    padding: 11px 14px 11px 48px !important;
    border-radius:0px !important;
    display: none;
}

.newslatter-wrapper .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #ff0000 !important;
}
.newslatter-wrapper .gform_wrapper.gravity-theme .gfield input.medium, .newslatter-wrapper .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(100% - 0px);
}
.newslatter-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
}

.newslatter-wrapper .gform_footer .gform_button.button{
    border-radius: 0px;
    width: 58px;
    font-size: 22px;
    height: 58px;
    background: url(assets/images/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
    border-left: 1px solid #d4d4d4;
    cursor: pointer;
    transition: all 1s;
    margin-bottom: 0px !important;
}
.newslatter-wrapper .gform_footer .gform_button.button:hover {
   background: #201409 url(assets/images/arrow-right-white.svg);
   background-position: center;
   background-repeat: no-repeat;
}






/*checkout-page css start  */



.woocommerce-checkout .woocommerce {
   padding: 0px 0;
   display: block;
}

.woocommerce-checkout .woocommerce-info {
   border: 0;
   padding: 15px;
}

.woocommerce-checkout .woocommerce-info {
   color: #201409;
}


.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text {
       width: 100% !important;
       color: #201409 !important;
       font-size: 13px !important;
       font-weight: normal !important;
       height: 200px;
       border-radius: 0px !important;
       padding: 10px 13px !important;
       outline: none;
       margin: 0 !important;
       background: #ffffff;
       border: 1px solid #b8b8b8;
       line-height: 24px;
       appearance: none;
       -webkit-appearance: none;
       -ms-appearance: none;
}

.woocommerce-checkout .woocommerce .col2-set {
   margin: 0 0 20px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
   flex: 70%;
   max-width: 70%;
   width: 100%;
}

.woocommerce-additional-fields .form-row,
.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
   float: none;
   width: 100%;
   margin: 0 0 20px !important;
}

.woocommerce-additional-fields .form-row textarea {
    display: block;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper .select2-selection {
    width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
display: block;
letter-spacing: 0.3px;
color: #201409;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper
   .input-text {
   width: 100% !important;
   color: #201409 !important;
   font-size: 13px !important;
   font-weight: normal !important;
   height: 48px;;
   border-radius: 0px !important;
   padding: 10px 13px !important;
   outline: none;
   margin: 0 !important;
   background: #ffffff;
   border: 1px solid #b1b1b1;
   line-height: 24px;
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text::-moz-placeholder {
   /* Firefox 19+ */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text:-ms-input-placeholder {
   /* IE 10+ */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text:-moz-placeholder {
   /* Firefox 18- */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single {
   border-radius: 0;
   height: 60px;
   border: 1px #b8b8b8 solid;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single .select2-selection__rendered {
   color: #201409;
   line-height: 60px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow {
   height: 43px;
   position: absolute;
   top: 0px;
   right: 18px;
   width: 20px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow  b {
   border-width: 8px 8px 0 8px;
   border-color: #201409 transparent transparent transparent;
   top: 65%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 {
   flex: 0 0 30%;
   max-width: 30%;
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
   float: none;
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   label {
   display: block;
   letter-spacing: 0.3px;
   color: #201409;
   font-size: 12px;
   text-transform: uppercase;
   margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper {
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper
   .input-text {
   padding: 12px 15px;
   border: 1px #b8b8b8 solid;
   resize: none;
   height: 140px;
   color: #323461;
   -webkit-appearance: none;
   appearance: none;
   width: 100%;
}

form.checkout.woocommerce-checkout {
   margin: 50px 0 50px 0;
}
div#customer_details {
   display: flex;
   flex-wrap: wrap;
   margin: 0px;
}
div#customer_details .col-1 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}
div#customer_details .col-2 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}
.store-categories h1 {
   font-size: 33px;
   color: #201409;
   line-height: 40px;
   padding-bottom: 10px;
   font-weight: bold;
   font-family: "Montserrat";
}
.woocommerce-billing-fields h3 {
    font-weight: normal;
    letter-spacing: -0.016px;
    font-size: 28px;
    line-height: normal;
    color: #201409;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.woocommerce-additional-fields h3 {
    font-weight: normal;
    letter-spacing: -0.016px;
    font-size: 36px;
    line-height: normal;
    color: #211300;
    text-transform: uppercase;
    margin: 0 0 24px;
}
h3#order_review_heading {
    font-weight: normal;
    letter-spacing: -0.016px;
    font-size: 28px;
    line-height: normal;
    color: #201409;
    text-transform: uppercase;
   margin: 36px 0 20px;
}
.woocommerce-shipping-fields__field-wrapper .form-row {
   margin-right: 0;
   margin-left: 0;
}

.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    margin: 0 0 20px;
}
.woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
}
.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text::-moz-placeholder {
   /* Firefox 19+ */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text:-ms-input-placeholder {
   /* IE 10+ */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .input-text:-moz-placeholder {
   /* Firefox 18- */
   color: #201409;
   opacity: 1;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #place_order {
   width: 200px;
   height: 55px;
   font-size: 12px;
   line-height: 50px;
   letter-spacing: 1px;
   color: #fff;
   text-transform: uppercase;
   background-color: #201409;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   user-select: none;
   cursor: pointer;
   transition: background-color 0.3s, color 0.3s, stroke-dashoffset 600ms;
   border: 1px solid #201409;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #place_order:hover {
   background-color: #997760;
   border-color: #997760;
   color: #fff;
}

.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-link {
   color: #201409;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table {
   border-radius: 0;
   width: 100%;
   border-collapse: collapse;
}

.woocommerce-page .woocommerce-info::before {
   color: #201409;
}

.woocommerce-page .woocommerce-form-coupon input {
   width: 350px !important;
   color: #201409 !important;
   font-size: 16px !important;
   font-weight: normal !important;
   height: 60px;
   border-radius: 0px !important;
   appearance: none;
   padding: 10px 15px !important;
   position: relative;
   outline: none;
   margin: 0 !important;
   font-family: "Montserrat";
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
   background: #ffffff;
   border: 1px solid #b8b8b8;
   box-sizing: border-box;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: transparent;
}
.checkout-wrapper {
    padding: 50px 0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    list-style: none;
    margin: 0 0 14px;
    padding: 10px 15px;
    font-size: 14px;
    color: #ff0000;
    border-bottom: 0;
    line-height: 22px;
    background-color: #0000000d !important;
}
.woocommerce-checkout .woocommerce-info {
    width: 100%;
}
.woocommerce-form-coupon-toggle {
    padding: 0px 0 0;
}

form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    height: 48px;
    border-radius: 0px !important;
    appearance: none;
    padding: 10px 18px !important;
    position: relative;
    outline: none;
    margin: 0 11px 0 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
    font-weight: 300 !important;
}

form.checkout_coupon.woocommerce-form-coupon p{
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    width: 167px;
    height: 48px;
}
.woocommerce-checkout ul.woocommerce-error {
    width: 100%;
    padding: 10px 15px;
}
ul.woocommerce-error li {
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 0px;
    color: #ff0000 !important;
    list-style: none;
}
ul.woocommerce-error li a{
    color: #ff0000 !important;
}
ul.woocommerce-error li a:hover{
    color: #ff0000 !important;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 200px;
    height: 55px;
}

form.checkout_coupon.woocommerce-form-coupon {
   overflow: hidden;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
   float: left;
   width: auto;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
   float: left;
   width: auto;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
   flex: 50%;
   max-width: 50%;
   width: 50%;
   display: inline-block;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 {
   flex: 50%;
   max-width: 50%;
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   label {
       display: block;
       letter-spacing: 0.3px;
       color: #201409;
       font-size: 12px;
       text-transform: uppercase;
       margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper {
   width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper
   .input-text {
   width: 100% !important;
   color: #201409 !important;
   font-size: 13px !important;
   font-weight: normal !important;
   height: 48px;
   border-radius: 0px !important;
   padding: 10px 13px !important;
   outline: none;
   margin: 0 !important;
   background: #ffffff;
   border: 1px solid #b8b8b8;
   line-height: 24px;
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper
   .select2-selection--single
   .select2-selection__rendered {
   color: #638083;
   line-height: 45px;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single {
   border-radius: 0;
   height: 60px;
   border: 1px #b8b8b8 solid;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow {
   height: 43px;
   position: absolute;
   top: 0px;
   right: 18px;
   width: 20px;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row
   span.woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow b {
   border-width: 8px 8px 0 8px;
   border-color: #638083 transparent transparent transparent;
}

.woocommerce-checkout .woocommerce-order ul li {
   list-style: none;
   font-size: 15px;
   line-height: 22px;
   color: #201409;
}

.woocommerce-order-received .woocommerce-order ul li {
   list-style: none;
   font-size: 13px;
   line-height: 22px;
   color: #201409;
   margin: 0 0 5px;
}


.woocommerce-checkout .woocommerce-order ul li a {
   color: #201409;
}

.woocommerce-checkout .woocommerce-order ul li a:hover {
   color: #201409;
}

.woocommerce-checkout .woocommerce .woocommerce-order .col-2 h3 {
   margin: 0 0 12px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
   width: 100%;
   overflow: visible;
}

.woocommerce-checkout ul li strong.wc-item-meta-label {
   display: inline-block;
}

.woocommerce-checkout ul li p {
   display: inline-block;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
   font-size: 22px;
   line-height: 24px;
   color: #201409;
   font-weight: normal;
   margin: 0 0 10px;
}
.woocommerce-order p {
   padding: 0;
   margin: 0;
   font-weight: normal;
   font-size: 15px;
   line-height: 22px;
   color: #201409;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
   width: 100%;
   border-collapse: collapse;
   margin: 0 0 25px;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-name {
    padding: 15px 0;
    border-bottom: 1px solid #201409;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #201409;
    text-align: left;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    padding: 15px 0;
    border-bottom: 1px solid #201409;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #201409;
    text-align: left;
}
.select2-search--dropdown .select2-search__field {
    padding: 13px;
}
.myaccount-wrapper .woocommerce-notices-wrapper {
    width: fit-content;
    margin: 0 auto;
}

div#order_review td.product-name {
    padding: 15px 0;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #201409;
}

div#order_review td.product-total {
    padding: 15px 0;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #201409;
}
div#order_review td.product-total span{
    font-size: 15px
}
table.shop_table.woocommerce-checkout-review-order-table tr td {
    max-width: 250px;
}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table td {
    font-size: 15px;
}




section.woocommerce-order-details {
   margin: 34px 0 0;
}

h2.woocommerce-order-details__title {
    font-weight: normal;
    font-size: 28px;
    line-height: normal;
    color: #211300;
    text-transform: uppercase;
    margin: 0 0 13px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
   th {
   font-size: 15px;
   line-height: 22px;
   padding: 9px 12px;
   color: #201409;
   border: 1px solid #201409;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
   td {
   font-size: 15px;
   line-height: 22px;
   color: #201409;
   padding: 9px 12px;
   border: 1px solid #201409;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
   td
   a {
   color: #201409;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
   td
   a:hover {
   color: #4e4e4e;
}

form.woocommerce-EditAccountForm.edit-account .form-row {
   margin-right: 0;
   margin-left: 0;
}

/*checkout-page css End  */

small.woocommerce-password-hint {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
}

.woocommerce-password-strength.bad {
   padding: 5px 0 5px 0;
   font-size: 13px;
   line-height: 19px;
   color: #ff0000;
}

.common-blog.inner-blog-post {
   margin-bottom: 36px;
}

.mark,
mark {
   background-color: initial !important;
}



.woocommerce-address-fields .select2-container--default .select2-selection--single {
    border: 1px solid #b8b8b8 !important;
    border-radius: 0px;
    width: 100%;
    text-transform: capitalize;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #201409 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    letter-spacing: 0;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    letter-spacing: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    width: 100%;
}

/* login-page css start */

.woocommerce-account .woocommerce {
   margin: 0px 0 26px;
   display: block;
   overflow: hidden;
}

nav.woocommerce-MyAccount-navigation ul {
   margin: 0px;
   padding: 0px;
    list-style-type: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    font-size: 14px;
    color: #201409;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 5px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #201409;
    position: relative;
    padding: 10px 15px;
    display: block;
    border: 1px solid #000;
}
nav.woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0;
    height: 1px;
    transition: 0.3s;
}
nav.woocommerce-MyAccount-navigation ul li a:hover:before {
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a:before {
    width: 100%;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #201409;
    right: -5px;
    display: block;
    left: auto;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
   color: #fff;
   background: #201409
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background: #201409
}

.woocommerce-account .woocommerce h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: normal;
    color: #201409;
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: center;
}
.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 20px;
    color: #201409;
    margin: 0 0 15px;
}
.woocommerce-MyAccount-content p a {
    color: #95745e;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}
.woocommerce-MyAccount-content p a:hover {
    color: #201409;
    text-decoration: none;
}
/*
.woocommerce-MyAccount-content p a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #201409;
    transition: 0.3s;
} */
.woocommerce-MyAccount-content p a:hover:before {
 width:100%;
}
.woocommerce-MyAccount-content p a:hover {
 opacity: 0.8;
}


.woocommerce-MyAccount-content p a:hover {
   color: #201409;
   text-decoration: none;
}
.woocommerce-MyAccount-content p b,
.woocommerce-MyAccount-content p strong {
   font-weight: bold;
}
.woocommerce .woocommerce-MyAccount-content h2 {
   width: 100%;
   text-align: left;
}

.woocommerce-account .woocommerce .woocommerce-form-login {
   margin: 0 auto;
   border-radius: 0;
   border: 1px solid #b8b8b8;
   width: 100%;
   padding: 25px;
   min-height: 390px;
}

.woocommerce-account .woocommerce .woocommerce-form-login span.password-input {
   width: 100%;
}


.woocommerce-account .woocommerce .woocommerce-form-login label {
display: block;
letter-spacing: 0.3px;
color: #201409;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 5px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .lost_password {
   text-align: left;
}

.about_section p {
   font-weight: normal;
   color: #201409;
   font-size: 18px;
   margin: 0 0 10px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a {
    letter-spacing: 0;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a:hover {
    color: #201409;
    text-decoration: none;
}

.woocommerce-account
   .woocommerce
   .woocommerce-form-login
   .woocommerce-form__label-for-checkbox {
   padding-top: 5px;
}

.stripe-source-errors ul.woocommerce_error.woocommerce-error.wc-stripe-error {
   margin: 0px;
   padding: 0px;
   border: none;
}

.stripe-source-errors ul.woocommerce_error.woocommerce-error.wc-stripe-error li {
   border: none;
   color: #e2401c;
   margin: 0px;
}

fieldset.wc-credit-card-form.wc-payment-form br {
   display: none;
}

form.woocommerce-shipping-calculator {
   font-size: 16px;
   line-height: 22px;
   letter-spacing: 0.03em;
   color: #201409;
   margin: 4px 0 0;
}
form.woocommerce-shipping-calculator a {
    position: relative;
    text-decoration: none;
}
.page-template-default .shop-wrapper ul#shipping_method {
    padding: 0;
}
.page-template-default .shop-wrapper ul#shipping_method li {
    display: flex;
    align-items: flex-start;
    text-align: right;
    justify-content: flex-end;
}
.page-template-default .shop-wrapper ul#shipping_method li input {
    margin-left: 5px;
    margin-top: 3px;
    order: 2;
    accent-color: #000;
}
/* form.woocommerce-shipping-calculator a:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 0;
 height: 1px;
 background-color: #201409;
 transition: 0.3s;
} */
form.woocommerce-shipping-calculator a:hover:before {
 width:100%;
}
form.woocommerce-shipping-calculator a:hover {
 text-decoration: none !important;
}

.cart-section .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 13px !important;
}


section.shipping-calculator-form .select2-container--default .select2-selection--single {
    width: 100%;
}
section.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
}
section.shipping-calculator-form .select2-container--default .select2-selection--single {
    border: 1px solid #b8b8b8 !important;
    text-transform: capitalize;
}
section.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
}

 form.woocommerce-shipping-calculator .shipping-calculator-form .input-text {
    font-size: 13px !important;
    height: 48px;
}
section.shipping-calculator-form .form-row {
    margin-bottom: 11px;
}
.cart-collaterals .cart_totals table th {
    width: 150px;
}

form.woocommerce-shipping-calculator a.shipping-calculator-button {
   color: #ff0000;
}

form.woocommerce-shipping-calculator a.shipping-calculator-button:hover {
   color: #201409;
}

form.woocommerce-shipping-calculator .input-text {
   width: 100% !important;
   color: #201409 !important;
   font-size: 16px !important;
   font-weight: normal !important;
   height: 40px;
   border-radius: 0px !important;
   appearance: none;
   padding: 6px 12px !important;
   position: relative;
   outline: none;
   margin: 0 !important;
   appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
   background: #ffffff;
   border: 1px solid #b8b8b8;
   box-sizing: border-box;
}

form.woocommerce-shipping-calculator button.button {
   width: 100% !important;
}

form.woocommerce-shipping-calculator .input-text::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #201409 !important;
   opacity: 1px !important;
}

form.woocommerce-shipping-calculator .input-text::-moz-placeholder {
   /* Firefox 19+ */
   color: #201409 !important;
   opacity: 1px !important;
}

form.woocommerce-shipping-calculator .input-text:-ms-input-placeholder {
   /* IE 10+ */
   color: #201409 !important;
   opacity: 1px !important;
}

form.woocommerce-shipping-calculator .input-text:-moz-placeholder {
   /* Firefox 18- */
   color: #201409 !important;
   opacity: 1px !important;
}

form.woocommerce-ResetPassword.lost_reset_password {
   width: 100%;
   max-width: 600px;
   margin: 0 auto;
   border-radius: 0;
   border: 1px solid #b8b8b8;
   padding: 25px;
}

.woocommerce-account .woocommerce {
    margin: 0px auto 26px;
    max-width: 1199px;
}
.woocommerce-Input.woocommerce-Input--text.input-text {
   font-size: 13px !important;
   color: #201409;
   line-height: 24px;
   letter-spacing: 0.448px !important;
   padding: 10px 18px !important;
   width: 100% !important;
   margin: 0px !important;
   border: 1px solid #b8b8b8;
   height: 48px;
}

.woocommerce-lost-password .woocommerce-notices-wrapper {
   width: 600px;
   margin: 0 auto;
}

.woocommerce-account .woocommerce-notices-wrapper ul.woocommerce-error {
   border: none;
}

/*---------After login pages---------*/

nav.woocommerce-MyAccount-navigation {
   width: 270px;
   float: left;
   text-align: left;
}

.woocommerce-MyAccount-content {
   float: left;
   width: -webkit-calc(100% - 270px);
   width: -moz-calc(100% - 270px);
   width: calc(100% - 270px);
   text-align: left;
}

.woocommerce-MyAccount-content
   table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
   width: 100%;
       border-collapse: collapse;
}

.woocommerce-MyAccount-content table.shop_table_responsive tr th,
.woocommerce-MyAccount-content table.shop_table_responsive tr td {
   font-weight: normal;
   font-size: 18px;
   line-height: 24px;
   padding: 9px 12px;
   color: #201409;
   border: 1px solid #201409;
}

.woocommerce-MyAccount-content table.shop_table_responsive tr th a,
.woocommerce-MyAccount-content table.shop_table_responsive tr td a {
   color: #201409;
}

.woocommerce-MyAccount-content table.shop_table_responsive tr th a:hover,
.woocommerce-MyAccount-content table.shop_table_responsive tr td a:hover {
   color: #4e4e4e;
}

.woocommerce-MyAccount-content
   table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
   tr
   th {
   color: #201409;
   font-weight: 600;
   font-size: 15px;
line-height: 20px;
}
.woocommerce-MyAccount-content table.shop_table_responsive tr th,
.woocommerce-MyAccount-content table.shop_table_responsive tr td {
   font-weight: normal;
   font-size: 15px;
  line-height: 22px;
   padding: 9px 12px;
   color: #201409;
   border: 1px solid #262626;
}
table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
    margin: 0 0 25px;
}
input#payment_method_stripe {
    accent-color: #000;
}
a.woocommerce-button.button.view {
    background: #201409;
    color: #fff;
    padding: 5px 11px;
    font-size: 13px;
    margin: 3px;
    border: 1px solid #201409;
}

a.woocommerce-button.button.view:hover {
    background: transparent;
    color: #201409;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 26px 0 0;
   overflow: hidden;
   justify-content: space-between;
}

.u-columns.woocommerce-Addresses.col2-set.addresses
   .u-column1.col-1.woocommerce-Address {
   -ms-flex: 0 0 49%;
   flex: 0 0 49%;
   max-width: 49%;
   border: 1px solid #ccc;
   padding: 14px;
}

a.edit {
    background: #201409;
    color: #fff;
    padding: 5px 11px;
    font-size: 13px;
    margin: 3px;
    float: right;
    border: 1px solid #201409;
}

a.edit:hover {
   background: #997760;
   border-color: #997760;
   color: #fff;
}

.u-columns.woocommerce-Addresses.col2-set.addresses
   .u-column1.col-1.woocommerce-Address
   address {
    font-size: 15px;
    color: #201409;
    line-height: 24px;
    font-style: normal;
}

.u-columns.woocommerce-Addresses.col2-set.addresses
   .u-column2.col-2.woocommerce-Address
   address {
   font-size: 15px;
   color: #201409;
   line-height: 24px;
   font-style: normal;
}

input#update_all_subscriptions_addresses {
    accent-color: #000;
}

.u-columns.woocommerce-Addresses.col2-set.addresses
   .u-column2.col-2.woocommerce-Address {
   -ms-flex: 0 0 49%;
   flex: 0 0 49%;
   max-width: 49%;
   border: 1px solid #ccc;
   padding: 14px;
}

header.woocommerce-Address-title.title h3 {
   text-align: left;
   padding: 0 0 20px 0;
   font-size: 28px;
   line-height: 38px;
}

.woocommerce-address-fields span.woocommerce-input-wrapper {
   width: 100%;
}
.woocommerce-MyAccount-content h3 {
   padding: 0 0 20px 0;
   font-size: 28px;
   line-height: 38px;
   font-weight: normal;
   text-align: left;
  font-weight: normal;
}

.woocommerce-address-fields .input-text {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    padding: 10px 13px !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.woocommerce-address-fields .input-text::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #201409 !important;
   opacity: 1 !important;
}

.woocommerce-address-fields .input-text::-moz-placeholder {
   /* Firefox 19+ */
   color: #201409 !important;
   opacity: 1 !important;
}

.woocommerce-address-fields .input-text:-ms-input-placeholder {
   /* IE 10+ */
   color: #201409 !important;
   opacity: 1 !important;
}

.woocommerce-address-fields .input-text:-moz-placeholder {
   /* Firefox 18- */
   color: #201409 !important;
   opacity: 1 !important;
}

button.button {
    width: 100%;
    background: #67221a;
    text-align: center;
    color: #fff;
    min-width: auto;
    height: 37px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 6px;
    position: relative;
    border: none;
    padding: 0;
    margin-top: 0!important;
    text-transform: uppercase !important;
}

button.button:hover {
   background: transparent;
   border-color: #67221a;
   color: #67221a;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   display: none;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   height: 10px !important;
   top: 19px !important;
   right: 14px !important;
   width: 19px !important;
   background: url(assets/images/down-arrow.png);
   background-position: center;
   background-repeat: no-repeat;
}

.woocommerce-address-fields .select2-container .select2-selection--single {
   height: 60px;
}

.woocommerce-address-fields
   .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   line-height: 60px;
   color: #201409;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__placeholder {
   color: #201409 !important;
}

.woocommerce-address-fields p label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.woocommerce-address-fields p {
   font-weight: normal;
   font-size: 18px;
   margin: 0 0 20px;
   line-height: 24px;
}

form.woocommerce-EditAccountForm.edit-account .input-text {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    padding: 10px 13px !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

form.woocommerce-EditAccountForm.edit-account
   .input-text::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #201409 !important;
   opacity: 1 !important;
}

form.woocommerce-EditAccountForm.edit-account .input-text::-moz-placeholder {
   /* Firefox 19+ */
   color: #201409 !important;
   opacity: 1 !important;
}

form.woocommerce-EditAccountForm.edit-account
   .input-text:-ms-input-placeholder {
   /* IE 10+ */
   color: #201409 !important;
   opacity: 1 !important;
}

form.woocommerce-EditAccountForm.edit-account .input-text:-moz-placeholder {
   /* Firefox 18- */
   color: #201409 !important;
   opacity: 1 !important;
}

fieldset
   p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
   span.password-input {
   width: 100%;
}

form.woocommerce-EditAccountForm.edit-account
   p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
   margin-bottom: 20px;
}

fieldset legend {
    padding: 20px 0 10px;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    color: #201409;
}

form.woocommerce-EditAccountForm.edit-account
   p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
   span
   em {
   padding-top: 6px;
   display: block;
 font-size: 13px;
 line-height: 19px;
 color: #201409;
}

form.woocommerce-EditAccountForm.edit-account
   p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
   label {
       display: block;
       letter-spacing: 0.3px;
       color: #201409;
       font-size: 12px;
       text-transform: uppercase;
       margin-bottom: 5px;
}

/*-----------------------------------------*/

.return-to-shop a {
   color: #201409;
}

.return-to-shop a:hover {
   color: #4e4e4e;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   table.variations tbody tr {
      margin: 0 58px 0 0;
      display: inline-block;
   }
   .wpmc-nav-wrapper {
      justify-content: flex-start !important;
   }
   .form-gform-wrapper .gform_button.button {
      padding: 16px 10px !important;
   }
   input#rememberme {
      margin: 0 3px 0 0;
   }
   input#ship-to-different-address-checkbox {
      margin-right: 2px;
   }
   input#payment_method_cod {
      margin-right: 2px;
   }
   input#payment_method_stripe {
      margin-right: 2px;
   }
   .mark,
   mark {
      background-color: #fff !important;
   }
   .video-show {
      height: 719px;
   }
}

@supports (-ms-ime-align: auto) {
   input#rememberme {
      margin: 0 3px 0 0;
   }
   input#ship-to-different-address-checkbox {
      margin-right: 2px;
   }
   input#payment_method_cod {
      margin-right: 2px;
   }
   input#payment_method_stripe {
      margin-right: 2px;
   }
   .mark,
   mark {
      background-color: #fff !important;
   }
}

section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0 0px;
}

section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses
   .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}

section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses
   .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}

video[poster] {
   width: 100%;
   height: 100%;
   object-fit: cover;
}


.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    border: 1px solid #b8b8b8 !important;
    border-radius: 0px;
    width: 100%;
    text-transform: capitalize;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    appearance: none;
    padding: 0px 18px 0px 13px !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff;
    box-sizing: border-box;
}
.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px !important;
}

.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #b8b8b8 !important;
    border-radius: 0px;
    width: 100%;
    text-transform: capitalize;
}
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    appearance: none;
    padding: 0px 18px 0px 13px !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #ffffff;
    box-sizing: border-box;
}
.woocommerce-shipping-fields__field-wrapper .select2-container .select2-selection--single {
    height: 48px !important;
}
.woocommerce-shipping-fields__field-wrapper p {
    float: none;
    width: 100%;
    margin: 0 0 20px !important;
}


.woocommerce-billing-fields {
    padding-right: 30px;
}
.woocommerce-additional-fields,
.woocommerce-shipping-fields {
    padding-left: 0;
    padding-right: 30px;
}
.woocommerce-additional-fields {
    padding-left: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input#createaccount {
    position: relative;
    margin-right: 12px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 16px;
    line-height: 24px;
    color: #201409;
}
.woocommerce-checkout form.checkout.woocommerce-checkout #order_review {
    width: 100%;
    padding-right: 30px;
}

.woocommerce .shop_table tr th {
    background-color: inherit;
    /* border-bottom: 1px solid #201409; */
    font-size: 15px;
    color: #201409;
    line-height: 24px;
    margin: 30px 0 10px;
    padding: 20px 0 20px;
        text-align: left;
}
.woocommerce .shop_table tr td {
    /* border-bottom: 1px solid #201409; */
    font-size: 16px;
    color: #201409;
    line-height: 24px;
    margin: 30px 0 10px;
    padding: 20px 0 20px;
}
div#order_review td.product-name dl.variation {
    display: flex;
    flex-wrap: wrap;
}
div#order_review td.product-name dl.variation dt {
    margin-right: 5px;
}
div#order_review td.product-name dl.variation dd {
    margin-right: 5px;
}

/*--------------------------*/
.woocommerce-form-login-toggle {
    padding: 0px 0 0;
}
.woocommerce-info a{
    color: #95745e;
    text-decoration: underline;
}
.woocommerce-info a:hover{
    color: #201409;
    text-decoration: none;
}
/*-===========================-*/
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    border-radius: 0;
    padding: 0px;
    background: none;
    clear: both;
    min-height: inherit;
    border: none;
    max-width: 800px;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first label,
 p.form-row.form-row-last label {
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row {
    margin: 0 0 15px;
}
.woocommerce-form.woocommerce-form-login .input-text {
    width: 100% !important;
    color: #201409!important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    appearance: none;
    padding: 10px 15px !important;
    position: relative;
    outline: none;
    margin: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
}
input#rememberme {
    position: relative;
    margin: 0 13px 0 0;
}
/* label.woocommerce-form__label.woocommerce-form__label-for-checkbox input::before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: -5px;
    left: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    box-shadow: none !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #201409;
    position: absolute;
    border-radius: 3px;
    top: 1px;
    left: 7px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
} */
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    margin: 0 0 20px;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    color: #95745e;
    text-decoration: underline;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p a:hover {
    color: #201409;
    text-decoration: none;
}

/*---------payment-------------*/
div#payment li.wc_payment_method.payment_method_cod {
    border: none;
    padding: 26px 0 0;
}
.woocommerce-checkout-payment li.wc_payment_method.payment_method_cod {
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #201409;
    padding: 19px 19px 19px 19px;
    margin: 0 0 16px;
    list-style: none;
}
.payment_box.payment_method_cod p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
}
.payment_box.payment_method_cod {
    margin: 10px 0 0 0px;
}
input#payment_method_cod {
    position: relative;
    margin-right: 14px;
    height: 10px;
    top: -3px;
}
.wc_payment_method.payment_method_cod input::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    box-shadow: none !important;
}
.wc_payment_method.payment_method_cod input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #201409;
    position: absolute;
    border-radius: 3px;
    top: 4px;
    left: 6px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
li.wc_payment_method.payment_method_stripe {
    border: none;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #201409 !important;
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
}
ul.wc_payment_methods.payment_methods.methods {
    display: block;
    margin: 0px;
}

li.wc_payment_method.payment_method_paypal {
    border: none;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #201409 !important;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
input#payment_method_paypal {
    position: relative;
    margin-right: 14px;
    height: 10px;
    top: -3px;
}
li.wc_payment_method.payment_method_paypal input::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    box-shadow: none !important;
}
li.wc_payment_method.payment_method_paypal input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #201409;
    position: absolute;
    border-radius: 3px;
    top: 4px;
    left: 6px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

li.wc_payment_method.payment_method_paypal label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #201409;
    display: inline-flex;
    align-items: center;
}
li.wc_payment_method.payment_method_paypal label a{
    color: #201409;
}
li.wc_payment_method.payment_method_paypal label a:hover{
    color: #201409;
}
li.wc_payment_method.payment_method_paypal label img {
    max-height: 45px;
    margin: 0 8px;
}
.payment_box.payment_method_paypal p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
}


/*-------------------*/

.myaccount-wrapper div#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#customer_login .u-column1.col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 15px;
}
div#customer_login .u-column2.col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
}


form.woocommerce-form.woocommerce-form-register.register {
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    width: 100%;
    padding: 25px;
    min-height: 390px;
}

form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
}
form.woocommerce-form.woocommerce-form-register.register p a {
    color: #95745e;
    text-decoration: underline;
}
form.woocommerce-form.woocommerce-form-register.register p a:hover {
    color: #201409;
    text-decoration: none;
}
form.woocommerce-form.woocommerce-form-register.register p label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.myaccount-wrapper {
    padding: 50px 0;
    letter-spacing: 1px;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
    width: 100%;
}
.woocommerce-account .swiper-wrapper article {
    width: 100%;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first label {
    width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password span.password-input {
    width: 100%;
}

.product-inner-colaps form.cart a.added_to_cart.wc-forward {
    margin-left: 15px;
}

h3#ship-to-different-address {
    margin: 0 0 24px 21px;
}
input#ship-to-different-address-checkbox {
    position: relative;
    margin-right: 15px;
        top: -5px;
}


h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-weight: normal;
    letter-spacing: -0.016px;
    font-size: 28px;
    line-height: normal;
    color: #201409;
    text-transform: uppercase;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox input::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    box-shadow: none !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #201409;
    position: absolute;
    border-radius: 3px;
    top: 3px;
    left: 5px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
.myaccount-wrapper button.button {
    width: 200px;
    height: 55px;
}

/*----------wishlist------------*/
table.wishlist_table {
    font-size: 100%;
    border-collapse: collapse;
    border: 1px solid #201409;
}
.wishlist_table tr th.product-thumbnail {
    width: 140px;
}
table.wishlist_table tbody td, table.wishlist_table thead th {
    border-color: #201409;
}
.wishlist_table.shop_table tr th {
    border-right: 1px solid #201409 !important;
    border-bottom: 1px solid #201409 !important;
    font-weight: normal !important;
    padding: 11px 15px !important;
    color: #201409;
    text-align: left;
        font-size: 15px;
}
.wishlist_table.shop_table tr td {
    border-right: 1px solid #201409 !important;
    border-bottom: 1px solid #201409 !important;
    font-size: 13px;
    padding: 11px 15px !important;
    color: #201409;
    text-align: left;
}
.wishlist_table.shop_table tr td a{
    color: #201409;
    text-decoration: none;
    position: static;
}
.wishlist_table.shop_table tr td a:hover{
    color: #201409;
    text-decoration: none;
}
.wishlist_table.shop_table tr td.product-name a{
    text-decoration: none;
    position: relative;
}

td.product-remove a.remove.remove_from_wishlist {
    color: #ff0000;
}
.wishlist_table.shop_table tr td.product-name a:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 0;
 height: 1px;
 background-color: #201409;
 transition: 0.3s;
}
.wishlist_table.shop_table tr td.product-name a:hover:before {
 width:100%;
}
.wishlist_table.shop_table tr td.product-name a:hover {
 text-decoration: none !important;
}


.yith_wcwl_wishlist_footer {
    overflow: hidden;
}

.wishlist-title {
    display: block;
    width: 100%;
    text-align: center;
}
.woocommerce .wishlist-title h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: normal;
    color: #211300;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    padding: 0px;
}
.woocommerce-wishlist .yith-wcwl-form.wishlist-fragment {
    max-width: 1100px;
    margin: 0 auto;
}
.yith-wcwl-share li a i {
    display: block;
    padding-top: 2px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin: 11px 0 0;
}

/*-------------------------*/

.woocommerce-order-received .checkout-wrapper .new_container {
max-width: 1200px;
letter-spacing: 0.5px;
}


.woocommerce-order-received section.woocommerce-customer-details {
    margin: 15px 0 0;
}
.woocommerce-order-received h2.woocommerce-column__title {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
    color: #201409;
    font-weight: normal;
    margin: 0 0 8px;
}
.woocommerce-order-received .woocommerce-customer-details address {
    font-size: 13px;
    line-height: 20px;
    color: #201409;
    font-style: normal;
}

.woocommerce-order-received .woocommerce-customer-details address p{
 margin: 0px;
 font-size: 13px;
}

/*----------------*/
.woocommerce-MyAccount-content ul.wc-item-meta {
    margin: 0px;
    padding: 0px;
}
.woocommerce-MyAccount-content ul.wc-item-meta li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content ul.wc-item-meta li strong {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
}
.woocommerce-MyAccount-content ul.wc-item-meta li p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0px;
}
.woocommerce-MyAccount-content section.woocommerce-customer-details {
    margin: 26px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    color: #201409;
    font-weight: normal;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-size: 14px;
    line-height: 25px;
    color: #201409;
    font-style: normal;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address p{
 margin: 0px;
}


.woocommerce-checkout-payment {
    margin: 15px 0 0;
}
.payment_box.payment_method_stripe p {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 5px 0 11px;
}
.payment_box.payment_method_stripe p a{
    color: #201409;
    position:  relative;
}

.payment_box.payment_method_stripe p a:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 0;
 height: 1px;
 background-color: #201409;
 transition: 0.3s;
}
.payment_box.payment_method_stripe p a:hover:before {
 width:100%;
}
.payment_box.payment_method_stripe p a:hover {
 text-decoration: none !important;
}


input#payment_method_stripe{
    position: relative;
    margin-right: 14px;
    height: 10px;
    top: -3px;
}
li.wc_payment_method.payment_method_stripe input::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 0;
    border: 1px #bbb solid;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    box-shadow: none !important;
}
li.wc_payment_method.payment_method_stripe input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #201409;
    position: absolute;
    border-radius: 3px;
    top: 4px;
    left: 6px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}


.payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form .form-row.form-row-wide label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form .form-row.form-row-first label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form .form-row.form-row-last label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.payment_box.payment_method_stripe .wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #ddd;
    background-color: #fff;
    outline: 0;
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    padding: 14px 13px 0 !important;
    outline: none;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.myaccount-wrapper .cart-section {
    padding: 30px 0 30px;
}
.wc-credit-card-form.wc-payment-form .form-row {
    margin-bottom: 10px;
}

p.woocommerce-shipping-destination strong {
    font-size: 13px !important;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    margin: 0 0 0 10px !important;
}

table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount {
    font-size: 15px;
}

.imagewrapper-shop .secondary-image {
    display: none !important;
}

/*---------filter icon shop---------*/
.cat-filter-icons {
    position: absolute;
    right: 16px;
    bottom: 14px;
}
.cat-filter-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cat-filter-icons ul li.gender-image-filter.filter-sun, .cat-filter-icons ul li.gender-image-filter.filter-moon {
    font-size: 0;
    transition: all 1s;
}
.cat-filter-icons ul li.gender-image-filter.filter-sun:hover, .cat-filter-icons ul li.gender-image-filter.filter-moon:hover {
 opacity: 0.8;
}
.cat-filter-icons ul li{
    list-style: none;
    color: #2B2B2B;
    font-size: 14px;
    margin-right: 38px;
    cursor: pointer;
    transition: all 1s;
}
.cat-filter-icons ul li:last-child{
    margin-right: 0px;
}


.cat-filter-icons ul li.active path#Path {
    fill: #201409;
}
.cat-filter-icons ul li.active{
text-decoration: underline;
}

span.comment-reply-title {
    font-size: 13px;
    line-height: 19px;
    color: #201409;
    margin: 0 0 15px;
}

/*------------flip---------*/

.woocommerce-wishlist ul.woocommerce-error {
    padding: 0px;
    margin: 0 0 14px;
}

/*-----------------------------------*/
.product-details-wrapper section.related.products ul.products li.product img {
    position: static;
}
.product-details-wrapper section.related.products ul.products li.product .imagewrapper-shop .women-image {
    display: none;
}
.product-details-wrapper section.related.products ul.products li.product .imagewrapper-shop .other-image {
     display: none;
}
.product-details-wrapper section.related.products ul.products li.product .shop-title-wrapper {
    display: none;
}

.shop-wrapper .shop-wish-cart a.added_to_cart.wc-forward {
    margin-right: 0;
    margin-top: 28px;
    position: absolute;
    display: flex;
    height: 38px;
    width: 95px;
    right: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper ul.woocommerce-error {
    display: table;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    display: table;
}

 .woocommerce-cart p.cart-empty.woocommerce-info {
    display: table;
 }

.woocommerce-checkout .woocommerce-info {
    display: table;
}

.woocommerce-checkout ul.woocommerce-error {
    display: table;
}

.myaccount-wrapper .woocommerce-notices-wrapper {
    display: table;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .woo-variation-swatches.wvs-show-label .variations tr {
        display: block;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
        display: block !important;
        width: 100%;
        height: 100%;
        line-height: 48px;
        text-align: center;
    }

}
.woocommerce-order-received .woocommerce-order ul li p {
    font-size: 13px;
	    text-transform: capitalize;
    line-height: 19px;
}

#customer_login {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}
.default-page {
    padding: 75px 0;
}
.default-page .entry-header {
    text-align: center;
}
.default-page .entry-header h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 34px;
    color: #201409;
}

/* ERROR 404 PAGE CSS START */
.iconimg {
    padding-bottom: 44px;
}
.iconimg img {
    max-height: 107px;
}
.error-content h1 {
    color: #000;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 24px;
    letter-spacing: 0;
}
.error-content h1 {
    color: #000;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-weight: normal;
}
.error-wrap {
    width: 885px;
    margin: 0 auto;
}
/* ERROR 404 PAGE CSS END */

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #997760 !important;
}

.quantity .qty-arrows {
    margin-left: 10px;
}
.quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0px;
}
.input-text.qty.text {
    width: 30px !important;
    color: #201409!important;
    font-size: 21px !important;
    font-weight: normal !important;
    height: 30px;
    border-radius: 0px !important;
    padding: 0!important;
    outline: none;
    margin: 0 !important;
    background: transparent;
    border: 0px solid #b8b8b8;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    margin: 0px 12px !important;
    text-align: center;
}
.quantity .qty-arrows button {
    width: 25px;
    height: 25px;
    background: #a8a5a5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0;
    line-height: 1;
    color: #fff;
    transition: .5s;
}
.quantity .qty-arrows button.minus {
    padding-bottom: 12px;
}
.quantity .qty-arrows button.plus {
    padding-top: 8px;
}

.woocommerce-additional-fields .form-row label,
.woocommerce-shipping-fields .form-row label,
.woocommerce-account-fields label {
    display: block;
    letter-spacing: 0.3px;
    color: #201409;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700 !important;
}
.input-text {
    width: 100% !important;
    color: #201409 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 48px;
    border-radius: 0px !important;
    padding: 10px 13px !important;
    outline: none;
    margin: 0 !important;
    background: #ffffff;
    border: 1px solid #b1b1b1;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
ul.wc_payment_methods.payment_methods.methods {
    padding-left: 0;
}
.woocommerce-account-fields {
    padding-right: 30px;
}
.related-products-inner .slick-next,
.related-products-inner .slick-prev {
    filter: brightness(0.3);
}
.related-products-inner .slick-next {
    transform: rotate(0deg);
    top: 37%;
}
.related-products-inner .slick-prev {
    top: 38%;
}
.new-product-lft-info span.woocommerce-Price-amount.amount {
    color: #997760;
}
/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 50px;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}



.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
/* .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
    font-size: 11px;
} */

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

/* .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
} */

/* .star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #201409;
} */

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/** PRODUCT PAGE CSS START **/
.shop-wrapper {
    background: #F9F5F0;
    padding: 60px 0px;
}
.shop-wrapper .caption-content {
    width: 100%;
    max-width: 890px;
    margin: auto;
    padding: 0;
    text-align: center;
}
.shop-wrapper .caption-content h1 {
    margin-bottom: 26px;
}
.shop-wrapper .caption-content p {
    max-width: 772px;
    margin: auto;
}
.shop-cat-tabs {
    text-align: center;
    margin: 64px 0px 64px;
}
.shop-cat-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.shop-cat-tabs ul li {
    margin-right: 10px;
}
.shop-cat-tabs ul li:last-child {
    margin-right: 0;
}
.shop-cat-tabs ul li a {
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 21px;
    font-size: 17px;
    font-weight: normal;
    border-radius: 3px;
	color: #201409;
}
.shop-cat-tabs ul li a.active {
    border: 1px solid #201409;
}
.shop-cat-tabs ul li a:hover {
    border: 1px solid #201409;
}
ul.products.columns-3 li.product {
    width: 386px;
    margin-right: 72px;
}
ul.products li.product.last {
    margin-right: 0 ;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
}
.more-products-thumbnail {
    mix-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
    background: #ECEBE9;
    margin-bottom: 35px;
    transition: 0.7s;
    border-radius: 0 !important;
}
ul.products li.product:nth-child(odd) .more-products-thumbnail {
    border-radius: 193px;
}

.more-products-thumbnail img {
    width: 285px;
    height: auto;
}
h2.woocommerce-loop-product__title {
    margin-bottom: 0px;
    color: #201409;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
ul.products li.product:hover h2.woocommerce-loop-product__title {
    color: #8B6B49;
}
.product-loop-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}
.product-loop-buttons a span.price {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}
.product-loop-buttons a span.price span {
    font-size: 16px;
    color: #201409;
    font-weight: normal;
    line-height: 20px;
    width: auto;
    width: auto;
    text-align: right;
}
.product-loop-buttons a span.price ins, .product-details-wrapper .price ins {
    order: -1;
    text-decoration: none;
    margin-right: 0px;
}
.product-loop-buttons a span.price del, .product-details-wrapper .price del {
    text-decoration: none;
}
.product-loop-buttons a span.price del bdi, .product-details-wrapper .price del bdi {
    text-decoration: line-through;
    opacity: 0.8;
}
ul.products li.product .product-loop-buttons .add_to_cart_button,
ul.products li.product .product-loop-buttons a.added_to_cart {
    position: relative;
    color: #8B6B49;
    font-size: 19px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 8px;
}
ul.products li.product .product-loop-buttons .add_to_cart_button {
    display: none;
}
/* ul.products li.product .product-loop-buttons .add_to_cart_button::before,
ul.products li.product .product-loop-buttons a.added_to_cart::before  {
    font-size: 30px;
    content: "·";
    font-weight: bold;
    margin: 0px 0.45rem 0 0;
    color: #8B6B49;
    line-height: 0;
    position: relative;
    top: 2px;
} */
ul.products li.product:hover .product-loop-buttons .add_to_cart_button {
    display: block;
}
ul.products li.product .product-loop-buttons .add_to_cart_button {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    min-width: 114px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    padding: 0 18px;
    margin-top: 10px !important;
    text-transform: uppercase !important;
}
ul.products li.product .product-loop-buttons .add_to_cart_button:hover {
    background: #EAC8C4;
}
.review-product-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
.review-product-block p {
    font-size: 14px;
    margin-left: 8px;
}
.backtoall-products {
    margin: 0 0 15px;
}
.backtoall-products a {
    font-size: 14px;
    color: rgba(32, 20, 9,0.50);
}
.product-details-wrapper .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0;
    padding-top: 6px;
}
.product-details-wrapper .review-product-block {
    justify-content: flex-start;
    padding-top: 13px;
    margin-bottom: 20px;
}
.product-details-wrapper .summary.entry-summary .review-product-block {
    border-bottom: 1px solid #cdc8c1;
    padding-bottom: 16px;
}
.quantity button {
    border: 1px solid #201409;
    background: transparent;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-weight: normal;
    cursor: pointer;
}
.quantity button.minus {
    line-height: 1;
    opacity: 0.4;
}
.quantity button:hover {
    opacity: 1;
}

.quantity .quantity-title, .wcsatt-options-product-dropdown-label {
    font-size: 17px;
    line-height: 20px;
    color: #201409;
    font-weight: normal;
    margin-right: 16px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.related-product-section {
    padding: 92px 0px;
}
.related.products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.related-products-heading {
    width: 350px;
}
.related-products-heading h2 {
    font-size: 52px;
    line-height: 58px;
}
.related-products-inner {
    width: 780px;
}
.related-products-inner ul.products li.product {
    width: 386px;
    margin: 0;
}
.related-products-inner ul.products .slick-slide:nth-child(odd) li.product .more-products-thumbnail {
    border-radius: 0px;
}
.related-products-inner ul.products .slick-slide:nth-child(even) li.product .more-products-thumbnail {
    border-radius: 193px;
}

/* ul.products li.product:nth-child(1):hover .more-products-thumbnail {
	background: #F7D2D6;
}
ul.products li.product:nth-child(2):hover .more-products-thumbnail {
	background: #D5ECEE;
}
ul.products li.product:nth-child(3):hover .more-products-thumbnail {
	background: #EDECD6;
}
ul.products li.product:nth-child(4):hover .more-products-thumbnail {
	background: #C8E2C9;
} */

ul.products li:hover .more-products-thumbnail[data-color="#f7d2d6"] {
    background: #f7d2d6 !important
}
ul.products li:hover .more-products-thumbnail[data-color="#d5ecee"] {
    background: #d5ecee !important
}
 ul.products li:hover .more-products-thumbnail[data-color="#edecd6"] {
    background: #edecd6 !important
}
ul.products li:hover .more-products-thumbnail[data-color="#c8e2c9"] {
    background: #c8e2c9 !important
}
ul.products li:hover .more-products-thumbnail[data-color="#ad8a48"] {
    background: #ad8a48 !important
}

.related-products-inner ul.products .slick-slide li .more-products-thumbnail {
    /* height: 455px; */
    margin-bottom: 20px;
}
.related-products-inner ul.products .slick-slide li .more-products-thumbnail img {
    width: 228px;
    height: auto;
}
.related-products-inner ul.products .slick-slide li .build-products-card-wrapper {
    width: 330px;
    margin: auto;
}
.photo {
    background-color: #f9f5f0 !important;
}
/** PRODUCT PAGE CSS END **/
.wcsatt-options-product-wrapper select.wcsatt-options-product-dropdown {
    margin-bottom: 0;
    height: 45px;
    padding: 0px 10px;
    font-size: 17px;
    line-height: 20px;
    color: #201409;
    font-weight: normal;
    margin-right: 16px;
    background: #f9f5f0;
}
.wcsatt-options-product-wrapper select.wcsatt-options-product-dropdown {
    margin-bottom: 0;
    height: 45px;
    padding: 0.5em 2.2em 0.5em 1em;
    font-size: 17px;
    line-height: 20px;
    color: #201409;
    font-weight: normal;
    margin-right: 16px;
    background: #f9f5f0;
    background-image: linear-gradient(45deg, transparent 50%, #201409 50%), linear-gradient(135deg, #201409 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product-loop-buttons a span.price ins, .archive .product-details-wrapper .price ins {
    width: 46%;
    text-align: right;
}
.product-loop-buttons a span.price del, .archive .product-details-wrapper .price del {
    width: 50%;
    text-align: left;
}
.product-loop-buttons small.wcsatt-sub-options {
    width: auto;
    text-align: left;
    font-size: 18px;
    margin-top: 0px;
    padding-left: 4px;
}
.archive .product-loop-buttons span.wcsatt-sub-discount {
    width: 15%;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-left: 6px;
}
.product-loop-buttons a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
}
/* .archive .product-loop-buttons a span.price {
    flex-wrap: wrap;
} */
.archive ul.products li.product .product-loop-buttons .add_to_cart_button,
.archive ul.products li.product .product-loop-buttons a.added_to_cart {
    margin-top: 0px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    height: 22px !important;
    width: 22px !important;
    padding: .1em .4em !important;
    font-size: 14px;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #000;
    color: #fff;
}
a.wc-block-components-checkout-return-to-cart-button {
    background: #EAC8C4;
    color: #fff;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #EAC8C4;
    color: #fff;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
    background: #000;
    color: #fff;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #000;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    color: #fff;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
    background: #EAC8C4;
    color: #fff;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
a.wc-block-components-checkout-return-to-cart-button {
    min-width: 114px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    padding: 0 18px;
    width: 210px;
    min-height: 3em;
}
a.wc-block-components-checkout-return-to-cart-button svg {
    position: unset;
    transform: unset;
    margin-right: 5px;
}
.wc-block-components-title.wc-block-components-title {
    margin: 0px 0px 20px;
    line-height: 1;
}
.wc-block-components-radio-control-accordion-option {
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
    border-radius: 5px;
}
.wc-block-components-radio-control-accordion-option label.wc-block-components-radio-control__option {
    border-bottom: 1px solid #ccc !important;
    padding: 10px 15px!important;
}
.wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
}
ul.wcsatt-options-prompt-radios {
    border: 1px solid #cdc8c1;
    border-radius: 5px;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label {
    font-size: 17px;
    margin: 0;
    border-bottom: 1px solid #cdc8c1;
    padding: 10px 15px;
    display: flex;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
ul.wcsatt-options-prompt-radios li:last-child label.wcsatt-options-prompt-label {
    border-bottom: 0px;
}
.product-testimonial-section {
    background: #f9f5f0;
    padding: 115px 0px 95px;
}
.product-testimonial-inner {
    width: 925px;
    margin: auto;
    text-align: center;
}
.product-testimonial-item-info {
    position: relative;
}
.product-testimonial-item-info h5.quotesign {
    font-size: 78px;
    line-height: 66px;
    color: #262626;
    font-style: italic;
    display: block;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.product-testimonial-item h6 {
    font-size: 38px;
    line-height: 44px;
    color: #262626;
    font-style: italic;
    margin-bottom: 20px;
    padding-top: 40px;
}
.product-testimonial-item p {
    font-size: 26px;
    line-height: 26px;
}
.product-testimonial-item p em {
    font-size: 19px;
    line-height: 18px;
    display: block;
    font-style: normal;
}
.product-faq-section {
    position: relative;
    background: #f3ebe1;
    padding: 70px 0px;
}
.product-faq-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/product-faq-section-shaph.png);
    background-size: cover;
}
.product-faq-section .faq-inner {
    position: relative;
    z-index: 1;
}
.product-faq-section .faq-heading {
    margin-bottom: 30px;
}
.product-faq-section .faq-heading h2 {
    font-size: 52px;
    line-height: 58px;
}
.product-faq-section .accordion-collapse-list h2 {
    font-size: 24px;
    line-height: 28px;
}
.product-faq-section .faq-according-img-item:first-child img {
    border-radius: 0;
}
.product-faq-section .faq-according-img-item:first-child {
    text-align: right;
}
.product-faq-section .faq-according-img-item:nth-child(2) {
    text-align: left;
}
.product-faq-section .faq-according-img-item {
    margin-bottom: 60px;
}
.product-faq-section .faq-according-img-item:last-child {
    margin-bottom: 0px;
}
.product-g-reviews-section {
    background: #fff;
    padding: 110px 0px;
}
.product-cusrev-reviews-heading {
    margin-bottom: 50px;
}
.product-cusrev-reviews-heading h3 {
    font-size: 52px;
    line-height: 58px;
}
.product-cusrev-reviews-top-wrap {
    max-width: 960px;
    margin: 0 auto;
}
.cr-ajax-search, .cr-count-row, ol.commentlist {
    display: none !important;
}
.cr-summary-separator-side, .cr-summary-separator {
    display: none !important;
}
.ivole-summaryBox.cr-all-reviews-ajax {
    flex: unset !important;
    order: -1;
    margin: 0 !important;
    padding: 0 !important;
}
#ivole-histogramTable {
    margin: 0 !important;
    max-width: 100% !important;
}
.cr-overall-rating-wrap {
    flex: unset !important;
    padding: 0 !important;
}
.cr-summaryBox-wrap.cr-summaryBox-add-review {
    background-color: #ffffff !important;
}
#ivole-histogramTable tr.ivole-histogramRow td {
    font-size: 17px !important;
    line-height: 20px !important;
    color: #201409 !important;
    font-weight: normal !important;
}
.ivole-meter {
    background: #e8e7e5 !important;
    background-color: #e8e7e5 !important;
    height: 14px !important;
    border-radius: 100px !important;
    box-shadow: none !important;
}
.ivole-meter .ivole-meter-bar {
    border-radius: 100px !important;
    background: #201409 !important;
    background-color: #201409 !important;
    box-shadow: none !important;
}
.ivole-meter .ivole-meter-bar:before {
    display: none !important;
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
    text-align: left !important;
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 80% !important;
}
.cr-overall-rating-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    text-align: center !important;
}
.cr-total-rating-count {
    font-size: 24px !important;
    line-height: 20px !important;
    color: #201409 !important;
    font-weight: normal !important;
    order: -1;
    width: 100% !important;
    margin-bottom: 5px;
}
.cr-average-rating {
    width: 34%!important;
    text-align: right!important;
    font-size: 50px !important;
    color: #201409 !important;
    font-weight: normal !important;
    padding-right: 15px;
}
.cr-average-rating-stars {
    width: 38%!important;
}
.cr-average-rating-stars .crstar-rating {
    margin: 0 !important;
}
.cr-all-reviews-shortcode .crstar-rating, .cr-all-reviews-shortcode .crstar-rating::before {
    color: #000000 !important;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262626 !important;
    border-color: #262626 !important;
    font-size: 17px !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: unset !important;
    width: 188px !important;
    height: 40px !important;
    border-radius: 3px !important;
    font-weight: normal;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
    background-color: #EAC8C4 !important;
    border-color: #EAC8C4 !important;
    color: #fff !important;
}
.product-user-reviews-row {
    border-top: 1px solid #d3d3d3;
    margin-top: 60px;
    padding-top: 45px;
}
.product-user-reviews-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #d3d3d3;
    padding-top: 30px;
    margin-top: 30px;
}
.product-user-reviews-repeater:first-child .product-user-reviews-item {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.product-user-reviews-left-col {
    width: 654px;
}
.product-user-reviews-right-col {
    width: 215px;
}
.product-user-reviews-right-info-wrap {
    border: 1px solid #929292;
    border-radius: 5px;
    padding: 19px 20px;
	
}
.product-user-reviews-right-info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.product-user-reviews-right-review-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-user-reviews-right-review-dots span {
    background: #e8e7e5;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    margin: 0px 0px 0px 7px;
}
.product-user-reviews-right-review-dots span:first-child {
    margin-left: 0;
}
.product-user-reviews-right-review-dots span.active {
    background: #262626;
}
.product-user-reviews-right-info-item p {
    margin: 0;
}
.product-user-reviews-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-user-reviews-start i {
    font-style: normal;
    line-height: 1;
    margin-right: 3px;
}
.product-user-reviews-name-time h4 {
    font-size: 24px;
    color: #201409;
    line-height: 28px;
    margin-bottom: 5px;
}
.product-user-reviews-name-time p {
    color: #8f8984;
    margin: 0;
    font-size: 15px;
    line-height: 1;
}
.product-user-reviews-name-time {
    margin: 6px 0px 10px;
}
.load-more-product-reviews a.btn {
    background: #262626;
}
.load-more-product-reviews a.btn:hover {
    background: #EAC8C4;
    color: #fff;
}
.product-user-reviews-repeater {
    display: none;
}
.load-more-product-reviews {
    margin: 40px 0px 0px;
}
.cr-review-form-nav {
    background: #f3ebe1;
    padding: 0px 15px 0px 10px;
    border: 0px !important;
}
.cr-all-reviews-shortcode .cr-review-form-item {
    max-width: 100% !important;
    padding: 15px 0 !important;
}
.cr-all-reviews-shortcode .cr-review-form-item span {
    font-weight: normal !important;
    color: #201409 !important;
}
.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-ne {
    max-width: 100% !important;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
    height: 25px !important;
    width: 25px !important;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
    padding: 0 2px !important;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
    padding-left: 0 !important;
}
.cr-review-form-rating-label {
    font-size: 17px !important;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl, .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl, .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl, .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl, .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl {
    font-size: 17px !important;
    color: #201409 !important;
    font-weight: normal !important;
}
.cr-all-reviews-shortcode .cr-review-form-buttons {
    justify-content: center;
    padding-bottom: 0 !important;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
    min-width: 148px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    padding: 0 18px;
    width: auto !important;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
    background-color: #262626;
    color: #fff;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit:hover {
    background-color: #EAC8C4;
    color: #fff;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
    background-color: #f3ebe1;
    color: #262626;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel:hover {
    background-color: #EAC8C4;
    color: #fff;
}
.product-benifit-section {
    margin: 0px 0px 28px;
}
.product-benifit-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.product-benifit-item:last-child {
    margin-bottom: 0;
}
.product-benifit-section p {
    margin-bottom: 12px;
}
.product-benifit-section .product-benifit-item  p {
    margin-bottom: 0;
}
.product-benifit-icon {
    width: 20px;
    margin-right: 12px;
}
.product-benifit-section .product-benifit-item p small {
    font-size: 15px;
}
.product-inner-colaps {
    width: 479px;
}
.expander {
    position: relative;
    overflow: hidden;
    max-height: 160px;
    transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    margin-bottom: 10px;
}
.readmore-link {
    text-decoration: underline;
    cursor: pointer;
    font-size: 17px;
    line-height: 20px;
    color: #825425;
    font-weight: normal;
    margin-bottom: 22px;
}
.readmore-link:hover {
    color: #201409;
    text-decoration: none;
}
.expander.expanded {
    margin-bottom: 17px;
}
.woocommerce-product-rating, .product-loop-buttons .star-rating {
    align-items: center;
    margin-bottom: 7px;
}
.summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link {
    font-size: 14px;
    margin-left: 8px;
}
.wcgs-photo, .wcgs-gallery-preloader {
    background-color: #F9F5F0 !important;
}
.product-faq-section .product-faq-according-img-hide-desktop {
    display: none !important;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.subscription-details {
    display: none;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action span.price {
    padding: 0;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action span.price span {
    font-size: 17px !important;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action span.price.subscription-price del {
    order: -1;
    margin-right: 10px;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action span.price.subscription-price del {
    order: -1;
    margin-right: 10px;
    text-decoration: line-through;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label span.wcsatt-options-prompt-action ins {
    margin-right: 0;
}
ul.wcsatt-options-prompt-radios li label.wcsatt-options-prompt-label.wcsatt-options-prompt-label-one-time span.price.one-time-price span.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.product-user-reviews-start .star-rating {
    font-size: 13px;
    width: 5.8em;
}
.build-products-card-wrapper.left-align-product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: left;
}
.build-products-card-wrapper.left-align-product .product-loop-buttons a span.price,
.build-products-card-wrapper.left-align-product .product-loop-buttons {
    justify-content: flex-start;
}
.build-products-card-wrapper.left-align-product a.button.product_type_simple.add_to_cart_button {
    margin-left: 0;
}
.build-products-card-wrapper .review-product-block {
    display: none;
}
a.added_to_cart.wc-forward {
    margin-left: 0;
    width: 100%;
    background: #EAC8C4;
    text-align: center;
    color: #fff;
    max-width: 188px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    padding: 0 18px;
    margin-top: 10px !important;
    text-transform: uppercase !important;
}
a.added_to_cart.wc-forward:hover {
    background: #000;
}
ul.products li.product  .build-products-card-wrapper .product-loop-buttons a.added_to_cart {
    margin-left: 0;
    width: 100%;
    background: #EAC8C4;
    text-align: center;
    color: #fff;
    min-width: 114px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    border: none;
    padding: 0 18px;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    max-width: 100%;
}
ul.products li.product  .build-products-card-wrapper .product-loop-buttons a.added_to_cart:hover {
    background: #000;
}
.product-loop-buttons-bottom-info {
    width: 100%;
}
.product-loop-buttons-bottom-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.excerpt-shop {
    width: 100%;
    margin-top: 10px;
}
.product-loop-buttons-bottom-info a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, .product-loop-buttons-bottom-info a.added_to_cart.wc-forward {
    width: 49% !important;
}
.myaccount-lost-password-row {
    display: flex;
    justify-content: space-between;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row .woocommerce-form-login__rememberme {
    margin-bottom: 0;
    margin-bottom: 15px;
    padding-top: 0;
}
/*-----------Responsive css start-------------*/


@media (max-width: 1790px) {
   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
        width: 260px;
    }
}
@media (max-width: 1730px) {
   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
        width: 220px;
    }
}

@media (max-width: 1680px) {
   section#woocommerce_layered_nav-2 {
      margin-left: 20px;
   }
   section#woocommerce_layered_nav-3 {
      margin-left: 20px;
   }
   section#woocommerce_layered_nav-4 {
      margin-left: 20px;
   }
   .select2-container--default .select2-selection--single {
      width: 210px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 250px;
   }
   select.orderby {
      width: 210px;
   }

   /*------------*/
   .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
       width: 210px;
   }

   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
      width: 250px;
   }
   ul.variable-items-wrapper.button-variable-wrapper li {
       width: 63px !important;
       min-width: 63px;
       margin-right: 16px !important;
   }
   .cat-filter-icons {
       right: 8px;
   }

}

@media (max-width: 1679px) {
    table.variations tr:nth-child(2) {
        margin-bottom: 20px;
    }
    table.variations tr {
        padding-bottom: 15px;
    }
    .product-details-inner table.variations {
        margin-bottom: 20px;
    }
    .social_share {
        padding-top: 60px;
    }
    .product_slider .slick-slide img {
        height: 627px !important;
    }
    .product_title {
        font-size: 32px;
    }
    .social_share h2.title {
        margin-bottom: 22px;
    }
    .iconimg {
        padding-bottom: 30px;
    }
    .iconimg img {
        max-height: 95px;
    }
    .error-content h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 18px;
    }
    .error-content a.btn {
        margin-top: 10px;
        font-size: 14px;
        min-width: 230px;
        height: 50px;
    }
    .error-wrap {
        width: 785px;
        margin: 0 auto;
    }
    .product-wrapper ul.products.columns-4 li.product {
        width: 30.3%;
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    .product-wrapper {
       width: calc(100% - 320px);
    }
    .side-menu-wrapper {
        width: 320px;
        padding-right: 0;
    }
    .hero-banner-section.shop-banner .slider-content {
        margin-left: 45px;
    }

    .woocommerce-product-gallery__wrapper a img {
        height: 790px;
    }
    .woocommerce-tabs #review_form label, .woocommerce-tabs #review_form span, .woocommerce-tabs #review_form p {
        font-size: 18px;
    }
    form#commentform p.comment-form-email label, form#commentform p.comment-form-author label, form#commentform p.comment-form-comment label {
        font-size: 18px;
    }
    form#commentform p.comment-form-email input, form#commentform p.comment-form-author input, form#commentform p.comment-form-comment textarea {
        font-size: 16px !important;
        height: 50px;
    }
    form#commentform p.comment-form-comment textarea {
        height: 220px;
    }
    input#submit {
        width: 300px;
        height: 55px;
        font-size: 19px;
        line-height: 50px;
    }
    .woocommerce-tabs #review_form span a::before {
        font-size: 18px;
    }
    .woocommerce-Tabs-panel ul li {
        font-size: 14px;
        line-height: 25px;
    }
    .woocommerce-Tabs-panel ul {
        margin: 0 0 18px 17px;
        padding: 0px;
    }
}

@media (max-width: 1570px) {

   .side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li {
      margin-right: 11px !important;
   }
   .select2-container--default .select2-selection--single {
      width: 196px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 270px;
   }
   select.orderby {
      width: 196px;
   }

   /*------------*/
   .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
       width: 196px;
   }

   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
      width: 270px;
   }
   ul.variable-items-wrapper.button-variable-wrapper li {
       margin-right: 9px !important;
   }
   button.button {
    width: 215px;
    }
    .cat-filter-icons {
        right: 5px;
    }
}

@media (max-width: 1600px) {
    ul.variable-items-wrapper.button-variable-wrapper li {
        width: 60px !important;
        min-width: 60px;
    }
}

@media (max-width: 1535px) {
   .cat-filter-icons {
        right: 4px;
    }
}

@media (min-width: 1441px) and (max-width: 1529px) {
    #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
    width: 230px;
    }
}

@media (max-width: 1440px) {
   .product-wrapper ul.products.columns-4 li.product {
      margin-left: 25px;
   }
   .product-wrapper ul.products.columns-4 li.product .imagewrapper-shop{
      height: 400px;
   }
   .shop-wrapper .shop-wish-cart {
    top: 416px;
   }
   .yith-wcwl-add-to-wishlist {
      top: 416px;
   }

   select.orderby {
      width: 190px;
   }
   .select2-container--default .select2-selection--single {
      width: 190px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 230px;
   }

   /*------------*/
   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
      width: 230px;
   }
   ul.variable-items-wrapper.button-variable-wrapper li {
       width: 55px !important;
       margin-right: 11px !important;
        min-width: 55px;
    }

    button.button {
        width: 175px;
    }
    header.woocommerce-Address-title.title h3 {
        padding: 0 0 11px 0;
        font-size: 24px;
        line-height: 32px;
    }
    header.woocommerce-Address-title.title h3 {
        padding: 0 0 15px 0;
        font-size: 24px;
        line-height: 32px;
    }
    header.entry-header h1.entry-title {
        font-size: 26px;
        line-height: 58px;
    }
    header.entry-header {
        height: 62px;
    }
    a.woocommerce-button.button.view {
        padding: 2px 9px;
        font-size: 12px;
        margin: 2px;
    }


    .woocommerce-account .woocommerce h2 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
        font-size: 24px;
        line-height: 28px;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 9px;
    }
    .woocommerce-MyAccount-content section.woocommerce-customer-details {
        margin: 16px 0 0;
    }

    .cat-filter-icons ul li {
        margin-right: 26px;
    }
    .cat-filter-icons {
        right: 8px;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 10px 30px 10px 30px !important;
        font-size: 18px;
        line-height: 34px;
    }
    .woocommerce-Tabs-panel p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: 30px;
        margin-bottom: 135px;
    }

    .product-details-inner table.variations select#size,
    .product-details-inner table.variations select#pack-size {
        padding: 10px 0;
        font-size: 14px;
    }
}

@media (max-width: 1439px) {
    .product_title {
        font-size: 28px;
    }

    .price_article {
        margin-bottom: 10px;
    }
    select#pa_material {
        padding: 0 15px;
    }
    .button-variable-item span {
        font-size: 14px !important;
    }
    ul.variable-items-wrapper.button-variable-wrapper li {
        height: 45px;
    }
    table.variations tr:nth-child(2) {
        margin-bottom: 15px;
    }
    .product-details-inner table.variations {
        margin-bottom: 30px;
    }
    .at-svc-facebook span.at-icon-wrapper {
        width: 18px !important;
        background-size: 12px;
    }
    .at-svc-pinterest_share span.at-icon-wrapper {
        background-size: 24px;
    }
    .at-svc-compact span.at-icon-wrapper {
        background-size: 23px;
    }
    .product_slider .slick-slide img {
        height: 590px !important;
    }
    section.related.products {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 50px;
    }
    .woocommerce-Tabs-panel .first_col {
        padding-right: 50px;
    }
    .woocommerce-Tabs-panel ul li {
        padding: 0;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 45px 0 0;
    }
    .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        line-height: 30px;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: 30px;
        margin-bottom: 85px;
    }
    .newslatter-details {
        padding: 40px 0 50px;
    }
    h3#order_review_heading,
    .woocommerce-billing-fields h3,
    h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 22px;
    }
    table.shop_table.woocommerce-checkout-review-order-table th.product-name,
    table.shop_table.woocommerce-checkout-review-order-table th.product-total {
        font-size: 16px;
    }
    .error-wrap {
        width: 665px;
        margin: 0 auto;
    }
    .error-content h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 15px;
    }
    .error-content p {
        font-size: 14px;
    }
    .hero-banner-section.shop-banner .slide-img img {
        height: 480px;
    }
    .hero-banner-section.shop-banner .slider-caption {
        top: 125px;
    }
    .hero-banner-section.shop-banner .slider-content h1 {
        margin-bottom: 25px;
        font-size: 42px;
        line-height: 44px;
        margin-top: 0;
        padding-bottom: 25px;
    }
    .hero-banner-section.shop-banner .slider-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-banner-section.shop-banner .slider-content {
        margin-left: 35px;
        max-width: 525px;
    }
    .hero-banner-section.shop-banner {
        margin-bottom: 50px;
    }
    .side-menu-wrapper {
        width: 260px;
        padding-right: 0;
    }
    .product-wrapper {
        width: calc(100% - 260px);
        padding-left: 15px;
    }
    .product-wrapper ul.products.columns-4 li.product {
        margin-left: 1.8%;
        margin-bottom: 35px;
        width: 31.5%;
    }
    .side-menu-wrapper .filter-title {
        font-size: 19px;
        margin-bottom: 18px;
        padding-bottom: 13px;
    }
    .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min, .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max,
    .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max-wrap::before, .price-slider-min-wrap::before {
        font-size: 19px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
        font-size: 15px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
        font-size: 15px !important;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
        margin: 0 0 5px 2px !important;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
        padding-left: 30px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::before {
        width: 16px;
        height: 16px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::after {
        left: 3px;
        top: 3px;
        width: 10px;
        height: 9px;
    }
    .meats-added {
        padding: 25px 0 0;
    }


    .product-wrapper ul.products.columns-4 li.product .view-products-btn label {
        height: 480px;
        height: 45px;
        min-width: 187px;
        font-size: 14px;
    }

    .star-rating::before,
    .star-rating span::before {
        font-size: 15px;
    }
    .product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.onsale {
        font-size: 16px;
        padding: 5px 5px;
    }
    /*==*/
    .woocommerce-product-gallery__wrapper a img {
        height: 650px;
    }
    section.related.products h2:first-child {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .shop-cat-tabs {
	    margin: 60px 0px 64px;
	}
    ul.products.columns-3 li.product {
        width: 365px;
        margin-right: 50px;
    }
	ul.products.columns-3 li.product.last {
	    margin-right: 0;
	}
	.shop-wrapper {
	    padding: 60px 0px 30px;
	}
}

@media (max-width: 1279px) {
    .product-wrapper ul.products.columns-4 li.product .view-products-btn, .woocommerce-LoopProduct-link img {
        height: 315px;
    }
    .meats-added figcaption h4, .meats-added figcaption h4 a {
        font-size: 18px;
        line-height: 24px;
    }
    ul.products.columns-3 li.product {
        width: 345px;
        margin-right: 42px;
    }
    .more-products-thumbnail img {
        width: 255px;
        height: auto;
    }
	.more-products-thumbnail {
	    height: 350px;
	    margin-bottom: 25px;
	}
    .related-products-inner {
        width: 730px;
    }
}

@media (max-width: 1400px) {
    ul.variable-items-wrapper.button-variable-wrapper li {
        width: 54px !important;
        min-width: 54px;
    }
    .cat-filter-icons ul li {
        margin-right: 13px;
    }
}

@media (max-width: 1366px) {

   select.orderby {
      width: 180px;
   }
   .select2-container--default .select2-selection--single {
      width: 180px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 220px;
   }

   /*------------*/
   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
      width: 220px;
   }
   ul.variable-items-wrapper.button-variable-wrapper li {
       width: 53px !important;
       min-width: 53px;
   }
   button.button {
      width: 160px;
  }


  /*----------------Wishlist-table---------------*/
  ul.shop_table.cart.wishlist_table {
      padding: 0px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
      max-width: 109px;
  }
  .wishlist_table.mobile li .item-wrapper {
      width: calc(100% - 2px);
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
      width: calc(100% - 0px);
  }
  .wishlist_table .product-add-to-cart a {
      position: static;
      margin: 0px !important;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
      border-collapse: collapse;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
      border: 1px solid #201409;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value, .wishlist_table.modern_grid li .item-details table.item-details-table td.value {
      border: 1px solid #201409;
  }
  .wishlist_table.mobile li .item-wrapper {
      width: calc(100% - 0px);
  }
  .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
      font-size: 22px;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
      font-size: 13px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
      float: right;
      margin-top: -27px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove i.fa.fa-trash {
      font-size: 20px;
  }
  .wishlist_table.mobile li {
      margin-bottom: 21px;
  }
  .wishlist_table.mobile li:last-child {
      margin-bottom: 0;
  }
  .yith-wcwl-share h4.yith-wcwl-share-title {
      margin: 0px 0 0;
      font-size: 14px;
  }
  /*---------------------*/
  .cat-filter-icons {
      right: 3px;
  }
    .shop-wrapper .shop-wish-cart a.added_to_cart.wc-forward {
        height: 32px;
        width: 78px;
        padding: 7px 5px;
    }

}

@media (max-width: 1280px) {
   .product-wrapper {
      width: calc(100% - 240px);
   }
   .side-menu-wrapper {
      width: 240px;
      padding-right: 0;
   }
   .product-wrapper ul.products.columns-4 li.product .imagewrapper-shop {
        height: 336px;
    }
    .shop-wrapper .shop-wish-cart {
        top: 351px;
        right: 11px;
    }
   .yith-wcwl-add-to-wishlist {
      top: 351px;
      right: 40px;
   }

   select.orderby {
      width: 170px;
   }
   .select2-container--default .select2-selection--single {
      width: 170px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 190px;
   }


   /*------------*/
   .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
       width: 170px;
   }

   #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
      width: 190px;
   }
   .side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-label li {
    width: 32px;
    height: 32px;
    }

    ul.variable-items-wrapper.button-variable-wrapper li {
    width: 48px !important;
    min-width: 48px;
    padding: 0 8px !important;
    }
    button.button {
        width: 135px;
    }
    .at-style-responsive .at-share-btn {
    padding: 5px 0 !important;
    }
    .col-lg-3.third_col img.size-full {
        height: auto;
    }

    h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 26px;
    }
    .woocommerce-billing-fields h3 {
    font-size: 26px;
    }
    h3#order_review_heading {
    font-size: 26px;
    }


    section.related.products ul.products {
    margin: 0 -28px;
    }
    section.related.products ul.products.columns-3 li.product {
        margin-left: 25px;
    }
    .cat-filter-icons ul li {
        margin-right: 12px;
    }

}


@media (max-width: 1199px) {
   select.orderby {
      font-size: 13px;
      height: 45px;
   }
   .select2-container--default
      .select2-selection--single
      .select2-selection__placeholder {
      font-size: 13px;
   }
   .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
      line-height: 43px !important;
      font-size: 13px !important;
   }
   .select2-container .select2-selection--single {
      height: 45px !important;
   }
   .select2-container--default .select2-selection--single {
      width: 140px;
   }
   select.orderby {
      width: 140px;
      height: 40px;
   }
   section#woocommerce_layered_nav-4
      .select2-container--default
      .select2-selection--single {
      width: 160px;
   }
   section#woocommerce_layered_nav-2 {
      margin-left: 10px;
   }
   section#woocommerce_layered_nav-3 {
      margin-left: 10px;
   }
   section#woocommerce_layered_nav-4 {
      margin-left: 10px;
   }
   .product-wrapper ul.products.columns-4 li.product {
       width: 31.5%;
   }

   .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
        width: 140px;
        font-size: 13px;
        height: 40px;
       }
       #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
        width: 145px;
    }


    header.entry-header{
    height: 56px;
    }
    header.entry-header h1.entry-title{
        font-size: 26px;
        line-height: 50px;
    }


    .shop-wrapper .new_container {
        padding: 0px 35px 0 35px;
    }



   ul.products li.product.first {
       clear: none;
   }
   .side-menu-wrapper .yith-wcan-filter ul.filter-items.filter-color li {
        margin-right: 8px !important;
    }

    ul.variable-items-wrapper.button-variable-wrapper li {
        width: 42px !important;
        min-width: 42px;
        padding: 0 4px !important;
        margin-right: 9px !important;
        height: 45px;
    }
    section.related.products ul.products.columns-3 li.product {
        width: 289px;
        margin-left: 30px;
    }
    .qib-button.qib-button-wrapper {
        width: 144px;
        padding: 0 20px;
    }
    .qib-button-wrapper .quantity input.input-text.qty.text {
        width: 70px !important;
        height: 48px !important;
    }
    .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 48px !important;
    }

    button.button {
        width: 130px;
        height: 48px;
    }
    .at-resp-share-element .at-share-btn .at-label {
        font-size: 14px !important;
    }
    .social_share {
        padding-top: 60px;
    }
    table.variations tr:nth-child(2) {
        margin-bottom: 10px;
    }
    .product-details-inner table.variations {
        margin-bottom: 20px;
    }
    .product_slider .slick-slide img {
        height: 550px !important;
    }
    .product_title {
        font-size: 22px;
    }
    .woocommerce-Tabs-panel h3 {
        font-size: 20px;
    }
    .woocommerce-Tabs-panel .first_col {
        padding-right: 45px;
    }
    section.related.products {
        margin-top: 20px;
        padding-top: 0;
        margin-bottom: 0;
    }
    section.related.products h2:first-child {
        margin-bottom: 30px;
    }
    .woocommerce-checkout form.checkout.woocommerce-checkout #order_review {
        width: 100%;
        padding-right: 10px;
    }
    #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
        max-width: 35px !important;
        padding-left: 5px !important;
        margin-bottom: -4px;
    }
    li.wc_payment_method.payment_method_stripe {
        font-size: 14px !important;
    }
    li.wc_payment_method.payment_method_paypal label {
        font-size: 14px;
    }
    input#payment_method_stripe {
        margin-right: 10px;
    }
    input#payment_method_paypal {
        margin-right: 10px;
    }
    li.wc_payment_method.payment_method_paypal label img {
        max-height: 38px !important;
        margin: 0 4px !important;
    }
    form.checkout.woocommerce-checkout {
        margin: 40px 0 10px 0;
    }
    .woocommerce-shipping-fields {
        padding-left: 10px;
    }
    .woocommerce-additional-fields {
        padding-left: 10px;
    }
    .woocommerce-billing-fields {
        padding-right: 30px;
    }
    .woocommerce-account-fields {
        padding-right: 30px;
    }
    h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 20px;
    }
    .woocommerce-billing-fields h3 {
    font-size: 20px;
    }
    h3#order_review_heading {
    font-size: 20px;
    }
    table.shop_table.woocommerce-checkout-review-order-table th.product-name {
        font-size: 18px;
    }
    table.shop_table.woocommerce-checkout-review-order-table th.product-total {
        font-size: 18px;
    }
    form.woocommerce-ResetPassword.lost_reset_password {
        padding: 20px;
    }

    /*--------------------*/
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
        font-size: 13px;
        line-height: 20px;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td span.woocommerce-Price-amount.amount {
        font-size: 13px;
    }
    .woocommerce-order p {
        font-size: 13px;
        line-height: 20px;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
        font-size: 15px;
        line-height: 22px;
    }
    h2.woocommerce-order-details__title {
        font-size: 24px;
    }

    .side-menu-wrapper .yith-wcan-filters .yith-wcan-filter {
        margin-bottom: 35px;

    }

    section.related.products ul.products {
        margin: 0 -8px;
    }
    #reviews.cr-reviews-ajax-reviews .comment-reply-title {
        font-size: 23px;
        line-height: 29px;
    }
    .woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
        height: 140px;
    }
    input#ship-to-different-address-checkbox {
        top: -1px;
    }

    nav.woocommerce-MyAccount-navigation {
        width: 250px;
    }
    .woocommerce-MyAccount-content {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
    }
    header.woocommerce-Address-title.title h3 {
        padding: 0 0 16px 0;
        font-size: 22px;
        line-height: 28px;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
        padding: 10px;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
        padding: 10px;
    }
    .woocommerce-MyAccount-content h3 {
        padding: 0 0 15px 0;
        font-size: 22px;
        line-height: 32px;
    }
    .woocommerce-address-fields p {
        font-size: 13px;
        margin: 0 0 13px;
        line-height: 18px;
    }
    fieldset legend {
        padding: 11px 0 14px;
        font-size: 22px;
        line-height: 28px;
    }
    .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr th {
        font-size: 13px;
        line-height: 20px;
    }
    .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr th, table.shop_table.shop_table_responsive tr td {
        padding: 5px 10px !important;
    }

    .woocommerce-account .woocommerce h2 {
        font-size: 20px;
        margin: 0 0 11px;
    }
    .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
        font-size: 20px;
        line-height: 26px;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
        font-size: 13px;
        line-height: 16px;
        padding: 7px 8px;
    }
    .woocommerce-MyAccount-content section.woocommerce-customer-details {
        margin: 15px 0 0;
    }
    section.woocommerce-order-details {
        margin: 16px 0 0;
    }


    /*--------------wishlist-----------------*/
    .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
        font-size: 20px;
    }
    /*---------------------------------*/

    .woocommerce-wishlist .wishlist_table.shop_table .add_to_cart_button {
        width: 22px !important;
        height: 20px !important;
    }
    .woocommerce-wishlist .wishlist_table tr th.product-thumbnail {
        width: auto;
    }
    .woocommerce-wishlist .wishlist_table.shop_table tr td {
        padding: 4px 8px !important;
            font-size: 13px;
    }
    .woocommerce-wishlist .wishlist_table.shop_table tr th {
    padding: 4px 8px !important;
        font-size: 14px;
    }
    .woocommerce-wishlist .wishlist_table.shop_table .add_to_cart_button {
        width: 25px;
        height: 11px;
    }
    .woocommerce-wishlist .wishlist_table.shop_table tr td.product-remove {
        text-align: center;
    }

    .cat-filter-icons ul li {
        font-size: 13px;
    }
    .cat-filter-icons ul li img {
        max-height: 18px;
    }
    .cat-filter-icons {
        bottom: 12px;
        right: 5px;
    }
    .cat-filter-icons ul li {
        margin-right: 6px;
    }
    .shop-wrapper .shop-wish-cart a.added_to_cart.wc-forward {
        height: 30px;
        width: 78px;
        padding: 3px 5px;
        margin-top: 25px;
    }
    .hero-banner-section.shop-banner .slide-img img {
        height: 410px;
    }
    .hero-banner-section.shop-banner .slider-content {
        margin-left: 0;
        max-width: 495px;
    }
    .hero-banner-section.shop-banner .slider-content h1 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 38px;
        margin-top: 0;
        padding-bottom: 20px;
    }
    .hero-banner-section.shop-banner .slider-content h1::after {
        width: 72px;
        height: 3px;
    }
    .side-menu-wrapper .filter-title {
        font-size: 17px;
    }
    .product-wrapper ul.products.columns-4 li.product .view-products-btn, .woocommerce-LoopProduct-link img {
        height: 265px;
    }
    .product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.onsale {
        font-size: 14px;
        padding: 5px 5px;
        line-height: 1.3;
    }
    h2.woocommerce-loop-product__title {
        font-size: 15px;
    }
    .star-rating::before, .star-rating span::before {
        font-size: 12px;
        line-height: 2;
    }
    .product-wrapper ul.products.columns-4 li.product .view-products-btn label {
        height: 40px;
        min-width: 160px;
        font-size: 13px;
    }

    .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min, .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max, .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max-wrap::before, .price-slider-min-wrap::before {
        font-size: 16px;
    }
    .price-slider-min-to-from {
        font-size: 16px;
    }
    /*===*/
    .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-bottom: 30px;
    }
    .woocommerce-product-gallery__wrapper a img {
        height: 560px;
    }
    .woocommerce-variation.single_variation {
        margin: 0 0 15px;
    }
    .product-details-inner .product-details-top-section.d-flex table.variations {
        margin-bottom: 0;
    }
    table.shop_table.shop_table_responsive tr th, table.shop_table.shop_table_responsive tr td {
        padding: 11px 10px !important;
    }
    .default-page {
        padding: 45px 0;
    }
    .popularproducts-slider .star-rating::before {
        left: 2px;
        position: absolute;
        top: 5px;
    }
    form.cart .quantity {
        margin: 10px 11px;
    }
    section.related.products .container {
        max-width: 100%;
    }
    section.related.products h2:first-child {
        font-size: 26px;
    }
    .related-products-inner .slick-slide {
        padding: 0 8px;
    }
    .popularproducts-slider .star-rating span::before {
        top: 5px;
    }
    .shop-wrapper {
        padding: 30px 0px 30px;
    }
    .shop-wrapper .caption-content h1 {
        margin-bottom: 15px;
    }
    .shop-cat-tabs {
        margin: 35px 0px 45px;
    }
    ul.products.columns-3 li.product {
        width: 31.79667%;
        margin-right: 20px;
    }
    h2.woocommerce-loop-product__title {
        font-size: 20px;
    }
    .product-loop-buttons a span.price span {
        font-size: 16px;
        line-height: 20px;
    }
    .product-loop-buttons a span.price ins {
        margin-right: 5px;
    }
    ul.products li.product .product-loop-buttons .add_to_cart_button, ul.products li.product .product-loop-buttons a.added_to_cart {
        font-size: 16px;
        margin-left: 5px;
    }
    ul.products li.product .product-loop-buttons .add_to_cart_button::before,
    ul.products li.product .product-loop-buttons a.added_to_cart::before {
        font-size: 26px;
        margin: 0px 0.35rem 0 0;
    }
    .more-products-thumbnail {
        height: 320px;
    }
    .more-products-thumbnail img {
        width: 195px;
        height: auto;
    }
    ul.products li.product.last {
        margin-right: 0 ;
    }
    .related-products-heading h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .related-products-heading {
        width: 30%;
    }
    .related-products-inner {
        width: 65%;
    }
    .related-products-inner ul.products .slick-slide li .build-products-card-wrapper {
        width: auto;
        padding: 0px 30px;
    }
    /* .related-products-inner ul.products .slick-slide li .more-products-thumbnail {
        height: 345px;
    } */
    .related-products-inner ul.products .slick-slide li .more-products-thumbnail img {
        width: 200px;
    }
    .related-product-section {
        padding: 60px 0px;
    }
    .wcgs-carousel .wcgs-slider-image img {
        width: 75%;
    }
    .product-details-wrapper {
        padding: 40px 0 0;
    }
    .quantity button {
        font-size: 17px;
    }
    .wp-block-woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
        font-size: 20px;
        margin: 0 !important;
        line-height: 1;
    }
    .wp-block-woocommerce-checkout  .wc-block-components-checkout-step__container p.wc-block-components-checkout-step__description {
        font-size: 14px;
        line-height: 20px;
    }
    .wp-block-woocommerce-checkout input {
        font-size: 16px !important;
    }
    .wp-block-woocommerce-checkout label {
        font-size: 16px !important;
    }
    button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, a.wc-block-components-checkout-return-to-cart-button {
        padding: 0 30px;
        width: auto;
    }
    .wc-block-components-sidebar {
        padding-left: 0 !important;
    }
    .wc-block-components-panel__button {
        font-size: 16px;
    }
    .wc-block-checkout__sidebar .wc-block-components-product-name {
        font-size: 14px;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
        font-size: 13px;
        margin-top: 4px;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        font-size: 11px;
    }
    .is-large .wc-block-components-sidebar .wc-block-components-panel {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
        font-size: 14px;
    }
    .wc-block-components-totals-wrapper {
        font-size: 14px;
    }
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-item__value, .wc-block-components-totals-item__value {
        font-weight: bold !important;
    }
    .wc-block-checkout__terms {
        margin: 25px 0 !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .wc-block-checkout__terms span a {
        text-decoration: underline;
        color: #825425;
    }
    .wc-block-checkout__terms span :hover {
        text-decoration: none;
        color: #201409;
    }
    .product-inner-colaps {
        width: 100%;
    }
    .expander {
        max-height: 160px;
    }
    .product-testimonial-item h6 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 18px;
    }
    .product-testimonial-inner {
        width: 720px;
    }
    .product-testimonial-section {
        padding: 65px 0px 70px;
    }
    .product-faq-section .faq-heading h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .product-faq-section .accordion-collapse-list h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .product-g-reviews-section {
        padding: 60px 0px;
    }
    .product-cusrev-reviews-heading h3 {
        font-size: 38px;
        line-height: 45px;
    }
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
        width: 150px !important;
    }
    .gallery-navigation-carousel .wcgs-thumb {
        width: 50px !important;
        height: 70px;
    }
    .product-testimonial-item p {
        font-size: 22px;
        line-height: 20px;
    }
    .product-testimonial-item p em {
        font-size: 16px;
        line-height: 12px;
    }
    .home-product-testimonial-section {
        margin-top: 65px;
    }
    #wpgs-gallery img {
        width: 240px;
    }
    #wpgs-gallery.wcgs-woocommerce-product-gallery {
        top: 10em;
    }
    .testimonial-control-icon svg {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 1023px) {
    .product-wrapper ul.products.columns-4 li.product {
        width: 47.5%;
        margin-left: 2.5%;
    }
    ul.products li.product.last {
        margin-right: 0 !important;
    }
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
        width: 139px;
    }
    select.orderby {
        width: 160px;
    }
    .shop-top-filter form.woocommerce-ordering, .woocommerce-widget-layered-nav {
        padding-bottom: 10px;
    }
    section#woocommerce_layered_nav-4 {
        margin-left: 0;
    }
    .shop-top-filter {
        margin: 0 0 20px;
    }
    .yith-wcan-filters {
        margin-bottom: 0;
    }
    woocommerce-tabs ul.tabs li a {
        padding: 25px 10px 25px !important;
    }
    ul.variable-items-wrapper.color-variable-wrapper li {
        margin-right: 4px !important;
    }
    .button-variable-item span {
        font-size: 15px;
    }
    ul.variable-items-wrapper.button-variable-wrapper li {
        width: 34px !important;
        min-width: 34px;
        padding: 0 3px !important;
        margin-right: 6px !important;
        height: 36px;
    }
    .qib-button.qib-button-wrapper {
        width: 132px;
        padding: 0 15px;
    }
    button.button {
        width: 104px;
        height: 48px;
        font-size: 11px;
        line-height: 48px;
    }
    .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        line-height: 28px;
    }

    .woocommerce-Tabs-panel .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .woocommerce-Tabs-panel .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3.third_col img.size-full {
        height: auto;
    }
    section.related.products ul.products.columns-3 li.product {
        width: 30%;
        margin-left: 20px;
    }

    /*-----------------------*/
    table.shop_table.shop_table_responsive tr th, table.shop_table.shop_table_responsive tr td {
        padding: 10px 10px !important;
    }

    form.woocommerce-form.woocommerce-form-register.register {
        padding: 20px;
        min-height: 380px;
    }
    .woocommerce-account .woocommerce .woocommerce-form-login {
        padding: 20px;
        min-height: 380px;
    }
    /* section.related.products ul.products.columns-3 {
        margin-left: 15px;
    } */
    section.related.products ul.products {
        margin: 0;
    }

    .woocommerce-order-received h2.woocommerce-column__title {
        font-size: 22px;
        line-height: 26px;
    }
    .cat-filter-icons {
        bottom: 23px;
    }
    h3#ship-to-different-address {
        margin: 0 0 20px;
        line-height: 19px;
    }
    .error-content h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .error-wrap {
        width: 465px;
        margin: 0 auto;
    }
    .error-content p {
        font-size: 14px;
        line-height: 23px;
    }
    .error-content a.btn {
        margin-top: 5px;
        font-size: 12px;
        min-width: 210px;
        height: 45px;
    }
    .hero-banner-section.shop-banner {
        margin-bottom: 40px;
    }
    .hero-banner-section.shop-banner .slide-img img {
        height: 350px;
    }
    .hero-banner-section.shop-banner .slider-caption {
        top: 88px;
    }

    /*==*/
    .woocommerce-variation-add-to-cart .quantity {
        margin-right: 20px;
    }
    .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 162px !important;
    }
    .woocommerce-product-gallery__wrapper a img {
        height: 640px;
    }
    ul.products.columns-3 li.product {
	    width: 50%;
	    margin-right: 0;
	    padding: 0px 15px;
	}
	.shop-wrapper ul.products.columns-3 {
	    display: flex;
	    flex-wrap: wrap;
	}
    .product-details-wrapper .price {
        padding-top: 0;
    }
    .product-details-wrapper .review-product-block {
        padding-top: 10px;
        margin-bottom: 15px;
    }
    #wpgs-gallery.wcgs-woocommerce-product-gallery {
        width: 45% !important;
    }
    .product-details-wrapper {
        padding: 25px 0 0;
    }
    .related-products-heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .related-products-inner ul.products .slick-slide li .build-products-card-wrapper {
        padding: 0;
    }
    .related-products-inner ul.products .slick-slide li {
        padding: 0;
    }
    .cr-overall-rating-wrap {
        width: 40% !important;
    }
    .cr-average-rating {
        font-size: 40px !important;
    }
    .product-user-reviews-left-col {
        width: 65%;
    }
    .product-user-reviews-right-col {
        width: 30%;
    }
    .product-user-reviews-right-info-wrap {
        padding: 15px 15px;
    }
    .product-user-reviews-row {
        margin-top: 40px;
        padding-top: 35px;
    }
    .home-product-testimonial-section {
        margin-bottom: 50px;
    }
    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        width: 100%;
    }
    .subscription-actions.order-actions button.button {
        width: 200px;
    }
    .single_add_to_cart_button {
        width: 160px!important;
    }
    .product-inner-colaps form.cart a.added_to_cart.wc-forward {
        margin-left: 15px;
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .nav_wrapper .nav_btn {
    top: 50px;
    left: 19px;
    position: absolute;
    }
    .mobile-logo {
    display: block !important;
    width: 85px;
    margin: 30px auto 0;
    }
    .mobile-logo img {
        width: 100%;
    }
    .woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dt {
        width: 62px;
    }
    .woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dd {
            width: calc(100% - 62px);
    }

}

@media (max-width: 767px) {
    .side-menu-wrapper {
        width: 190px;
        padding-right: 0;
        order: 1;
    }
    .product-wrapper {
        width: calc(100% - 190px);
        order: 1;
        margin-bottom: 15px;
    }
    .side-menu-wrapper .filter-title {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .side-menu-wrapper .yith-wcan-filters .yith-wcan-filter {
        margin-bottom: 35px;
    }

    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
        font-size: 14px !important;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
        font-size: 14px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
        padding-left: 26px;
    }
    section#woocommerce_layered_nav-4 {
        margin-left: 10px;
    }
    ul.products {
        display: flex;
        flex-wrap: wrap;
    }
    .side-menu-wrapper ul.filter-items.filter-text li {
        margin-bottom: 5px !important;
    }
    .shop-wrapper {
        margin-top: 0px;
    }

    header.entry-header{
        height: 40px;
    }
    header.entry-header h1.entry-title{
        font-size: 22px;
        line-height: 35px;
    }

    .shop-wrapper .new_container {
        padding: 0px 26px 0 26px;
    }
    .mobile-logo img {
    width: 70px;
    }
    .logo-wrapper {
        text-align: center;
    }
    .mobile-logo {
        margin: 15px auto 0;
    }
    .nav_wrapper .nav_btn {
        top: 60px;
    }
    .nav_wrapper .nav_wrapper_inner {
        margin-top: 15px;
    }
    section.related.products ul.products {
        margin: 0 0px;
    }
    .product_slider .slick-slide img {
        height: 503px !important;
    }
    .product_slider .slick-dots {
        bottom: -20px;
    }
    table.variations tr {
        padding-bottom: 18px;
    }
    .social_share {
        padding-top: 30px;
    }
    select#pa_material {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        padding: 0 15px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 20px 0 0;
    }
    .woocommerce-Tabs-panel p {
        margin-bottom: 10px;
    }
    .woocommerce-Tabs-panel .col-lg-6 {
        flex: 0 0 auto;
        margin-bottom: 20px;
        padding-right: 0;
        padding-top: 0;
    }
    .woocommerce-Tabs-panel ul li {
        margin-bottom: 14px;
        padding: 0 0 0 34px;
    }
    .woocommerce-Tabs-panel h3 {
        font-size: 18px;
        margin: 0 0 18px;
    }
    section.related.products {
        margin-top: 0;
        padding-top: 0;
    }
    .product-details-wrapper {
        margin-top: 0;
    }
    button.button {
        width: 150px;
        height: 45px;
        font-size: 12px;
        line-height: 45px;
    }
    .woocommerce-Tabs-panel ul li:before {
        width: 23px;
        height: 23px;
        background-size: 100%;
    }
    section.related.products h2:first-child {
        margin-bottom: 25px;
    }
    section.related.products ul.products.columns-3 li.product {
        width: 221px;
        margin-left: 15px;
    }
    section.related.products ul.products {
        margin: 0;
    }
    .newslatter-details {
        padding: 25px 0 25px;
    }

    .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 6px;
    }

    /*---------------------------*/
    table.shop_table.shop_table_responsive tr th, table.shop_table.shop_table_responsive tr td {
        overflow: hidden;
    }
    .woocommerce .shop_table tr td {
        margin: 0px 0 0px;
    }
    .myaccount-wrapper .cart-section {
        padding: 0;
    }
    .woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dd {
        width: calc(100% - 62px);
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        min-width: 220px;
        height: 45px;
    }
    td.actions button.button {
        width: 150px;
        height: 45px;
        padding: 8px 5px;
    }
    input#coupon_code {
        font-size: 13px !important;
        height: 45px;
        padding: 5px 8px !important;
        width: calc(100% - 150px) !important;
    }
    td.actions .coupon button.button {
        width: 145px !important;
        height: 45px;
        padding: 8px 4px;
    }
    .qib-container:not(#qib_id):not(#qib_id) {
        display: inline-block !important;
    }
    table.shop_table_responsive tr td.product-remove a {
        text-align: left;
    }
    td.product-quantity::before {
        margin-top: 12px;
        margin-right: 10px;
    }
    td.actions .coupon label {
        margin: 11px 7px 0 0;
    }
    .myaccount-wrapper button.button {
        height: 45px;
    }

    li.wc_payment_method.payment_method_paypal label {
        font-size: 13px;
        line-height: 22px;
    }
    li.wc_payment_method.payment_method_stripe {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    div#customer_details .col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    div#customer_details .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce-additional-fields, .woocommerce-shipping-fields {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-billing-fields {
        padding-right: 0;
    }
    .woocommerce-shipping-fields {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-top: 25px;
    }
    h3#ship-to-different-address {
        margin: 0 0 20px 20px;
    }
    .woocommerce-additional-fields {
        padding-left: 0px;
    }
    .woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
        width: 136px;
        height: 45px;
    }
    form.checkout_coupon.woocommerce-form-coupon button.button {
        width: 150px;
        height: 45px;
    }
    .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #place_order {
        width: auto;
        height: 45px;
        line-height: 45px;
        min-width: 150px;
        padding: 0 15px;
    }
    div#order_review td.product-name {
        font-size: 13px;
    }
    .woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
        height: 120px;
        padding: 7px 13px !important;
    }
    .woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
        height: 45px;
        padding: 7px 13px !important;
    }

    .woocommerce-checkout .woocommerce .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row span.woocommerce-input-wrapper .input-text {
        height: 45px;
        padding: 7px 13px !important;
    }
    .woocommerce-shipping-fields__field-wrapper p {
        margin: 0 0 15px !important;
    }

    .woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
        margin: 0 0 15px !important;
    }
    h3#order_review_heading {
        font-size: 20px;
        margin: 26px 0 4px;
    }
    div#order_review td.product-name {
        padding: 9px 0;
    }
    div#order_review td.product-total {
    padding: 9px 0;
    }
    .woocommerce .shop_table tr th {
        font-size: 14px;
        margin: 0px 0 0px;
        padding: 9px 0 9px;
    }
    .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table td {
        font-size: 14px;
        padding: 9px 0 9px;
    }
    form.checkout.woocommerce-checkout {
        margin: 25px 0 10px 0;
    }
    form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
        font-size: 13px !important;
        height: 45px;
        padding: 5px 11px !important;
    }
    .woocommerce-form.woocommerce-form-login .input-text {
        height: 45px;
        padding: 8px 13px !important;
    }

    /*--------------------*/
    .woocommerce-account .woocommerce h2 {
        font-size: 24px;
        margin: 0 0 13px;
    }
    .myaccount-wrapper button.button {
        width: auto;
        height: 45px;
        line-height: 42px;
        min-width: 140px;
        padding: 0px 15px;
    }
    form.woocommerce-ResetPassword.lost_reset_password {
        padding: 15px;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 18px;
    }
    section.woocommerce-order-details {
        margin: 15px 0 0;
    }
    .product-wrapper ul.products.columns-4 li.product {
        width: 47%;
    }
    .woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation dt {
        text-align: left;
    }
    .woocommerce-checkout form.checkout.woocommerce-checkout #order_review {
        width: 100%;
        padding-right: 0;
    }
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
        padding: 6px 8px;
    }
    .checkout-wrapper {
        padding: 30px 0;
    }
    .woocommerce-order-received .woocommerce-order ul li {
        line-height: 18px;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        padding: 0 0 13px;
    }

    nav.woocommerce-MyAccount-navigation {
        width: 100%;
        margin: 0 0 15px;
    }
    .woocommerce-MyAccount-content {
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: calc(100% - 0px);
    }
    nav.woocommerce-MyAccount-navigation ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    nav.woocommerce-MyAccount-navigation ul li {
        padding: 0 5px 8px;
            list-style: none;
    }
    .myaccount-wrapper {
        padding: 35px 0;
    }
    .myaccount-wrapper .woocommerce-default-css .woocommerce {
        margin-bottom: 0px;
    }
    header.woocommerce-Address-title.title h3 {
        padding: 0 0 13px 0;
        font-size: 19px;
        line-height: 26px;
    }
    a.edit {
        padding: 8px 15px 8px 15px;
        font-size: 12px;
        margin: 2px;
        display: inline-block;
    }
    .woocommerce-MyAccount-content h3 {
        padding: 0 0 14px 0;
        font-size: 20px;
        line-height: 26px;
    }
    .woocommerce-address-fields p {
        font-weight: normal;
        font-size: 13px;
        margin: 0 0 10px;
        line-height: 18px;
    }
    .woocommerce-address-fields .input-text {
        color: #201409 !important;
        font-size: 13px !important;
        height: 45px;
        padding: 6px 10px !important;
    }
    fieldset legend {
        padding: 8px 0 10px;
        font-size: 18px;
        line-height: 26px;
    }
    form.woocommerce-EditAccountForm.edit-account .input-text {
        font-size: 13px !important;
        height: 45px;
        padding: 7px 13px !important;
    }
    form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
        margin-bottom: 8px;
    }
    .woocommerce-orders .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr th, .woocommerce-orders .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr td {
        border-bottom: none !important;
    }

    .woocommerce-account .woocommerce h2 {
        font-size: 18px;
    }
    .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
        font-size: 18px;
        line-height: 24px;
    }
    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
        margin-bottom: 15px;
        display: block;
        border-bottom: 1px solid #201409;
    }

    /*---------------wishlist-----------------*/
    .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
        font-size: 18px;
    }
    .wishlist_table.shop_table tr td {
        padding: 4px 6px !important;
    }
    .woocommerce-wishlist .wishlist_table.shop_table .add_to_cart_button{
        width: 17px !important;
        height: 16px !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove i.fa.fa-trash {
        font-size: 17px;
    }
    .yith_wcwl_wishlist_footer>div {
        margin-bottom: 0;
    }
    /*--------------------*/

    .social_share h2.title {
        margin-bottom: 8px;
    }
    table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }
    div#order_review td.product-total span {
        font-size: 14px;
    }

    /*---------------------------*/
    .woocommerce-wishlist .wishlist_table.wishlist_view .product-thumbnail img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 44px;
        height: 40px;
    }
    .woocommerce-wishlist .wishlist_table.shop_table tr th {
        padding: 4px 5px !important;
        font-size: 12px !important;
        line-height: 16px;
    }
    .woocommerce-wishlist .wishlist_table.shop_table tr td {
        padding: 4px 6px !important;
        font-size: 12px !important;
        line-height: 15px;
    }
    .woocommerce-wishlist .wishlist_table tr th.product-thumbnail {
        width: auto;
    }
    .woocommerce-wishlist td.product-remove {
        text-align: center !important;
    }

    .cat-filter-icons {
        position: static;
        margin-top: 13px;
        display: flex;
        width: 100%;
        justify-content: flex-end;
            margin-right: 2px;
    }
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
        width: 174px;
    }
    .cat-filter-icons ul li svg {
        width: 20px;
        height: 20px;
    }
    input#submit {
        width: auto;
        height: 45px;
        line-height: 45px;
        min-width: 150px;
        padding: 0 15px;
    }

    .product-wrapper ul.products.columns-4 li.product {
        margin-bottom: 25px;
    }


    .shop-wrapper .shop-title-wrapper {
        position: relative;
        top: -4px;
    }

    .newslatter-wrapper .ginput_container_email .medium {
        font-size: 14px !important;
        height: 50px;
        padding: 6px 60px 6px 15px !important;
    }
    .newslatter-wrapper .gform_footer .gform_button.button {
        width: 45px;
        font-size: 18px;
        height: 50px;
    }
    .default-page .entry-header {
        height: auto;
    }
    .product-wrapper ul.products.columns-4 li.product .view-products-btn label {
        height: 38px;
        min-width: 140px;
        font-size: 12px;
    }
    .product-wrapper ul.products.columns-4 li.product .view-products-btn label {
        height: 42px;
        min-width: 200px;
        font-size: 14px;
    }
    .product-wrapper
   ul.products.columns-4
   li.product
   .woocommerce-LoopProduct-link {
        height: auto;
    }

    .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-bottom: 30px;
    }
    .woocommerce-product-gallery__wrapper a img {
        height: 590px;
    }
    .woocommerce-variation-add-to-cart .quantity {
        margin-right: 13px;
    }
    .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 148px !important;
    }
    .woocommerce-account-fields {
        padding-right: 0;
    }

    .default-page {
        padding: 30px 0;
    }
    .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
        line-height: 24px;
    }
    .woocommerce-Tabs-panel .cr-ajax-search .cr-button-search {
        font-size: 16px !important;
        width: 130px !important;
    }
    .woocommerce-Tabs-panel .cr-ajax-search .cr-input-text {
        height: 45px;
        font-size: 13px !important;
    }
    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text, .cr-all-reviews-shortcode ol.commentlist li .comment-text {
        margin: 0 0 0 10px !important;
    }
    section.related.products h2:first-child {
        font-size: 20px;
    }
    .related-products-inner .slick-prev {
        left: -8px;
        top: 31%;
    }
    .related-products-inner .slick-next {
        right: -8px;
        top: 27%;
    }
    .shop-wrapper .caption-content p {
	    max-width: 532px;
	}
    .more-products-thumbnail {
        height: auto;
        padding: 30px 0px;
    }
    .related-products-heading {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .related-products-heading h2 {
        font-size: 36px;
        line-height: 44px;
        max-width: 250px;
        margin: auto;
    }
    .related-product-section {
        padding: 40px 0px 50px;
    }
    .related-products-inner {
        width: 100%;
    }
    .related-products-inner .products {
        margin: 0;
        display: block;
    }
    ul.products li .more-products-thumbnail[data-color="#f7d2d6"] {
        background: #f7d2d6 !important
    }
    ul.products li .more-products-thumbnail[data-color="#d5ecee"] {
        background: #d5ecee !important
    }
     ul.products li .more-products-thumbnail[data-color="#edecd6"] {
        background: #edecd6 !important
    }
    ul.products li .more-products-thumbnail[data-color="#c8e2c9"] {
        background: #c8e2c9 !important
    }
    ul.products li .more-products-thumbnail[data-color="#ad8a48"] {
        background: #ad8a48 !important
    }
    .product-testimonial-inner {
        width: 100%;
    }
    .product-testimonial-item h6 {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 18px;
    }
    .woocommerce-cart-form .product-quantity .quantity {
        justify-content: flex-end;
    }
    .page-template-default .shop-wrapper ul#shipping_method li {
        width: 100%;
		font-size: 13px;
    }
	.page-template-default .shop-wrapper ul#shipping_method li span.woocommerce-Price-amount.amount{        
		font-size: 14px;
    }
    .subscription-actions.order-actions button.button {
        width: 200px;
    }
    nav.woocommerce-MyAccount-navigation ul li.is-active a::before {
        display: none;
    }
    nav.woocommerce-MyAccount-navigation ul li {
        margin: 4px !important;
    }
    .page-template-default .shop-wrapper ul {
        padding-left: 0;
        padding-right: 0;
    }
    nav.woocommerce-MyAccount-navigation ul li a {
        padding: 7px 8px;
        font-size: 14px;
    }
    .single_add_to_cart_button {
        width: 140px!important;
        font-size: 14px !important;
    }
    .product-inner-colaps form.cart a.added_to_cart.wc-forward {
        margin-left: 8px;
        max-width: 140px;
        font-size: 14px;
    }
}

@media (max-width: 610px) {
    td.actions .coupon {
        margin: 0 0 6px;
        width: 100%;
    }
}

@media (max-width: 667px) {
    section.related.products ul.products.columns-3 li.product {
        width: 196px;
        margin-left: 15px;
    }
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
        width: 140px;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 10px 15px 10px !important;
    }
}

@media (max-width: 575px) {
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
    width: 143px;
    }
    select.orderby {
        width: 210px;
    }
    section#woocommerce_layered_nav-4 {
    margin-left: 0;
    }
    .open-menu .social_nav_mob {
        position: absolute;
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 10px 12px 10px !important;
        font-size: 13px;
        line-height: 18px;
    }
    .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
        padding: 0 2px 6px;
    }
    .product-details-inner table.variations {
        margin-bottom: 0;
    }
    .cart-collaterals .cart_totals table {
        width: 100%;
    }
    .cart_totals {
        float: right;
        width: 100%;
    }
    .cart-collaterals {
        padding: 15px 0 0;
    }
    .wc-proceed-to-checkout {
        margin: 15px 0 0;
    }
    .myaccount-wrapper {
        padding: 30px 0;
    }

    div#customer_login .u-column1.col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px;
    }
    div#customer_login .u-column2.col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .woocommerce-Input.woocommerce-Input--text.input-text {
        padding: 8px 13px !important;
        height: 45px;
    }
    .woocommerce-account .woocommerce .woocommerce-form-login {
        padding: 15px;
        min-height: auto;
    }
    form.woocommerce-form.woocommerce-form-register.register {
        padding: 15px;
        min-height: auto;
    }
    .product_slider .slick-slide img {
        height: 360px !important;
    }

    .product-wrapper ul.products.columns-4 li.product {
        width: 48.54%;
    }
    .error-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .error-content h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .error-content a.btn {
        margin-top: 10px;
    }
    .hero-banner-section.shop-banner .slider-content h1 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 32px;
        margin-top: 0;
        padding-bottom: 15px;
    }
    .hero-banner-section.shop-banner .slider-content p {
        font-size: 14px;
        line-height: 21px;
    }
    .hero-banner-section.shop-banner {
        margin-bottom: 30px;
    }
    .side-menu-wrapper {
        width: 100%;
        padding-right: 0;
        order: 1;
    }

    .product-wrapper {
        width: 100%;
        order: 1;
        margin-bottom: 0;
        padding: 0;
        margin-top: 20px;
    }
    .product-wrapper {
        width: 100%;
        order: 1;
        margin-bottom: 0;
        padding: 0;
        margin-top: 20px;
    }
    .product-wrapper ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.onsale {
        font-size: 14px;
        padding: 10px 10px;
        line-height: 1.3;
    }
    .side-menu-wrapper .filter-title {
        margin-bottom: 18px;
        font-size: 14px;
    }
    .side-menu-wrapper .yith-wcan-filters .yith-wcan-filter {
        margin-bottom: 25px;
    }
    .hero-banner-section.shop-banner .slider-content {
        max-width: 100%;
    }
    /*==*/
    .product-details-top-section.d-flex {
        flex-wrap: wrap;
    }
    .woocommerce-product-gallery__wrapper a img {
        height: 350px;
    }
    .woocommerce-checkout .woocommerce-info {
        text-align: left;
    }
    form.checkout.woocommerce-checkout {
        text-align: left;
    }
    h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 14px;
    }
    .woocommerce-additional-fields .form-row textarea {
        display: block;
        height: 120px;
    }
    .woocommerce-tabs-head .container {
        max-width: 100%;
        padding: 0;
    }
    .woocommerce-tabs ul.tabs li {
        margin: 0 !important;
        width: 100%;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 12px 15px 12px !important;
        text-align: center;
    }
    .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }
    .related-products-inner .slick-next {
        top: 35%;
    }
    .related-products-inner .slick-prev {
        top: 37%;
    }
    .shop-wrapper .caption-content p {
        max-width: 315px;
    }
    .shop-wrapper {
        padding: 20px 0px 30px;
    }
    .shop-cat-tabs ul li a {
        padding: 7px 15px;
        font-size: 16px;
    }
    .shop-cat-tabs ul li {
        margin-right: 5px;
    }
    ul.products.columns-3 li.product {
        width: 100%;
        margin-bottom: 30px;
    }
    ul.products li.product .product-loop-buttons .add_to_cart_button {
        display: inline;
    }
    /* .more-products-thumbnail {
        background: #F9F5F0 !important;
    } */
    #wpgs-gallery.wcgs-woocommerce-product-gallery {
        width: 100% !important;
        position: unset !important;
    }
    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        margin-top: 20px !important;
        width: 100%;
    }
    .woocommerce-product-details__short-description p {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .woocommerce-product-details__short-description {
        padding-bottom: 5px;
    }
    .quantity .quantity-title, .wcsatt-options-product-dropdown-label {
        font-size: 16px;
        display: none;
    }
    .woocommerce-cart-form .product-quantity .quantity {
        justify-content: flex-end;
    }
    .page-template-default .shop-wrapper ul#shipping_method li {
        width: 100%;
    }
    .subscription-actions.order-actions button.button {
        width: 200px;
    }
    .quantity button.minus {
        line-height: 1;
        font-size: 35px;
        padding-bottom: 4.7px;
    }
    .related-products-heading {
        padding: 0px 15px;
    }
    .related-products-heading h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 250px;
        margin: auto;
    }
    .related-product-section {
        padding: 40px 0px;
    }
    .gallery-navigation-carousel .wcgs-thumb {
        width: 60px !important;
        height: 80px;
    }
    .related-product-section .container {
        padding: 0;
    }
    .related-products-inner .slick-list.draggable {
        padding: 0px 50px !important;
    }
    .related-products-inner ul.products.columns-3 li.product {
        margin-bottom: 0;
    }
    .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
        padding: 0;
    }
    .wc-block-components-order-summary .wc-block-components-panel__button {
        height: 35px;
        line-height: 1;
        margin-bottom: 0px !important;
        padding-bottom: 0 !important;
    }
    .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-panel__content {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .expander {
        max-height: 160px;
    }
    .readmore-link {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .readmore-link:hover {
        text-decoration: underline;
    }
    .related-product-section .product-loop-buttons a span.price span {
        font-size: 14px;
    }
    .product-testimonial-section {
        padding: 40px 0px;
    }
    .product-testimonial-item h6 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .product-testimonial-item p {
        font-size: 22px;
        line-height: 25px;
    }
    .product-faq-section .faq-according-img-right  {
        display: none !important;
    }
    .product-faq-section .product-faq-according-img-hide-desktop {
        display: block !important;
        margin-bottom: 25px;
    }
    .product-faq-section .product-faq-according-img-hide-desktop .faq-according-img-item img {
        border-radius: 163px;
        object-position: bottom;
    }
    .product-faq-section::before {
        display: none;
    }
    .product-faq-section .faq-heading {
        margin-bottom: 28px;
        text-align: center;
    }
    .product-faq-section .faq-heading h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .product-faq-section {
        padding: 40px 0px;
    }
    .product-g-reviews-section {
        padding: 40px 0px;
    }
    .product-cusrev-reviews-heading h3 {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .cr-overall-rating-wrap {
        width: 100% !important;
        order: -1;
        margin-bottom: 20px !important;
    }
    .ivole-summaryBox.cr-all-reviews-ajax {
        margin: 0px 0px 10px !important;
    }
    .product-cusrev-reviews-heading {
        margin-bottom: 20px;
    }
    .cr-average-rating {
        font-size: 30px !important;
        padding-right: 7px;
        width: 25% !important;
    }
    .cr-all-reviews-shortcode .cr-review-form-item span {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
        margin: 25px 0 25px 0;
    }
    .cr-review-form-rating-label {
        margin-bottom: 15px !important;
    }
    .product-user-reviews-left-col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .product-user-reviews-right-col {
        width: 230px;
        margin: 0 auto;
    }
    .product-user-reviews-name-time h4 {
        font-size: 22px;
    }
    .load-more-product-reviews {
        margin: 25px 0px 0px;
        text-align: center;
    }
    .product-user-reviews-start {
        justify-content: center;
    }
    .product-details-wrapper .summary.entry-summary .review-product-block {
        align-items: flex-end;
    }
     .woocommerce-product-rating a.woocommerce-review-link {
        line-height: 1;
    }

    .home-product-testimonial-section {
        margin-bottom: 10px;
        margin-top: 35px;
    }
    .testimonial-control-wrap {
        display: none;
    }
    .myaccount-submit-button button.button {
        width: 100%;
    }
    tr.woocommerce-shipping-totals.shipping td::before {
        width: 100%;
        text-align: right;
        margin-bottom: 7px;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        min-width: 100%;
    }
    div#wc-stripe-payment-request-wrapper {
        margin-top: 60px !important;      
    }    
    button.single_add_to_cart_button.button.alt {
        width: 100% !important;
    }
    .product-inner-colaps form.cart a.added_to_cart.wc-forward {
        margin-left: 0;
        max-width: 100%;
    }
    .wcsatt-add-to-subscription-wrapper label>span {
        margin-left: .3em;
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    .shop-top-filter {
    margin: 0 -5px 16px;
    }
    .woocommerce .shop-top-filter .woocommerce-ordering {
    margin: 0px;
    width: 50%;
    padding: 0 5px 11px;
    }
    section#woocommerce_layered_nav-2 {
    margin-left: 0;
    width: 50%;
    padding: 0 5px 11px;
    }
    section#woocommerce_layered_nav-3 {
    margin-left: 0;
    width: 50%;
    padding: 0 5px;
    }
    section#woocommerce_layered_nav-4 {
    margin-left: 0;
    width: 50%;
    padding: 0 5px;
    }
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
    width: 100%;
    }
    #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
    width: 100%;
    }
    select.orderby {
    width:100%;
    }
    .cat-filter-icons {
        margin-right: 6px;
    }
    #customer_login .u-column2.col-2 {
        margin-top: 15px;
    }
    .default-page .entry-header h1 {
        margin-bottom: 15px;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        border: 0;
    }
}

@media (max-width: 525px) {
    .product-wrapper ul.products.columns-4 li.product {
        width: 100%;
    }
    .product-wrapper ul.products.columns-4 li.product {
        margin-left: 0px !important;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .woocommerce .shop-top-filter .woocommerce-ordering {
        margin: 0px;
        width: 50%;
        padding: 0 5px 11px;
    }
    section#woocommerce_layered_nav-2 {
    margin-left: 0;
    width: 50%;
    padding: 0 5px 11px;
    }
    section#woocommerce_layered_nav-3 {
        margin-left: 0;
        width: 50%;
        padding: 0 5px;
    }
    section#woocommerce_layered_nav-4 {
        margin-left: 0;
        width: 50%;
        padding: 0 5px;
    }
    .shop-top-filter select.woocommerce-widget-layered-nav-dropdown {
        width: 100%;
    }
    .shop-top-filter {
        margin: 0 -5px 16px;
    }
    #woocommerce_layered_nav-4 select.woocommerce-widget-layered-nav-dropdown {
        width: 100%;
    }
    select.orderby {
        width:100%;
    }

    section.related.products ul.products.columns-3 li.product {
        width: 100%;
        margin-left: 0;
    }
    section.related.products ul.products {
        margin: 0 0px !important;
    }
    .newslatter-wrapper {
        max-width: 340px;
        padding: 0 15px;
        width: 100%;
    }
    .woocommerce-Tabs-panel .col-lg-3 {
        width: 100%;
        padding-bottom: 14px;
    }

    .product-details-inner .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 18px;
        display: flex;
    }
    .product-details-inner .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 6px;
        width: 157px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    td.actions .coupon label {
        margin: 11px 7px 8px 0;
        width: 100%;
        text-align: left;
    }
    input#coupon_code {
        width: calc(100% - 152px) !important;
    }
    
    td.actions .coupon button.button {
        width: 140px;
        padding: 8px 4px;
        font-size: 12px;
    }
    #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
        max-width: 29px !important;
        margin-bottom: -3px;
    }
    .checkout-wrapper {
        padding: 35px 0;
    }
    li.wc_payment_method.payment_method_paypal label img {
        max-height: 34px;
    }
    form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
        width: 152px !important;
        margin: 0px !important;
    }
    input#ship-to-different-address-checkbox {
        top: -3px;
    }
    h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        display: flex;
        align-items: flex-start;
    }
    table.shop_table.woocommerce-checkout-review-order-table th.product-name, table.shop_table.woocommerce-checkout-review-order-table th.product-total {
        font-size: 14px;
    }
    table.shop_table.woocommerce-checkout-review-order-table tr td {
        max-width: 210px;
    }
    .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
        font-size: 13px;
    }

}

@media (max-width: 380px) {
    .shop-wrapper .new_container {
        padding: 0px 15px 0 16px;
    }
    .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    }
    .cart-collaterals .cart_totals table {
        width: 100%;
    }
    section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


}
