.mySec {
    padding: 50px 0px;
}

.headingLeftWithButtonRight {
    padding: 50px 0px 25px;
}

.headingLeftWithButtonRight .wd-info-box {
    margin: 0px;
}

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

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

.whb-top-bar .wd-header-nav ul li a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: bold;
}

.whb-general-header .menu li:hover .wd-dropdown-menu {
    background: #000;
}

.whb-general-header .menu li:hover li {
    padding: 5px 0;
}

.whb-general-header .menu li:hover li:hover {
    background: #fff;
}

.whb-general-header .menu li:hover li a {
    padding: 10px 0;
    color: #fff;
}

.whb-general-header .menu li:hover li:hover a {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

ul.wd-nav-product-cat.wd-nav.wd-gap-m.wd-style-underline.has-product-count.woodmart-product-categories.wd-mobile-accordion {
    display: none;
}

.page-title {
    padding-top: 100px !important;
}

.wd-back-btn.wd-action-btn {
    display: none;
}

.whb-header {
    margin-bottom: 0px !important;
}

.centerLink {position: relative;}

.centerLink:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.centerLink:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #000;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.whb-row.whb-top-bar {
    padding: 5px 0px;
}

.whb-row.whb-general-header {
    position: relative;
}

.whb-row.whb-general-header .site-logo {
    position: absolute;
    top: 0;
}

.whb-row.whb-general-header .site-logo img {
    width: 200px;
    max-height: 170px !important;
    object-fit: contain;
}

.whb-row.whb-top-bar .box-icon-wrapper {
    margin-right: 10px;
}

.whb-row.whb-top-bar .box-icon-wrapper img {
    width: 20px;
}

.whb-row.whb-top-bar .wd-info-box {
    align-items: center;
}

.whb-row.whb-top-bar .info-box-inner a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.whb-general-header .menu li a {
    font-size: 15px;
    padding: 0 5px;
    text-transform: capitalize;
}

.whb-general-header .menu li {
    padding: 0 0px;
}

.whb-row.whb-header-bottom {
    padding: 10px 0px;
}

.whb-row.whb-header-bottom li a {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    text-transform: capitalize;
}

.whb-row.whb-header-bottom li a:hover {
    color: rgb(89, 86, 86);
}

.mainBanner {
    height: 670px;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.mainBanner .contactBox .info-box-subtitle {
    font-size: 14px;
    letter-spacing: 4px;
    color: #fff;
}

.mainBanner .contactBox .info-box-title {
    padding-bottom: 0;
    color: #fff;
    line-height: 70px;
    margin-bottom: 15px !important;
    font-size: 50px;
    font-weight: 400;
}

.mainBanner .contactBox .info-box-title strong {
    font-size: 76px;
    font-weight: 400;
}

.mainBanner .contactBox .info-box-title strong:last-child {
    font-size: 60px !important;
}

.mainBanner .contactBox .info-box-inner {
    color: #f5f5f5;
}

.mainBanner .contactBox a.btn.btn-color-primary {
    background: #fff;
    color: #000;
    padding: 15px 30px;
}

.mainBanner .contactBox a.btn.btn-color-primary:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.mainBanner .contactBox .info-box-title::after {
    display: none;
}

.contactBox .info-box-title {
    font-size: 55px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
    text-transform: capitalize;
    font-weight: 700;
}

.contactBox .info-box-title:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 15px;
    background: url(/wp-content/uploads/2024/03/image-96.png);
    left: 0;
    bottom: 9px;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center center;
}


.contactBox .info-box-inner {
    font-size: 16px;
}

.contactBox .btn.btn-color-primary:hover {
    background: transparent;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
}

.contactBox .btn.btn-color-primary {
    border: 2px solid transparent;
    text-transform: capitalize;
}


/* productsRow */
.productsRow .products {
    gap: 17px;
    justify-content: center;
}

.productsRow .products .product-grid-item {
    padding: 0px 0px 25px;
    margin-bottom: 0;
    position: relative;
}

.productsRow .products {
    gap: 10px;
    justify-content: center;
}

.productsRow .products .product-grid-item {
    max-width: 32%;
}

.productsRow .products .product-grid-item:after {
    content: '';
    position: absolute;
    width: 95px;
    height: 15px;
    background: url(/wp-content/uploads/2024/03/Group-1148.png);
    left: 0;
    bottom: 10px;
    background-repeat: no-repeat;
    background-position: left;
}

.productsRow .products .product-grid-item .wd-entities-title {
    font-size: 23px;
    text-align: left;
    color: #000;
}

.productsRow .products .product-grid-item .amount {
    font-size: 25px;
    color: #8C8C8C;
}

.productsRow .products .product-grid-item .wd-add-btn .wd-product-cats {
    text-align: left !important;
}

.productsRow .products .product-grid-item .wd-product-cats.woodmart-product-cats {
    text-align: left;
}

.productsRow .products .product-grid-item span.price {
    text-align: left;
}
/* productsRow */

/* bigProductCol */
.productsRow .bigProductCol .products .product-grid-item {
    max-width: 100%;
}

.productsRow .bigProductCol .products .product-element-top.wd-quick-shop {
    height: 655px;
}

.productsRow .products .product-grid-item .wd-add-btn {
    display: none;
}

.productsRow .bigProductCol .products .wd-product-cats {
    display: none !important;
}
/* bigProductCol */

/* elevateRow */
.elevateRow .info-box-content .info-box-subtitle {
    font-size: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.elevateRow .info-box-content .info-box-title {
    color: rgb(255, 255, 255);
    text-align: center;
}

.elevateRow .info-box-content .info-box-inner {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
}

/* newsLetterRow */
.newsLetterRow {
    padding: 30px 0 80px;
    margin-top: 50px;
}

.newsLetterRow .info-box-content .info-box-subtitle {
    color: rgb(0, 0, 0);
}

.newsLetterRow .info-box-content strong {
    color: rgb(140, 140, 140);
    font-weight: 400;
}

.newsLetterRow .info-box-content .info-box-title {
    color: rgb(0, 0, 0);
}

.newsLetterRow .info-box-content .info-box-inner {
    color: rgb(51, 51, 51);
    font-size: 16px;
    margin: 0px auto;
}

.newsLetterRow input#input_1_1 {
    position: relative;
    padding: 20px;
    background: rgb(140 140 140 / 44%);
    color: rgb(255, 255, 255);
}

.newsLetterRow .gform_footer.before {
    position: absolute;
    bottom: -24px;
    right: 15px;
}

.newsLetterRow .gform_footer.before input#gform_submit_button_1 {
    width: 150px;
    padding: 12px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: all 0.5s ease 0s;
}

.newsLetterRow .gform_footer.before input#gform_submit_button_1:hover {
    background: white;
    border: 1px solid black;
    color: rgb(0, 0, 0);
}
/* newsLetterRow */

/* footer */
.mainFooter .footerInfo {
    margin-bottom: 0;
}

.mainFooter .footerInfo .info-box-title {
    font-family: 'glamore', sans-serif;
    font-size: 32px;
    color: #fff;
}

.mainFooter .info-box-inner {
    color: #fff;
}

.mainFooter ul#menu-main-menu-1 {display: flex;flex-wrap: wrap;column-gap: 8px;}

.footerCol {
    padding: 0px 30px;
}

.mainFooter .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0;
}

.mainFooter .vc_column-inner {
    padding-top: 2px !important;
}

.mainFooter ul#menu-main-menu-1 a {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.mainFooter {
    padding: 0 0 70px;
}

.centerCol {
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    margin-top: 50px;
}

.copyrightRow .info-box-wrapper .box-icon-align-right {
    margin: 0;
    width: 100px;
}

.copyrightRow .info-box-wrapper .box-icon-align-right .box-icon-wrapper {
    margin-left: 0 !important;
    max-width: 100% !important;
}

.paymentIcons {
    margin: 0 !important;
}

.centeredIcon {
    padding: 0 20px;
    position: relative;
}

.centeredIcon:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.centeredIcon:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.copyrightRow {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.copyrightRow .wd-info-box {
    margin: 0;
}

.copyrightRow p {
       color: #fff;
}

.copyrightRow {
    color: #000;
}

.copyrightRow .vc_column-inner {
    padding-top: 20px !important;
}
/* footer */

.productsRow .products .product-grid-item .wd-product-cats.woodmart-product-cats a {
    color: #000;
}


/* strechedRow */
.strechedRow .wpb_single_image {
    margin: 0 !important;
}

.strechedRow .products.elements-grid .product-grid-item .product-element-top.wd-quick-shop {
    display: none;
}

.strechedRow .products.elements-grid .product-grid-item {
    height: 317px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    transition: all ease 0.5s;
}

.strechedRow .products.elements-grid .product-grid-item:hover {
    background: #1a1a1a;
}

.strechedRow .products.elements-grid .product-grid-item span.price {
    display: none;
}

.strechedRow .products.elements-grid .product-grid-item h3.wd-entities-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #8C8C8C;
}

.strechedRow .products.elements-grid .product-grid-item .wd-product-cats.woodmart-product-cats a {
    font-size: 20px;
    color: #8C8C8C;
}

.strechedRow .products.elements-grid .product-grid-item a.button {
    background: #000;
}

.strechedRow .products.elements-grid .product-grid-item:hover h3.wd-entities-title {
    color: #fff;
}

.strechedRow .products.elements-grid .product-grid-item:hover .wd-product-cats.woodmart-product-cats a {
    color: #fff;
}
/* strechedRow */

/* fourProductsRow */
.productsRow.fourProductsRow .products .product-grid-item {
    max-width: 24%;
}
/* fourProductsRow */

/* exclusiveRow */
.exclusiveRow .info-box-icon {
    position: relative;
}

.exclusiveRow  .info-box-content {
    position: absolute !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.exclusiveRow .box-icon-wrapper {
    margin: 0;
}

.exclusiveRow .info-box-content .info-box-subtitle {
    color: #fff;
}

.exclusiveRow .info-box-content .info-box-title {
    color: #fff;
    font-size: 40px;
}

.exclusiveRow .info-box-content a.btn.btn-color-default {
    background: transparent;
    color: #fff;
    font-size: 20px;
}
/* exclusiveRow */




