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





/* theme css */
.main-page-wrapper {
    padding-top: 0 !important;
}

.site-content {
    margin-bottom: 0;
}

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

.page-title {
    margin-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    color: #464955;
    font-size: 25px;
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
}

.contentBox .info-box-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 16px;
    background-image: url(/wp-content/uploads/2025/10/Rectangle-1868.png);
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contentBox .info-box-title {
    color: #2E4071;
    font-size: 45px;
}

.contentBox .info-box-inner {
    color: #1A1A1A;
}

.contentBox a.btn {
    padding: 20px 35px;
    color: #fff !important;
    border: 2px solid #fff;
    background: #464955;
}

.contentBox a.btn:hover {color: #fff;background: #0A0A0A;}
/* theme css */

/* header */
.whb-row.whb-top-bar .wd-icon:before {
    color: #2E4071;
}

.whb-row.whb-top-bar {
    border-bottom: 2px solid #ebebeb;
}

.whb-row.whb-top-bar .info-box-wrapper .wd-info-box {
    display: flex;
    flex-direction: row;
}

.whb-row.whb-top-bar .info-box-wrapper .wd-info-box p {
    color: #2E4071;
    font-size: 14px;
}

.whb-row.whb-top-bar .info-box-wrapper .wd-info-box p a {
    color: #2E4071;
    font-size: 14px;
}

.whb-row.whb-top-bar .info-box-wrapper .wd-info-box .info-box-inner {
    font-size: 14px;
    line-height: 16px !important;
}

.whb-row.whb-general-header {
    border-bottom: 0 !important;
}

.whb-row.whb-general-header .menu li a span {
    color: #0A0A0AB2 !important;
    font-size: 18px;
    transition: all ease 0.5s;
    border-bottom: 2px solid transparent;
}

.whb-row.whb-general-header .menu li.current-menu-item  a span {
    color: #0A0A0A !important;
}

.whb-row.whb-general-header .menu {
    gap: 40px;
}

.whb-row.whb-general-header .menu li a span:hover {
    transform: scale(1.1);
    border-bottom: 2px solid #0A0A0A;
}

.whb-row.whb-general-header a.btn {
    background: #464955;
    color: #fff !important;
    font-size: 14px;
    border: 2px solid transparent;
}

.whb-row.whb-general-header a.btn:hover {
    background: #090909;
    color: #fff !important;
    border: 2px solid #090909;
}

.whb-row.whb-general-header span.wd-cart-number.wd-tools-count {
    background-color: #0A0A0A !important;
}

.whb-row.whb-general-header .wd-header-cart {
    border-right: 2px solid #8080808c;
    padding-right: 10px;
}
/* header */

/* banner */
.mainBanner {
    padding: 30px 0 30px;
}

.mainBanner .contentBox.bannerContent .info-box-subtitle {
    color: #464955;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 0;
}

.mainBanner .contentBox.bannerContent .info-box-subtitle:before {
    display: none;
}

.mainBanner .contentBox.bannerContent .info-box-title {
    color: #0A0A0A;
    font-size: 65px !important;
    text-transform: uppercase;
}

.mainBanner .contentBox.bannerContent .info-box-inner {
    color: #fff;
}

.mainBanner .contentBox.bannerContent a.btn {
    color: #fff !important;
    border: 2px solid #fff;
    background: #464955;
}

.mainBanner .contentBox.bannerContent a.btn:hover {
    color: #fff;
    background: #0A0A0A;
}
/* banner */


/* aboutRow */
.aboutRow {
    padding: 50px 0;
}

.signatureContent .info-box-subtitle {
    color: #2E4071;
    font-weight: bold;
}

.aboutRow a.btn {
    color: #464955;
    border-bottom: 1.5px solid;
}
/* aboutRow */

/* productRow */
.productRow .single-breadcrumbs {
    display: none !important;
}

.productRow .single-product-content {
    padding: 0;
}

.productRow .product_title {
    color: #0A0A0A;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 15px;
}

.productRow  p.price {
    font-size: 35px;
    margin-bottom: 0px;
}

.productRow p.price bdi {
    font-weight: 700;
    color: #464955;
}

.price del {
    color: #464955;
    padding-right: 10px;
    border-right: 4px solid #464955;
}

.rowBox {
    padding: 15px 0;
    border-bottom: 2px solid #2e4071;
    color: #2E4071;
    font-size: 20px;
}

.productRow .woocommerce-product-details__short-description p {
    padding-top: 10px;
}

.productRow .row.product-image-summary-inner .product-images {
    flex: 40%;
    max-width: 40%;
}


.productRow .row.product-image-summary-inner .summary.entry-summary {
    flex: 60%;
    max-width: 60%;
}

.productRow .row.product-image-summary-inner .product-images {
    flex: 50%;
    max-width: 50%;
}

.productRow .row.product-image-summary-inner .summary.entry-summary {
    flex: 50%;
    max-width: 50%;
}

.productRow  .quantity {
    display: none;
}

.productRow .wd-compare-icon {
    display: none;
}

.productRow .wd-wishlist-icon {
    display: none;
}

.productRow .product_meta {
    display: none;
}

.productRow .wd-nav-wrapper.wd-nav-tabs-wrapper {
    display: none;
}

.productRow div#reviews {
    display: none;
}

.productRow .col-12.poduct-tabs-inner {
    display: none;
}

.productRow .product-tabs-wrapper {
    display: none;
}

.productRow .product-share {
    display: none;
}

.productRow .product-additional-galleries {
    display: none;
}

.productRow span.onsale.product-label {
    display: none !important;
}

.productRow button.single_add_to_cart_button {
    padding: 20px 40px;
    font-size: 18px;
    border: 2px solid #0A0A0A;
    background: #0A0A0A;
}

.productRow button.single_add_to_cart_button:hover {
    background: transparent;
    color: #0A0A0A;
}

.productRow .row.product-image-summary-inner {
    display: flex;
    align-items: center;
}

.productRow .contentBox {
    position: absolute;
    left: 51%;
    top: 35px;
    z-index: 999;
    margin-bottom: 0 !important;
}

.productRow .woocommerce-variation-add-to-cart {
    display: flex;
}

.productRow .woocommerce-variation-add-to-cart .quantity {
    display: flex !important;
    align-items: center;
}

.productRow .woocommerce-variation-add-to-cart .quantity input {
    height: 40px !important;
}
/* productRow */

/* retailerRow */
.whyChooseRow {
    padding: 50px 0;
}

.retailerRow {
    padding: 30px;
}

.retailerRow .contentBox .info-box-title {
    color: #fff;
}

.retailerRow a.btn {
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff;
    text-transform: capitalize;
}

.retailerRow a.btn:hover {
    background: #fff;
    color: #0F5A75;
}

.contentBox.reaseonBox {
    box-shadow: 0px 1px 15px #ddd;
    padding: 50px 20px 15px;
    position: relative;
    margin-top: 25px;
    border-radius: 15px;
    transition: all ease 0.5s;
    background: #fff;
}

.contentBox.reaseonBox .info-box-content {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0px;
}

.contentBox.reaseonBox .info-box-title {
    font-size: 25px;
}

.contentBox.reaseonBox .info-box-inner {
    font-size: 14px;
    height: 140px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.contentBox.reaseonBox a.btn {
    color: #fff;
}

.contentBox.reaseonBox .box-icon-wrapper {
    position: absolute;
    top: -25px;
    background: #2E4071 !important;
    padding: 10px;
    border-radius: 15px;
}

.contentBox.reaseonBox .box-icon-wrapper img {
    filter: brightness(15.5);
}

.contentBox.reaseonBox:hover {
    background: #2e4071;
}

.contentBox.reaseonBox:hover .info-box-title {
    color: #fff;
}

.contentBox.reaseonBox:hover .box-icon-wrapper {
    background: #fff !important;
    box-shadow: 0px 1px 5px #000;
}

.contentBox.reaseonBox:hover .box-icon-wrapper img {
    filter: none;
}

.contentBox.reaseonBox:hover .info-box-inner {
    color: #fff;
}

.contentBox.reaseonBox:hover a.btn:hover {
    background: #fff;
    color: #2e4071;
}
/* retailerRow */

/* chapterRow */
.chapterRow .accordion {
    width: 100%;
    height: 610px;
    overflow: hidden;
    margin: 0px auto;
    border-bottom: 2px solid #2e4071;
}

.chapterRow .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid red;
}

.chapterRow .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
    margin: 0 20px;
}

.chapterRow .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid #2e4071;
}

.chapterRow .accordion ul li div a {
    display: block;
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 300ms ease-in-out;
    display: flex;
    border-radius: 15px;
}

.chapterRow .accordion ul li div a * {
    opacity: 1;
    margin: 0 0 0 10px;
    width: 100%;
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.chapterRow .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 50px;
    bottom: 0;
    margin: auto !important;
    left: 0;
    right: 0;
    transform: rotate(-90deg);
    display: block;
    color: #fff;
}

.chapterRow .accordion ul li div .title {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 210px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    left: 5%;
    position: absolute;
    opacity: 1;
}

.chapterRow .accordion ul li div a p {
    top: 240px;
    font-size: 18px;
    padding-left: 0;
    display: none;
}

.chapterRow .accordion ul li:nth-child(1) {
    background-image: url("/wp-content/uploads/2025/09/image-2025-09-05T185424.433.png");
    background-position: top center;
    background-size: cover !important;
}

.chapterRow .accordion ul li:nth-child(2) {
    background-image: url("/wp-content/uploads/2025/09/image-2025-09-05T185424.433.png");
    background-position: top center;
    background-size: cover !important;
}

.chapterRow .accordion ul li:nth-child(3) {
    background-image: url("/wp-content/uploads/2025/09/image-2025-09-05T185424.433.png");
    background-position: top center;
    background-size: cover !important;
}

.chapterRow .accordion ul li:nth-child(4) {
    background-image: url("/wp-content/uploads/2025/09/image-2025-09-05T185424.433.png");
    background-position: top center;
    background-size: cover !important;
}

.chapterRow .accordion ul li:nth-child(5) {
    background-image: url("/wp-content/uploads/2025/09/image-2025-09-05T185424.433.png");
    background-position: top center;
    background-size: cover !important;
}

.chapterRow .accordion ul li {
    background-size: cover;
    border-radius: 45px !important;
}

.chapterRow .accordion ul:hover li {
    width: 10%;
    
}

.chapterRow .accordion ul:hover li:hover {
    width: 90%;
}

.chapterRow .accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
}

.chapterRow .accordion ul:hover li:hover .title * {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 680px) {
    body {
        margin: 0;
    }

    .chapterRow .accordion {
        height: auto;
    }

    .chapterRow .accordion ul li,
    .chapterRow .accordion ul li:hover,
    .chapterRow .accordion ul:hover li,
    .chapterRow .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    .chapterRow .accordion ul li div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.chapterRow .accordion ul li div a {
    background: #464955;
    border: 0;
}

.chapterRow .accordion ul li div a:hover {
    background: none;
    border-radius: 15px !important;
}

.chapterRow .accordion ul li div a:hover h2 {
    display: none;
}

.chapterRow {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.chapterRow .contentBox .info-box-subtitle {
    text-align: center;
}

.chapterRow .contentBox .info-box-subtitle:before {
    left: 0;
    right: 0;
    margin: auto;
    left: -220px;
}

.chapterRow .contentBox .info-box-title {
    text-align: center;
}
/* chapterRow */

/* ctaRow */
.ctaRow {
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.ctaRow .contentBox .info-box-subtitle {
    text-align: center;
    padding-left: 0;
    color: #464955;
}

.ctaRow .contentBox .info-box-subtitle:before {
    left: -30%;
    right: 0;
    margin: auto;
}

.ctaRow .contentBox .info-box-title {
    color: #0A0A0A;
    text-align: center;
}

.ctaRow .contentBox .info-box-inner {
    color: #ffffffa3;
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
}

.ctaRow .contentBox .wd-button-wrapper {
    text-align: center;
}

.ctaRow.contactCta .contentBox .info-box-title {
    color: #fff;
}

.ctaRow.contactCta .contentBox a.btn {
    background: #FFFFFF;
    color: #1a1a1a !important;
}

.ctaRow.contactCta .contentBox a.btn:hover {
    background: transparent;
    color: #fff !important;
}
/* ctaRow */

/* footer */
/* footer.footer-container.color-scheme-dark {
    border: 0 !important;
    position: relative;
    left: 20%;
    width: 80% !important;
} */

.mainFooter .woodmart-title-container.title {
    color: #2e4071;
    font-weight: 600;
    font-size: 24px;
}

.mainFooter .wd-info-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.mainFooter .wd-info-box .info-box-title {
    color: #0a0f25;
    font-weight: 400;
}

.mainFooter .wd-info-box .info-box-inner {
    color: #0a0f25;
    font-weight: 300;
}

.mainFooter .menu li a {
    color: #000 !important;
}

.mainFooter a.wd-social-icon {
    background: #491D69 !important;
}

.mainFooter a.wd-social-icon:hover {
    background: #fff !important;
    color: #491d69 !important;
}

.mainFooter .gform_wrapper form {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-direction: column;
}

.mainFooter .gform_wrapper form .gform_footer.before {
    padding: 0;
    margin: 0;
}
.mainFooter .gform_wrapper form .ginput_container_email input {
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    border: 1.5px solid gray;
    color: gray !important;
}

.mainFooter .gform_wrapper form .ginput_container_email input::placeholder {
    color: gray;
    font-weight: 500;
    font-size: 12px;
}

.mainFooter .gform_wrapper form .gform_footer.before input {
    padding: 8px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    color: #fff;
    background: #2C3339;
    border: 2px solid transparent;
}

.mainFooter .gform_wrapper form .gform_footer.before input:hover {
    border: 2px solid #0a0a0a;
    background: #0a0a0a;
    color: #fff;
}

.rightsRow {
    border-top: 2px solid #0a0f25;
    padding-right: 60px;
}

.rightsRow .vc_column-inner {
    padding-top: 20px !important;
}

.rightsRow .wd-text-block {
    margin-bottom: 20px !important;
}

.rightsRow .vc_wp_custommenu {
    margin-bottom: 0px !important;
    padding-right: 60px;
}

.rightsRow  .menu {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.mainFooter {
    padding-right: 50px;
    padding-bottom: 30px;
}

.rightsRow .menu li a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.mainFooter .gform_wrapper form .gform-body.gform_body {
    width: 100%;
}

.mainFooter {
    padding-top: 50px;
}

.rightsRow .wd-text-block {
    color: #2e4071;
    font-weight: bold;
}
/* footer */

/* testiRow */
.testiRow {
    display: flex;
}

.ctaRow.testiRow.wd-rs-68e0307071f85 .contentBox .info-box-subtitle:before {
    display: none;
}

.testiRow .vc_row.wpb_row.vc_inner {
    display: flex;
    justify-content: center;
}

.testiRow .vc_row.wpb_row.vc_inner .wpb_text_column {
    color: #0A0A0AB2;
    text-align: center;
    font-size: 18px;
}

.testiRow .vc_row.wpb_row.vc_inner .woodmart-title-container {
    color: #0A0A0A;
    font-size: 26px;
}

.testiRow .vc_row.wpb_row.vc_inner .title-after_title {
    color: #0A0A0A;
    font-size: 16px;
    margin-bottom: 30px;
}

.testiRow .vc_row.wpb_row.vc_inner .wpb_single_image {
    text-align: center;
}

.testiRow .wd-button-wrapper a.btn.motivationBtn {
    border: 2px solid #0A0A0A;
    padding: 20px 35px;
    background: #0A0A0A;
    color: #fff;
}

.testiRow .wd-button-wrapper a.btn.motivationBtn:hover {
    background: transparent;
    color: #0A0A0A;
}
/* testiRow */


/* contact */
.whyChooseRow .gform-body .gfield label {
    display: none !important;
}

.whyChooseRow .gform-body .gfield input {
    border: 2px solid #1a1a1a;
}

.whyChooseRow .gform-body textarea {
    border: 2px solid #1a1a1a;
}


.whyChooseRow .gform_footer.before {
    padding-bottom: 0 !important;
}

.whyChooseRow .gform_footer.before input {
    background: #1a1a1a;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    border: 2px solid transparent;
}

.whyChooseRow .gform_footer.before input:hover {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}
/* contact */

/* shop */
.single-product-content {
    padding-top: 50px;
}
/* shop */

/* responsive */
@media screen and (max-width: 1600px) {
  
    .whb-row.whb-general-header .menu {
        gap: 25px;
    }
    
}

@media screen and (max-width: 1399px) {
    
    .mainBanner .contentBox.bannerContent .info-box-title {
        font-size: 50px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-subtitle {
        font-size: 22px;
    }
    
    .contentBox .info-box-title {
        font-size: 40px;
    }
    
    .contentBox .info-box-subtitle {
        font-size: 20px;
    }
    
    .productRow .contentBox {
        top: 20px;
    }
    
    .productRow p.price {
        font-size: 32px;
    }
    
    .rowBox {
        font-size: 18px;
    }

    .whb-row.whb-general-header .menu {
        gap: 20px;
    }
    
    .whb-row.whb-general-header .menu li a span {
        font-size: 16px;
    }

}

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

    .whb-row.whb-general-header .menu {
        gap: 15px;
    }
    
    .whb-row.whb-general-header .menu li a span {
        font-size: 14px;
    }

    .whb-row.whb-general-header a.btn {
        font-size: 12px;
    }

    .whb-row.whb-general-header a.btn {
        font-size: 12px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-subtitle {
        font-size: 20px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-title {
        font-size: 45px;
    }
    
    .contentBox .info-box-inner {
        font-size: 14px;
    }
    
    .contentBox .info-box-title {
        font-size: 35px;
    }

    /* productRow */
    .productRow .product_title {
        font-size: 35px;
    }
    
    .productRow .woocommerce-product-details__short-description p {
        font-size: 14px;
    }
    
    .rowBox {
        font-size: 14px;
        padding: 10px 0;
    }
    
    .contentBox .info-box-subtitle {
        font-size: 18px;
    }
    
    .productRow form.cart {
        margin-bottom: 0;
    }
    
    .productRow form.cart button {
        font-size: 14px;
    }
    /* productRow */

    .contentBox.reaseonBox .info-box-inner {
        font-size: 12px;
    }
    
    .contentBox.reaseonBox a.btn {
        font-size: 12px;
        padding: 0px 18px;
        min-height: 38px;
    }
    
    .contentBox.reaseonBox {
        padding: 15px 15px 15px;
        margin-top: 10px;
    }

    .chapterRow .accordion ul li div a h2 {
        font-size: 30px;
    }

    .testiRow .vc_row.wpb_row.vc_inner .wpb_text_column {
        font-size: 14px;
    }
    
    .testiRow .vc_row.wpb_row.vc_inner .woodmart-title-container {
        font-size: 24px;
    }
    
    .testiRow .vc_row.wpb_row.vc_inner .title-after_title {
        font-size: 14px;
    }
    
    .ctaRow .contentBox .info-box-inner {
        font-size: 20px;
    }
    
    .mainFooter .wpb_text_column {
        font-size: 14px;
    }
    
    .mainFooter .menu li a {
        font-size: 14px;
    }
    
    .mainFooter .wd-info-box .info-box-inner {
        font-size: 14px;
    }
    
    .rightsRow .wd-text-block {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 1025px) {
	
	.whb-row.whb-general-header .wd-header-cart {
        border-right: 0;
        padding-right: 0;
    }

    .shop-loop-head {
        margin-top: 20px !important;
    }
	
}

@media screen and (max-width: 991px) {
    
    .mainBanner .contentBox.bannerContent .info-box-subtitle {
        font-size: 18px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-title {
        font-size: 35px;
    }
    
    .contentBox .info-box-title {
        font-size: 28px;
    }
    
    .signatureContent {
        margin-bottom: 0;
    }

    /* productRow */
    .productRow .row.product-image-summary-inner .product-images {
        flex: 50%;
        max-width: 50%;
    }
    
    .productRow .row.product-image-summary-inner .summary.entry-summary {
        flex: 50%;
        max-width: 50%;
    }
    
    .productRow .product_title {
        font-size: 28px;
        margin-bottom: 5px;
    }
    
    .productRow .woocommerce-product-details__short-description p {
        padding-top: 0;
        font-size: 12px;
    }
    
    .productRow p.price {
        margin-bottom: 0;
    }
    
    .productRow .single-breadcrumbs-wrapper {
        margin: 0;
    }
    
    .productRow .contentBox .info-box-subtitle {
        display: none;
    }
    
    .productRow button.single_add_to_cart_button {
        padding: 10px 30px;
    }
    /* productRow */

    .retailerRow a.btn {
        font-size: 14px;
    }

    .whyChooseRow .wpb_column {
        width: 45%;
    }
    
    .whyChooseRow .wpb_column.gridCol {
        width: 55%;
    }
    
    .whyChooseRow .wpb_column.gridCol .wpb_column {
        width: 50%;
    }
    
    .whyChooseRow .wpb_column.gridCol .wpb_column .vc_column-inner {
        padding: 0 5px;
    }
    
    .contentBox.reaseonBox .info-box-content {
        height: 280px;
    }
    
    .contentBox.reaseonBox .info-btn-wrapper {
        margin-top: 5px;
    }
    
    .contentBox.reaseonBox {
        padding: 10px;
    }

    .chapterRow .accordion ul li div a {
        border: 5px solid #fff;
        padding: 3px 10px;
    }

    .chapterRow .accordion ul li div a {
        border: 5px solid #fff;
        padding: 3px 10px;
    }
    
    .ctaRow {
        padding: 30px 0 30px;
    }
    
    .testiRow {
        padding-bottom: 0;
    }
    
    .mainFooter .wpb_column {
        width: 50%;
    }
    
    .mainFooter {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }

}

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

    .mainBanner .contentBox.bannerContent .info-box-subtitle {
        text-align: center;
        font-size: 16px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-title {
        font-size: 32px;
        text-align: center;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-inner {
        font-size: 12px;
        text-align: center;
    }
    
    .mainBanner .contentBox.bannerContent .wd-button-wrapper {
        text-align: center;
    }
    
    .contentBox .info-box-subtitle {
        text-align: center;
        padding-left: 0;
    }
    
    .contentBox .info-box-subtitle:before {
        display: none;
    }
    
    .contentBox .info-box-title {
        font-size: 26px;
        text-align: center;
    }
    
    .contentBox .info-box-inner {
        text-align: center;
        font-size: 12px;
    }

    .signatureRow {
    display: flex;
    align-items: center;
}

    /* productRow */
        .productRow .row.product-image-summary-inner {
            flex-direction: column;
        }
        
        .productRow .row.product-image-summary-inner .product-images {
            flex: 70%;
            max-width: 70%;
        }
        
        .productRow .row.product-image-summary-inner .summary.entry-summary {
            flex: 80%;
            max-width: 80%;
        }
        
        .productRow .product_title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .productRow p.price {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .single-product-page .summary-inner {
            margin-bottom: 0;
        }
        
        .productRow .single-product-content {
            padding: 0px 0 50px;
        }
        
        .productRow .woocommerce-product-details__short-description p {
            text-align: center;
        }
        
        .productRow form.cart {
            justify-content: center;
        }
    /* productRow */

    .btnCol {
        display: flex;
    }
    
    .btnCol .inline-element {
        display: flex;
    }
    
    .btnCol .vc_column-inner .wpb_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .whyChooseRow {
        display: flex;
        flex-direction: column;
    }
    
    .whyChooseRow .wpb_column {
        width: 100% !important;
    }
    
    .whyChooseRow .wpb_column.gridCol .vc_column-inner .vc_row.wpb_row {
        display: flex;
    }
    
    .whyChooseRow .wpb_column.gridCol .vc_column-inner .vc_row.wpb_row .wpb_column {
        width: 90% !important;
    }
    
    .whyChooseRow .wpb_column.gridCol .vc_column-inner .vc_row.wpb_row .wpb_column .wpb_wrapper {
        width: 100%;
    }
    
    .contentBox.reaseonBox .info-box-content {
        height: 260px;
    }

    .contentBox.reaseonBox {
        padding-bottom: 15px;
    }
    
    .contentBox.reaseonBox .wd-button-wrapper {
        text-align: center;
    }

    .chapterRow .accordion ul li:nth-child(1) {
        margin: 0;
    }
    .chapterRow .accordion ul li:nth-child(2) {
        display: none;
    }
    
    .chapterRow .accordion ul li:nth-child(3) {
        display: none;
    }
    
    .chapterRow .accordion ul li:nth-child(4) {
        display: none;
    }
    
    .chapterRow .accordion ul li:nth-child(5) {
        display: none;
    }
    
    .chapterRow .accordion ul li div a h2 {
        text-align: center;
    }

    .contentBox .info-box-subtitle {
        font-size: 16px;
    }
    
    .testiRow .vc_row.wpb_row.vc_inner .wpb_text_column {
        font-size: 12px;
    }
    
    .mainFooter .wpb_text_column {
        font-size: 12px;
    }
    
    .mainFooter .menu li a {
        font-size: 12px;
    }
    
    .mainFooter .menu li {
        margin-bottom: 5px;
    }
    
    .mainFooter .wd-info-box .info-box-inner {
        font-size: 12px;
    }
    
    .mainFooter .wd-info-box .info-box-title {
        font-size: 16px;
    }
    
    .mainFooter .gform_wrapper form .gform_footer.before input {
        font-size: 12px;
    }
    
    .rightsRow .wd-text-block {
        font-size: 12px;
    }

}


@media screen and (max-width: 479px) {
    
    .productRow .row.product-image-summary-inner .product-images {
        flex: 100%;
        max-width: 100%;
    }
    
    .productRow .row.product-image-summary-inner .summary.entry-summary {
        flex: 100%;
        max-width: 100%;
    }
    
    .mainBanner {
        padding: 20px 0 0px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-subtitle {
        font-size: 14px;
    }
    
    .mainBanner .contentBox.bannerContent .info-box-title {
        font-size: 28px;
    }
    
    .mainBanner .contentBox.bannerContent a.btn {
        font-size: 12px;
    }
    
    .contentBox .info-box-subtitle {
        font-size: 14px;
    }
    
    .contentBox .info-box-title {
        font-size: 24px;
    }
    
    .productRow .product_title {
        font-size: 26px;
    }
    
    .productRow p.price {
        font-size: 22px;
    }
    
    .rowBox {
        font-size: 12px;
    }
    
    .productRow form.cart button {
        font-size: 12px;
    }
    
    .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
        margin: 0 !important;
    }
    
    .btnCol .vc_column-inner .wpb_wrapper {
        gap: 4px;
        row-gap: 15px;
    }
    
    .retailerRow {
        padding: 0 0 30px;
    }

    .whyChooseRow .wpb_column.gridCol .vc_column-inner .vc_row.wpb_row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .whyChooseRow {
        padding: 30px 0;
    }
    
    .chapterRow .accordion ul li {
        height: 300px;
    }
    
    .chapterRow .accordion ul li div a {
        height: 300px;
    }

    .chapterRow .accordion ul li div a h2 {
        top: 0;
    }

    .ctaRow .contentBox .info-box-inner {
        font-size: 18px;
    }
    
    .contentBox a.btn {
        font-size: 12px;
    }
    
    .mainFooter {
        display: flex;
        flex-direction: column;
    }
    
    .mainFooter .wpb_column {width: 100%;}
    
    .mainFooter .wpb_single_image {
        text-align: center;
    }
    
    .mainFooter .wpb_text_column {
        text-align: center;
    }
    
    .title-wrapper {
        text-align: center;
    }
    
    .mainFooter .menu li {
        text-align: center;
    }
    
    .mainFooter .wd-info-box .box-icon-wrapper {
        display: none;
    }
    
    .mainFooter .wd-info-box .info-box-title {
        text-align: center;
    }
    
    .mainFooter .wd-info-box .info-box-inner {
        text-align: center;
    }
    
    .mainFooter .gform_wrapper form {
        align-items: center;
    }

}
/* responsive */

/* prRow */
.aboutRow.prRow .wpb_text_column p strong {
    color: #2e4071;
}

.aboutRow.prRow.tAndPRow span a {
    text-decoration: underline;
    color: #2e4071;
}
/* prRow */

/* preloadRow */
.preloadRow {
    padding: 50px 0 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preloadRow .contentBox .info-box-title {
    color: #fff;
}

.preloadRow .contentBox .info-box-inner {
    color: #ffff;
}

.preloadRow .contentBox a.btn {
    background: #fff;
    color: #6B6D77 !important;
}

.preloadRow .contentBox a.btn:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff !important;
}
/* preloadRow */

/* prGridRow */
.prGridRow .subImgContent .info-box-title {
    font-size: 18px;
}

.prGridRow img {
    height: 390px !important;
    object-fit: cover;
    object-position: bottom;
}

.prGridRow a.btn {
    color: #fff;
}
/* prGridRow */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #384978;
	border: 2px solid #555555;
}

.footerPaddingBlock {
    padding-right: 80px;
}
