.single-product-gallery .woocommerce-product-gallery .col-lg-9 {
    padding: 0;
    flex: auto;
    max-width: 83%;
}

.theme-woodmart .thumbs-position-left.wd-has-thumb>.col-lg-9 .woocommerce-product-gallery__wrapper{
	margin-inline-start: initial;
}

.single-product-gallery .woocommerce-product-gallery .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 15%;
}

.single-product-gallery .woocommerce-product-gallery.row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.single-product-gallery .woocommerce-product-gallery .product-image-thumbnail>img {
    border: 1px solid #25353d;
    border-radius: 5px;
}

.single-product-gallery .woocommerce-product-gallery .slick-slider .slick-arrow {
    display: none !important;
}

.theme-woodmart .woocommerce-product-gallery.image-action-zoom .owl-carousel .product-image-wrap {
    margin-left: 0px;
}

.theme-woodmart .woocommerce-product-gallery.image-action-zoom .owl-carousel .product-image-wrap > figure{
    border: 1px solid #25353d;
    border-radius: 5px;
    pointer-events: none;
}

.theme-woodmart .single-product-gallery .product-additional-galleries{
    display: none;
}

/*SCROLLBAR*/

.single-product-gallery .slick-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.single-product-gallery .slick-list::-webkit-scrollbar:vertical {
    width: 4px;
}

.single-product-gallery .slick-list::-webkit-scrollbar-button:increment,
.slick-list::-webkit-scrollbar-button {
    display: none;
}

.single-product-gallery .slick-list::-webkit-scrollbar:horizontal {
    height: 10px;
}

.single-product-gallery .slick-list::-webkit-scrollbar-thumb {
    background-color: #25353d;
    border: 2px solid #25353d;
}

.single-product-gallery .slick-list::-webkit-scrollbar-track {
    border-radius: 0px;
    border: 0;
    background-color: #25353d15;
}

/*SCROLLBAR*/

.single-product-info .wd-breadcrumbs .woocommerce-breadcrumb > *{
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Regular';
    color: #25353d;
    line-height: 1.8;
    white-space: nowrap;
    max-width: 62%;
    overflow: hidden;
}

.single-product-info .wd-breadcrumbs .woocommerce-breadcrumb::after{
    content: '...';
    margin-left: 4px;
    margin-bottom: 2px;
}

.single-product-info .wd-breadcrumbs .woocommerce-breadcrumb .breadcrumb-last{
    font-family: 'Proxima Nova Sbold';
}

.single-product-info .wd-breadcrumbs{
    margin-bottom: 25px;
}

.single-product-info h1.product_title{
    font-size: 32px;
    font-family: 'Proxima Nova Bold';
    line-height: 1.3;
}

.single-product-gallery.vc_column_container > .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.single-product-info.vc_column_container > .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.single-product-s1{
    display: flex;
}

.single-product-info.vc_column_container{
    padding: 0 15px 0 50px;
}

.single-product-price .vc_column-inner > .wpb_wrapper{
    justify-content: space-between;
    height: 85px;
}

.single-product-price .price{
    display: flex;
    column-gap: 15px;
    flex-direction: row-reverse;
    align-items: baseline;
    font-family: 'Proxima Nova Bold';
}

.single-product-price .price ins > span{
    color: #BF3D3D;
}

.single-product-price .price del{
    text-decoration: none;
}

.single-product-price .price del > span > bdi{
    color: #25353d;
    text-decoration: line-through;
    font-size: 75%;
    position: relative;
    top: -0.85px;
}

.wd-sizeguide-btn.wd-action-btn.wd-style-text>a:before{
    display: none;
}

.theme-woodmart .wd-sizeguide-btn.wd-action-btn .wd-open-popup > span{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #25353d;
    padding-bottom: 3px;
    font-family: 'Proxima Nova Bold';
    color: #25353d;
}

.theme-woodmart .wd-sizeguide-btn.wd-action-btn .wd-open-popup > span:hover{
    opacity: .8;
}

.single-product-info .woocommerce-product-details__short-description>*:last-child{
    line-height: 23px;
}

.single-product-info p.stock.wd-style-default:is(.available-on-backorder,.in-stock){
    color: #38BAC7;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 10px;
    margin-left: 20px;
    line-height: 1.15;
}

.single-product-info p.stock.wd-style-default.in-stock:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background-color: #38BAC7;
    transform: translateY(5px);
    left: 15px;
    margin-inline-end: 0px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.single-product-info p.stock.wd-style-default:is(.available-on-backorder,.out-of-stock){
    font-size: 16px;
    color: #95a8b4;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 10px;
    margin-left: 20px;
    line-height: 1.15;
}

.single-product-info p.stock.wd-style-default.out-of-stock:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background-color: #95a8b4;
    transform: translateY(5px);
    left: 15px;
    margin-inline-end: 0px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.single-product-info .wd-single-add-cart div.quantity input[type="button"], .single-product-info .wd-single-add-cart div.quantity input[type="number"]{
    height: 50px;
}

.single-product-info .wd-single-add-cart div.quantity input[type="button"]{
    width: 40px;
}

.cart-info div.quantity :is(input[type="button"],input[type="number"],input[type="text"]){
    border: 0;
}

.single-product-info .wd-single-add-cart div.quantity input[type="number"]{
    width: 60px;
    border-top: 1px solid #d7d6d3;
    border-bottom: 1px solid #d7d6d3;
    font-family: 'Proxima Nova Sbold';
}

.single-product-info button.single_add_to_cart_button.button{
    font-family: 'Proxima Nova Sbold';
    font-size: 15px;
    letter-spacing: 1.5px;
    background-color: #25353d;
    padding: 0 0 0 30px;
}

.single-product-info button.single_add_to_cart_button.button:hover{
    background-color: #1a2830;
}

.single-product-info button.single_add_to_cart_button.button::before{
    content: "\f290";
    font-family: 'Font Awesome 6 Pro';
    font-size: 17px;
    color: white;
    font-weight: 300;
    position: absolute;
    top: 14px;
    bottom: auto;
    left: calc(50% - 105px);
    right: auto;
    display: flex;
    opacity: 1;
    align-items: center;
}

.single-product-info .wd-accordion.wd-style-default:before{
    display: none;
}

.single-product-info .wd-accordion.wd-style-default .wd-accordion-item:first-child{
    border-top: 1px solid #25353d;
}

.theme-woodmart .wd-accordion.wd-style-default .wd-accordion-item{
    border-bottom: 1px solid #25353d;
}

.theme-woodmart .wd-accordion-title.wd-opener-pos-left{
    flex-direction: row;
}

.theme-woodmart .wd-accordion-title.wd-opener-pos-left .wd-accordion-opener{
    margin-right: 2.5px;
}

.theme-woodmart .wd-accordion-opener.wd-opener-style-arrow:before{
    color: #25353d;
}

.single-product-info .wd-single-tabs .wd-accordion-title-text > span{
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
}

[class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-bg-style-3 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-3 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
    --wd-swatch-brd-color: #25353d;
}

.theme-woodmart .single-product-info .reset_variations{
    display: none !important;
}

.single-product-info table.variations{
    margin-bottom: 30px;   
}

.single-product-info table.variations label{
    font-family: 'Proxima Nova Sbold'; 
}

.single-product-info .woocommerce-Tabs-panel p{
    margin-bottom: 0;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    border-bottom: 2px solid #25353d !important;
}

.single-product-info .wd-swatch-text{
    color: #25353d;
    font-family: 'Proxima Nova Bold';
}

.shop_attributes .woocommerce-product-attributes-item__value p{
    margin-bottom: 20px;
}

.shop_attributes .woocommerce-product-attributes-item__value p:last-child{
    margin-bottom: 0px;
}

.thumbs-position-left .thumbnails .product-image-thumbnail{
	height: 150px;
}

@media screen and (min-width: 1540px) {

    .single-product-gallery .product-image-wrap > figure > a > img{
    aspect-ratio: 1;
    object-fit: cover;
    }

}

.single-product-related h4{
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Proxima Nova Bold';
    letter-spacing: 0.75px;
}

.vc_row.wpb_row.vc_row-fluid.single-product-extra1{
    margin: 0;
    display: flex;
}

.single-product-extra1 .wpb_single_image.wpb_content_element{
    margin: 50px 0 75px 0;
}

.vc_row.wpb_row.vc_row-fluid.single-product-related{
    margin-bottom: 80px;
}

.single-product-extra1 .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.single-product-extra1 .vc_row.wpb_row.vc_row-fluid{
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1024px){

.vc_mobile .thumbs-position-left .thumbnails .product-image-thumbnail{

	height: auto

}

    .vc_mobile .single-product-gallery .woocommerce-product-gallery .col-lg-9{
        max-width: 100%;
    }

    .vc_mobile .single-product-gallery .woocommerce-product-gallery .product-image-thumbnail img{
        height: 25vw;
        object-fit: cover;
    }

    .single-product-gallery .woocommerce-product-gallery .product-image-wrap > figure > a img{
        height: 100vw;
        max-height: 600px;
        object-fit: cover;
    }

    .vc_mobile .single-product-s1{
        display: flex;
        flex-direction: column;
    }

    .vc_mobile .single-product-gallery .woocommerce-product-gallery .thumbnails.thumbnails-ready{
        width: 100%;
    }

    .theme-woodmart .woocommerce-product-gallery .thumbnails.thumbnails-ready .owl-stage{
        display: flex;
    }

    .vc_mobile .single-product-gallery .woocommerce-product-gallery .col-lg-3{
        width: 100%;
        max-width: 100%;
    }

    .vc_mobile .single-product-gallery .woocommerce-product-gallery .col-lg-9{
        padding: 0;
    }

    .vc_mobile .single-product-gallery .woocommerce-product-gallery.row{
        padding: 0 15px;
        row-gap: 2px;
    }

    .vc_mobile .single-product-info.vc_column_container{
        padding: 0 15px;
    }

    .vc_mobile .product-template-default .main-page-wrapper{
        padding-top: 30px;
    }

    .vc_mobile .single-product-info .wd-breadcrumbs{
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .vc_mobile .single-product-info h1.product_title{
        font-size: 24px;
        line-height: 1.3;
    }

    .vc_mobile .single-product-related h4{
        font-size: 24px;
    }

    .vc_mobile .single-product-related h4{
        margin-bottom: 30px;
    }

    .vc_mobile .single-product-extra1 .wpb_single_image.wpb_content_element{
        margin: 50px 0 10px 0;
    }

    .vc_mobile .single-product-info .wd-single-add-cart div.quantity input[type="button"]{
        width: 35px;
    }

    .vc_mobile .single-product-info .wd-single-add-cart div.quantity input[type="number"]{
        width: 45px;
    }

    .vc_mobile .single-product-info .wd-breadcrumbs .woocommerce-breadcrumb > *{
        max-width: 100%;
    }

    .vc_mobile .single-product-info table.variations > tbody > tr:nth-child(2) .wd-attr-selected{
        display: none;
    }

    .vc_mobile .single-product-gallery.vc_col-sm-3\/5{
        width: 100%;
    }

    .vc_mobile .single-product-info.vc_col-sm-2\/5{
        width: 100%;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1200px){

    .vc_responsive .thumbs-position-left.wd-has-thumb>.col-lg-9 .woocommerce-product-gallery__wrapper{
        margin-left: 0;
    }

    .vc_responsive .single-product-info.vc_column_container{
        padding: 0 15px 0 30px;
    }

    .vc_responsive .single-product-info .woocommerce-breadcrumb{
        width: 100%;
    }

    .vc_responsive .single-product-info button.single_add_to_cart_button.button{
        height: 50px;
    }

}

.single-product-info .woocommerce-product-details__short-description p br{
    margin-bottom: 10px;
}