/*
Theme Name: Flooring To Go
Theme URI: https://www.loop-digital.co.uk
Author: Loop Digital Marketing Ltd
Author URI: https://www.loop-digital.co.uk
Version: 1.0
*/

html {
    overflow-x: hidden;
}

body,
html {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

#main {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(#E0DBD8), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), #E0DBD8, rgba(255, 255, 255, 1));
}

img {
    max-width: 100%;
    height: auto;
}

figure.wp-block-table {
    background: linear-gradient(120deg, rgba(221, 197, 163, 0.2), rgba(221, 197, 163, 0.05));
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
}

figure.wp-block-table td, figure.wp-block-table th {
    border: 2px solid #836D62;
}

p, a, li, div, ul, ol, span, input, textarea, select {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1.7rem;
}

a {
    text-decoration: none;
    color: #4B4B4B;
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: benton-modern-display, serif;
    color:#4B4B4B;
    padding-bottom:1.5rem;
    padding-top:1rem;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    color: #B35644;
}

h1, h1 span { 
    font-size:7.5rem;
    line-height:8.5rem;
}

h2, h2 span { 
    font-size:4.5rem;
    line-height: 5.5rem;
}

h3, h3 span, h4, h4 span, h5, h5 span {
    font-size:3.7rem;
    line-height: 4.5rem;
}


.text-white p, .text-white span, .text-white li, .text-white h2, .text-white h3, .text-white h4 {
    color:#fff;
}

.button-primary, input.wpcf7-submit, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    text-transform: uppercase;
    background-color: #B35644;
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0;
    border-radius: 16px;
    padding: 0.8rem 2.5rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
}

.button-primary:hover, .wpcf7-submit:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
    background-color: #B35644;
    color: #fff;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 16px;
}

#header {
    position: sticky;
    top:0;
    z-index:1000;
    background-color:#fff;
}

#header .logo {
    max-width:125px;
}

#header #menu-primary-menu, #header #menu-second-top-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left:1rem;
}

#header #menu-primary-menu span, #header #menu-second-top-menu span {
    font-size: 1.6rem;
    color: #4B4B4B;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header #menu-primary-menu span:hover, #header #menu-second-top-menu span:hover {
    color:#000;
    transform: translateY(-3px);
}

#header #menu-second-top-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

#header div#more-menu {
    background-color:#E6E2E0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding:0.5rem 0;
}

div#more-menu {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#more-menu.display-menu {
    display: block;
}

#header #menu-primary-menu .more-link a span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header #menu-primary-menu .more-link.toggled a span {
    color: #B35644;
}

#header #menu-second-top-menu li {
    padding-right:3rem;
    padding-left:1.5rem;
}

#header .dgwt-wcas-search-submit:before {
    display:none;
}

#header button.dgwt-wcas-search-submit {
    background-color: #836D62;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

#header input[type=search].dgwt-wcas-search-input {
    border-radius:16px;
}

#header .dgwt-wcas-search-wrapp {
    margin:0;
}

#header ::placeholder {
    font-style: normal;
    color:#836D62;
}

#header .top-bar {
    background-color:#E6E2E0;
}

#header .top-bar a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

#header .top-bar a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #B35644;
}

#header .top-bar i {
    display:inline-block;
    color:#4B4B4B;
    margin-right:0.7rem;
}

#footer-widget .social-media-link i {
    background-color: #DDC5A3;
    color: #4B4B4B;
    width: 50px;
    height: 50px;
    line-height: 5rem;
    text-align: center;
    margin-right: 10px;
    margin-top: 2rem;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widget .social-media-link i:hover {
    background-color: #4B4B4B;
    color: #B35644;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

#swiper-top-bar {
    background-color:#A7A29C;
}

#main-navbar {
    width:100%;
}

#footer-widget {
    background-color:#A7A29C;
}

#footer-widget .footer-submenu ul, #footer-widget .menu ul {
    padding-inline-start: 0;
    padding-left:0;
}

#footer-widget .menu li {
    list-style-type:none;
}

#footer-widget .menu li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widget .menu li a:hover {
    color:#B35644;
}

#footer-widget #how-to-contact {
    background-color:#B35644;
    padding: 2rem 4rem;
    max-width: 330px;
    margin-top: -6rem;
}

#footer-widget #how-to-contact h2 {
    padding-top:4rem;
}

#contact-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    width: 30px;
    height: 30px;
    z-index: 50;
    cursor: pointer;
}

#contact-form input[type="checkbox"]+span:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: -6px;
    left: -40px;
    border: 2px solid #B35644;
    margin-right: 2.5rem;
}

#contact-form input[type="checkbox"]+span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: -6px;
    left: -40px;
    visibility: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #B35644;
    font-weight: 700;
    margin-right: 2.5rem;
}

#contact-form .wpcf7-list-item-label {
    position: relative;
    margin-left:22px;
}

#contact-form input[type="checkbox"]:checked+span:after {
    visibility: visible;
}

#faqs h2 {
   color: rgba(75, 75, 75, 0.13);
   font-size:10.5rem;
   line-height:10rem;
   max-width:50%;
   position: absolute;
   left:0;
   top:0;
}

#faqs .accordion, #accordions .accordion {
    background-color: #A7A29C;
    cursor: pointer;
    padding: 1rem 1.8rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 20px;
}

#faqs .accordion.active, #accordions .accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#faqs .active, #faqs .accordion:hover, #accordions .active, #accordions .accordion:hover {
    background-color: #A7A29C;
}

#faqs .panel, #accordions .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2rem;
    background-color: #fff;
}

#faqs .accordion.active + .panel, #accordions .accordion.active + .panel {
    border: solid 2px #A7A29C;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

#showroom {
    margin:12rem 0;
}

#showroom .showroom-content-wrapper {
    background-color: #A7A29C;
}

#showroom .showroom-content {
    max-width:500px;
    padding: 6rem 0 6rem 4rem;
}

#showroom .showroom-image {
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.26);
}

#showroom .showroom-image-1 {
    left: -24rem;
    top: -10rem;
    max-width: 400px;
}

#showroom .showroom-image-2 {
    left: -8%;
    top: 28%;
    max-width: 500px;
}

#reviews h2 {
    color: rgba(75, 75, 75, 0.13);
    font-size: 10.5rem;
    line-height:9rem;
}

#reviews .ti-inner {
    background-color:#D7D1CF !important;
}

#hero-banner-wrapper .hero-image {
    border-radius: 20px;
    max-width: 550px;
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
    position: relative;
}

#hero-banner-wrapper .slide-content {
    opacity: 0;
}
#hero-banner-wrapper .carousel-item.active .slide-content {
    opacity: 1;
}

#hero-banner-wrapper h2 {
    font-size: 7.5rem;
    line-height: 8.5rem;
}

#hero-banner-wrapper i.fa-solid.fa-arrow-left, #hero-banner-wrapper i.fa-solid.fa-arrow-right {
    color: #B35644;
    border: solid 1px #B35644;
    width:4rem;
    height:4rem;
    line-height:4rem;
    text-align: center;
    border-radius:50%;
}

#hero-banner-wrapper .carousel-control-next, #hero-banner-wrapper .carousel-control-prev {
    opacity: 1;
}

#hero-banner-wrapper .carousel-control-prev {
    left: 36%;
    top: 75%;
}

#hero-banner-wrapper .carousel-control-next {
    right: 46%;
    top: 75%;
}

#swiper-top-bar-slider .cta {
    display: inline-block;
    margin-left:1rem;
}

#internal-banner {
    background: linear-gradient(120deg, rgba(131, 109, 98, 1), rgba(131, 109, 98, 0.6));
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
}

#internal-banner h1, #internal-banner h2, #internal-banner p {
    color:#fff;
}

.brand-images .brand-image {
    padding-right:4rem;
}

#why-choose {
    background-size: cover;
    background-position: center bottom;
    margin-bottom:11rem;
}

#why-choose .row {
    margin-bottom: -11rem;
}

#why-choose .why-choose--single-cta {
   background-color:#B35644;
   border-radius: 20px;
   padding:4rem 2rem;
}

#why-choose .why-choose--single-cta i {
    border: solid 1px #DDC5A3;
    color:#DDC5A3;
    width:6rem;
    height:6rem;
    text-align: center;
    line-height:6rem;
    font-size:1.8rem;
    border-radius:50%;
    margin-bottom:2rem;
}

#brand-cards .brand-wrapper {
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}

#brand-cards .brand-wrapper h2 {
    font-size:2.8rem;
}

#latest-news .news-thumb, #news-archive .news-thumb {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
}

#latest-news .news-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#latest-news .news-item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

#fifty-fifty-repeater img.fifty-image,
#fifty-fifty-repeater-2 img.fifty-image {
    border-radius: 20px;
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
}

#fifty-fifty-repeater .content-right,
#fifty-fifty-repeater-2 .content-right {
    padding-left:3rem;
}

#fifty-fifty-repeater .content-left,
#fifty-fifty-repeater-2 .content-left {
    padding-right: 3rem;
}

#swiper-shop-by-category {
    overflow: hidden;
}

#swiper-shop-by-category .category-tile {
    height:300px;
    border-radius: 20px;
    margin:0;
}

#swiper-shop-by-category .swiper-button-prev {
    left: 0;
    top: 225px;
}
#swiper-shop-by-category .swiper-button-next {
    left: 60px;
    top: 225px;
}

#swiper-shop-by-category .swiper-button-prev i, #swiper-shop-by-category .swiper-button-next i {
    color:#B35644;
    width:50px;
    height:40px;
    text-align:center;
    border:solid 2px #B35644;
    border-radius: 50%;
    line-height:3.8rem;
}

#swiper-shop-by-category .swiper-navigation-icon {
    display:none;
}

#swiper-shop-by-category h2 {
    font-size:4rem;
}

#swiper-shop-by-category .col-lg-3 {
    position: relative;
    z-index:100;
}

#swiper-shop-by-category .col-lg-9 {
    position: relative;
    overflow: visible;
    z-index:50;
}

#swiper-shop-by-category-slider {
    width: calc(100% + (50vw - 50%));
    margin-right: calc(-1 * (50vw - 50%));
    overflow: visible;
}

#swiper-shop-by-category-slider i {
    color:#fff;
    border:solid 2px #fff;
    border-radius:50%;
    width:4.5rem;
    height:4.5rem;
    text-align:center;
    line-height:4.5rem;
    display: inline-block;
}

#swiper-shop-by-category-slider h2, #swiper-shop-by-category-slider h3 {
    display: inline-block;
}

#sticky-buttons {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom:50px;
}

#sticky-buttons #whatsapp, #sticky-buttons #sticky-button {
    background-color:#B35644;
    color:#fff;
    width:5rem;
    height:5rem;
    text-align: center;
    border-radius:50%;
    line-height:5rem;
    display: inline-block;
    margin-right:10px;
    font-size:2rem;
}

#sticky-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#sticky-button.visible {
    opacity: 1;
    visibility: visible;
}

#contact-form {
    background-size: cover;
    background-position: bottom;
    -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
    position: relative;
}

#contact-form .contact-form-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(#E0DBD8), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #E0DBD8, rgba(255, 255, 255, 0.9));
    padding: 4rem;
    border-radius: 20px;
    max-width: 700px;
    -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}

#contact-form input[type="text"], #contact-form input[type="tel"], #contact-form input[type="email"], #contact-form input[type="password"], #contact-form textarea, #contact-form select, 
.product-content input[type="text"],
.product-content input[type="tel"],
.product-content input[type="email"],
.product-content textarea,
.product-content select {
    background-color:transparent;
    border:solid 2px #B35644;
    width:100%;
}

#contact-form label {
    width:100%;
    padding-bottom:0.5rem;
}

#single-post .post-info-strip {
    width:50%;
    text-align: end;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #B35644;
}

#single-post img {
    padding:2rem 0;
    border-radius:60px;
}

.fade-in-section {
    opacity: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: opacity 600ms ease-out, -webkit-transform 600ms ease-out;
    transition: opacity 600ms ease-out, -webkit-transform 600ms ease-out;
    transition: opacity 600ms ease-out, transform 600ms ease-out;
    transition: opacity 600ms ease-out, transform 600ms ease-out, -webkit-transform 600ms ease-out;
    will-change: opacity, transform;
}

.fade-in-section.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-layout .summary {
    padding-left: 2rem;
}

p.coverage {
    font-size: 2rem;
    color:#4B4B4B;
}

.woocommerce-message {
    border-top-color: #B35644;
}

.woocommerce-message::before {
    color: #B35644;
}

.woocommerce ul.products li.product a img {
    border-radius: 20px;
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.26);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size:4rem;
}

.woocommerce ul.products li.product {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.woocommerce ul.products li.product a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.woocommerce ul.products li.product .flooring-product-image-wrapper {
    position: relative;
    display: block;
}

.woocommerce ul.products li.product .flooring-product-image-wrapper::after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: auto;
    height: 100%;
    max-height: 100%;
    background: linear-gradient(219deg, #B3564400, #836D62);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.woocommerce ul.products li.product:hover .flooring-product-image-wrapper::after {
    content: "";
    background: linear-gradient(219deg, #B3564400, #836D62);
    opacity: 1;
    z-index: 2;
}

select.orderby {
    background-color:transparent;
    padding:1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-inline-start:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style-type:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-weight: 600;
    padding: 0 0 1rem 0;
    display: inline-block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width:100%;
    float:none;
    padding-bottom:4rem;
}
.woocommerce form .form-row input[type="text"], .woocommerce form .form-row input[type="tel"], .woocommerce form .form-row input[type="password"], .woocommerce form .form-row input[type="email"], .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-selection__rendered {
    background-color: transparent;
    border: solid 2px #B35644;
    width: 100%;
    border-radius:0;
}

:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.woocommerce-info {
    border-top-color: #4B4B4B;
}

.pswp__bg {
    background: linear-gradient(120deg, #836D62, #DDC5A3)!important;
}
.pswp__img {
    margin-top:15px;
}

.variable-item-contents {
    background-color:#ddc5a367;
    padding:0.5rem 1rem;
}

li.variable-item.button-variable-item {
    border-radius:0!important;
    padding:0!important;
}

.woocommerce-cart-form__cart-item span.woocommerce-Price-amount.amount,
.woocommerce-cart-form__cart-item span.woocommerce-Price-currencySymbol,
.shop_table span.woocommerce-Price-amount.amount,
.shop_table span.woocommerce-Price-currencySymbol {
    font-size:2rem;

}
.woocommerce-cart-form__cart-item dt {
    font-weight:500;
    font-size:1.7rem;
}

.woocommerce-cart-form__cart-item a {
    font-weight:600;
}

.cross-sells h2 {
    padding-bottom:2rem;
}

.cross-sells li h3 {
    font-size:2.5rem;
    line-height:3rem;
}

.cross-sells span.woocommerce-Price-amount.amount,
.cross-sells span.woocommerce-Price-currencySymbol {
    font-size:2.3rem;
}

p.stock.out-of-stock {
    padding-top: 2rem;
    padding-left: 0.5rem;
    font-size:2rem!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not( woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color:#B35644;
    color:#fff;
    border-radius:0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #B35644;
    color: #fff;
    border-radius: 0;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.woocommerce ul#shipping_method .amount {
    font-weight:500;
}

table.shop_table.shop_table_responsive {
    border: solid 2px #836D62;
    border-radius: 0;
}

.woocommerce-cart table.cart img {
    width:65px;
}

.archive .term-description {
    margin-bottom:2rem;
}

input#coupon_code{
    min-width: 200px;
    border: solid 2px #B35644;
    padding: 6px 6px 3px;
    background-color:transparent;
}

.woocommerce .quantity .qty {
    background-color: transparent;
    border:solid 2px #B35644;
    height:39px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

textarea#order_comments, .woocommerce table.shop_table {
    background-color: transparent;
    border: solid 2px #B35644;
    border-radius:0;
}

.woocommerce-checkout #payment {
    background-color: #ddc5a35d;
    border-radius:0;
}

button#place_order {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
}

.product-template-default table {
    margin-top:2rem;
}

.product-template-default table td {
    border: solid 1px #836D62;
    padding:0.75rem;
}

span.woocommerce-Price-amount.amount, span.woocommerce-Price-currencySymbol {
    color:#B35644;
    font-size: 3rem;
}

span.price-unit {
    color: #B35644;
    font-size: 4rem;
}

.product-content {
    clear: both;
    padding:3rem 0 5rem 0;
}

#price_calculator {
    margin-bottom:2rem;
}

#price_calculator input, #price_calculator select {
    background-color:transparent;
    border:none;
    border-bottom: solid 3px #B35644;
    width:100%;
    margin-left:2rem;
    float:none;
}

#price_calculator span.amount {
    font-size: 1.8rem;
    font-weight: 600;
    color: #B35644;
}

.product-content strong {
    font-weight:600;
    font-style: italic;
    color: #B35644;
}

.flooring-calculator input {
    background-color: transparent;
    border: solid 2px #B35644;
    margin-left: 1rem;
}

.flooring-calculator label {
    width:20rem;
}

.flooring-calculator .packs-required {
    font-weight:700;
}

@media screen and (max-width:1699px) {
    #showroom .showroom-image-2 {
        left: -20%;
    }
}

@media screen and (max-width:1499px) {
    #hero-banner-wrapper .carousel-control-prev {
        left: 33%;
    }
}

@media screen and (max-width:1399px) {
    #showroom {
        margin:2rem 0;
    }

    #showroom .showroom-image-1 {
        position: relative;
        left: unset;
        top:unset;
        max-width:100%;
        height:auto;
        margin:2rem 0;
    }

    #showroom .showroom-image-2 {
        display: none;
    }

    #showroom .showroom-content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    #showroom .showroom-content {
        max-width: none;
        padding: 5rem 6rem 3rem 6rem;
    }

    #hero-banner-wrapper .hero-image {
        max-width: 100%;
        height: auto;
    }

    #single-post .post-info-strip {
        width:90%;
    }
}

@media screen and (max-width:1199px) {
    #footer-widget #how-to-contact {
        max-width:100%;
        margin-top:2rem;
    }

    #swiper-shop-by-category h2{
        padding-bottom:6rem;
    }

    #swiper-shop-by-category .swiper-button-next, #swiper-shop-by-category .swiper-button-prev {
        top:102px;
    }
    
    #main-navbar {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    #menu-primary-menu {
        text-align: left;
    }

    h1, h1 span {
        font-size: 6.5rem;
        line-height: 7.5rem;
    }
    
    #sticky-buttons {
        bottom:20px;
    }

}

@media screen and (max-width:991px) {
    #faqs h2 {
        position: relative;
        margin-bottom:2rem;
    }

    #fifty-fifty-repeater .content-right, #fifty-fifty-repeater-2 .content-right, #fifty-fifty-repeater .content-left, #fifty-fifty-repeater-2 .content-left {
        padding:2rem 0;
    }

    span.price-unit {
        font-size:2.5rem;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size:2.5rem;
        line-height:3.5rem;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 1rem 1rem 2rem;
    }

    #hero-banner-wrapper .carousel-control-next, #hero-banner-wrapper .carousel-control-prev {
        position: relative;
        padding-top: 2rem;
    }

    #hero-banner-wrapper .carousel-control-prev {
        left: unset;
    }

    #hero-banner-wrapper .carousel-control-next {
        right: unset;
    }

    #hero-banner-wrapper .hero-controls-wrapper {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #hero-banner-wrapper h2 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    h1, h1 span {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float:none;
    }
    
    ul.products.columns-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .hide-mobile.brand-images {
        display:none;
    }

    #product-box ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    h1.product_title.entry-title {
      font-size:4rem;
      line-height:4.5rem;  
    }

    .product-layout .summary {
        padding: 1rem;
    }
    .woocommerce-order-received .woocommerce ul.order_details li {
        float:none;
        width:100%;
        padding:1rem 0;
        border-right:none;
    }
    .woocommerce-order-received .woocommerce ul.order_details {
        margin: 0;
        list-style: none;
        padding-inline-start: 0;
    }
    
}

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

    ul.products.columns-4 li.product {
        width:46%!important;
    }

    .product-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .product-layout .summary {
        order: 1;
    }
    
    .product-layout .woocommerce-product-gallery {
        order: 2;
    }

    #swiper-shop-by-category-slider .swiper-slide {
        padding-right:30px;
    }

    .hide-mobile .product_title.entry-title {
        display: none;
    }

}

@media screen and (max-width:599px) {
    h1, h1 span {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    h2, h2 span {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    #faqs h2, #reviews h2 {
        font-size: 6.5rem;
        line-height: 7rem;
    }

    #header .top-bar i {
        display:block;
        margin-right:0;
    }
    
    ul.products.columns-4 li.product {
        width: 42% !important;
    }
    
    input#coupon_code {
        margin-bottom: 5px;
        width:100%;
    }
    
    #product-box ul.products {
        -ms-flex-wrap: wrap;
         flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #header #menu-second-top-menu li {
        padding-right: 1rem;
        padding-left: 1.5rem;
    }

    input#length_needed {
        max-width: 90px;
    }
}

@media screen and (max-width:351px) {
    .top-bar .container>div:last-child {
        display:none;
    }
}

@media screen and (min-width: 769px) {
    .hide-desktop {
        display: none;
    }
}