/* Xian - WordPress Theme */
/************ TABLE OF CONTENTS WOOCOMMERCE ***************
1. Button
2. Quick view
3. Archive Products
4. Notifyjs
5. Price sidebar
6. Product single
7. Cart Page
8. Wishlist
9. Mini Cart
10. Reviews
**********************************************/
/*** 

====================================================================
    Button
====================================================================

 ***/
 #mini-cart a.button{
    font-size: 100%;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: visible;
    font-weight: 700;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    text-shadow: none;
}
.icon-header-wishlist .wishlist_products_counter_number {
    opacity: 0;
}
.icon-header-wishlist.wishlist-counter-with-products .wishlist_products_counter_number {
    opacity: 1;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#mini-cart a.button{
	padding: 12px 22px;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	will-change: transform;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
	transition:all 0.3s ease-in-out ;
	border-radius: 0px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#mini-cart a.button{
    line-height: 1.2;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#mini-cart a.button:hover{
	color: #ffffff;
	background: #5187d0;
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
}
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
#mini-cart a.button:active{
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	transform: translate3d(0, 1px, 0);
	color: #ffffff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
	transform: none;
	color: #ebe9eb;
	background-color: #515151;
	box-shadow: none;
	padding: 12px 22px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%
}
/*** 

====================================================================
    Quick view
====================================================================

 ***/
.woocommerce .tf-st-1 a.button{
    color: #b1b1b1;
    padding: 10px 14px 10px 14px;
    border: 1px solid #e5e5e7;
    background: #ffffff;
    font-weight: 400;
    box-shadow: none;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.woocommerce .add-to-cart.tf-st-1.list a.hv-bounce-bk {
    background: #000000;
    color: #ffffff;
}
.woocommerce .add-to-cart.tf-st-1.list a.hv-bounce-bk:hover {
    background: #5187d0;
}
.add-to-cart .added_to_cart.wc-forward{
    display: none !important
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading{
    cursor: progress;
}
.woocommerce .tf-st-1:not(.st2) a.button.loading,
.woocommerce .tf-st-1:not(.st2) a.button.added,
.item-product-grid-sh .tf-st-1 a.ajax_add_to_cart.loading,
.item-product-grid-sh .tf-st-1 a.ajax_add_to_cart.added{
     padding-right: 36px;
     opacity: 1;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after{
 content: none;
}
.woocommerce #respond .st1 input#submit.added::before,
.woocommerce .st1 a.button.added::before,
.woocommerce .st1 button.button.added::before, 
.woocommerce .st1 input.button.added::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 82%;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: checkmark 2s ease forwards;
    animation: checkmark 2s ease forwards;
}
.woocommerce .tf-st-1 a.button:hover{
    color: #ffffff;
    border-color: transparent;
    background: #000000;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
}
.btn-qview .flat-product-quick-view {
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: transparent;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.flat-product-quick-view .fa-plus{
    height: 33px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    background: #000;
    border-radius: 50%;
    color: #fff;
    visibility: visible ;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.flatModal-quick-view.woocommerce div.product .woocommerce-product-gallery__wrapper{
    width: 100%;
    display: block;
}
.wrap-main-product-gallery {
    margin-bottom: 20px;
}
.wrap-list-thumbnail.slick-slider .slick-slide {
    padding: 0 5px;
    opacity: 0.4;
    transition: all 0.5s ease-in-out;
}
.wrap-list-thumbnail .slick-slide {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.wrap-list-thumbnail .slick-slide:hover, .wrap-list-thumbnail .slick-slide.slick-current {
    opacity: 1;
}
.flat-product-quick-view .fa-plus:before{
    height: 12px;
}
.flat-product-quick-view.loaded .fa-plus:before{
    opacity: 0;
    visibility: hidden;
}
.tooltip-icon-cart{
     display: inline;
     margin-right: 20px;
     position: relative;
     width: 18px;
     height: 22px;
     margin-left: 2px;
}
.item-product .content-product .btn-qview,
.item-product .featured-post .btn-qview {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.item-product .content-product .tf-st-1 .btn-qview,
.item-product .featured-post .tf-st-1 .btn-qview {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: unset;
    text-align: unset;
    z-index: 9;
}

.item-product .featured-post .btn-qview{
    top: 55%;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.item-product:hover .featured-post .btn-qview{
    top: 50%;
    bottom: 5px;
    opacity: 1;
}
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    height: 100%;
}
.modal-content {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    border-radius: 0;
}
.modal-content button.close:hover{
    background: transparent;
}
.modal-content {
    padding: 35px 15px 30px;
}
.modal-content  .modal-body {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999 ;
    padding: 5px 10px;
}
.woocommerce .modal-detail div.product div.images{
    margin: 0px;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
    max-height: 570px;
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.woocommerce-product-gallery:not(.woocommerce-product-gallery-shortcode){
    transition: all 0.5s ease;
    opacity: 0;
}
.woocommerce-product-gallery.loaded{
    opacity:1;
}
/*** 

====================================================================
    Archive Products
====================================================================

 ***/
 .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.woocommerce.shop-view-list .archive-products .products .product{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.item-product {
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif;
}
.related-product .item-product {
    margin-bottom: 28px;
}
.item-product .featured-post .entry-image {
    position: relative;
    overflow: hidden;
}
.flat_ribbons {
    width: 22px;
    height: 90%;
    line-height: 22px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    position: absolute;
    top: 5px;
    right: -12px;
    z-index: 3;
}
.flat_ribbons .rotect-ribbon {
    position: relative;
    display: flex;
    width: 100%;
    transform: rotate(-90deg);
}
.flat_ribbons .flat_ribbon {
    position: relative;
    display: block;

    padding: 0px 9px;
    margin-left: 5px;
    white-space: nowrap;
}
.flat_ribbons .rotect-ribbon .flat_ribbon.newness{
    background: #000000;
}
.flat_ribbons .rotect-ribbon .flat_ribbon.sale-text,
.flat_ribbons .rotect-ribbon .flat_ribbon.sale-percent{
    background: #fa3030;
}
.flat_ribbons .rotect-ribbon .flat_ribbon.featured {
    background: #ff8c46;
}
.flat_ribbons .rotect-ribbon .flat_ribbon.out-of-stock {
    background: #b1b1b1;
}
.woocommerce div.product .flat_ribbons .out-of-stock{
    color: #ffffff;
}
.item-product .content-product {
    position: relative;
}
.item-product .content-product .info-product {
    margin-bottom: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-product .content-product .info-product .text {
    font-size: 13px;
}
.item-product .content-product .info-product .text p {
    line-height: 20px;
}
.item-product .content-product .description {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 21px;
}
.item-product .content-product .title a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.item-product .content-product .add-to-cart .added_to_cart {
    display: inline-block;
    font-size: 13px;
}
.item-product .content-product .added_to_cart  a{
     margin-left: 5px;
}
.item-product .content-product .add-to-cart .favorite i {
    font-size: 16px;
}
.item-product .content-product .add-to-cart .favorite {
    margin-left: 17px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product span.price-group,
.woocommerce .related-product .item-product p.price,
.woocommerce .related-product .item-product span.price,
.woocommerce .related-product .item-product p.price ins,
.woocommerce .related-product .item-product span.price ins{
	color: #000000;
    background: transparent;
	font-size: 16px;
    font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.price-group ins,
.price ins{
    background: transparent;
    color: #000000;
}

.single.single-product .flat-single-product ins {
    padding: 0;
}

.shop-view-grid .item-product .content-product .info-product {
    margin-bottom: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.shop-view-grid .item-product .content-product .info-product .text {
    font-size: 13px;
}
.shop-view-grid .item-product .content-product .info-product .text p {
    line-height: 20px;
    margin-bottom: 0px;
}

.woocommerce #respond .st2 input#submit.loading,
 .woocommerce .st2 a.button.loading, 
 .woocommerce .st2 button.button.loading, 
 .woocommerce .st2 input.button.loading{
    opacity:1; 
}
.content-tab .product .entry-image:before,.shop-view-grid .product .entry-image:before,
.related-product .products .entry-image:before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    cursor: pointer;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.content-tab .product .item-product:hover .entry-image:before,
.shop-view-grid .product .item-product:hover .entry-image:before,
.related-product .products .item-product:hover .entry-image:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.flex-viewport,
.woocommerce-product-gallery__wrapper {
    cursor: crosshair;
}
.shop-view-grid .item-product .woocommerce-product-details__short-description,
.related-product .woocommerce-product-details__short-description{
    display: none;
}
.shop-view-grid .item-product .content-product {
    padding-top: 15px;
}
.shop-view-grid .item-product .content-product .title {
    margin-bottom: 22px;
}
.item-product .info-product .price{
    padding-top:16px ;
}
.item-product .info-product .price ins{
    padding:0 ;
}
.shop-view-list .item-product{
    display: flex;
}
.shop-view-list .item-product .featured-post{
    width: 270px;
    position: relative;
}
.shop-view-list .item-product .content-product{
    width:calc(100% - 270px);
    position: relative;
    padding-left: 30px;
}
.shop-view-list .item-product .featured-post .entry-image{
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.shop-view-list .item-product:hover .featured-post .entry-image{
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.shop-view-list .item-product .content-product .info-product{
    width: 270px;
}
.shop-view-list .item-product .content-product{
    padding-top: 33px;
}

.shop-view-list .item-product .gen-fasion{
    margin-bottom: 0px;
}
.item-product .content-product .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shop-view-list .item-product .content-product .title {
    margin-bottom: 15px;
}
.shop-view-list .item-product .content-product .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px;
    padding-right: 15px;
}
.item-product .featured-post{
    position: relative;
}
.item-product .featured-post .entry-image img{
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.item-product:hover .featured-post .entry-image img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.woocommerce .tf-st-1.st2{
    display: flex;
    position: relative;
    align-items: center;
}
.woocommerce .tf-st-1.st2 a.button .add-to-cart-text{
   display: none;
}
.woocommerce .tf-st-1.st2 a.button{
    color: #000000;
    padding:0px;
    border: none;
    background: transparent;
    font-weight: 300;
    box-shadow: none;
    line-height: 1.2;
    margin-right: 16px;
    position: relative;
    width: 18px;
    height: 17px;
}
.woocommerce .tf-st-1.st2 a.button:before{
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.woocommerce .tf-st-1.st2 a.button:hover:before{
    color: #5187d0;
}
.woocommerce .tf-st-1.st2 a.button.loading:before{
    content: " ";
    top: 0;
    right: 0;
}

.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.compare.loading:after {
    border-width: 1px;
    border-color: #666 #666 #666 transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: fl-spin-fast 1s linear infinite;
    animation: fl-spin-fast 1s linear infinite;
    content: " ";
    width: 14px;
    height: 14px;
    font-weight: 400;
    top: 10px;
}
.compare.loading:after{
    top: 12px;
    position: absolute;
    right: 12px;
}
.compare.loading i{
    opacity: 0;
}
.compare.loading.added i{
     opacity: 1;
}
.compare.loading.added:after{
    opacity: 0;
}
.woocommerce .product .compare-button .blockUI {
  display: none !important;
}
.woocommerce #respond .st2 input#submit.loading:after, 
.woocommerce .st2 a.button.loading:after, 
.woocommerce .st2 button.button.loading:after,
.woocommerce .st2 input.button.loading:after,
.btn-qview .flat-product-quick-view.loading:after,
.cart-bottom.loading:after,
.menu-cart-content.loading.loadempty:after,
.menu-cart-content.loading.loadnext .cart-list:after{
    border-width: 1px;
    border-color: #666 #666 #666 transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: fl-spin-fast 1s linear infinite;
    animation: fl-spin-fast 1s linear infinite;
    content: " ";
    width: 14px;
    height: 14px;
    font-weight: 400;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}
.menu-cart-content.loading.loadempty:after{
    position: absolute;
    left: 46%;
    top: 50%;
    border-color: #000 #000 #000 transparent;
    background: transparent;
}
.menu-cart-content.loading .empty-cart{
    opacity: 0.1
}
.menu-cart-content.loading.loadnext .cart-list:after{
    position: absolute;
    left: 46%;
    top: 50%;
    border-color: #000 #000 #000 transparent;
    background: transparent;
}
.content-tab .content-inner{
    position: relative;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    visibility: visible;
}
.content-tab .content-inner.loading{
    opacity: 0 !important;
    visibility: hidden !important;
}
.tab-content.active .content-tab .content-inner.loading{
    opacity: 1 !important;
    visibility: visible !important;
}
.btn-qview .flat-product-quick-view.loading .fa-plus:before{
    opacity: 0;
    visibility: hidden;
}
.btn-qview .flat-product-quick-view.loading:after {
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    border-color: #fff #fff #fff transparent;
    background: transparent;
}
.woocommerce #respond .st2 input#submit.added::after, 
.woocommerce .st2 a.button.added::after, 
.woocommerce .st2 button.button.added::after, 
.woocommerce .st2 input.button.added::after{
    margin-left: 0px;
}
.item-product .content-product .add-to-cart.st2 .added_to_cart {
    display: none;
}
.woocommerce .st2 .ajax_add_to_cart.added:after,
.flat-product-quick-view.loaded:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: checkmark 2s ease forwards;
    animation: checkmark 2s ease forwards;
}
.flat-product-quick-view.loaded:after{
    left: 30%;
    top: calc(54%);
}
.woocommerce .tf-st-1.st2 a.button.added:before{
     -webkit-animation: checkout 7s ease forwards;
    animation: checkout 7s ease forwards;
}

.shop-view-list .item-product .content-product .add-to-cart.st2 .favorite{
    margin-left: 0px;
}
.woocommerce button.button.single_add_to_cart_button.added::after{
    content: "";
    position: absolute;
    top: 18px;
    left: 82%;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: checkmark 2s ease forwards;
    animation: checkmark 2s ease forwards;
}
.woocommerce .flat-single-product button.button.single_add_to_cart_button.loading,
.woocommerce .flat-single-product button.button.single_add_to_cart_button.added,
.quick-view button.button.single_add_to_cart_button.added,
.quick-view button.button.single_add_to_cart_button.loading{
    padding-right: 40px; 
    opacity: 1;
}
.woocommerce .flat-single-product button.button.single_add_to_cart_button.loading::after,
.quick-view button.button.single_add_to_cart_button.loading::after{
    right: 1em;
    top: 13px;
}
.woocommerce .flat-single-product button.button.single_add_to_cart_button.added::after,
.quick-view button.button.single_add_to_cart_button.added::after{
    top: 20px;
    left: 79%;
}
.title-section .flat-title.less {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 63px;
    margin-top: 110px;
}
.related-product .title-section .flat-title.less{
    font-weight: 600;
    font-family:  "Poppins", sans-seri;
}
.related-product .products{
    width: 100%;
}
/*** 

====================================================================
    Notifyjs
====================================================================

 ***/
 .woocommerce .notifyjs-corner {
    z-index: 999999999;
}
.admin-bar .notifyjs-corner{
    top: 35px !important;
 }
.notifyjs-xian-base {
    font-size: 16px;
    position: relative;
    padding: 15px 20px 15px 60px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}

.notifyjs-xian-base .message-icon {
    position: absolute;
    left: 20px;
    top: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}

.notifyjs-xian-success {
    color: #fff;
    background-color: #8ed3af;
}
.notifyjs-xian-error {
    color: #fff;
    background-color: #fa3030;
}
.notifyjs-xian-infor {
    color: #fff;
    background-color: #3A87AD;
}
.notifyjs-xian-base .button.wc-forward {
    display: none;
}
/*** 

====================================================================
    Price sidebar
====================================================================

 ***/
.pull-bar {
    padding: 28px 21px 12px 19px;
}
.sidebar  .widget .widget-title{
    font: 14px/24px "Poppins", sans-seri;
}
#price_slider {
    margin-bottom: 24px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 2px;
}
.ui-widget-content {
    background: #000000;
    color: #333333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    border: none;
    background: #5187d0;
    color: #333333;
    font-weight: bold;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    width: 11px ;
    height: 11px ;
    border-radius: 50% ;
    border: 3px solid #333 ;
    background-color: #ffffff;
}
.price_label span {
    padding: 8px;
    margin-right: 6px;
    display: block;
    border: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.5;
    background-color: #f3f3f3;
    width: 75px;
}
.filter-price-cont,
.price_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce .widget_price_filter .price_slider_amount .button.filter-price,
button.button.filter-attribute{
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 10px 11px 10px 8px;
    border-radius: 4px;
    color: #fff;
    background-color: #5187d0;
    line-height: 1.1;
}
form.woocommerce-widget-layered-nav-dropdown {
    padding: 15px 21px 15px 19px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    margin-bottom: 0px;
}
.select2-container--default.select2-container--open .select2-dropdown{
    background-color: #f3f3f3;
    border-radius: 4px;
    border: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border-radius: 4px;
    border: none;
    height: 35px;
}
.select2-container--default .select2-results__option[aria-selected], .select2-container--default .select2-results__option[data-selected]{
    color: #495057
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #495057
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
    height: 35px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
b[role="presentation"] {
    display: none !important;
}
span.select2-selection__arrow:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.select2-container--open .select2-selection__arrow:after{
    transform: rotate(-45deg) translateY(-50%);
}
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--multiple{
    height: 35px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-search--inline .select2-search__field{
    line-height: 35px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: 31px;
    margin-top: 3px;
}
button.button.filter-attribute{
    margin-top: 7px;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-color {
    margin-right: 5px;
    margin-left: -3px;
    display: block;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 50%;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch {
    display: inline-block;
    margin-right: 5px;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-color .sub-swatch {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-color .term-name {
    display: none;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .show-swatch .swatch-color{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen.show-swatch .swatch-color, 
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .show-swatch .swatch-color:hover {
    border-color: #000000;
}
.woocommerce .sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: ' ';
    display: table;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen.show-swatch a:before{
    content: none;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .show-swatch .swatch-label{
    padding: 3px 5px;
    border: 1px solid #888888;
    border-radius: 5px;
}.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen.show-swatch .swatch-label, 
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .show-swatch .swatch-label:hover{
    border-color: #5187d0;
}
.sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen.show-swatch a{
    color: #5187d0;
}
.sidebar .widget_layered_nav_filters ul li:last-child{
    display: block;
    float: none;
    padding: 5px 0;
    clear: both;
}
.sidebar .select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}
.sidebar  .widget.tf_widget_product_group .widget{
    border: none;
    margin-bottom: 28px;
}
.sidebar .widget.tf_widget_product_group .widget:nth-child(2) {
    margin-bottom: 21px;
}
.group_filter{
    padding:19px 17px 6px 20px;
}
.sidebar  .widget.tf_widget_product_group .widget .widgettitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.sidebar .widget.tf_widget_product_group .widget:first-child .widgettitle{
    margin-bottom: 30px;
}
.sidebar  .widget.tf_widget_product_group .pull-bar,
.sidebar  .widget.tf_widget_product_group form.woocommerce-widget-layered-nav-dropdown{
    padding: 0px;
}
.sidebar .widget.widget_media_image {
    border: none;
}
.sidebar .widget.widget_top_rated_products ul {
    padding: 15px;
}
.widget.widget_top_rated_products ul.product_list_widget li {
    display: inline-block;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    padding-left: 0;
    margin-top: 0.8rem;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.widget.widget_top_rated_products ul.product_list_widget li:first-child {
    margin-top: 0.5rem;
    padding-top: 0px;
}
.widget.widget_top_rated_products ul.product_list_widget li:last-child{
    border-bottom: none;
}
.widget.widget_top_rated_products ul.product_list_widget li a {
    display: block;
}
.widget.widget_top_rated_products .product_list_widget li img {
    position: relative;
    float: left;
    width: 5rem;
    max-width: 5rem;
    margin-right: 0.74rem;
}
.widget.widget_top_rated_products ul.product_list_widget li a span.product-title {
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product_list_widget .star-rating {
    font-size: 12px;
    margin-top: 0.3125rem;
    margin-bottom: 0.5rem;
}
.widget.widget_top_rated_products .price ins{
    margin-right: 14px;
}
.widget .tagcloud a {
    display: inline-block;
    margin: 0 0.375rem 0.625rem 0;
    padding: 5px 10px;
    color: #7f7f82;
    background-color: rgba(34, 34, 43, 0.1);
    font-size: 14px !important;
}
.widget .tagcloud a:hover {
    color: #fff;
}
.woocommerce .sidebar-right  div.product .summary .woocommerce-product-details__short-description, 
.woocommerce .sidebar-left  div.product .summary .woocommerce-product-details__short-description{
    margin-right: 0px;
}
/*** 

====================================================================
    Product single
====================================================================

 ***/
.woocommerce div.product .woocommerce-product-gallery.images,
.woocommerce div.product .entry-summary.summary  {
    width: 100%;
}
.slick-track {
    display: flex;
    justify-content: center;
}
.woocommerce div.product div.images .flex-control-thumbs{
    width: 454px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0px;
    padding: 0 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    margin: 0px 7px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease;
}

.slick-slider .fa-angle-left{
    right: auto;
    left: -20px;
}
.slick-slider .fa-angle-right{
    right: -20px;
    left: auto;
}
.slick-slider .slick-disabled {
    color: #a5a5a5;
    cursor: auto;
}
.slick-slider:hover .slick-arrow.fa-angle-left {
    left: 0px;
    opacity: 1;
}
.slick-slider:hover .slick-arrow.fa-angle-right {
    right: 0px;
    opacity: 1;
}
.quick-view .slick-slider:hover .slick-arrow.fa-angle-left {
    left: 5px;
    opacity: 1;
}
.quick-view .slick-slider:hover .slick-arrow.fa-angle-right {
    right: 5px;
    opacity: 1;
}
.slick-slider .slick-arrow:hover {
    color: #000;
}
.slick-slider .slick-disabled:hover {
    color: #a5a5a5;
}
.flex-viewport {
    margin-bottom: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li img:focus,
.woocommerce div.product div.images .flex-control-thumbs li:focus{
    outline: none;
}
.flat-product-dt .woocommerce-product-gallery .flat_ribbons{
    left: 0px;
    right: auto;
}
.woocommerce div.product .tawcvs-swatches .swatch {
    box-shadow: none;
    margin-right: 10px;
    border: 1px solid transparent;
    opacity: 1;
    display: inline-block;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-label {
    width: auto;
    padding-right: 7px;
    padding-left: 7px;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #d9d9d9;
    background-color: transparent;
    color: #999;
    min-width: 30px;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-label{
    border: none;
    color: #000000;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-label.selected,
.woocommerce div.product .tawcvs-swatches .swatch.swatch-label:hover{
    background: #5187d0;
    color: #fff;
}
.woocommerce div.product div.summary {
    padding-top: 22px;
}
.flatModal-quick-view .quick-view.product {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    max-height: 468px;
    margin-bottom: 0px;
}
.flatModal-quick-view .slick-slide.slick-current{
    opacity: 1
}
.flatModal-quick-view.woocommerce div.product div.images.woocommerce-product-gallery{
    float: none;
}
.flatModal-quick-view.woocommerce div.product form.cart:not(.variations_form){
    display: block
}
.flatModal-quick-view .woocommerce-variation-add-to-cart.variations_button{
        display: block;
    }
.flatModal-quick-view.woocommerce div.product .form-size-qty.cl-bl,
.flatModal-quick-view.woocommerce div.product form.cart .button{
    display: inline-block;
    float: left;
}
.woocommerce div.product .product_title{
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 14px;
    line-height: 1.4;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-variation-description,
.woocommerce div.product .summary .woocommerce-variation-price,
.woocommerce div.product .summary .woocommerce-variation-availability {
    margin-bottom: 20px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description{
    margin-top: 20px;
    margin-right: 100px;
}
.woocommerce.flatModal-quick-view div.product .summary .woocommerce-product-details__short-description{
    margin-right: 0px;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before{
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    color: #000000;
    top: 2px;
    left: 1px;
}
.woocommerce .star-rating span::before{
    color: #ffa800;
}
.woocommerce .product .cart .woocommerce-variation-availability .in-stock{
    display: none !important;
}
.woocommerce .product .product_meta .sku_wrapper,
.woocommerce .product .product_meta .posted_in{
    display: block;
}
.woocommerce .product .product_meta span{
    font-size: 13px;
    color: #9a9a9a;
}
.woocommerce div.product form.cart{
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e1e1e194;
}
.woocommerce div.product .social-share-article,
.woocommerce div.product .social-share-article ul li a i{
    font-size: 13px;
}
.woocommerce div.product .social-share-article ul li{
    margin-right: 8px;
}
.woocommerce div.product .cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    margin: 0px;
    height: 40px;
    padding: 0 11px;
    transition: all 0.3s ease-in-out;
}
.woocommerce .star-rating{
    float: left;
    width: 5.7em;
    height: 1.2em;
}
.reviewer{
    display: inline-block;
    margin-top: 1px;
}
.reviewer a{
    font-family: "Open Sans", sans-serif;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
    padding-left: 14px;
}
.woocommerce div.product .flat-product-dt p.price,
.woocommerce div.product .flat-product-dt span.price,
.woocommerce div.product .flat-product-dt p.price ins,
.woocommerce div.product .flat-product-dt span.price ins,
.woocommerce .flatModal-quick-view .product .summary p.price,
.woocommerce .flatModal-quick-view .product .summary span.price,
.woocommerce .flatModal-quick-view .product .summary p.price ins,
.woocommerce .flatModal-quick-view .product .summary span.price ins,
.flatModal-quick-view .product .summary p.price,
.flatModal-quick-view .product .summary span.price,
.flatModal-quick-view .product .summary p.price ins,
.flatModal-quick-view .product .summary span.price ins{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 0px;
    display: inline-block;
}
.woocommerce div.product .flat-product-dt p.price{
    min-width: 220px;
}
.flatModal-quick-view .summary p.price{
    min-width: 170px;
}
.woocommerce div.product .flat-product-dt .stock,
.flatModal-quick-view .summary .stock{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000000 !important;
}
.woocommerce div.product .flat-product-dt .stock span,
.flatModal-quick-view .summary .stock span{
    color: #b1b1b1;
    text-transform: uppercase;
    margin-left: 10px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product span.price-group del,
.woocommerce .related-product .item-product span.price del,
.woocommerce .related-product .item-product p.price del{
    font-size: 15px;
    padding-left: 7px;
    color: #999999;
    font-weight: 400;
}
.quantity input::-webkit-outer-spin-button, 
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.item-product .content-product > .btn-qview a{
    position: relative
}
.item-product .content-product > .btn-qview .flat-product-quick-view.loading:after{
    left: 9.5px;
    top: 9.5px;
}
.item-product .content-product > .btn-qview .flat-product-quick-view.loaded:after{
    top: 17px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0px;
    margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 12px 23px 12px 19px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0;
    margin: 0px;
    margin-right: 2px;
    color: #000000;
    cursor: pointer;
    background-color: #f3f3f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: #000000;
    color: #fff;
}
.woocommerce div.product .form-size-qty.cl-bl,
.woocommerce .cart-table-quantity .form-size-qty.cl-bl {
    border: 1px solid #e5e5e7;
    border-radius: 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-width: max-content;
    margin-right: 10px;
}
.woocommerce .cart-table-quantity .form-size-qty.cl-bl{
    margin: auto;
}
.woocommerce div.product form.cart:not(.variations_form),
.woocommerce-variation-add-to-cart.variations_button,
.style-single .woocommerce-variation-add-to-cart.variations_button{
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart.grouped_form{
    display: block;
    align-items: unset;
}
.woocommerce .variations_form .variations .pa-style-single{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.woocommerce .variations_form .variations .logo{
    padding: 0px;
}
.woocommerce .variations_form .variations select{
    margin: 0px;
}
.woocommerce .variations_form .variations .pa-style-single .label{
    min-width: 70px;
}
.woocommerce div.product form.cart .variations label{
    margin-bottom: 0px;
    margin-right: 15px;
}
.woo-variation-swatches-stylesheet-enabled div.product .variations .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item).selected {
    -webkit-box-shadow: 0 0 30px 0 #b1b1b1 !important;
    -moz-box-shadow: 0 0 30px 0 #b1b1b1 !important;
    box-shadow: 0 0 5px 0 #717171 !important;
    background: transparent !important;
}
.woo-variation-swatches-stylesheet-enabled div.product .variations .variable-items-wrapper{
    border: 1px solid #e5e5e7;
    border-radius: 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-width: max-content;
    padding: 0px 15px;
}
.woo-variation-swatches-stylesheet-enabled div.product .variations .variable-items-wrapper .variable-item.button-variable-item{
    font-weight: 700;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
    box-shadow: 0 0 0 1px #5187d0 !important;
}
.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    background-color: #5187d0 !important;
}
.variable-item:not(.radio-variable-item) {
    width: 22px !important;
    height: 22px !important;
}
.woo-variation-swatches-style-squared .button-variable-item{
    min-width: 22px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .button-variable-item.selected span,
 .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .radio-variable-item.selected label,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
 .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    color: #ffffff !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    padding: 2px;
    margin: 4px 8px 4px 0;
}
.button-variable-item span {
    font-size: 13px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item .variable-item-span:after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img{
    border-radius: 100% !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: none !important;
}
.woo-variation-swatches-stylesheet-enabled .cs_color_variation .variable-items-wrapper .variable-item:not(.radio-variable-item){
    background: transparent !important;
}
 .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
    color: #000000;
 }
.woocommerce div.product .form-size-qty .qty ,
.woocommerce .cart-table-quantity .form-size-qty .qty{
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}
.woocommerce div.product .form-size-qty .qty span{
    font-size: 13px;
    margin-right: 10px;
    color: #b1b1b1;
    font-weight: 700;
}
.woocommerce div.product .form-size-qty .qty .quantity,
.woocommerce .cart-table-quantity .form-size-qty .qty .quantity{
    display: flex;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0px
}
.woocommerce div.product .form-size-qty .qty .quantity a{
    font-weight: 700;
    color: #b1b1b1;
    position: relative;
    display: block;
    line-height: 39px;
    height: 40px;
}
.woocommerce .form-size-qty .qty .quantity a svg{
    fill: currentColor;
    color: #868686;
    width: 10px;
}
.woocommerce-cart .cl-bl.form-size-qty .themesflat-quantity a{
    height: auto;
}
.woocommerce div.product .form-size-qty .themesflat-quantity input,
.woocommerce .cart-table-quantity .form-size-qty .themesflat-quantity input{
    width: 26px;
    display: inline;
    text-align: center;
    border: none;
    padding: 0 4px;
    color: #000000;
    font-weight: 700;
    background-color: transparent;
    margin: 0;
    line-height: 1.4;
    height: 40px;
    font-size: 14px;
}
.woocommerce .cart-table-quantity .form-size-qty .themesflat-quantity input{
    width: 100%;
}
.box-list {
    float: left;
    padding-left: 10px;
}
.woocommerce div.product .box-list a{
    border: 1px solid #b1b1b1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #a09fac;
    margin: 0 1px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.woocommerce div.product .box-list a.compare{
    width: auto;
    padding: 0px 10px;
}
.entry-meta{
    list-style: none;
    margin: 0px
}
.info-product .woocommerce-variation-availability .stock {
    display: none !important;
}
.woo-variation-swatches-stylesheet-enabled div.product .variations .variable-items-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
}
.shop-view-list .woo-variation-swatches-stylesheet-enabled div.product .variations .variable-items-wrapper {
    justify-content: start;
}
.flat-product-dt {
    margin-bottom: 40px;
}
.flat-product-summary{
    padding: 49px 35px 15px 49px;
    border: 1px solid #e5e5e7;
    border-radius: 4px;
}
.flat-product-summary .woocommerce-tabs .text-style1{
    font-size: 16px;
    line-height: 1.5;
}
.flat-product-summary .woocommerce-tabs .item-features {
    margin-top: 32px;
}
.flat-product-summary .woocommerce-tabs .item-features .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    margin-bottom: 16px;
}
.flat-product-summary .woocommerce-tabs .item-features ul {
    padding-left: 20px;
    list-style: none;
    margin: 0px;
}
.flat-product-summary .woocommerce-tabs .item-features ul li .text {
    position: relative;
    padding-left: 18px;
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}
.flat-product-summary .woocommerce-tabs .item-features ul li .text:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 10px;
    top: 2px;
    left: 0;
}
.ct-size-guide > hr,
.ct-size-guide > br {
    display: none;
}
h2.sg_title{
    font-weight: 600
}
body .mfp-close-btn-in .mfp-close {
    color: #000 !important;
    background: transparent !important;
}
body div.sg table td, body div.sg table th {
    padding: 8px 7px;
}
body div.sg table tr td, body div.sg table tr th, body div.sg table tr:first-child th,body div.sg th,body div.sg td {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-right: none;
    text-align: left;
    line-height: 1.4em;
}
body div.sg table tr td:first-child, body div.sg table tr th:first-child, body div.sg table tr:first-child th:first-child {
    border-right: 1px solid rgba(0,0,0,0.2);
}
.ct_table_container table tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}
.ct-size-guide table tr:nth-child(1n+1) {
    color: #000000;
}
body div.sg table th{
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}
.ct_table_container, .sg_content {
    margin-top: 40px;
}
a.open-popup-link.button_sg {
    border: none;
    width: auto;
    border-radius: 0px;
    color: #a09fac;
    text-align: center;
    margin: 0px 3px;
    height: auto;
    padding: 0px;
    float: left;
}
.open-popup-link .fa {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    color: #999999;
    vertical-align: middle;
    content: '\f004';
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    font-size: 16px;
    padding: 0px 15px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.woocommerce-variation-loop-page {
    width: 22px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 3;
}
.woocommerce-variation-loop-page .wvs-archive-variation-wrapper{
    position: relative;
    display: flex;
    width: 100%;
    transform: rotate(-180deg);
}
.thumb-hover .hover-image, .thumb-hover .variation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s ease;
}
.thumb-hover .variation-image {
    opacity: 0;
    z-index: 1;
    transition-delay: 0.4s;
}
.thumb-hover .variation-image.active {
    opacity: 1;
    transition-delay: 0s;
}
.lazy-wrapper {
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.06);
    transition: background 1s ease;
    position: relative;
}
.lazy-wrapper.loaded{
    width: auto !important;
    max-width: inherit !important;
    height: auto !important;
    min-height: auto !important;
    display: initial !important;
    background: transparent;
}
.lazy-wrapper .lazy-img {
    opacity: 0;
    transition: opacity 0.6s ease;
    display: block;
}
.lazy-wrapper.loaded .lazy-img {
    opacity: 1;
}
.thumb-hover.scale img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.lazy-wrapper.loaded .lazy-img img {
    height: auto;
}
.thumb-hover.scale:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.flat-tabs.tab-3 ul.variations li span{
    padding: 0px;
}
.deals-time {
    margin-top: 20px;
}
.deals-time .flat-counter {
    padding: 7px 7px 6px 5px;
}
.flat-counter ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.entry-summary .flat-counter ul {
    text-align: left;
}
.flat-counter ul li {
    display: inline-block;
    padding: 0 11px 0 5px;
    position: relative;
}
.flat-counter ul li .numb-count,
.flat-counter ul li .name-count {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #000000;
}
.flat-counter ul li:after{
    content: ':';
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: absolute;
}
.flat-counter ul li.end-sale-single{
    font-weight: 700;
    padding-left: 0px;
    font-size: 13px;
}
.flat-counter ul li:last-child:after,
.flat-counter ul li.end-sale-single:after {
    display: none;
}
.woocommerce .products .deals-time ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.flat-tabs .deals-time,
.archive-products .deals-time,
.related-product .deals-time{
    left: 31px;
    bottom: 10px;
    right: 30px;
    position: absolute;
    margin-top: 0px;
    z-index: 9;
}
.related-product .deals-time{
    left: 8px;
    right: 8px;
}
.flat-tabs .flat-counter ul li .numb-count,
.flat-tabs .flat-counter ul li .name-count,
.archive-products .flat-counter ul li .name-count,
.archive-products .flat-counter ul li .numb-count,
.related-product .flat-counter ul li .name-count,
.related-product .flat-counter ul li .numb-count{
     color: #ffffff;
}
.flat-tabs .deals-time .flat-counter,
.archive-products .deals-time .flat-counter,
.related-product .deals-time .flat-counter{
    background: #000000
}
.flat-tabs .flat-counter ul li.end-sale-single,
.archive-products .flat-counter ul li.end-sale-single,
.related-product .flat-counter ul li.end-sale-single{
    display: none;
}
.flat-tooltip {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #111;
  color: #fff;
  border: none;
  padding: 0;
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 30px;
}
.flat-tooltip.qv-tooltip {
  z-index: 999999;
}
.flat-tooltip .ui-tooltip-content {
  font-size: 13px;
  position: relative;
  padding: 4px 10px;
}
.flat-tooltip .ui-tooltip-content::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-style: solid;
  display: block;
  width: 0;
  border-color: #111 transparent;
  border-width: 4px 4px 0;
}
/*** 

====================================================================
    Cart Page
====================================================================

***/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    line-height: 32px;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail{
    max-width: 94px;
    padding: 10px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
    width: 100%
}
.woocommerce-cart table.cart th{
    color: #000;
    padding: 19px 0 15px 0;
}
.product-model{
    white-space: nowrap;
}
.woocommerce-cart th.img-product,
.woocommerce-cart th.model-product,
.woocommerce-cart th.quantite-product,
.woocommerce-cart th.price-product {
    width: 12%;
}
.woocommerce-cart th.describe-product {
    width: 31%;
}
.woocommerce-cart th.edit-product {
    width: 9%;
}
.woocommerce-cart  td.cart-table-column.describe-product {
    padding-left: 30px;
}
.woocommerce-cart th.total-product {
    width: 14%;
}
.woocommerce-cart .product-title{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.woocommerce-cart table.shop_table td.actions {
    padding: 18px 30px;
}
.woocommerce-cart td.actions a{
    font-size: 12px;
    padding: 13px 18px;
    letter-spacing: 0.5px;
}
.woocommerce-cart td.actions button{
    font-size: 12px;
    padding: 13px 18px !important;
    letter-spacing: 0.4px;
}
.woocommerce-cart .woocommerce-product-details__short-description,
.woocommerce-cart .sku_wrapper,
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal{
    font-size: 13px;
    margin-top: 6px;
    color: #000;
}

.woocommerce-cart .woocommerce-product-details__short-description{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 255px;
}
.woocommerce-cart td.describe-product{
    text-align: left;
    padding: 0 0 0 30px;
    min-width: 245px;
}
.woocommerce-cart td.remove-product{
    min-width: 73px;
}
.woocommerce-cart .actions a.button{
    float: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}
.estimate-shipping,
.coupon,
.cart_totals,
.calculated_shippings {
    border: 1px solid #f3f6fb;
    border-radius: 6px;
}
.coupon{
    padding: 25px;
}
.woocommerce-cart .coupon .input-text {
    margin-bottom: 20px;
}
.cart_totals,
.calculated_shippings{
    padding: 23px 22px 20px 20px;
}
.coupon .title,
.calculated_shippings .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 18px;
}
.calculated_shippings .title{
    margin-bottom: 15px;
}
.coupon p.disconut {
    font-size: 13px;
    margin-bottom: 14px;
}
.woocommerce table.shop_table_totals,
.woocommerce table.shop_table_totals th,
.woocommerce table.shop_table_totals td{
    border: none !important;
    padding: 0px;
    text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_totals th{
    width: 80%;
}
.woocommerce table.shop_table_totals tbody th,
.woocommerce table.shop_table_totals tbody td{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.three-column.coupon-cart {
    margin-top: 47px;
}
.coupon {
    margin-bottom: -215px;

}
.col-hide{
    height: 0px;
}
.woocommerce a.button.alt.checkout-button{
    padding: 19px 22px;
    width: 268px;
    font-size: 16px;
    font-weight: 700;
    float: right;
    line-height: 1.5;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    padding: 18px 47px 18px 47px;
    font-size: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_totals,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    margin: 0px;
}
.woocommerce-cart .calculated_shippings .input-text,
.woocommerce-cart .coupon .input-text{
    height: 32px;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 0;
    padding: 0 9px;
    line-height: 32px;
}
.coupon button.button{
    padding: 9px 24px 8px 25px;
    margin-right: 5px;
}
.woocommerce-cart .calculated_shippings .input-text{
    height: 36px
}
h4.shipping-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
    display: block !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border: 1px solid #e5e5e7;
    border-radius: 0px;
}
.woocommerce table.shop_table_totals .woocommerce-shipping-totals td{
    border-bottom: 1px solid #d6d6d6!important;
    padding-bottom: 15px;
}
.woocommerce form .form-row label{
    font-size: 13px;
    color: #000000;
    margin-bottom: 4px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_totals .woocommerce-shipping-totals + .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_totals .woocommerce-shipping-totals + .cart-subtotal td{
    padding-top: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_totals .woocommerce-shipping-totals td{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.woocommerce .blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  background-image: none !important;
}
.woocommerce .blockUI.blockOverlay:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
 top: 46%;
 left: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: fl-spin-fast 1.5s linear infinite;
  animation: fl-spin-fast 1.5s linear infinite;
  content: "";
  width: 30px;
  height: 30px;
  font-weight: 400;
}
.woocommerce .blockUI.blockOverlay:before {
  display: none;
}
.woocommerce-cart .select2-container .select2-selection--single{
    height: 36px;
}
.woocommerce form p#calc_shipping_country_field {
    margin: 0 0 3px;
}
.woocommerce form p#calc_shipping_postcode_field {
    margin-bottom: 17px;
}
.woocommerce form p#calc_shipping_state_field {
    margin-bottom: -2px;
}
.woocommerce-cart .shipping-calculator-form .button{
    padding: 12px 17px;
}
.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
}
.woocommerce-cart  span.select2-selection__arrow:after{
    top: 60%;
}
.woocommerce-billing-fields .bg {
    padding: 19px 27px 17px 28px;
    background-color: #f3f3f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
    float: none;
}
.woocommerce form .woocommerce-billing-fields .form-row-first,
.woocommerce form .shipping_address .form-row-first ,
.woocommerce form .woocommerce-billing-fields .form-row-last,
.woocommerce form .shipping_address .form-row-last,
.woocommerce form.woocommerce-form-login .form-row-first,
.woocommerce form.woocommerce-form-login .form-row-last{
    width: 100%
}
.woocommerce-checkout form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.woocommerce-checkout form .form-row label {
    font-size: 13px;
    white-space: nowrap;
}
.woocommerce-checkout form .form-row input {
    height: 31px;
    border-radius: 6px;
    background-color: #f3f3f3;
    margin-left: 17px;
}
.woocommerce-checkout form .form-row textarea {
    border-radius: 6px;
    background-color: #f3f3f3;
}
.woocommerce-checkout form .form-row .woocommerce-input-wrapper,
.woocommerce-checkout form.woocommerce-form-login .form-row .input-text{
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 13px;
}
.woocommerce-checkout form .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper  .form-row textarea{
    min-height: 200px;
}
.woocommerce-checkout form .form-row{
    padding: 0px;
}
.woocommerce-checkout form .woocommerce-additional-fields__field-wrapper .form-row{
    margin-bottom: 0px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
    border-radius: 6px;
    height: 31px;
    line-height: 31px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single:focus{
    border-radius: 6px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 31px;
    line-height: 30px;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
 .woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected]{
    color: #ffffff;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    padding: 50px 98px 29px 108px;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .woocommerce-additional-fields .bg{
    padding: 19px 27px 17px 28px;
    background-color: #f3f3f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.woocommerce-checkout .shipping_address{
    padding: 50px 98px 29px 108px;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-checkout-payment{
    padding: 43px 36px 43px 98px;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
    padding: 20px;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.woocommerce-shipping-fields,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
    margin-bottom: 50px;
}
.woocommerce-billing-fields .bg .title,
.woocommerce-additional-fields .bg .title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase
}
.checkbox-none input[type="checkbox"],
.woocommerce-checkout form .woocommerce-additional-fields__field-wrapper .form-row label{
    display: none;
}

.custom-checkbox {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.custom-checkbox span {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.custom-checkbox span:first-child {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.custom-checkbox span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.custom-checkbox span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #5187d0;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.custom-checkbox span:last-child {
    padding-left: 3px;
}
.custom-checkbox:hover span:first-child {
    border-color: #5187d0;
}
.input-checkbox:checked + .custom-checkbox span:first-child {
    background: #5187d0;
    border-color: #5187d0;
    animation: wave 0.4s ease;
}
.input-checkbox:checked + .custom-checkbox span:first-child svg {
    stroke-dashoffset: 0;
}
.input-checkbox:checked + .custom-checkbox span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}
.woocommerce-checkout #payment{
    background: transparent;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    float: none;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}

.woocommerce-checkout table.shop_table,
.woocommerce-checkout th,
.woocommerce-checkout td{
    border: none;
    text-align: left;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table h4.shipping-title{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 4px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr:not(.order-total) td,
.woocommerce table.shop_table tfoot tr:not(.order-total) td{
    color: #212529;
    font-weight: 400;
}
.woocommerce table.shop_table tfoot .order-total td{
    color: #000000;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce div.product form.cart .group_table td{
    text-align: left;
}
.woocommerce div.product form.cart .group_table {
    width: auto;
    margin: 0px 0px 20px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
    min-width: 250px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label{
    margin-bottom:0px;
}
.woocommerce div.product form.cart .group_table td{
    vertical-align: middle;
}
.woocommerce-checkout .woocommerce-info:before {
    content: "\f4ad";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    position: absolute;
}
.woocommerce-checkout .woocommerce-info {
    border: none;
    background-color: #f1f1f1;
    color: #000;
    font-size: 14px;
    padding: 20px 25px 20px 65px !important;
}
.woocommerce-checkout .woocommerce-info .showlogin,
.woocommerce-checkout .woocommerce-info .showcoupon {
    color: #09c;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.action-login {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row.form-row-last{
    justify-content: flex-start;
    margin: 0px;
}
.woocommerce-privacy-policy-text {
    margin-top: 15px;
}
.woocommerce .addresses .col-1, .woocommerce .addresses .col-2 ,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px;
}
header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
}
.woocommerce-account .addresses .title .edit{
    font-size: 13px !important;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px solid #000;
    margin-left: 15px;
    vertical-align: bottom;
    position: relative;
}
.woocommerce .addresses {
    margin-top: 40px;
    overflow: hidden;
}
.woocommerce address {
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,0.12);
    padding: 20px;
}
.woocommerce-address-fields__field-wrapper {
    clear: both;
    overflow: hidden;
}
.woocommerce form .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce form .create-account .form-row,
.woocommerce .before-checkout .field-wrapper .form-row,
.woocommerce .woocommerce-address-fields .form-row,
.woocommerce .edit-account > .form-row,
.woocommerce .edit-account fieldset > .form-row {
    float: left;
    width: calc(50% - 40px);
    margin-right: 40px;
    line-height: 0;
    display: block;
    clear: unset
}
.woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px;
}
.woocommerce form .woocommerce-address-fields__field-wrapper  #shipping_country_field,
.woocommerce form .woocommerce-address-fields__field-wrapper #billing_country_field {
    margin-bottom: 10px
}
.woocommerce form .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
.woocommerce form .woocommerce-address-fields__field-wrapper #billing_address_2_field{
    margin-top: 30px;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: #000;
}
.spacer-medium {
    height: 60px;
}
div[class*='spacer-'] {
    display: block;
}
.woocommerce .edit-account fieldset {
    margin-bottom: 40px;
}
.woocommerce .edit-account .form-row-wide span{
    line-height: normal;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
    color: #000000;
    padding: 19px 0 15px 0;
    text-transform: uppercase;
}
.woocommerce-form-login .or,
.woocommerce-form-register .or{
    padding-top: 2px;
    margin-bottom: 13px;
}
.woocommerce-form-login .social-list,
.woocommerce-form-register .social-list{
    margin-bottom: 30px;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.woocommerce-form-login .social-list li,
.woocommerce-form-register .social-list li {
    display: inline-block;
    margin: 0 8px 0 3px;
}
.woocommerce-form-login .social-list li a,
.woocommerce-form-register .social-list li a {
    display: inline-block;
    padding: 4px 16px 2px 16px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}
.woocommerce-form-login .social-list li .login-fb,
.woocommerce-form-register .social-list li .login-fb {
    background-color: #4367af;
}
.woocommerce-form-login .social-list li a i,
.woocommerce-form-register .social-list li a i {
    margin-right: 4px;
}
.woocommerce-form-login .social-list li .login-gg,
.woocommerce-form-register .social-list li .login-gg {
    background-color: #e45446;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    float: none;
    margin: 0px;
}
.lost_password a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
#customer_login .login,#customer_login .register {
    max-width: 375px;
    width: 100%;
}
#customer_login .login{
    margin-right: 30px;
}
#customer_login .login,
#customer_login .register{
    border: 1px solid #e5e5e7;
    padding: 49px 40px 44px 39px;
    border-radius: 4px;
    text-align: center;
}
#customer_login .login input,
#customer_login .register input {
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    margin-bottom: 20px;
    height: 40px;
    padding: 0px 18px;
    border-radius: 6px;
    letter-spacing: 0.2px;
}
#customer_login .login input::-webkit-input-placeholder,
#customer_login .register input::-webkit-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}
.woocommerce-form-register .woocommerce-privacy-policy-text{
    display: none;
}
/*** 

====================================================================
    Wishlist
====================================================================

***/
.tinvwl-shortcode-add-to-cart,
.themesflat-compare-button {
    display: inline-block;
}
.wishlist_item .product-stock{
    margin: auto;
}
.wishlist_item .product-stock .in-stock{
    color: rgb(14, 200, 132);
}
.wishlist_item .product-stock .out-of-stock{
    color: #fa3030;
}
.tinv-wishlist .product-stock i {
    display: none;
}
.tinv-wishlist table th {
    color: #000;
    padding: 19px 0 15px 0;
}
.tinv-wishlist .product-remove button{
    background: transparent;
}
.tinv-wishlist .product-action{
    width:235px;
}
.tinv-wishlist .product-action button{
    white-space: normal;
}
.tinv-wishlist  ul.woocommerce-error {
    display: block;
    padding: 14px 40px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart{
    display: block;
    margin: 0px 19px;
    width: auto;
    height: auto;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    margin: 0px;
    color: #b1b1b1;
}
.shop-view-grid .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart{
    margin:0px 14px;
}
.shop-view-grid.related-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart{
    margin:0px 8px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    color: #b1b1b1;
    vertical-align: middle;
    content: '\f004';
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    font-size: 16px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover:before{
    color: #000000;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-product-in-list.tinvwl-position-shortcode:before{
    font-weight: 600;
    color: rgb(14, 200, 132);
}
.wishlist_item .product-price{
    color: #666666;
}
.wishlist_item .product-price del{
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}
.wishlist_item  td.product-name {
    color: #000;
}
.woocommerce div.product .cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover:before{
    color: rgb(14, 200, 132);
}
/*** 

====================================================================
    Mini Cart
====================================================================

***/
#mini-cart {
    position: fixed;
    right: 0;
    top: 0;
    width: 440px;
    min-width: 440px;
    height: 100%;
    background: #fff;
    z-index: 1601;
}
#mini-cart::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
}
#mini-cart {
    transform: translateX(101%);
    -webkit-transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 649ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    visibility: hidden;
}
.cart-is-open #mini-cart {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    visibility: visible;
}
header .pseudo-close {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease, width 0.01s ease 0.6s;
}
.cart-is-open header .pseudo-close {
    visibility: visible;
    opacity: 0.15;
    width: 100%;
    transition: all 0.6s ease, width 0.01s ease 0s;
}
#mini-cart::before {
    z-index: 2;
}
#mini-cart * {
    z-index: 3;
}
#mini-cart .cart-title {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    left: 15px;
    margin: 0;
}
#mini-cart .cart-title {
    transition: all 0.5s ease;
    opacity: 0;
}
.cart-is-open #mini-cart .cart-title {
    opacity: 1;
    transition-delay: 0.4s;
}
.close-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 40px;
    right: 15px;
    color: #000000;
    z-index: 1510;
}
.close-icon i{
    width: 100%;
    text-align: center;
}
#mini-cart .cart-close, #header-search .search-close {
    transition: all 0.5s ease;
    transform: scale(0.85);
    opacity: 0;
}
.cart-is-open #mini-cart .cart-close, .search-is-open #header-search .search-close {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.6s;
}
.close-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.close-icon:hover::before {
    transform: scale(0.85);
}
#mini-cart .menu-cart-content {
    z-index: 1;
}
#mini-cart .menu-cart-content {
    padding-top: 120px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-cart-content .empty-cart {
    position: absolute;
    top: calc(50% + 80px);
    left: 60px;
    width: calc(100% - 120px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -80px;
}
.empty-cart {
    text-align: center;
}
#mini-cart .menu-cart-content .cart-list {
    max-height: calc(100vh - 120px - 120px);
    overflow-y: auto;
    padding: 0 15px;
}
#mini-cart .menu-cart-content .shop_table {
    opacity: 0;
    transition: all 0.5s ease;
}
.cart-is-open #mini-cart .menu-cart-content .shop_table {
    opacity: 1;
    transition-delay: 0.4s;
}
#mini-cart .shop_table .product-quantity {
    transition: all 0.2s ease;
}
#mini-cart .shop_table .product-quantity {
    width: 100px;
    position: relative;
}
#mini-cart .shop_table .product-price{
    width: 90px;
    position: relative;
}
#mini-cart .shop_table .product-name .product-image{
    max-width: 65px;
    height: auto;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}
#mini-cart .shop_table .product-name .product-info {
    width: calc(100% - 80px);
    margin-left: 10px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}
#mini-cart th,#mini-cart td,
.woocommerce #mini-cart table.shop_table{
    border: none;
    padding: 0;
}
#mini-cart .shop_table .product-quantity .amount {
    display: none;
}
#mini-cart h6.product-title {
    text-align: left;
}
#mini-cart .form-size-qty {
    border: 1px solid #e5e5e7;
    border-radius: 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-width: 77px;
    margin: auto;
}
#mini-cart .form-size-qty .qty {
    padding: 4px 15px 3px 12px;
}
#mini-cart .form-size-qty .qty {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
}
#mini-cart .form-size-qty .themesflat-quantity {
    display: inline;
}
#mini-cart .form-size-qty .themesflat-quantity a {
    font-weight: 700;
}
#mini-cart .form-size-qty .qty {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
}
#mini-cart .form-size-qty .themesflat-quantity input {
    width: 26px;
    display: inline;
    text-align: center;
    border: none;
    padding: 0 4px;
    color: #000000;
    font-weight: 700;
    background-color: transparent;
    margin: 0;
    line-height: 1.5;
    height: 30px;
}
.shop_table .cart-table-column .variation,
.shop_table .product-name .variation{
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 0 0;
    list-style: none;
    padding: 0;
    text-align: left;
}
.shop_table .cart-table-column .variation > span,
.shop_table .product-name .variation > span{
    display: block;
    margin: 0;
}
.shop_table .cart-table-column .variation dt,
.shop_table .product-name .variation dt{
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    min-width: 60px;
    line-height: 24px;
    font-weight: 400;
}
.shop_table .cart-table-column .variation dd,
.shop_table .product-name .variation dd {
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}
#mini-cart .product-subtotal{
    font-size: 15px;
    color: #000;
    position: relative;
}
#mini-cart .shop_table .product-subtotal .amount {
    display: block;
}
#mini-cart .shop_table .remove{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #d83e49;
    color: #d83e49 !important;
    text-transform: lowercase;
    height: auto;
    width: auto;
    border-radius: 0;
}
#mini-cart .shop_table tr:hover .remove {
    opacity: 1;
    visibility: visible;
    background: transparent;
}
#mini-cart .shop_table tbody td{
    padding: 25px 0;
}
#mini-cart table tbody tr:first-child td {
    padding-top: 0;
}

#mini-cart .shop_table .remove {
    position: absolute;
    top: calc(50% + 10px);
    right: calc(50% - 25px);
}
#mini-cart .shop_table tr:first-child .remove {
    margin-top: -12px;
}
#mini-cart .shop_table .product-quantity .remove {
    opacity: 1;
    visibility: visible;
    border: none;
    position: relative;
    top: auto;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-left: 10px;
    display: none;
}
#mini-cart .shop_table .product-quantity a.remove:hover{
    background: transparent;
}
@media only screen and (max-width: 1024px){
    #mini-cart .shop_table .product-quantity .remove {
        display: inline-block;
    }
}
#mini-cart .menu-cart-content .cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.04);
}
#mini-cart .menu-cart-content .cart-bottom {
    bottom: -30px;
    opacity: 0;
    transition: all 0.5s ease;
}
.cart-is-open #mini-cart .menu-cart-content .cart-bottom {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.4s;
}
#mini-cart .menu-cart-content .update-cart-action {
    display: none;
}
.menu-cart-content .cart-bottom .total{
    transition: all 0.2s ease;
    opacity: 1;
    display: inline-block;
}
.menu-cart-content .minicart-button {
    display: inline-block;
    float: right;
    padding: 8px 0px;
    transition: all 0.5s ease;
}
.menu-cart-content .cart-bottom .total .label {
    font-size: 1.1em;
    line-height: 1.1em;
    color: rgba(0,0,0,0.41);
}
.menu-cart-content .cart-bottom .buttons {
    position: absolute;
    top: calc(50% - 20px);
    right: 60px;
}
.menu-cart-content .cart-bottom .total .amount {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}
.menu-cart-content .cart_item.loading{
    opacity: 0.5;
    cursor: none;
}
.cart-bottom.loading:after {
    position: absolute;
    left: 46%;
    top: 50%;
    border-color: #fff #fff #fff transparent;
    background: transparent;
}
#mini-cart .menu-cart-content .cart-bottom.loading{
    background: #999999
}
#mini-cart .menu-cart-content .cart-bottom.loading .minicart-button{
    opacity: 0.5;
}
.flat-wrapper-order{
    width: 420px;
    margin: 0 auto;
    max-width: calc(100% - 120px);
}
.flat-wrapper-order input{
    background-color: #f3f3f3;
    height: 36px;
}
.woocommerce .flat-wrapper-order form .form-row-first,
.woocommerce .flat-wrapper-order form .form-row-last{
    width: 100%;
}
.woocommerce .flat-wrapper-order form .form-row-last{
    margin-bottom: 25px;
}
.woocommerce #mini-cart table.shop_table_responsive tr td::before,
.woocommerce-page #mini-cart table.shop_table_responsive tr td::before{
    display: none;
}
.woocommerce #mini-cart table.shop_table_responsive tr td,
.woocommerce-page #mini-cart table.shop_table_responsive tr td {
    display: inline-block;
    text-align: center !important;
}
/*** 

====================================================================
    Reviews
====================================================================

***/
.woocommerce #reviews .average-rating .average-label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1;
}
.woocommerce #reviews .average-rating .average-value{
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
}
.woocommerce #reviews .bar-rating {
    margin-top: 30px;
}
.woocommerce #reviews .bar-rating .star-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 13px;
    font-weight: 600;
}
.woocommerce #reviews .bar-rating .star-item .slabel {
    min-width: 60px;
}
.woocommerce #reviews .bar-rating .star-item .sbar {
    margin-left: 10px;
    margin-right: 15px;
    min-width: 230px;
}
.woocommerce #reviews .bar-rating .star-item .bar-content {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
}
.woocommerce #reviews .bar-rating .star-item .bar-content span {
    display: block;
    height: 100%;
}
.woocommerce #reviews .comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.woocommerce #review_form #respond .comment-reply-title {
    padding-bottom: 20px;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
}
.woocommerce #review_form #respond .comment-form-rating p{
    margin: 0;
}
.woocommerce #review_form #respond .comment-notes {
    display: block;
    margin-bottom: 20px;
}
.woocommerce #review_form #respond .required {
    color: #cc0000;
}
.comment-form-cookies-consent {
    display: none !important;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.woocommerce #review_form #respond .comment-form-email {
    padding-left: 15px;
    padding-right: 0;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input[type="email"]{
    height: 35px;
    width: 100%;
    margin: 0px;
}
.woocommerce #reviews .comment-form .comment-form-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    margin-bottom: 20px;
    clear: both;
}
.woocommerce #review_form #respond label {
    margin-bottom: 0px;
    display: block;
}
.woocommerce #reviews .comment-form .comment-form-rating .stars {
    padding-top: 5px;
    padding-left: 20px;
}
.woocommerce #review_form #respond .comment-form-rating .stars a {
    color: #5187d0;
    font-size: 16px;
    margin-right: 5px;
}
.woocommerce #reviews #comments h5 {
    clear: none;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    position: relative;
    font-family: 'Poppins',sans-serif;
}
.woocommerce #reviews {
    padding-top: 20px;
}
.woocommerce #reviews .comment_container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    width: 80px;
    height: auto;
    background: transparent;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .gravatar{
    position: absolute;
    top: 20%;
    left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 27px 50px 18px 63px;
    border-radius: 4px;
    border: 1px solid #e5e5e7;
    margin: auto;
}
.woocommerce #reviews .star-rating{
    margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    clear: both;
    font-size: 13px;
}
.woocommerce #reviews #comments ol.commentlist>li:last-child .comment_container{
    margin-bottom: 0px;
}
.woocommerce form .form-row.create-account .input-checkbox{
    display: none;
}
.woocommerce-Reviews .flat-product-rating.row {
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin: 0px;
}
.yith_woocompare_colorbox #cboxClose {
    background: none;
    top: 10px;
    right: 20px;
    bottom: auto;
    text-indent: inherit;
    overflow: hidden;
    color: #fff;
    position: fixed;
}
.yith_woocompare_colorbox #cboxTopCenter,
.yith_woocompare_colorbox #cboxTopLeft,
.yith_woocompare_colorbox #cboxTopRight,
.yith_woocompare_colorbox #cboxMiddleLeft,
.yith_woocompare_colorbox #cboxMiddleRight,
.yith_woocompare_colorbox #cboxBottomLeft,
.yith_woocompare_colorbox #cboxBottomCenter,
.yith_woocompare_colorbox #cboxBottomRight {
    display: none;
}
.yith_woocompare_colorbox #cboxClose:before {
    content: "\f00d";
    display: inline-block;
    font-size: 23px;
    width: 23px;
    height: 23px;
    font-family: "Font Awesome 5 Pro";
}
.yith_woocompare_colorbox h1 a.close,
table.compare-list .remove td a .remove{
    display: none !important;
}
.entry-summary > .compare {
    display: none !important;
}
.woocommerce #mini-cart table.shop_table_responsive tr td.product-name{
    width: 60%;
    text-align: left !important;
}
a.icon-header-wishlist.wishlist_products_counter.top_wishlist-heart:before{
    content: none;
}
.item-product > .tinvwl-after-add-to-cart,
.tinvwl_add_to_wishlist_button > .tinvwl_add_to_wishlist-text,
.entry-summary .cart > .tinvwl-after-add-to-cart,
.entry-summary .cart .variations_button > .tinvwl-after-add-to-cart{
    display: none;
}
#mini-cart a.button {
    padding: 13px 21px;
}
#mini-cart .menu-cart-content .minicart-button a.button:first-child{
    margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}