/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Helvetica';
    font-display: swap;
    src: 
        local('Helvetica Neue'),
        url('fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueCyr-Roman.woff2.ttf') format('ttf');
  }

  @font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Helvetica';
    font-display: swap;
    src: 
        local('Helvetica Neue'),
        url('fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
        url('fonts/HelveticaNeueCyr-Medium.woff2.ttf') format('ttf');
  }

  @font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica';
    font-display: swap;
    src: 
        local('Helvetica Neue'),
        url('fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
        url('fonts/HelveticaNeueCyr-Bold.woff2.ttf') format('ttf');
  }

  body{
    font-family: 'Helvetica';
    background: #202023;
  }

  .whb-color-light:not(.whb-with-bg){
    background: transparent !important;
  }

  .pt-40{
    padding-top: 40px;
  }

  .pb-40{
    padding-bottom: 40px;
  }

  .nomargin{
    margin: 0;
  }
.justify-between{
    justify-content: space-between;
    align-items: center;
}

.footer-column .widget:not(:first-child) {
    margin-top: 20px;
}

/* .container{
    padding-left:30px;
    padding-right: 30px;
} */

.footer-sidebar .footer-column .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    line-height: 1.6;
}

.website-wrapper.with-s{
   background-image: url(img/s-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 100px;
}

.row.justify-content-between.header__main.justify-between {
    align-items: stretch;
}

ul#menu-main-menu-right.header__menu{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-top: 30px;
}

ul#menu-main-menu-right.header__menu .menu-item {
    list-style: none;
}

ul#menu-main-menu-right.header__menu li:not(:last-child) {
    margin-right: 20px;
}

a.site-header__logo {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 150px;
}

.the-title__inner .the-title {
    background: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

/* .header__main .whb-column.whb-col-center.whb-visible-lg {
    padding-top: 30px;
} */

.mobile-header__logo {
    display: none;
}

.header__main .wd-tools-element.wd-header-mobile-nav {
    display: none;
}

/* .col-6.col-sm-4.col-lg-3.site-header__logo {
    background: rgba(255, 0, 0, 0.30);
} */

.col-6.col-sm-4.col-lg-3.site-header__logo {
    background: rgba(0, 0, 0, 0.75);
}

.main-header__bottom .col-6.col-sm-4.col-lg-3.the-title__inner {
    background: rgba(0, 0, 0, 0.75);
}

.main-header__bottom .the-title__inner .the-title h3 {
    color: #fff;
}

.wd-prefooter {
    padding-bottom: 0 !important;
}

.exp-sidebar {
    background: rgba(255, 0, 0, 0.30);
    padding-top: 60px;
    padding-bottom: 90px;
}

/* woo styles */
.entry-content .woocommerce{
    width: 100%;
    max-width:  var(--wd-container-w);
    padding-right: 0;
    padding-left: 0;
    padding: 80px 0;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce.cart-content-wrapper {
    padding-top: 0;
}

.product-grid-item .product-wrapper {
    border: 1px solid #595959;
    padding: 20px !important;
	justify-content: space-between;
}

.product-wrapper .product-element-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product.wd-hover-fw-button .wrap-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--wd-prod-gap);
    order: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.product-image-wrap {
    max-height: 100%;
    height: 100%;
}

.product-element-top .wd-buttons.wd-pos-r-t {
    top: 10px;
    right: 10px;
    position: absolute;
}

.product-element-top .hover-img {
    position: absolute;
    top: 20px;
    opacity: 0;
    display: none;
    /* z-index: 1; */
}

.product-wrapper .wd-entities-title {
    font-size: inherit;
	height: 70px;
    margin: 0;
    order: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}

.product.wd-hover-fw-button .wd-add-btn {
    font-size: 0;
    position: relative;
    order: 4;
}

.product-wrapper .product-element-bottom button.single_add_to_cart_button.clickBuyButton {
    order: 3;
}

.product-grid-item.outofstock .product-wrapper .product-element-bottom .single_add_to_cart_button.clickBuyButton {
    /* display: none; */
    visibility: hidden;
}

.outofstock.product_cat-accessories .product-wrapper .product-element-bottom .clickBuyButton {
    opacity: 0;
    cursor: unset;
}

.product-grid-item .product-wrapper .product-element-bottom .star-rating {
    position: absolute;
    top: -40px;
    right: 0;
}

.product-grid-item .product-wrapper .wd-add-btn .button {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid rgb(89 89 89 / 30%);
    padding: 0;
    background: none;
    color: #b6b6b6;
    width: 100%;
	transition: all .3s linear;
}


.product-grid-item .product-wrapper .wd-add-btn .button:hover{
    background: none;
}

.site-content .products .product-grid-item .product-wrapper .wd-add-btn .button span{
    display: flex !important;
    font-size: 16px;
    font-family: 'Helvetica';
    align-items: center;
    font-weight: 400;
    padding: 0 !important;
    text-transform: none;
}

.product-grid-item .product-wrapper .wd-add-btn .button span:after{
    content:'';
    width: 6px;
    height:13px;
    display: inline-block;
    background: url(img/arrow-grey.svg) no-repeat;
    margin-left: 12px;
    background-size: contain;
    background-position: center;
}

.product-grid-item .product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
    display: flex !important;
    font-size: 16px !important;
    font-weight: 400;
    width:100%;
}

.price .amount {
    font-size: inherit;
}

span.price del span bdi {
    color: #8D8D8D;
    font-weight: 400;
    font-size: 17px;
}

/* .swiper.sliderProds {
    height: 530px;
} */

.swiper-slide.sliderProds-slide .product-grid-item {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    /* border: 1px solid #595959; */
}

.sliderProds-slide .product-grid-item .product-wrapper {
    border: none;
}

.swiper-slide.sliderProds-slide{
    border: 1px solid #595959;
}

.product-shop__title{
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top:20px;
    margin-bottom: 20px;
}

.slider__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.swiper.sliderProds {
    width: 100%;
}

.swiperProds-control-next,
.swiperProds-control-prev {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    padding: 7px;
    right: 0;
    top: 40%;
    z-index: 7;
    transform: translateX(0px);
    transition: all .3s linear;
}

.swiperProds-control-prev {
    display:none;
    left: 0;
    top: 40%;
}

a.button.product_type_simple span {
    font-weight: 400;
    display: flex;
    color: #777777;
    align-items: flex-end;
    text-transform: capitalize;
}

.swiperProds-control-next:hover,
.swiperProds-control-prev:hover{
    background: rgba(0,0,0,.7);
    transition: all .3s linear;
}

.swiperProds-control-next svg,
.swiperProds-control-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* 
.product-element-top.wd-quick-shop .hover-img {
    display: none;
} */
/* 
.swiperProds-control-next__inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 5;
    background: transparent;
    transition: all .3s linear;
}

.swiperProds-control-next__inner:hover{
    background: rgba(32, 32, 35, .2);
    transition: all .3s linear;
} */

.sliderProds-slide .wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .product-wrapper {
    transform: none !important;
}

.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    border: 1px solid #595959;
}

.woocommerce-cart-form__cart-item.cart_item {
    justify-content: space-between;
    display: flex;
    padding: 15px;
    width: 100%;
}

.woocommerce-cart-form__contents .add_col {
    width: 40%;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    display: block;
    width: 210px;
    height: 230px;
    overflow: hidden;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    width: 250px;
}

.woocommerce-cart-form__cart-item.cart_item .product-price-remove {
    width: 15%;
}

.woocommerce-cart-form__cart-item.cart_item .product-summary {
    width: calc(85% - 250px);
}

div.quantity input[type="button"] {
    padding: 0 5px;
    min-width: 50px;
    min-height: unset;
    height: 42px;
    border: 1px solid #363640;
    background: #2A2A2E;
    box-shadow: none;
}

.quantity input[type='number']{
    border-color:#363640;
    border-radius: 0;
    background-color:#2A2A2E;
}

.woocommerce-cart-form__cart-item.cart_item .product-summary .product-name {
    font-size: 25px;
}

.product-price-remove {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.product-price-remove .product-remove a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 3px;
    overflow: hidden;
    transition: all .3s linear;
}

.wd-entities-title a {
    color: inherit;
    font-weight: 400 !important;
}

.product-price-remove .product-remove a svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-price-remove .product-remove a:hover svg path{
    stroke: #ff512f;
    transition: all .3s linear;
}

span.woocommerce-Price-amount.amount {
    color: #FF512F;
    font-size: 20px;
    font-weight: 500;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.woocommerce>.cart-data-form {
    max-width: 100%;
    width:100%;
    flex-basis: 100%;
}

a.coupon-button {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border: 1px solid #Adadad;
    color: #adadad;
    transition: all .3s linear;
}

a.coupon-button:hover{
    background: var(--btn-accented-bgcolor);
    border-color: #FF512F;
    color: #fff;
    transition: all .3s linear;
}

.add_col .cart-actions {
    display: block;
}

.cart-product-items {
    width: 58%;
}

.cart-product-items .cart_item:not(:first-child) {
    margin-top: 25px;
}

.coupon.wd-coupon-form {
    /* display: flex; */
    flex-direction: column;
    background: transparent;
    padding: 20px 0;
    transform: scale(0);
    display: none;
    opacity: 0;
    transition: all .3s linear, transform 1s linear, opacity .7s linear;
}

.coupon.wd-coupon-form._open{
    display: flex;
    transform: scale(1);
    opacity: 1;
    transition: all .3s linear, transform 1s linear, opacity .7s linear;
}

.coupon .button {
    font-weight: var(--btn-font-weight);
}

.wd-coupon-form .input-text {
    max-width: 100%;
    border: 1px solid #fff;
}

.wd-coupon-form .button[name="apply_coupon"] {
    flex: 0 0 auto;
    text-transform: none;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    font-weight: 400 !important;
    font-size: 20px;
}

.cart-totals-inner .checkout-button {
    display: block;
    height: auto;
    line-height: 1;
    padding: 10px;
    min-height: auto;
    text-transform: none;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}

.cart_totals {
    margin-top: 20px;
}

.footer-column{
    color: #fff;
}
.wp-block-columns .wp-block-column .wp-block-media-text.contact-item{
grid-template-columns: 24px auto !important;
}

.footer-column.footer-column-4 {
    flex: 0 0 40%;
    max-width: 40%;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 3% !important;
    word-break: break-word;
}

.wp-block-column.contacts-list div:not(:last-child) {
    margin-bottom: 10px;
}

.wp-block-media-text.contact-item figure {
    width: 24px;
    height: 24px;
}

.wp-block-media-text.contact-item figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

footer.footer-container {
    background-image: url(img/s-red.svg);
	background-repeat: no-repeat;
    background-position: 120% -25%;
    background-size: 40%;
}

h3.wp-block-heading.footer-menu-head {
    font-size: 25px;
}

@media (max-width: 1600px){
    /* .container{
        max-width:90%;
        margin: 0 auto;
    } */
}

@media (max-width: 1400px){
    aside.footer-sidebar.widget-area.row {
        display: grid;
        grid-template-columns: 48% 48%;
    }

    .footer-sidebar .footer-column {
        max-width: 100% !important;
    }

}

@media (max-width: 1024px){
    .mobile-header__logo {
        display: block;
    }
    
    .header__main .wd-tools-element.wd-header-mobile-nav {
        display: block;
    }

    .col-6.col-sm-4.col-lg-3.site-header__logo {
        display: none;
    }

    .header__main .whb-column.whb-col-center.whb-visible-lg {
        display: none;
    }

    .header__main .wd-tools-element.wd-header-mobile-nav {
        order: 1;
        width: 40px;
        height: 30px;
    }

    .header__main .wd-tools-element.wd-header-mobile-nav a{
        display: block;
        padding:5px 7px;
        width:100%;
        height: 100%;
    }

    .header__main .wd-tools-element.wd-header-mobile-nav a span {
        display: block;
        width: 100%;
        height: 100%;
    }

    span.wd-tools-text {
        display: none;
    }

    .row.main-header__bottom {
        display: none;
    }

    .wd-nav {
        --nav-gap: 20px;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .wd-side-hidden.wd-left {
        padding: 20px;
    }

    .whb-full-width.whb-sticky-shadow{
        background: #0D0D0D;
        padding-top: 7px; 
        padding-bottom: 7px;
    }

    .header__main .mobile-header__logo {
        display: block;
        order: 2;
        width: calc(100% - 40px);
    }

    .header__main .mobile-header__logo img{
        display: block;
    width: 55px;
    height: 35px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    }


    .header__main .wd-header-mobile-nav .wd-tools-icon:before {
        content: '';
        display: block;
        width: 40%;
        height: 2px;
        background: #FF512F;
        margin-bottom: 7px;
    }

    .header__main .wd-tools-element.wd-header-mobile-nav a .wd-tools-icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header__main .wd-header-mobile-nav span.wd-tools-icon:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #FF512F;
    }

    .header__main .wd-tools-element.wd-header-mobile-nav a .wd-tools-text{
        display: none;
    }

    .main-header__bottom .col-6.col-sm-4.col-lg-3.the-title__inner {
        background: none;
    }

    .swiperProds-control-prev {
        display: block;
    }

    .swiperProds-control-next, .swiperProds-control-prev {
        position: absolute;
        cursor: pointer;
        width: 30px;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
        display: block;
        width: 210px;
        height: 190px;
    }

    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        flex-direction: column;
    }

    .cart-product-items {
        width: 100%;
    }

    .woocommerce-cart-form__contents .add_col {
        margin-top: 40px;
        width: 100%;
    }

    
    footer.footer-container {
        background: url(img/s-red.svg) no-repeat;
        background-position: 110% 140%;
        background-size: 40%;
    }
}

@media (max-width: 768px){
    .wd-add-btn-replace .add-to-cart-loop:before{
        display: none;
    }

    .swiper-slide.sliderProds-slide .product-grid-item {
        padding: 10px;
    }

/*     .product-grid-item .product-wrapper {
        padding: 0 !important;
    }
 */
    .product-wrapper .product-element-bottom {
        gap: 10px;
    }
	
    aside.footer-sidebar.widget-area.row {
        display: block;
    }

    .footer-widget.widget_block {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-widget.widget_block:after{
        content:'';
        display: block;
        width: 100%;
        height:2px;
        background:#fff;
        position: absolute;
        bottom:0;
        left: 0;
    }

    .footer-sidebar .footer-column .widget {
        padding-bottom: 20px;
    }

    .footer-column.footer-column-5, .footer-column.footer-column-6 {
        display: none;
    }

    .footer-column.footer-column-1 #block-34:before{
        content:'';
        display: block;
        width: 100%;
        height:2px;
        background:#fff;
        position: absolute;
        top:0;
        left: 0;
    } 

    .footer-column .footer-widget:nth-child(2) {
        display: none;
    }

    .footer-column {
        margin-bottom: 0;
    }

    h3.wp-block-heading.footer-menu-head{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    h3.wp-block-heading.footer-menu-head:after{
        content:'';
        display: block;
        width: 20px;
        height:20px;
        background: url(img/minus.svg) no-repeat;
        background-position: center;
        background-size: contain;
    }

    h3.wp-block-heading.footer-menu-head._active:after{
        content:'';
        display: block;
        width: 20px;
        height:20px;
        background: url(img/plus.svg) no-repeat;
        background-position: center;
        background-size: contain;
    }

    .widget.footer-widget.widget_block._open {
        display: block;
    }

    .main-footer .footer-sidebar .footer-column {
        margin-bottom: 0 !important;
    }

    .footer-column .widget{
        margin-top: 0;
    }

    h3.wp-block-heading.footer-menu-head {
        font-size: 20px;
    }

    .footer-column .widget:not(:first-child) {
        margin-top: 0;
    }
}

@media (max-width:576px){
    footer.footer-container {
        background-image: url(img/s-red.svg);
		background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 20%;
        padding-bottom: 20%;
    }
}
@media (min-width: 1024px){
    footer.footer-container {
        background-image: url(img/s-red.svg);
		background-repeat: no-repeat;
        background-position: 120% 150%;
        background-size: 40%;
    }
}

@media (min-width: 1500px){
    footer.footer-container {
        background-image: url(img/s-red.svg);
		background-repeat: no-repeat;
        background-position: 110% 130px;
        background-size: 30%;
    }
}

/*
*product page
*/
.site-content.shop-content-area .container {
    max-width: 1440px;
}

body.page-template.page-template-page-shop .website-wrapper .container {
    padding-left: 30px;
    padding-right: 30px;
}

.container .single-product-page {
    margin-top: 130px;
}

.product-content__right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-content__right .woocommerce-product-details__short-description {
    order: 6;
    margin-top: 30px;
}

.product-content__right form.cart {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.product-content__right form.cart  .quantity{
    width:100%;
}

.product-content {
    width: 100%;
    display: grid;
    max-height: calc(100vh - 70px);
    grid-template-columns: 20% 50% 30%;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
}



.product-content__left{
  /*   position: absolute;
  width: 30%; */
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    flex-direction: row;
    padding-top: 30px;
}

.swiper-slide.sliderProduct-slide {
    opacity: 0;
    
}

.swiper-slide.sliderProduct-slide {
    max-width: 100%;
    opacity: 0;
    transition: opacity .3s linear;
    transform:scale(0.5);
    
}

.swiper-slide.sliderProduct-slide.swiper-slide-active{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s linear;
}

    /* align-self: center; */
    .product-content__left__labImg {
        /* align-self: center; */
        width: 200px;
        height: 90px
    }

    .product-content__left__labImg svg{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position:center;
    }


/* 
.product-image-wrap {
    width: 100%;
   
} */

.woocommerce-product-gallery__wrapper{
    background: url(img/s-red.svg) no-repeat;
    background-size: 50%;
    background-position: 35% top;
}

.product-image-wrap figure a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image-wrap figure a img{
    /* width:100%;
    height: 100%;
    object-fit:contain;
    object-position: center; */
}

.product-image-wrap figure a img {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-fit: contain;
}

.product-content__left__text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
}

.product-content__left__text2 p {
    font-size: 15px;
}

.product-content__left__text{
    margin-top:100px;
}

/* figure.woocommerce-product-gallery__wrapper {
    height: calc(100vh - 70px);
    max-height: 800px;
} */

.product-content__left__text2{
    margin-top:200px;
}

.swiper.sliderProduct {
   /*  display: grid;
   grid-template-columns: 30% 70%;
   gap: 20px; */
    height: 80vh;
    max-height: 750px;
}

/* .product-image-wrap {
    width: 100%;
    height: 100%;
} */

.woocommerce-product-gallery__image {
    height: 100%;
}

.product-content__right__transformText{
    align-self: flex-end;
    width: 120px;
    padding-bottom: 4px;
    transform: rotate(90deg);
    z-index: 5;
}

.product-content__right__transformText:after{
    content:'';
    display: block;
    width:100%;
    height: 2px;
    background: #777777;
    bottom:0;
    left:0;
}

.product-content__right__transformText p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color:#777777;
    margin: 0;
    line-height: normal;
}

.product-content__right__text {
        margin-top: 30px;
    }

.product-content__right__text__img{
    width: 110px;
    height: 37px;
    background: url(img/labs.svg) no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.product-content__right__text p {
    font-size: 12px;
    color: #B6B6B6;
}

.product-content__right .product_title {
    font-size: 20px;
}

.product-content__right form.cart .quantity {
    display: none;
}

.product-content__right form.cart .single_add_to_cart_button {
    order: 2;
}

.product-content__right form.cart .single_add_to_cart_button.clickBuyButton {
    order: 3;
}

.cart button.single_add_to_cart_button.clickBuyButton{
    background: #FF512F;
    color: #fff;
}

.cart button.single_add_to_cart_button {
    background: transparent;
    color: #8c8c8c;
}

.product-content__left .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.product-content__left .swiper-pagination {
    text-align: left;
}

.product-content__left .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    opacity: 1;
}

.product-content__left .swiper-pagination .swiper-pagination-bullet-active{
    background: #FF512F;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px) !important;
}

.product-element-top.wd-quick-shop {
    width: 100%;
    height: 320px;
}

.product-element-top.wd-quick-shop a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-element-top.wd-quick-shop a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1024px){
	.product-element-top.wd-quick-shop {
    width: 100%;
    height: 450px;
}
}

/* .swiper-slide.sliderProduct-slide {
    max-width: 100%;
} */

@media (max-width: 992px){
    .product-content {
        width: 100%;
        display: block;
        max-height: unset;
    }

    .swiper.sliderProduct {
        height: 80vh;
        max-height: 550px;
    }
}

@media (max-width: 768px){
    .swiper.sliderProduct {
        display: block;
    }

    .swiper.sliderProduct {
        height: unset;
        max-height: unset;
    }

    .product-content__left__text {
        margin-top: 0;
    }

    .product-content__left__text2 {
        margin-top: 0;
        order: 3;
    }

    .product-content__left .swiper-pagination {
        text-align: left;
        order: 4;
    }

    .product-content__left__text2 p {
        margin-bottom: 0;
    }

    .product-content__left__text2 {
        margin-top: 30px;
    }

    .product-content__left .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .sliderProduct-wrapper {
        margin-top: 20px;
    }

    .product-content__right {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transform: translateY(-100px);
        z-index: 2;
    }

    .woocommerce-product-gallery__wrapper {
        background: url(img/s-red.svg) no-repeat;
        background-size: 50%;
        background-position: right top;
    }
}

@media (max-width: 576px){
    .product-content {
        width: 100%;
        display: block;
    }

    .product-content__left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0;
    }

    .product-content__left__text {
        margin-top: 0;
    }

    .product-content__left__text2 {
        display: none;
    }

    .cart-product-items .woocommerce-cart-form__cart-item.cart_item {
        display: block;
        padding: 15px;
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
        display: block;
        width: 100%;
        height: 400px;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-summary {
        margin-top: 30px;
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-summary .product-name a {
        font-size: 25px;
        color: #fff;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-summary {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-price-remove {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        margin-top: 30px;
    }
}

.element-transparent{
    opacity: 0; 
    transition: opacity 3s linear;
}

.element-transparent.show{
    opacity: 1;
    transition: opacity 3s linear;
}

/* .copyrights-wrapper {
    border-top: 1px solid var(--brdcolor-gray-300);
    color: #fff;
} */

.copyrights-wrapper a {
    color: rgb(255,81,47);
}

.wd-add-btn-replace .add-to-cart-loop:before{
		display: none !important;
	}

.wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: scale(1.05) !important; 
}

.site-content {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.wd-buttons .wd-action-btn>a {
    height: 45px;
    width: 45px;
	position:relative;
}

.wd-action-btn.wd-style-icon>a:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 25%;
}

.product-grid-item .product-wrapper {
    height: 100% !important;
}

.products.elements-grid.wd-products-holder.wd-spacing-30 {
    align-items: stretch !important;
}