/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: var(--black);
}

#header,
#header a {
    color: var(--white);
}

#header-wrap {
    max-width: 1350px;
}

#header.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

#header.headroom--bottom,
#header.headroom--pinned:not(.headroom--top) {
    z-index: 999999 !important;
}

#header.headroom--unpinned {
    transform: translateY(-100%);
}

#header.headroom--pinned,
#header.headroom--unpinned.headroom--bottom {
    transform: translateY(0%);
}

#header-logo {
	width: 100%;
	height: auto;
    max-width: 180px;
}

#header-columns {
    display: flex;
    align-items: center;
}

#header-column-2 {
    flex-grow: 1;
    padding-left: 70px;
}

.header-column {
    padding-left: 15px;
    padding-right: 15px;
}

#header-column-2-inner-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.header-products-search.dgwt-wcas-widget {
    flex-grow: 1;
    max-width: 440px;
}

#header-column-2-inner-1 .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
    padding: 0 0 2px;
    border-radius: 3px;
}

#header-column-2-inner-1 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    box-shadow: none;
    font-size: 16px;
    border-radius: 3px;
    padding-inline: 15px 45px;
    border-color: #ffd100;
}

#header-column-2-inner-1 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
    box-shadow: 0 0 0 1px #e5bc00;
}

#header-column-2-inner-1 .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 4px;
    right: 10px;
    left: inherit;
    opacity: 0.4;
}

/*
* Header responsive style
*/
@media screen and (max-width: 767px) {
    .mobile-noscroll {
        overflow: hidden;
    }

    body.mobile-noscroll {
        position: fixed;
    }

    #page-wrap.mobile-noscroll {
        padding-top: 115px;
    }

    #header {
        z-index: 999999;
    }

    #header.mobile-fixed-header {
        top: 0;
        left: 0;
        position: fixed;
        background: var(--black) !important;
    }

    #header-wrap {
        padding-block: 10px;
    }

    #header-columns {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header-column {
        width: 100%;
        padding-inline: 15px !important;
    }

    #header-column-1 {
        order: 2;
        padding-top: 10px;
        padding-right: 5px !important;
    }

    #header-column-2 {
        order: 1;
    }

    #header-column-2-inner-2 {
        display: none !important;
        visibility: hidden !important;
    }

    #header-column-2-inner-1 {
        padding-bottom: 10px;
        justify-content: center;
    }

    #close-search-btn {
        font-size: 32px;
        padding-bottom: 2px;
    }

    #header-logo {
        float: left;
        max-width: 135px;
    }

    .header-products-search.dgwt-wcas-widget {
        left: 0;
        right: 0;
        top: -10px;
        z-index: 2;
        display: none;
        max-width: 100%;
        visibility: hidden;
        position: absolute;
    }

    .header-products-search.dgwt-wcas-widget.show-header-search {
        display: block;
        visibility: visible;
    }

    #header-column-2-inner-1 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
        height: 48px;
    }
}

@media screen and (min-width: 768px) {
    #page-wrap {
        opacity: 1 !important;
        margin-left: 0 !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-column-2 {
        padding-left: 15px;
    }

    #header-logo {
        max-width: 155px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header-column-2 {
        padding-left: 35px;
    }
}

/*--------------------------------------------------------------
# Desktop & Mobile Menus
--------------------------------------------------------------*/
#navbar {
    float: right;
    border-top: 1px solid #707070;
}

#navbar ul,
#navbar li {
    margin: 0;
    list-style: none;
}

#navbar li,
#navbar a {
    position: relative;
}

#navbar ul {
    font-size: 0;
}

#navbar .main-list-wrap > li {
    margin-right: 30px;
    display: inline-block;
}

#navbar .main-list-wrap > li:last-child {
    margin-right: 0;
}

#navbar a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    position: relative;
}

#navbar .main-list-wrap > li > a {
    padding: 15px 0;
}

#navbar .main-list-wrap > li:hover > a,
#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a {
    color: var(--yellow);
}

/* #navbar .main-list-wrap > li > a::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: var(--yellow);
    width: 0%;
    height: 1px;
    bottom: 36px;
    left: 0;
    transition: all 0.2s;
} */

/* #navbar .main-list-wrap > li:hover > a::after,
#navbar .main-list-wrap > li.current-menu-item > a::after,
#navbar .main-list-wrap > li.current-menu-ancestor > a::after {
    width: 100%;
} */

#navbar .main-list-wrap > li > ul {
    left: -15px;
    z-index: 999;
    display: none;
    min-width: 100%;
    padding: 0 15px;
    background: var(--white);
    position: absolute;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}

#navbar .main-list-wrap > li:hover > ul {
    display: block;
}

#navbar .main-list-wrap > li > ul > li {
    white-space: nowrap;
    border-top: 1px solid #dfdfdf;
}

#navbar .main-list-wrap > li > ul > li:first-child {
    border: none;
}

#navbar .main-list-wrap > li > ul > li > a {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

#navbar .main-list-wrap > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li.current-menu-item > a {
    color: var(--red);
}

#navbar .main-list-wrap > li > ul > li > ul {
    top: 0;
    left: 100%;
    display: none;
    background: #000;
    position: absolute;
}

#navbar .main-list-wrap > li > ul > li:hover > ul {
    display: block;
}

#navbar .main-list-wrap > li > ul > li > ul > li > a {
    padding: 15px;
    font-size: 14px;
}

#navbar .main-list-wrap > li > ul > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li > ul > li.current-menu-item > a{
    color: var(--red);
}

/*--------------------------------------------------------------
# Shop Menu
--------------------------------------------------------------*/
#header-shop-menu {
    padding-left: 70px;
}

#header-shop-menu ul,
#header-shop-menu li {
    margin: 0;
    list-style: none;
}

#header-shop-menu li {
    float: left;
    margin-left: 30px;
}

#header-shop-menu li:first-child {
    margin-left: 0;
}

#header-shop-menu li a {
    display: block;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

#header-shop-menu li#my-account-btn a {
    padding-left: 25px;
}

#header-shop-menu li#cart-btn a {
    padding-left: 26px;
}

#header-shop-menu li:hover a {
    color: var(--yellow);
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/*
* Toggle Menu
*/
#toggle-menu {
    float: right;
    display: none;
    min-width: 100px;
}

#toggle-menu ul,
#toggle-menu li {
    margin: 0;
    list-style: none;
}

#toggle-menu li {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
}

#toggle-menu li::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #707070;
    height: 35px;
    width: 1px;
    margin: auto;
    top: 0;
    left: -0;
    bottom: 0;
}

#toggle-menu li:first-child {
    margin-left: 0;
}

#toggle-menu li:first-child::before {
    display: none;
}

#toggle-menu li:hover * {
    cursor: pointer;
}

#toggle-menu li#search-toggle-btn i,
#toggle-menu li#call-btn a {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
}

#toggle-menu li#search-toggle-btn i::before,
#toggle-menu li#search-toggle-btn i::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}

#toggle-menu li#search-toggle-btn:not(.search-btn-open) i::before {
    right: 5px;
    bottom: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid var(--white);
}

#toggle-menu li#search-toggle-btn:not(.search-btn-open) i::after {
    top: 12px;
    left: 10px;
    width: 2px;
    height: 9px;
    border-radius: 2px;
    background: var(--white);
    transform: rotate(-45deg);
}

#toggle-menu li#search-toggle-btn.search-btn-open i::before,
#toggle-menu li#search-toggle-btn.search-btn-open i::after {
    width: 3px;
    height: 21px;
    background: var(--sunset-orange);
}

#toggle-menu li#search-toggle-btn.search-btn-open i::before {
    transform: rotate(45deg);
}

#toggle-menu li#search-toggle-btn.search-btn-open i::after {
    transform: rotate(-45deg);
}

#menu-toggle i {
    width: 50px;
    height: 50px;
    font-size: 6px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    line-height: 68px;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
}

#menu-toggle i span::before,
#menu-toggle i span::after {
    content: '';
}

#menu-toggle i span,
#menu-toggle i span::before,
#menu-toggle i span::after {
    width: 22px;
    height: 3px;
    margin: auto;
    background: var(--white);
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-toggle i span {
    top: 0;
    bottom: 0;
}

#menu-toggle i span::before {
    top: -7px;
}

#menu-toggle i span::after {
    bottom: -7px;
}

#menu-toggle i.mobile-btn-open span {
    background: none;
}

#menu-toggle i.mobile-btn-open span::before,
#menu-toggle i.mobile-btn-open span::after {
    background: var(--sunset-orange);
}

#menu-toggle i.mobile-btn-open span::before {
    -webkit-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -moz-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -ms-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -o-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
}

#menu-toggle i.mobile-btn-open span::after {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -moz-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -ms-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -o-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
}

/*
* Mobile hamberger main menu
*/
#mobile-navigation {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    position: fixed;
    padding-top: 115px;
    background: var(--black);
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    transform: translateY(-125%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#mobile-menu {
    width: 100%;
    padding: 0 30px;
    background: var(--white);
    backface-visibility: hidden;
}

#mobile-menu ul,
#mobile-menu li {
    margin: 0;
    list-style: none;
}

#mobile-menu li,
#mobile-menu a {
    position: relative;
}

#mobile-menu a {
    color: #000;
    display: block;
    font-size: 16px;
    padding: 16px 0;
}

.mobile-sub-menu-toggle {
    right: 0;
    top: 2px;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    position: absolute;
    text-align: center;
}

#mobile-menu ul > li > ul li.menu-item-has-children > .mobile-sub-menu-toggle {
    top: 0;
    height: 56px;
}

#mobile-menu .mobile-main-list-wrap > li {
    border-top: 1px solid #e8e8e8;
}

#mobile-menu .mobile-main-list-wrap > li:first-child {
    border: none;
}

#mobile-menu .mobile-main-list-wrap > li > a {
    font-weight: 400;
}

#mobile-menu li.menu-item-has-children > a {
    width: calc(100% - 60px);
}

#mobile-menu li.menu-item-has-children > ul {
    display: none;
    position: relative;
}

#mobile-menu .mobile-main-list-wrap > li > ul > li > a {
    padding: 12px 0 12px 25px;
}

#mobile-menu .mobile-main-list-wrap > li > ul > li > ul > li > a {
    padding: 12px 0 12px 50px;
}

#mobile-menu li > a:hover,
#mobile-menu li.current-menu-item > a:not([href*="#"]),
#mobile-menu li.current-menu-ancestor > a {
    color: var(--sunset-orange);
}

.mobile-sub-menu-toggle i {
    inset: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-135deg);
    
}

.mobile-sub-menu-toggle.mobile-sub-menu-toggle-reverse i {
    transform: rotate(45deg);
}

#mobile-menu-contact-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--white);
    text-align: center;
    position: relative;
    padding: 35px 30px;
    background: var(--dark-charcoal);
}

#mobile-menu-contact-info-inner {
    z-index: 2;
    position: relative;
}

#mobile-menu-contact-info a {
    color: var(--white);
    display: inline-block;
}

#mobile-menu-contact-info a:hover {
    color: var(--red);
}

#mobile-menu-contact-info-inner *:last-child {
    margin-bottom: 0;
}

#mobile-logo {
    padding: 0;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#mobile-menu-contact-info-inner .widget {
    margin-top: 35px;
}

/*--------------------------------------------------------------
## Social Links Menu
--------------------------------------------------------------*/
.menu-social-links-menu-container ul,
.menu-social-links-menu-container li {
    margin: 0;
    font-size: 0;
    list-style: none;
}

.menu-social-links-menu-container ul {
    text-align: center;
    white-space: nowrap;
}

.menu-social-links-menu-container li {
    display: inline-block;
}

.menu-social-links-menu-container li {
    margin-right: 10px;
}

.menu-social-links-menu-container li:last-child {
    margin-right: 0;
}

.menu-social-links-menu-container li a {
    padding: 0;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s;
    background: var(--yellow);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-social-links-menu-container li a:hover {
    background: var(--sunset-orange);
}

/*
* Desktop & Mobile Menus responsive style
*/
@media screen and (max-width: 767px) {
    #header-shop-menu {
        padding-left: 0;
    }

    #header-shop-menu li {
        margin-left: 18px;
    }

    #header-shop-menu li a {
        font-size: 12px;
    }

    #mobile-navigation.mobile-menu-open {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    #toggle-menu {
        display: block !important;
    }

    #navbar {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-shop-menu {
        padding-left: 20px;
    }

    #header-shop-menu li {
        margin-left: 15px;
    }

    #header-shop-menu li a {
        font-size: 13px;
    }

    #navbar .main-list-wrap > li {
        margin-right: 11px;
    }

    #navbar a {
        font-size: 13px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #navbar .main-list-wrap > li {
        margin-right: 20px;
    }

    #navbar a {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
.page-main-title-cnt {
    margin-bottom: 35px;
    border-bottom: 1px solid #cbcbcb;
}

.page-main-title-cnt h1 {
    margin-bottom: 25px;
}

body.woocommerce-cart .page-main-title-cnt h1,
body.woocommerce-checkout .page-main-title-cnt h1 {
    text-transform: uppercase;
}

/*
*BreadCrumbs
*/
.page-breadcrumbs *,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 14px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #929292;
}

.page-breadcrumbs a,
.breadcrumb-seperator,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: var(--black);
}

.page-breadcrumbs .breadcrumb_last {
    color: #929292;
}

.page-breadcrumbs a:hover,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    color: var(--black);
    text-decoration: underline;
}

.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 35px !important;
}

/*
* CTA's
*/
.products-cta-cnt {
    padding-inline: 7px;
}

.products-cta-cnt > .vc_column_container > .vc_column-inner {
    padding-inline: 8px;
}

.shop-now-cta a,
.shop-now-cta img,
.products-list-cta a,
.products-list-cta img {
    display: block;
}

.shop-now-cta img,
.products-list-cta img {
    transition: all 0.2s;
}

.shop-now-cta a:hover img,
.products-list-cta a:hover img {
    padding: 6px;
}

.shop-now-cta a,
.products-list-cta a {
    display: flex;
    overflow: hidden;
    position: relative;
}

.shop-now-cta a::before,
.products-list-cta a::before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(
    90deg,
    hsla(0, 85%, 65%, 1) 0%,
    hsla(45, 88%, 58%, 1) 100%);
    width: 155%;
    height: 155%;
    left: -30%;
    top: -30%;
    z-index: 0;
}

.shop-now-cta a::before {
    width: 250%;
    height: 250%;
    left: -70%;
    top: -70%;
}

.shop-now-cta a:hover::before,
.products-list-cta a:hover:before {
    animation: rotate 3s linear infinite;
}

.shop-now-cta-content-cnt,
.products-list-cta-content {
    z-index: 1;
    position: relative;
}

.cta-title {
    left: 0;
    right: 0;
    margin: 0;
    bottom: 35px;
    color: var(--white);
    text-align: center;
    position: absolute;
    transition: all 0.2s;
}

.products-list-cta a:hover .cta-title {
    text-shadow: 0 0 4px rgba(255, 196, 11, 0.22);
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }
  
    to {
        transform: rotate(360deg);
    }
}

.shop-now-cta-content {
    left: 35px;
    bottom: 35px;
    position: absolute;
}

.shop-now-cta-title {
    font-size: 60px;
    color: var(--white);
}

.shop-now-btn {
    overflow: hidden;
    padding: 13px 25px;
    position: relative;
    color: var(--black);
    display: inline-block;
    background: var(--white);
    font: 700 18px var(--s-font-family);
}

.shop-now-btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    background: var(--yellow);
    transition: all 0.15s ease-in-out;
}

.shop-now-btn::before {
    left: 0;
    right: 0;
    bottom: 0;
}

.shop-now-btn i {
    z-index: 2;
    font-style: normal;
    position: relative;
}

.shop-now-cta a:hover .shop-now-btn {
    color: var(--black);
}

.shop-now-cta a:hover .shop-now-btn::before {
    height: 100%;
}

/*
* Content Banner
*/
.content-banner-with-title-bottom-center > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.banner-with-middle-tittle > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.content-banner-title,
.banner-middle-title {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    color: var(--white) !important;
}

.content-banner-title {
    margin: 0;
    font-size: 150px;
    line-height: 100px;
}

.banner-middle-title {
    top: 0;
    display: flex;
    padding: 35px;
    font-size: 72px;
    align-items: center;
    justify-content: center;
}

.bixby-banner {
    background-position: center bottom !important;
}

.kayak-banner {
    background-position: top center !important;
}

/*
* Home page
*/
#home-video-cover-image {
    height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}

#home-video-title {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 150px;
    line-height: 125px;
    text-align: center;
    color: var(--white);
    position: absolute;
    padding: 15px 15px 25px;
    text-transform: uppercase;
}

#home-video-title span {
    display: block;
    font-weight: 400;
    font-style: italic;
}

.banner-with-bottom-right-title > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.banner-with-bottom-right-title .banner-overlay-title {
    bottom: 0;
    margin: 0;
    right: -11px;
    position: absolute;
    font: 700 150px/100px var(--b-font-family);
}

/*
* Blog Section
*/
#post-categories-dropdown-menu {
    margin-bottom: 25px;
}

#post-categories-dropdown-menu-cnt {
    float: right;
}

#post-category-select-form label {
    display: block;
    padding-bottom: 5px;
    font: 700 18px var(--s-font-family);
}

#post-category-select-form select {
    height: 42px;
    font-size: 14px;
    padding: 10px 15px;
}

.prettydropdown>ul {
    font: 400 16px var(--s-font-family);
}

#archive-intro *:last-child {
    margin-bottom: 25px;
}

#archive-intro {
    margin-bottom: 25px;
    border-bottom: 1px solid #cbcbcb;
}

#category-bottom-description-cnt *:last-child {
    margin-bottom: 0;
}

#category-bottom-description-cnt {
    padding-bottom: 70px;
}

#blog-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-post-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.blog-post-item-thumb {
    height: 300px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post-item-thumb a,
.blog-post-item-thumb img {
    display: block;
    width: 100% !important;
    height: 300px !important;
}

.blog-post-item-thumb img {
    object-fit: cover;
}

.blog-post-item-content {
    position: relative;
}

.blog-post-item-title {
    font-size: 21px;
    font-weight: 600;
}

.blog-post-item-title a {
    color: var(--black);
}

.blog-post-item-title a:hover {
    color: var(--dark-charcoal);
}

body.single-post .single-post-has-featured-img::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fafafa;
    width: 100%;
    height: 70%;
    max-height: 500px;
    left: 0;
    top: 0;
}

body.single-post #content-wrap {
    max-width: 1010px;
}

.post-entry-title {
    font-size: 42px;
    margin-bottom: 0;
    text-align: center;
}

#post-featured-img {
    overflow: hidden;
    max-height: 500px;
    padding-top: 35px;
    object-fit: cover;
    text-align: center;
}

#post-featured-img img {
    width: 100%;
    height: 100%;
    display: block;
}

#post-share-icons {
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
}

body.single-post .entry-content h2 {
    font-size: 26px;
    font-weight: 600;
}

body.single-post .entry-content h3 {
    font-size: 24px;
    font-weight: 600;
}

.post-about-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.post-about-img img {
    display: block;
    border-radius: 50%;
    border: 3px solid #fcfcfc;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.22);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.22);
}

.post-about-bio {
    padding: 25px;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 35px;
    background: #fafafa;
    border-radius: 12px;
    position: relative;
}

.post-about-bio *:last-child {
    margin-bottom: 0;
}

.post-about-bio::before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    top: -38px;
    left: 0;
    right: 0;
    border: 20px solid #fafafa;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.post-about-bio-contact {
    font-style: normal;
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.wr-featured-posts {
    gap: 30px;
    display: grid;
    margin-bottom: 35px;
    grid-template-columns: repeat(3, 1fr);
}

.wr-featured-post-thumb,
.wr-featured-post-thumb img {
    display: block;
}

.wr-featured-post-thumb {
    margin-bottom: 35px;
}

.wr-featured-title {
    margin-bottom: 20px;
}

.wr-featured-title a {
    display: block;
    color: var(--black);
    font: 700 21px var(--s-font-family);
}

.wr-featured-description {
    margin-bottom: 35px;
}

.wr-featured-description *:last-child {
    margin-bottom: 0;
}

/*
* Contact Us
*/
.contact-phone-icon,
.contact-email-icon,
.contact-globe-icon,
.contact-address-icon,
.contact-business-hours-icon {
    position: relative;
}

/*--------------------------------------------------------------
## FAQS
--------------------------------------------------------------*/
/*
* Simple FAQs
*/
.simple-faq-post-title {
    font-size: 21px;
    text-transform: uppercase;
}

.simple-faq-post-title a {
    color: var(--black);
    display: inline-block;
}

.simple-faq-post-title a:hover {
    text-decoration: underline;
}

.simple-faq-answer {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #e8e8e8;
}

/*
* Accordion FAQs
*/
#accordion-faqs-cnt {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-faq-post-item {
    margin: 0;
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.accordion-faq-post-item:first-child {
    padding-top: 0;
}

.accordian-faq-post-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.accordian-faq-post-title a {
    display: block;
    position: relative;
    padding: 15px 85px 15px 35px;
}

.accordian-faq-post-title a::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    height: 12px;
    width: 12px;
    right: 35px;
    bottom: 0;
    top: 0;
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    border-radius: 0 0 0 2px;
    transform: rotate(-45deg);
}

.accordian-faq-post-title a.active::before {
    transform: rotate(135deg);
}

.accordion-faq-answer {
    display: none;
    padding: 1px 35px 35px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.faq-answer *:last-child {
    margin-bottom: 0;
}

/*
* Logos Carousel
*/
.logo-carousel-cnt {
    margin-bottom: 35px;
}

/*
* Main content section responsive style
*/
@media screen and (max-width: 575px) {
    .blog-post-item {
        float: none;
        clear: both;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: auto !important;
    }
    
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-item {
        width: 50%;
    }

    .blog-post-item:nth-child(2n+1) {
        clear: left;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 175px !important;
    }
}

@media screen and (max-width: 767px) {
    #home-video-cover-image {
        height: 350px;
    }

    #category-bottom-description-cnt {
        padding-bottom: 50px;
    }

    .blog-post-item {
        margin-bottom: 20px;
    }

    .wp-pagenavi,
    .custom-posts-wrap {
        padding-bottom: 35px;
    }

    .accordian-faq-post-title {
        font-size: 18px;
    }

    .accordian-faq-post-title a {
        padding-left: 15px;
        padding-right: 65px;
    }

    .accordian-faq-post-title a::before{
        right: 20px;
        width: 10px;
        height: 10px;
    }

    .simple-faq-post-title {
        font-size: 24px;
    }

    #post-categories-dropdown-menu-cnt {
        float: none;
    }

    #post-category-select-form #prettydropdown-category {
        width: 100% !important;
    }

    .wr-featured-posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .wr-featured-post {
        max-width: 400px;
        margin-inline: auto;
    }

    .banner-middle-title,
    .content-banner-title,
    .banner-with-bottom-right-title .banner-overlay-title {
        line-height: 1;
        font-size: 8vw;
        margin-bottom: 0;
    }

    .content-banner-title {
        font-size: 16vw;
        line-height: 0.69;
    }

    /* .banner-with-middle-tittle .cover-img,
    .banner-with-bottom-right-title .cover-img,
    .content-banner-with-title-bottom-center .cover-img {
        margin-bottom: 0 !important;
    } */

    /* .banner-middle-title,
    .content-banner-title,
    .banner-with-bottom-right-title .banner-overlay-title {
        position: static;
        line-height: 1;
        font-size: 7vw;
        padding: 20px 15px;
        text-align: center !important;
        color: var(--yellow) !important;
        background: var(--black) !important;
    }

    .banner-middle-title,
    .banner-overlay-title,
    .content-banner-title {
        margin-bottom: 35px !important;
    } */

    .shop-now-cta-content {
        left: 20px;
        bottom: 20px;
    }

    .shop-now-cta-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .shop-now-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .sidebar-cta-1 {
        max-width: 500px;
        margin-inline: auto;
    }
}

@media screen and (min-width: 768px) {
    .blog-post-item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-item {
        margin-bottom: 35px;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 160px !important;
    }

    .wp-pagenavi,
    .custom-posts-wrap {
        padding-bottom: 50px;
    }

    .wr-featured-title a {
        font-size: 16px;
    }

    .content-banner-title {
        font-size: 90px;
        line-height: 55px;
    }

    .banner-middle-title {
        font-size: 50px;
    }

    .shop-now-cta-content {
        left: 20px;
        bottom: 20px;
    }

    .shop-now-cta-title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .shop-now-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media screen and (min-width: 992px) {
    .blog-post-item {
        margin-bottom: 55px;
    }

    .custom-posts-wrap {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 200px !important;
    }

    .shop-now-cta-content {
        left: 25px;
        bottom: 25px;
    }

    .shop-now-cta-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 252px !important;
    }

    .shop-now-cta-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .banner-with-bottom-right-title .banner-overlay-title {
        font-size: 80px;
        line-height: 55px;
    }

    #home-video-cover-image {
        height: 500px;
    }
}

@media screen and (max-width: 1399px) {
    #home-video-title {
        font-size: 9vw;
        line-height: 0.9;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-why-section-title {
    text-align: center;
    margin-bottom: 35px;
}

#footer-why-section-widgets {
    gap: 30px;
    display: grid;
    padding-bottom: 35px;
    grid-template-columns: repeat(4, 1fr);
}

#footer-why-section-widgets .widget {
    border-radius: 50px;
    padding: 100px 30px 30px;
    border: 1px solid #d7d1c5;
}

#footer-why-section-widgets .widget-title {
    font-size: 21px;
    margin-bottom: 5px;
}

.usp-icons {
    position: relative;
}

#footer-top {
    background: var(--yellow);
}

#footer-top-wrap {
    padding: 15px 0;
}

#footer-top-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-top-column {
    padding-inline: 15px;
}

#footer-top-columns a {
    color: var(--black);
}

#footer-top-columns a:hover {
    color: var(--black);
    text-decoration: underline;
}

.footer-top-column .widget-title {
    font-size: 21px;
    margin-bottom: 0;
    margin-right: 35px;
}

#footer-top-column-1 {
    width: calc(100% - 32%);
}

#footer-top-column-2 {
    width: 32%;
}

.footer-top-contact-widget,
.footer-top-social-links-widget {
    display: flex;
    align-items: center;
}

.footer-top-contact-widget ul,
.footer-top-contact-widget li {
    margin: 0;
    list-style: none;
}

.footer-top-contact-widget li {
    float: left;
    margin-left: 35px;
}

.footer-top-contact-widget li:first-child {
    margin-left: 0;
}

.footer-top-contact-widget li a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

#footer {
    background: var(--black);
}

#footer,
#footer a {
    font-size: 14px;
    color: var(--white);
}

#footer a:hover {
    color: var(--yellow);
}

#footer-columns {
    display: flex;
    flex-wrap: wrap;
}

.footer-column {
    padding-left: 15px;
    padding-right: 15px;
}

#footer-column-1 {
    width: 28%;
}

#footer-column-2 {
    gap: 25px;
    width: 32%;
    display: flex;
    margin-inline: auto;
    justify-content: space-between;
}

#footer-column-3 {
    width: 32%;
}

.footer-column .widget {
    margin-top: 35px;
}

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

.footer-column .widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
}

.footer-column .widget .widget-title a {
    display: inline-block;
    font-size: 18px !important;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu ul li {
    margin-left: 0;
    list-style: none;
}

#footer-logo {
    width: 100%;
    height: auto;
    max-width: 180px;
}

.footer-menu-three .widget-title {
    white-space: nowrap;
}

.footer-menu-two,
.footer-menu-three {
    margin-top: 0 !important;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
#copyright {
    font-size: 14px;
    background: var(--black);
}

#copyright-wrap {
    padding-top: 0;
}

#copyright,
#copyright a {
    color: #929292;
}

#copyright a:hover {
    color: var(--white);
}

#copyright *:last-child {
    margin-bottom: 0;
}

/*
* Footer & Copyright responsive style
*/
@media screen and (max-width: 575px) {
    .footer-top-contact-widget .textwidget {
        text-align: center;
    }

    .footer-top-contact-widget li {
        float: none;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    .footer-top-contact-widget li:last-child {
        margin-bottom: 0;
    }

    #footer-column-1,
    #footer-column-2 {
        text-align: center;
    }

    #footer-column-2 {
        display: block;
    }

    .footer-menu-two, .footer-menu-three {
        margin-top: 35px !important;
    }
}

@media screen and (max-width: 767px) {
    #footer-top-wrap {
        padding-block: 35px;
    }

    #footer-top-column-1 {
        padding-top: 20px;
    }

    .footer-top-contact-widget,
    .footer-top-social-links-widget {
        display: block;
    }

    .footer-top-column .widget-title {
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .menu-social-links-menu-container li a {
        background: var(--white);
    }

    #footer-columns {
        flex-direction: column;
    }

    .footer-column {
        float: none;
        clear: both;
        margin-top: 35px;
        width: 100% !important;
        padding-inline: 15px !important;
    }

    #footer-columns .footer-column:first-child {
        margin-top: 0;
    }

    #footer-logo {
        max-width: 155px;
        margin-inline: auto;
    }

    body #gform_wrapper_2.gform_wrapper .gform_footer {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .footer-top-contact-widget li.email-icon a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-column .widget-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #footer-column-1 {
        order: 1;
        width: 50%
    }

    #footer-column-2 {
        order: 3;
        width: 100%;
        padding-top: 35px;
        padding-inline: 15px;
    }

    #footer-column-3 {
        order: 2;
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    #footer-top-columns {
        flex-direction: column;
    }

    #footer-top-column-1 {
        order: 2;
    }

    #footer-top-column-2 {
        order: 1;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #footer-column-1 {
        width: 30%;
    }

    #footer-column-2,
    #footer-column-3 {
        width: 35%;
    }
}

@media screen and (max-width: 1399px) {
    .footer-top-column .widget-title {
        margin-right: 15px;
    }

    .footer-top-contact-widget li {
        margin-left: 15px;
    }

    #footer-top-columns {
        flex-wrap: nowrap;
    }

    #footer-top-column-1,
    #footer-top-column-2 {
        width: inherit;
    }
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
body.woocommerce #tertiary {
    float: left;
}

body.woocommerce #regular-index {
    float: right;
}

#content-wrap.wr-shop-content-wrapper {
    padding-top: 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 16px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    height: 50px !important;
}

/*
* WooCommerce Notice
*/
.woocommerce-message,
.woocommerce-info {
    position: relative;
    color: var(--white);
    background: var(--black);
    padding: 15px 100px 15px 50px;
    border-top-color: var(--yellow);
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--yellow);
}

.woocommerce-message a,
.woocommerce-info a {
    color: var(--sunset-orange);
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: var(--sunset-orange);
    text-decoration: underline;
}

.woocommerce-info .button,
.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 {
    top: 12px;
    right: 15px;
    height: 35px;
    width: 90px;
    display: flex;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    color: var(--black);
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    text-transform: uppercase;
    text-decoration: none !important;
    font: 600 12px/1 var(--s-font-family);
}

.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 {
    color: var(--white);
    background: var(--sunset-orange);
}

/*
* Shop page
*/
#content.shop-content-container {
    position: relative;
}

#content.shop-content-container::before {
    content: '';
    display: block;
    position: absolute;
    background: #cbcbcb;
    height: calc(100% - 70px);
    width: 1px;
    top: 0;
    left: -45px;
}

.woocommerce-products-header__title {
    font-size: 30px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 35px;
}

.woocommerce .woocommerce-result-count {
    padding-top: 8px;
    font: 700 21px var(--s-font-family);
}

.woocommerce .woocommerce-ordering .prettydropdown > ul {
    font-size: 12px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.wr-selected-products-loop .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wr-selected-products-loop .woocommerce ul.products > li {
    margin: 0;
    width: 25%;
}

.wr-selected-products-loop .woocommerce ul.products li.product,
.wr-selected-products-loop .woocommerce-page ul.products li.product {
    margin: 0;
    width: 25%;
    float: none;
    margin-bottom: 70px;
    vertical-align: top;
    display: inline-block;
}

.wr-selected-products-loop .wr-product-info-cnt {
    text-align: left;
    position: relative;
    padding-inline: 15px;
}

ul.products li.product a.woocommerce-LoopProduct-link {
    height: 100%;
}

body:not(.woocommerce-cart) .product-thumbnail img,
.woocommerce ul.products li.product a img {
    width: auto !important;
    height: 270px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain;
}

.wr-selected-products-loop .woocommerce .woocommerce-result-count,
.wr-selected-products-loop .woocommerce .woocommerce-ordering {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 15px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding-block: 0;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .wr-product-info-cnt a.button {
    max-width: 150px;
    text-align: center;
    padding: 12px 25px;
    color: var(--black);
    margin-bottom: 20px;
    background: var(--yellow);
    text-transform: uppercase;
    font: 700 18px var(--s-font-family) !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .wr-product-info-cnt a.button:hover {
    color: var(--yellow);
    background: var(--black);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after {
    top: 16px;
    font-size: 11px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after {
    font-size: 14px;
    vertical-align: middle;
}

.wr-product-out-of-stock-badge {
    margin: auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--black);
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    top: 80px;
    right: 0;
    left: 0;
}

.wr-product-out-of-stock-badge p {
    margin: 0;
    text-transform: uppercase;
    font: 700 21px/1.1 var(--s-font-family);
}

.woocommerce ul.products li.product a.wc-forward {
    font-size: 12px;
    color: #929292;
    margin-left: 10px;
}

.woocommerce ul.products li.product a.wc-forward:hover {
    color: var(--black);
}

.woocommerce-products-compare-compare-button {
    margin-block: 5px;
    font-size: var(--b-font-size);
}

.woocommerce ul.products li.product .star-rating {
    font-size: 16px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .product-specifications {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    text-align: left;
    color: var(--black);
    align-items: center;
}

.woocommerce ul.products li.product .product-specifications span {
    width: 50%;
}

.woocommerce ul.products li.product .product-specifications span:first-child {
    padding-right: 7px;
}

.woocommerce ul.products li.product .product-specifications span:last-child {
    padding-left: 7px;
}

.woocommerce ul.products li.product .product-specifications span strong {
    display: inline;
}

.woocommerce-products-compare-compare-link {
    top: 6px;
    color: var(--black);
    position: relative;
}

.woocommerce-products-compare-compare-link:hover {
    color: var(--sunset-orange);
}

body.archive.woocommerce ul.products,
body.archive.woocommerce-page ul.products {
    display: grid;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #cbcbcb;
    grid-template-columns: repeat(3, 1fr);
}

body.archive.woocommerce ul.products li.product,
body.archive.woocommerce-page ul.products li.product {
    margin: 0;
    float: none;
    clear: both;
    width: 100%;
    border-top: 1px solid #cbcbcb;
}

body.archive.woocommerce ul.products li.product .wr-product-info-cnt,
body.archive.woocommerce-page ul.products li.product .wr-product-info-cnt {
    padding: 35px 15px;
}

ul.products li.product .wr-product-info-cnt {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.archive.woocommerce ul.products li.product:hover,
body.archive.woocommerce-page ul.products li.product:hover {
    -webkit-box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
}

.return-to-shop a {
    padding: 11px 35px;
    border-radius: 3px;
    color: var(--white);
    display: inline-block;
    background: var(--black);
    font: 500 18px var(--s-font-family);
}

.return-to-shop a:hover {
    color: var(--yellow);
}

/*
* Products Carousel
*/
.wr-home-featured-products-list {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.product-item {
    margin-bottom: 70px;
}

.product-thumbnail a,
.product-thumbnail img {
    display: block;
}

.product-thumbnail {
    margin-bottom: 25px;
}

.product-thumbnail a {
    position: relative;
}

.product-thumbnail img {
    transition: all 0.2s;
}

.product-thumbnail a:hover img {
    transform: scale(1.1);
}

.sale-badge,
.woocommerce span.onsale {
    top: 0;
    z-index: 2;
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    padding: 4px 15px;
    position: absolute;
    color: var(--black);
    display: inline-block;
    text-transform: uppercase;
    background: var(--yellow);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    font: 500 14px var(--s-font-family) !important;
}

.sale-badge {
    right: 0;
}

.woocommerce ul.products li.product .onsale {
    top: 15px;
    margin: 0;
}

.product-brand {
    font-size: 16px;
    color: #929292;
    margin-bottom: 0;
}

.product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 700 21px var(--s-font-family)
}

.product-title a,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    display: block;
    color: var(--black);
}

.product-title a:hover {
    color: var(--sunset-orange);
}

body:not(.woocommerce-cart) .product-price,
.woocommerce ul.products li.product .price {
    display: block;
    color: var(--black);
    margin-bottom: 16px;
    font: 700 24px var(--s-font-family) !important;
}

.product-price del {
    color: #929292;
}

.select-option-button,
.add-to-cart-button {
    padding: 12px 25px;
    border-radius: 3px;
    color: var(--black);
    display: inline-block;
    background: var(--yellow);
    text-transform: uppercase;
    font: 700 18px var(--s-font-family);
}

.select-option-button:hover,
.add-to-cart-button:hover {
    color: var(--yellow);
    background: var(--black);
}

.wr-product-low-stock-badge {
    margin-bottom: 0;
    color: var(--red);
}

body.single .wr-product-low-stock-badge {
    margin-bottom: 30px;
}

/*
* Shop Sidebar
*/
.shop-sidebar-search .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
    padding: 0 !important;
}

.shop-sidebar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 50px;
    border-radius: 0 !important;
    padding: 10px 65px 10px 15px;
    border: 1px solid var(--black);
}

.shop-sidebar-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    width: 50px;
    height: 50px;
    border-radius: 0;
    top: 0 !important;
    right: 0 !important;
    left: inherit !important;
    border-left: 1px solid var(--black);
}

.shop-sidebar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.shop-sidebar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    opacity: 0.5;
}

.shop-sidebar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover svg {
    opacity: 0.9;
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li a:hover,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current_page_ancestor > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current_page_parent > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current_page_item > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current-menu-parent > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current-menu-ancestor > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current-menu-item > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.current-cat > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.wpb-wmca-current-cat-parent > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li.wpb-submenu-indicator-minus > a {
    background: none;
}

.wpb_category_n_menu_accordion > ul > li {
    border-bottom: 1px solid #cbcbcb;
}

.wpb_category_n_menu_accordion > ul > li:first-child {
    border-top: 1px solid #cbcbcb;
}

.wpb_category_n_menu_accordion li a {
    font: 400 16px var(--b-font-family);
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li ul li a {
    border: none;
    padding-left: 0;
    color: var(--black) !important;
}

.wpb_category_n_menu_accordion > ul> li> a {
    padding-right: 45px !important;
}

.wpb_category_n_menu_accordion > ul > li > a {
    color: var(--black);
    padding-left: 0 !important;
    font: 700 16px var(--b-font-family)
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li a {
    color: var(--black) !important;
}

.wpb_category_n_menu_accordion > ul > li:hover > a,
.wpb_category_n_menu_accordion > ul > li.current-cat > a {
    color: var(--black) !important;
    text-decoration: underline !important;
}

.wpb_category_n_menu_accordion > ul > li > ul > li:hover > a,
.wpb_category_n_menu_accordion > ul > li > ul > li.current-cat > a {
    color: var(--black) !important;
    text-decoration: underline !important;
}

.wpb_category_n_menu_accordion > ul > li > ul {
    padding-bottom: 20px;
}

.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
    color: var(--black) !important;
    font: 300 21px var(--b-font-family);
}

.sidebar-cta-1 a,
.sidebar-cta-1 .wr-picture-cnt img {
    display: block;
}

.sidebar-cta-1 .wr-picture-cnt {
    overflow: hidden;
    position: relative;
}

.sidebar-cta-1 .wr-picture-cnt h3 {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    font-size: 36px;
    padding: 0 15px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white);
    text-align: center;
    position: absolute;
}

.sidebar-cta-1 .wr-btn-cnt {
    padding: 25px 10px;
    text-align: center;
    border: 1px solid #929292;
    border-top: none;
}

.sidebar-cta-1 .wr-btn {
    padding: 13px 25px;
    color: var(--white);
    display: inline-block;
    background: var(--black);
    font: 700 18px var(--s-font-family);
}

.sidebar-cta-1 a:hover .wr-btn {
    color: var(--yellow);
}

.sidebar-cta-2 {
    text-align: center;
    background: var(--yellow);
}

.sidebar-cta-2 a {
    display: block;
    padding: 50px 35px;
}

.sidebar-cta-2 .wr-cta-title {
    color: var(--black);
    font: 700 30px var(--s-font-family);
}

.sidebar-cta-2 .wr-cta-btn {
    color: var(--black);
    padding: 12px 25px;
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--black);
    font: 700 18px var(--s-font-family);
}

.sidebar-cta-2 a:hover .wr-cta-btn {
    color: var(--yellow);
    background: var(--black);
}

.woocommerce-products-compare-widget {
    margin-top: 40px !important;
}

.woocommerce-products-compare-widget .widget-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
}

.woocommerce-products-compare-widget ul,
.woocommerce-products-compare-widget li {
    list-style: none;
    margin: 0 !important;
}

.woocommerce-products-compare-widget li {
    margin-bottom: 4px !important;
}

.woocommerce-products-compare-widget li a h3 {
    font: 400 14px var(--b-font-family);
}

.woocommerce-products-compare-widget ul li img {
    width: 50px;
}

.woocommerce-products-compare-widget ul li a.remove-compare-product {
    font-size: 10px;
}

.woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products {
    display: block;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    font: 500 12px var(--s-font-family);
}

.woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products:hover {
    color: var(--sunset-orange);
}

.woocommerce-products-compare-widget .woocommerce-products-compare-widget-compare-button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 15px !important;
    color: var(--white) !important;
    background: var(--black) !important;
    font: 500 18px var(--s-font-family) !important;
}

.woocommerce-products-compare-widget .woocommerce-products-compare-widget-compare-button:hover {
    color: var(--yellow) !important;
}

/*
* Single Product Page
*/
.pswp,
.yith-sl-overlay {
    z-index: 1000000 !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
    clear: both;
}

#wr-single-product-top-section {
    gap: 0;
    display: grid;
    margin-bottom: 70px;
    border-bottom: 1px solid #cbcbcb;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

#wr-single-product-top-col-1,
#wr-single-product-top-col-3 {
    padding-right: 101px;
}

#wr-single-product-top-col-1 {
    grid-column: span 2;
    grid-row: 1;
}

#wr-single-product-top-col-2 {
    grid-column: 3;
    position: relative;
    grid-row: 1 / span 2;
}

#wr-single-product-top-col-2::before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 70px);
    background: #cbcbcb;
    width: 1px;
    left: -51px;
    top: 0;
}

#wr-single-product-top-col-3 {
    grid-column: span 2;
    grid-row: 2;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 70px;
}

#wr-single-product-top-col-1 .woocommerce-product-gallery__wrapper > div > a > img,
.woocommerce div.product div.images img.wr-single-product-img {
    width: auto !important;
    height: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    justify-content: center;
}

.woocommerce-product-gallery__image a:hover {
    cursor: zoom-in;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    max-width: 110px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid var(--black);
}

#wr-single-product-top-specifications {
    padding: 15px;
    margin-bottom: 50px;
    background: #f8f8f8;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

#wr-single-product-top-specifications ul,
#wr-single-product-top-specifications li {
    margin: 0;
    list-style: none;
}

#wr-single-product-top-specifications ul {
    gap: 15px;
    display: flex;
    justify-content: space-around;
    /* grid-template-columns: repeat(5, 1fr); */
}

#wr-single-product-top-specifications ul::before,
#wr-single-product-top-specifications ul::after {
    display: none;
}

.woocommerce-product-details__short-description {
    margin-bottom: 70px;
}

.woocommerce-product-details__short-description *:last-child {
    margin-bottom: 0;
}

.wr-single-product-short-decription-title {
    margin-bottom: 25px;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce-product-rating a {
    color: var(--black);
}

.woocommerce-product-rating a .wr-single-product-write-review-btn {
    margin-left: 15px;
    display: inline-block;
    text-decoration: underline;
}

.woocommerce-product-rating a:hover .wr-single-product-write-review-btn {
    text-decoration: none;
}

.woocommerce .star-rating span::before {
    color: var(--yellow);
}

.wr-single-product-price-sku-cnt {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.wr-single-product-price-sku-cnt .price,
.wr-single-product-price-sku-cnt .sku_wrapper {
    margin-bottom: 0;
}

.wr-single-product-price-sku-cnt .sku_wrapper {
    color: #929292 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--black);
    font: 700 30px var(--s-font-family);
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce div.product p.out-of-stock {
    color: var(--red);
}

.woocommerce div.product div.summary {
    margin-bottom: 25px;
    border-bottom: 1px solid #cbcbcb;
}

.wr-after-single-product-summary {
    margin-bottom: 35px;
}

.wr-after-single-product-summary p {
    margin: 0;
    margin-bottom: 8px;
}

.wr-single-product-find-dealer-link a,
.wr-single-product-free-shipping-link a {
    margin: 0;
    padding-left: 25px;
    position: relative;
    color: var(--black);
    display: inline-block;
}

.wr-single-product-find-dealer-link a:hover,
.wr-single-product-free-shipping-link a:hover {
    color: var(--black);
}

.wr-single-product-find-dealer-link a svg {
    display: none;
}

.wr-single-product-find-dealer-link a,
.wr-single-product-free-shipping-link a span {
    display: inline-block;
    text-decoration: underline;
}

.wr-single-product-find-dealer-link a:hover,
.wr-single-product-free-shipping-link a:hover span {
    text-decoration: none;
}

/* == Product Default Varition Table == */
.woocommerce div.product form.cart .variations {
    margin-bottom: 25px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.woocommerce div.product form.cart .variations tbody {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 10px;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: 400;
}

.woocommerce div.product form.cart .variations select {
    margin: 0;
    width: 100%;
    border: none;
    height: 45px;
    font-size: 16px;
    color: var(--black);
    border: 1px solid #cbcbcb;
}

.woocommerce div.product form.cart .reset_variations {
    right: 0;
    z-index: 1;
    bottom: -2px;
    padding: 3px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    display: inline-block;
}

.woocommerce div.product form.cart .variations tr {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 15px;
    padding-inline: 15px 2px;
    border: 1px solid #dfdfdf;
}

.woocommerce div.product form.cart .variations tr label {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations tr td {
    flex-grow: 1;
}

.woocommerce div.product form.cart .variations tr td select {
    border: none;
}

.woocommerce div.product form.cart .variations tr:has(.woo-variation-items-wrapper) {
    display: block;
    border: none;
    padding-inline: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 5px 8px 5px 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
    margin-right: 0;
}

/* == Product Add-on == */
.pewc-group-heading-wrapper h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--black);
}

.pewc-field-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.pewc-field-label::after {
    content: ':';
}

.pewc-item-field-wrapper {
    padding-top: 5px;
    position: relative;
}

#wr-pewc-toggle-height-button {
    top: -5px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    padding: 7px 8px;
    position: absolute;
    color: var(--black);
    border-radius: 3px;
    background: var(--yellow);
    text-transform: uppercase;
    font: 500 12px var(--s-font-family)
}

#wr-pewc-toggle-height-button:hover {
    color: var(--yellow);
    background: var(--black);
}

.pewc-preset-style .pewc-checkbox-image-wrapper {
    border: none;
}

.pewc-preset-style .pewc-checkbox-image-wrapper:not(.pewc-checkbox-disabled):hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.16);
}

.pewc-preset-style .pewc-checkbox-image-wrapper:not(.pewc-checkbox-disabled).checked {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.26);
}

.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled,
.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled:hover {
    cursor: not-allowed !important;
}

.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled {
    opacity: 1;
    position: relative;
}

.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled img,
.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled .pewc-checkbox-desc-wrapper,
.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled .pewc-radio-image-desc {
    opacity: 0.8;
}

.pewc-preset-style .pewc-checkbox-image-wrapper.pewc-checkbox-disabled::after {
    content: 'OUT OF STOCK';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 25px;
    padding: 2px 5px;
    color: var(--white);
    text-align: center;
    border-radius: 2px;
    font: 500 11px/1 var(--s-font-family);
    background: rgba(237, 33, 56, 0.9);
}

.pewc-preset-style .child-product-wrapper {
    padding: 5px;
}

.pewc-preset-style .child-product-wrapper .pewc-radio-image-desc {
    text-align: left;
}

.wr-child-product-title {
    margin-bottom: 3px;
}

.wr-child-product-title,
.pewc-preset-style .child-product-wrapper .pewc-radio-image-desc .pewc-separator,
.pewc-preset-style .child-product-wrapper .pewc-radio-image-desc .pewc-child-product-price-label {
    font-size: 14px;
    font-weight: 700;
}

.pewc-total-field-wrapper {
    padding: 0;
    margin-bottom: 25px;
    border: 1px solid #cbcbcb;
}

.pewc-preset-style .products-quantities-independent:not(.pewc-column-wrapper) .pewc-checkbox-desc-wrapper {
    display: block;
}

.pewc-item .child-product-wrapper .pewc-checkbox-desc-wrapper input[type="number"] {
    width: 55px;
    height: 30px;
    padding: 5px;
    margin-bottom: 8px;
}

.pewc-total-field-wrapper p {
    margin: 0;
    display: flex;
}

.pewc-total-field-wrapper p > span {
    padding: 5px 15px;
}

.pewc-total-field-wrapper p > span:nth-child(1) {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--s-font-family);
}

.pewc-total-field-wrapper p > span:nth-child(2) {
    flex-grow: 1;
    text-align: right;
}

.pewc-total-field-wrapper p:nth-child(2n+1) {
    background: #f2f2f2;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    height: 44px;
    color: var(--black);
    border-radius: 2px;
    width: calc(100% - 85px);
    background: var(--yellow);
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled):hover {
    color: var(--yellow);
    background: var(--black);
}

.wr-extra-product-content,
#wr-single-product-reviews-cnt,
#wr-single-product-middle-section {
    margin-bottom: 70px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cbcbcb;
}

#wr-single-product-reviews-cnt {
    padding-bottom: 65px;
}

#wr-single-product-middle-section h2 {
    font-size: 30px;
}

#wr-single-product-middle-section h3 {
    font-size: 21px;
}

.single-product-specifications-list ul,
.single-product-specifications-list li {
    margin: 0;
    list-style: none;
}

.single-product-specifications-list li {
    padding: 5px 15px;
}

.single-product-specifications-list li:nth-child(2n+1) {
    background: #f8f8f8;
}

.single-product-specifications-list li:nth-child(2n) {
    background: var(--white);
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.woocommerce #review_form #respond {
    padding: 50px;
    background: #fafafa;
    border: 1px solid #cbcbcb;
}

.woocommerce #review_form #respond .comment-reply-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    font: 700 30px/1.2 var(--s-font-family);
}

.woocommerce #review_form #respond .comment-form-rating label,
.woocommerce #review_form #respond .comment-form-comment label,
.woocommerce #review_form #respond p.comment-form-author label,
.woocommerce #review_form #respond p.comment-form-email label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 500 16px var(--s-font-family);
}

.woocommerce p.stars a {
    color: var(--yellow);
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.woocommerce #review_form #respond p.comment-form-author {
    float: left;
    padding-right: 8px;
}

.woocommerce #review_form #respond p.comment-form-email {
    float: right;
    padding-left: 8px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    float: none;
    clear: both;
    padding-block: 4px;
}

.woocommerce #review_form #respond textarea {
    min-height: 200px;
    border: 1px soild;
}

.woocommerce #review_form #respond .form-submit {
    margin-bottom: 0;
}

.woocommerce #review_form #respond .form-submit input[type="submit"] {
    padding: 12px 25px;
    border-radius: 3px;
    color: var(--white);
    display: inline-block;
    background: var(--black);
    text-transform: uppercase;
    font: 500 18px var(--s-font-family);
}

.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
    color: var(--yellow);
}

.cwginstock-subscribe-form .panel-primary {
    border-color: var(--black) !important;
}

.cwginstock-subscribe-form .cwginstock-panel-heading {
    background: var(--black) !important;
}

.cwginstock-subscribe-form .cwginstock-panel-heading h4 {
    margin: 0 !important;
    padding-block: 9px !important;
    font-size: 21px !important;
}

.cwginstock-subscribe-form .cwgstock_email {
    margin-bottom: 0 !important;
    padding-inline: 15px!important;
    font-size: 16px !important;
    text-align: left !important;
}

.cwginstock-subscribe-form a {
    color: var(--black) !important;
    border-bottom: 1px dotted var(--sunset-orange);
}

.cwginstock-subscribe-form a:hover {
    border-bottom-color: transparent;
}

.cwginstock-subscribe-form .cwgstock_email::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.cwginstock-subscribe-form .cwgstock_email::-moz-placeholder {
    font-size: 16px !important;
    color: var(--black) !important;
    opacity: 1;
}

.cwginstock-subscribe-form .cwgstock_email:-ms-input-placeholder {
    font-size: 16px !important;
    color: var(--black) !important;
}

.cwginstock-subscribe-form .cwgstock_email::-ms-input-placeholder {
    font-size: 16px !important;
    color: var(--black) !important;
}

.cwginstock-subscribe-form .cwgstock_button {
    margin: 0;
    border: none;
    padding: 12px 25px;
    color: var(--black);
    display: inline-block;
    background: var(--yellow);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: 500 var(--b-font-size) var(--b-font-family) !important;
}

.cwginstock-subscribe-form .cwgstock_button:hover {
    color: var(--white);
    background: var(--sunset-orange);
}

.cwginstock-subscribe-form .cwg_iagree_checkbox {
    margin-bottom: 12px;
}

.cwginstock-subscribe-form .cwginstock_google_credit {
    font-size: 10px;
    padding-top: 8px;
    text-align: left !important;
}

/* == Product FAQS == */
.wr-single-product-faqs {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #cbcbcb;
}

.wr-single-product-intro *:last-child {
    margin-bottom: 0;
}

.wr-single-product-intro {
    padding-bottom: 35px;
}

.wr-single-product-accordion {
    border-top: 1px solid #cbcbcb;
}

.wr-single-product-faq-question {
    font-size: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
}

.wr-single-product-faq-question a {
    display: block;
    position: relative;
    color: var(--black);
    padding: 15px 50px 15px 0;
}

.wr-single-product-faq-question a:hover,
.wr-single-product-faq-question a.active {
    background: #fafafa;
}

.wr-single-product-faq-question a::before,
.wr-single-product-faq-question a::after {
    content: '';
    display: block;
    position: absolute;
    background: #929292;
    height: 15px;
    margin: auto;
    width: 2px;
    right: 20px;
    bottom: 0;
    top: 0;
}

.wr-single-product-faq-question a::after {
    transform: rotate(90deg);
}

.wr-single-product-faq-question a.active::before {
    display: none;
}

.wr-single-product-faq-answer {
    display: none;
    padding: 25px 0;
    border-bottom: 1px solid #cbcbcb;
}

.wr-single-product-faq-answer *:last-child {
    margin-bottom: 0;
}

/* == Related Products == */
.woocommerce .related > h2 {
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.woocommerce .related ul.products,
.woocommerce-page .related ul.products,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    margin: 0;
    list-style: none;
}

.woocommerce .related ul.products,
.woocommerce-page .related ul.products {
    gap: 30px;
    display: grid;
    margin-bottom: 35px;
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    float: none;
    clear: both;
    width: 100%;
}

/*
* Products Compare Page
*/
.woocommerce-products-compare-table-cnt {
    overflow-x: auto;
    white-space: nowrap;
    padding-block: 20px;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    scrollbar-color: var(--sunset-orange) #e8e8e8;
    scrollbar-width: thin; 
}

.woocommerce-products-compare-table-cnt::-webkit-scrollbar {
    height: 8px;
}

.woocommerce-products-compare-table-cnt::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.woocommerce-products-compare-table-cnt::-webkit-scrollbar-thumb:hover {
    background: var(--sunset-orange);
}

.woocommerce-products-compare-table-cnt table {
    width: 100%;
    min-width: 980px;
    max-width: 100%;
}

.woocommerce-products-compare-content .product a.product-link img {
    width: auto !important;
    height: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain;
}

.woocommerce-products-compare-content h3 {
    color: var(--black);
    margin-bottom: 10px;
}

.woocommerce-products-compare-content .product a.add_to_cart_button {
    color: var(--black);
    border-radius: 3px;
    padding: 11px 15px;
    margin-bottom: 10px;
    display: inline-block;
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 14px var(--s-font-family);
}

.woocommerce-products-compare-content .product a.add_to_cart_button:hover {
    color: var(--yellow);
    background: var(--black);
}

.woocommerce-products-compare-content .price {
    display: block;
    color: var(--black);
    margin-bottom: 16px;
    font: 700 18px var(--s-font-family) !important;
}

.woocommerce-products-compare-content table th,
.woocommerce-products-compare-content table thead th:first-child {
    text-align: left;
    text-transform: uppercase;
    font: 700 14px var(--s-font-family) !important;
}

.woocommerce-products-compare-content table td {
    text-align: center;
}

/*--------------------------------------------------------------
## WooCommerce Quantity input Field
--------------------------------------------------------------*/
body.single .wr-product-quantity-cnt {
    margin-right: 15px !important;
}

.wr-product-quantity-cnt {
    position: relative;
    display: inline-block;
}

.wr-product-quantity-cnt input[type=number]::-webkit-inner-spin-button,
.wr-product-quantity-cnt input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wr-product-quantity-cnt input[type="number"] {
    padding: 2px 0;
    -moz-appearance: textfield;
}

.wr-product-quantity-cnt input {
    width: 70px !important;
    height: 45px !important;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 20px !important;
    border: 1px solid #ccc;
}

.woocommerce-cart .wr-product-quantity-cnt input {
    width: 50px !important;
    height: 30px !important;
}

.wr-product-quantity-cnt input:focus {
    outline: 0;
}

.wr-product-quantity-cnt .quantity-spinner-nav {
    float: right;
    height: 45px;
    position: relative;
}

.woocommerce-cart .wr-product-quantity-cnt .quantity-spinner-nav {
    height: 30px;
}

.wr-product-quantity-cnt .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ccc;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.woocommerce-cart .wr-product-quantity-cnt .quantity-button {
    line-height: 1.2;
}

.wr-product-quantity-cnt .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.wr-product-quantity-cnt .quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
}

.wr-product-quantity-cnt input[type=hidden] + .quantity-spinner-nav {
    display: none !important;
    visibility: hidden !important;
}

/*
* Cart page
*/
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header,
.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 18px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--black);
    text-transform: uppercase;
    font: 700 18px var(--s-font-family);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    color: var(--sunset-orange);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 40px !important;
}

.wc-block-cart-item__remove-link {
    color: var(--red) !important;
}

.wp-block-woocommerce-cart-order-summary-block {
    margin-bottom: 35px;
    background: #fafafa;
    padding: 25px 25px 5px;
    border: 1px solid #cbcbcb;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    text-transform: uppercase;
    font: 500 18px var(--s-font-family);
}

#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    border: none;
    border-radius: 3px;
    color: var(--black);
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 14px var(--s-font-family);
}

#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:disabled {
    background: #f2f2f2;
}

#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    color: var(--yellow);
    background: var(--black);
}

#wc-block-components-totals-shipping__change-address__link {
    color: var(--sunset-orange);
}

#wc-block-components-totals-shipping__change-address__link:hover {
    text-decoration: none;
}

.wc-block-components-shipping-calculator-address .wc-block-components-shipping-calculator-address__button {
    border: none;
    border-radius: 3px;
    color: var(--black);
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 16px var(--s-font-family)
}

.wc-block-components-shipping-calculator-address .wc-block-components-shipping-calculator-address__button:hover {
    color: var(--yellow);
    background: var(--black);
}

.wr-cart-continue-shopping {
    margin-bottom: 16px;
}

.wr-cart-continue-shopping .wr-cart-continue-shopping-button {
    display: block;
    border-radius: 3px;
    padding-block: 18px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 600 21px var(--s-font-family)
}

.wr-cart-continue-shopping .wr-cart-continue-shopping-button:hover {
    color: var(--black);
    background: var(--yellow);
}

.wc-block-cart__submit-container .wc-block-components-button {
    padding: 5px;
    border-radius: 3px;
    color: var(--black);
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 21px var(--s-font-family);
}

.wc-block-cart__submit-container .wc-block-components-button:hover {
    color: var(--yellow);
    background: var(--black);
}

.wp-block-woocommerce-empty-cart-block {
    margin-bottom: 70px;
}

.wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon {
    text-transform: uppercase;
    font: 700 18px var(--s-font-family);
}

.wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon::before {
    color: var(--yellow);
}

.wp-block-woocommerce-empty-cart-block .wp-block-button__link {
    border-radius: 3px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family)
}

.wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover {
    color: var(--black);
    background: var(--yellow);
}

/*
* Checkout page
*/
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #fafafa;
}

.wc-block-components-title.wc-block-components-title,
.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    text-transform: uppercase;
    font: 700 18px var(--s-font-family);
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    background: var(--yellow);
    text-transform: uppercase;
    font: 700 14px var(--s-font-family)
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover {
    color: var(--yellow);
    background: var(--black);
}

.wc-block-components-product-metadata__description h2 {
    font-size: 18px;
}

.wc-block-components-address-form__address_2-toggle {
    color: var(--sunset-orange) !important;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 5px;
    border: none;
    border-radius: 3px;
    color: var(--black);
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 21px var(--s-font-family);
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    color: var(--yellow);
    background: var(--black);
}

/*
* My Account Page
*/
body.woocommerce-account .woocommerce .col2-set,
body.woocommerce-account.woocommerce-page .col2-set {
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

body.woocommerce-account .woocommerce .col2-set::before,
body.woocommerce-account.woocommerce-page .col2-set::before {
    display: none;
}

.woocommerce-Address-title > h2,
body.woocommerce-account #customer_login .u-column1 > h2,
body.woocommerce-account #customer_login .u-column2 > h2 {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

body.woocommerce-account .woocommerce .col2-set .col-1,
body.woocommerce-account .woocommerce-page .col2-set .col-1,
body.woocommerce-account .woocommerce .col2-set .col-2,
body.woocommerce-account .woocommerce-page .col2-set .col-2 {
    float: none;
    clear: both;
    width: 100%;
}

body.woocommerce-account .woocommerce form .form-row label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font: 500 16px var(--s-font-family);
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    border: none;
    padding: 12px 25px;
    color: var(--black);
    border-radius: 3px;
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family);
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 13px;
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
body.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
    color: var(--yellow);
    background: var(--black);
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
    padding-top: 27px;
    margin-bottom: 0;
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
    color: #929292;
    text-transform: uppercase;
    font: 500 14px var(--s-font-family);
}

body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

body.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text * {
    font-size: 12px;
}

.wr-my-account-colset {
    display: flex;
}

.wr-my-account-col-1,
.wr-my-account-col-2 {
    margin-bottom: 70px;
}

.wr-my-account-col-1 {
    width: 235px;
}

.wr-my-account-col-2 {
    padding-left: 50px;
    width: calc(100% - 235px);
}

.woocommerce-MyAccount-content a {
    color: var(--black);
    text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 15px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 500 16px var(--s-font-family);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: var(--black);
    background: var(--yellow);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--white);
    background: var(--sunset-orange);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: var(--white);
    background: var(--red);
}

.woocommerce-Address-title {
    margin-bottom: 25px;
}

.woocommerce-Address-title > h2 {
    margin-bottom: 0;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    font-size: 12px;
    color: #929292;
    display: inline-block;
    text-decoration: underline;
}

.woocommerce-account .addresses .title .edit:hover {
    color: var(--sunset-orange);
    text-decoration: none;
}

.woocommerce-EditAccountForm .button {
    border: none;
    padding: 12px 25px;
    color: var(--black);
    border-radius: 3px;
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family);
}

.woocommerce-EditAccountForm .button:hover {
    color: var(--yellow);
    background: var(--black);
}

/* == Dealer Page and poup  == */
.yith-sl-modal > h3 {
    margin-bottom: 35px;
    padding-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
}

#yith-sl-results {
    margin-top: 0;
}

#yith-sl-results .stores-list ul,
#yith-sl-results .stores-list li {
    margin: 0;
    list-style: none;
}

#yith-sl-results .stores-list > ul > li {
    margin-top: 35px;
}

#yith-sl-results .stores-list li:first-child {
    margin-top: 0;
}

.yith-sl-wrap-no-image #yith-sl-results .store-info {
    padding: 0;
}

#yith-sl-results .wrap-store-details {
    padding: 15px;
    border: 2px solid #cbcbcb;
}

#yith-sl-results .wrap-store-details:hover {
    background: none !important;
    border-color: var(--yellow);
}

#yith-sl-view-all {
    display: block;
    margin-block: 25px;
    padding: 9px 10px;
    color: var(--yellow) !important;
    background: var(--black);
    text-transform: uppercase;
    font: 500 16px var(--s-font-family);
}

#yith-sl-view-all:hover {
    color: var(--white) !important;
}

#yith-sl-results .stores-list>ul.additional-stores {
    margin-top: 35px !important;
}

#yith-sl-main-wrapper {
    width: 100%;
    max-width: 1350px;
    margin-inline: auto;
    padding-inline: 15px;
    padding-top: 205px !important;
}

#yith-sl-main-wrapper .wrap-header *:last-child {
    margin-bottom: 0 !important;
}

#yith-sl-main-wrapper .main-section {
    display: block !important;
    margin-bottom: 35px !important;
}

#yith-sl-main-wrapper .wrap-image {
    display: none !important;
}

#yith-sl-main-wrapper .main-section .wrap-description {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    padding-inline: 0 !important;
}

#yith-sl-main-wrapper .main-section .wrap-description p:empty {
    margin: 0 !important;
    display: none !important;
}

#yith-sl-main-wrapper .contact-info .wrap-single-info a.custom-link {
    color: var(--black);
    text-decoration: underline;
    font-weight: var(--b-font-weight) !important;
}

#yith-sl-main-wrapper .contact-info .wrap-single-info a.custom-link:hover {
    text-decoration: none;
}

.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon {
    min-height: 0;
    height: 50px;
}

.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon img {
    width: auto;
    height: 35px;
}

/*--------------------------------------------------------------
## WooCommerce Forms Fields
--------------------------------------------------------------*/
.woocommerce form .form-row label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font: 500 16px var(--s-font-family);
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    border: none;
    font-size: 16px;
    padding: 4px 10px;
    background: #f2f2f2;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single {
    border: none;
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    background: #f2f2f2;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

/* ==========================
* Cart Page
========================== */
#wr-woo-cart-top-cnt {
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#wr-cart-top-col-1 {
    grid-column: span 2;
}

body.woocommerce-cart .shop_table {
    font-size: 14px;
}

body.woocommerce-cart table.shop_table td {
    line-height: 1.6;
}

body.woocommerce-cart table.shop_table .pewc-child-product td {
    font-size: 12px;
}

.woocommerce-cart a.remove {
    color: var(--sunset-orange) !important;
}

.woocommerce-cart a.remove:hover {
    color: var(--white) !important;
    background: var(--sunset-orange) !important;
}

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

body.woocommerce-cart table.shop_table td.product-name > a,
body.woocommerce-cart table.shop_table td.product-price,
body.woocommerce-cart table.shop_table td.product-subtotal {
    font-weight: 500;
}

body.woocommerce-cart table.shop_table td.product-name > a {
    color: var(--black);
}

body.woocommerce-cart table.shop_table .pewc-child-product td.product-name > a {
    font-weight: 400;
}

body.woocommerce-cart table.shop_table td.product-name > a:hover {
    color: var(--sunset-orange);
}

body.woocommerce-cart table.shop_table td.product-name small {
    font-size: 11px;
}

body.woocommerce-cart table.shop_table td.product-name small a {
    text-decoration: underline;
}

body.woocommerce-cart table.shop_table td.product-name small a:hover {
    text-decoration: none;
}

body.woocommerce-cart table.shop_table td.product-name .variation dt {
    font-weight: 500;
}

body.woocommerce-cart table.shop_table td.actions .input-text {
    height: 40px;
    font-size: 16px;
    min-width: 130px;
}

.woocommerce-cart ul#shipping_method li label {
    text-transform: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font: 500 14px var(--s-font-family);
}

body.woocommerce-cart table.shop_table td.actions .button {
    height: 40px;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    color: var(--black);
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 14px var(--s-font-family);
}

body.woocommerce-cart table.shop_table td.actions .button:disabled {
    color: #555;
    background: #ccc;
    cursor: not-allowed;
}

body.woocommerce-cart table.shop_table td.actions .button:not(:disabled):hover {
    color: var(--yellow);
    background: var(--black);
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    background: #fafafa;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    font-weight: 500;
    color: var(--black);
    text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
    text-decoration: none;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 500 14px var(--s-font-family);
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button:hover {
    color: var(--black);
    background: var(--yellow);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    border-radius: 3px;
    padding: 18px 20px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: var(--black);
    background: var(--yellow);
}

.woocommerce-cart .cross-sells {
    padding-top: 35px;
}

.cross-sell-section-title {
    margin-bottom: 35px;
    padding-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
    font: 700 var(--h2-font-size) var(--s-font-family);
}

.woocommerce-cart .cross-sells ul.cross-sells-carousel {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce-cart .cross-sells ul.cross-sells-carousel li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.woocommerce-cart .cross-sells ul.cross-sells-carousel li.product:hover {
    -webkit-box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
}

/* ==========================
* Checkout Page
========================== */
#woo-customer-details-your-order-wrap {
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce-checkout #woo-checkout-customer-details-cnt .col2-set .col-1,
.woocommerce-checkout #woo-checkout-customer-details-cnt .col2-set .col-2 {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout #woo-checkout-customer-details-cnt .col2-set .col-1 {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-checkout .woocommerce-form-coupon .button {
    border: none;
    padding: 12px 25px;
    color: var(--black);
    border-radius: 3px;
    background: var(--yellow);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family);
}

.woocommerce-checkout .woocommerce-form-coupon .button {
    height: 50px;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-checkout .woocommerce-form-coupon .button:hover {
    color: var(--yellow);
    background: var(--black);
}

body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 13px;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
    color: #929292;
    text-transform: uppercase;
    font: 500 14px var(--s-font-family);
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
    margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:hover {
    text-decoration: underline;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
    text-transform: uppercase;
}

#woo-checkout-customer-details-cnt .woocommerce-account-fields {
    margin-top: 15px;
}

#woo-checkout-customer-details-cnt .form-row.create-account,
#ship-to-different-address {
    width: 100%;
    display: block;
    background: #f2f2f2;
    border: 1px solid #cbcbcb;
}

#woo-checkout-customer-details-cnt .form-row.create-account {
    padding: 0;
}

#woo-checkout-customer-details-cnt .form-row.create-account .woocommerce-form__label-for-checkbox,
#ship-to-different-address label {
    padding: 15px;
    display: block;
    font-size: 20px;
    line-height: var(--b-line-height);
}

#woo-checkout-customer-details-cnt .form-row.create-account .woocommerce-form__label-for-checkbox {
    margin-bottom: 0;
}

.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table {
    background: #fafafa;
}

.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table .cart_item {
    font-size: 12px;
}

.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table #shipping_method {
    font-size: 14px;
}

.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table #shipping_method label {
    font-weight: 400;
}

.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table.woocommerce-checkout-review-order-table tbody tr td:nth-child(1),.woocommerce-checkout #woo-customer-details-your-order-wrap table.shop_table.woocommerce-checkout-review-order-table tbody tr td:nth-child(2) {
    width: 50%;
}

.woocommerce form #order_comments_field.form-row textarea {
    min-height: 200px;
}

#woo-checkout-your-order-cnt .payment_method_we_quote_request label {
    text-transform: none;
    font: 400 var(--b-font-size) var(--b-font-family);
}

#woo-checkout-your-order-cnt .woocommerce-privacy-policy-text {
    font-size: 12px;
}

.woocommerce #woo-checkout-your-order-cnt .woocommerce-terms-and-conditions-wrapper label.checkbox {
    font-weight: 500;
    text-transform: none;
}

.woocommerce #woo-checkout-your-order-cnt .woocommerce-terms-and-conditions-wrapper label.checkbox .required {
    color: var(--sunset-orange);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border: none;
    display: block;
    border-radius: 3px;
    padding: 14px 20px;
    color: var(--yellow);
    background: var(--black);
    text-transform: uppercase;
    font: 600 18px var(--s-font-family);
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    color: var(--black);
    background: var(--yellow);
}

@media screen and (max-width: 575px) {
    body.archive.woocommerce ul.products,
    body.archive.woocommerce-page ul.products,
    .wr-home-featured-products-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-item {
        width: 100%;
        max-width: 300px;
        margin-inline: auto;
    }

    .product-item {
        margin-bottom: 35px;
    }

    .select-option-button,
    .add-to-cart-button {
        display: block;
        text-align: center;
    }

    body.archive.woocommerce ul.products li.product,
    body.archive.woocommerce-page ul.products li.product,
    .wr-selected-products-loop .woocommerce ul.products li.product,
    .wr-selected-products-loop .woocommerce-page ul.products li.product {
        width: 100%;
        display: block;
        max-width: 340px;
        margin-inline: auto;
    }

    #wr-single-product-top-col-1,
    #wr-single-product-top-col-2,
    #wr-single-product-top-col-3,
    .woocommerce div.product div.images.woocommerce-product-gallery,
    #wr-single-product-top-specifications,
    #wr-single-product-top-section,
    .woocommerce-product-details__short-description,
    #wr-single-product-middle-section,
    .wr-extra-product-content,
    #wr-single-product-reviews-cnt {
        margin-bottom: 35px !important;
    }

    #wr-single-product-reviews-cnt {
        padding-bottom: 35px;
    }

    #wr-single-product-middle-section,
    .wr-extra-product-content {
        padding-bottom: 0;
    }

    .woocommerce #review_form #respond {
        padding: 25px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 0;
    }

    .woocommerce .related ul.products,
    .woocommerce-page .related ul.products,
    .woocommerce-cart .cross-sells ul.cross-sells-carousel {
        max-width: 300px;
        margin-inline: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .pewc-checkboxes-images-wrapper.pewc-columns-3 .pewc-checkbox-image-wrapper {
        width: 48%;
    }

    .woocommerce #review_form #respond p.comment-form-author,
    .woocommerce #review_form #respond p.comment-form-email {
        width: 100%;
        padding-inline: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-title,
    .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: 18px;
    }
    #wr-single-product-top-col-1 .woocommerce-product-gallery__wrapper > div > a > img,
    .woocommerce div.product div.images img.wr-single-product-img {
        height: 280px !important;
    }

    #wr-single-product-top-specifications {
        padding-inline: 4px;
        margin-inline: -15px;
    }

    #wr-single-product-top-specifications li {
        font-size: 14px;
        text-align: center;
    }

    #wr-single-product-top-specifications li strong {
        font-size: 10px;
        display: block;
        text-transform: uppercase;
    }

    .woocommerce .related > h2,
    .woocommerce div.product .product_title,
    .wr-single-product-short-decription-title,
    .woocommerce #reviews #comments h2.woocommerce-Reviews-title {
        font-size: 26px;
    }

    .wr-single-product-price-sku-cnt .sku_wrapper {
        font-size: 12px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        font-size: 21px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        width: 60px;
    }

    body.woocommerce-account .woocommerce .col2-set,
    body.woocommerce-account.woocommerce-page .col2-set {
        grid-template-columns: repeat(1, 1fr);
    }

    body.woocommerce-account .woocommerce .woocommerce-form-login,
    body.woocommerce-account .woocommerce .woocommerce-form-register {
        margin-bottom: 0;
    }

    .wr-my-account-colset {
        display: block;
    }

    .wr-my-account-col-1,
    .wr-my-account-col-2 {
        width: 100%;
        padding-inline: 0;
        margin-bottom: 35px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul::before,
    .woocommerce-account .woocommerce-MyAccount-navigation ul::after {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        gap: 1px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: span 2;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        font-size: 12px;
    }

    #yith-sl-main-wrapper {
        padding-top: 150px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    body.archive.woocommerce ul.products,
    body.archive.woocommerce-page ul.products,
    .wr-home-featured-products-list,
    .woocommerce-cart .cross-sells ul.cross-sells-carousel {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-item {
        margin-bottom: 35px;
    }

    .wr-selected-products-loop .woocommerce ul.products li.product,
    .wr-selected-products-loop .woocommerce-page ul.products li.product {
        width: 50%;
    }
}

@media screen and (min-width: 576px) and (max-width: 800px) {
    .pewc-checkboxes-images-wrapper.pewc-columns-3 .pewc-checkbox-image-wrapper {
        width: 31%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .wr-selected-products-loop .woocommerce ul.products li.product,
    .wr-selected-products-loop .woocommerce-page ul.products li.product {
        width: 33.3333%;
    }

    .product-title,
    .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: 16px;
    }
}

@media screen and (max-width: 991px) {
    #content.shop-content-container::before {
        left: -1px;
        background: transparent;
    }

    #wr-single-product-top-section {
        display: block;
    }

    #wr-single-product-top-col-1,
    #wr-single-product-top-col-2,
    #wr-single-product-top-col-3,
    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 50px;
    }

    #wr-single-product-top-col-1,
    #wr-single-product-top-col-3 {
        padding-right: 0;
    }

    #wr-single-product-top-col-2::before {
        display: none;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        max-width: 50px;
    }

    #wr-woo-cart-top-cnt,
    #woo-customer-details-your-order-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    #wr-cart-top-col-1,
    #wr-cart-top-col-2 {
        grid-column: span 1;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .woocommerce .related ul.products,
    .woocommerce-page .related ul.products,
    .woocommerce-cart .cross-sells ul.cross-sells-carousel {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wr-my-account-col-1 {
        width: 200px;
    }
    
    .wr-my-account-col-2 {
        padding-left: 35px;
        width: calc(100% - 200px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #content.shop-content-container::before {
        left: -25px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        max-width: 70px;
    } 
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .wr-home-featured-products-list,
    .woocommerce-cart .cross-sells ul.cross-sells-carousel {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
.usp-icons::before,
.contact-globe-icon::before,
.contact-phone-icon::before,
.contact-email-icon::before,
.contact-address-icon::before,
.contact-business-hours-icon::before,
.footer-top-contact-widget li a::before,
#header-shop-menu li a::before,
#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.wr-single-product-find-dealer-link a::before,
.wr-single-product-free-shipping-link a::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    background: url(../images/sprite@1x.webp) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .usp-icons::before,
    .contact-globe-icon::before,
    .contact-phone-icon::before,
    .contact-email-icon::before,
    .contact-address-icon::before,
    .contact-business-hours-icon::before,
    .footer-top-contact-widget li a::before,
    #header-shop-menu li a::before,
    #toggle-menu li#call-btn a::before,
    #post-404 .entry-title-group::before,
    .wr-single-product-find-dealer-link a::before,
    .wr-single-product-free-shipping-link a::before,
    .menu-social-links-menu-container li a::after,
    .site-search-form .search-submit-field::before,
    #header-search-form-cnt .site-search-form::before {
        background: url(../images/sprite@2x.webp) no-repeat;
        background-size: 250px 250px;
    }
}

.usp-icons::before,
.contact-globe-icon::before,
.contact-phone-icon::before,
.contact-email-icon::before,
.contact-address-icon::before,
.contact-business-hours-icon::before,
.footer-top-contact-widget li a::before,
#header-shop-menu li a::before,
#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.wr-single-product-find-dealer-link a::before,
.wr-single-product-free-shipping-link a::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    content: '';
    position: absolute;
    display: inline-block;
}

.usp-icons::before,
.contact-globe-icon::before,
.contact-phone-icon::before,
.contact-email-icon::before,
.contact-address-icon::before,
.contact-business-hours-icon::before,
.footer-top-contact-widget li a::before,
#header-shop-menu li a::before,
#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.wr-single-product-find-dealer-link a::before,
.wr-single-product-free-shipping-link a::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    margin: auto;
}

#toggle-menu li#call-btn a::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before {
    inset: 0;
}

#header-search-form-cnt .site-search-form::before {
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    opacity: 0.8;
    height: 20px;
    background-position: -197px -45px;
}

#toggle-menu li a::before {
    top: 15px;
    left: 0;
    right: 0;
}

#toggle-menu li#menu-toggle i::before {
    width: 18px;
    height: 17px;
    background-position: -181px -20px;
}

#toggle-menu li#call-btn a::before {
    width: 16px;
    height: 17px;
    background-position: -204px -20px;
}

#toggle-menu li#location-btn a::before {
    width: 12px;
    height: 17px;
    background-position: -225px -20px;
}

#post-404 .entry-title-group::before {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.site-search-form .search-submit-field::before {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-position: -105px 0;
}

.menu-social-links-menu-container li.icon-facebook a::after {
    width: 11px;
    height: 24px;
    background-position: -151px -117px;
}

.menu-social-links-menu-container li.icon-twitter a::after {
    width: 23px;
    height: 23px;
    background-position: -96px -119px;
}

.menu-social-links-menu-container li.icon-pinterest a::after {
    width: 19px;
    height: 24px;
    background-position: -125px -117px;
}

.menu-social-links-menu-container li.icon-linkedin a::after {
    width: 23px;
    height: 24px;
    background-position: -65px -117px;
}

.menu-social-links-menu-container li.icon-instagram a::after {
    width: 23px;
    height: 23px;
    background-position: 0 -118px;
}

.menu-social-links-menu-container li.icon-youtube a::after {
    width: 24px;
    height: 16px;
    background-position: -169px -117px;
}

.menu-social-links-menu-container li.icon-vimeo a::after {
    width: 28px;
    height: 24px;
    background-position: -30px -117px;
}

.menu-social-links-menu-container li.icon-website a::after {
    width: 25px;
    height: 25px;
    background-position: -218px -98px;
}

.menu-social-links-menu-container li.icon-email a::after {
    width: 25px;
    height: 18px;
    background-position: -195px -73px;
}

#header-shop-menu li a::before {
    top: 0;
    left: 0;
    bottom: 0;
}

#header-shop-menu li#find-store-btn a::before {
    width: 14px;
    height: 19px;
    background-position: -131px 0;
}

#header-shop-menu li#my-account-btn a::before {
    width: 18px;
    height: 20px;
    background-position: -195px -45px;
}

#header-shop-menu li#cart-btn a::before {
    width: 19px;
    height: 19px;
    background-position: -218px -46px;
}

.footer-top-contact-widget li a::before {
    top: 0;
    left: 0;
    bottom: 0;
}

.footer-top-contact-widget li.email-icon a {
    padding-left: 24px;
}

.footer-top-contact-widget li.email-icon a::before {
    width: 16px;
    height: 11px;
    background-position: -174px -92px;
}

.footer-top-contact-widget li.phone-icon a {
    padding-left: 25px;
}

.footer-top-contact-widget li.phone-icon a::before {
    width: 17px;
    height: 17px;
    background-position: -105px -92px;
}

.footer-top-contact-widget li.location-icon a::before {
    width: 12px;
    height: 17px;
    background-position: -128px -92px;
}

.footer-top-contact-widget li.faq-icon a {
    padding-left: 30px;
}

.footer-top-contact-widget li.faq-icon a::before {
    width: 22px;
    height: 23px;
    background-position: -146px -89px;
}

.contact-globe-icon::before,
.contact-phone-icon::before,
.contact-email-icon::before,
.contact-address-icon::before,
.contact-business-hours-icon::before {
    width: 27px;
    height: 27px;
    top: 8px;
    left: 0;
}

.contact-phone-icon::before {
    background-position: 0 -148px;
}

.contact-email-icon::before {
    background-position: -65px -148px;
}

.contact-address-icon::before {
    background-position: -32px -148px;
}

.contact-business-hours-icon::before {
    background-position: -97px -148px;
}

.contact-globe-icon::before {
    background-position: -89px -181px;
}

.usp-icons::before {
    top: 15px;
    left: 30px;
}

.number-one-icon::before {
    top: 47px;
    width: 37px;
    height: 37px;
    background-position: -129px -148px;
}

.after-pay-icon::before {
    top: 47px;
    width: 42px;
    height: 37px;
    background-position: -174px -141px;
}

.kiwi-icon::before {
    top: 49px;
    width: 36px;
    height: 30px;
    background-position: 0 -181px;
}

.shield-icon::before {
    top: 45px;
    width: 30px;
    height: 38px;
    background-position: -220px -131px;
}

.kayak-icon::before {
    top: 46px;
    width: 37px;
    height: 37px;
    background-position: -44px -180px;
}

.wr-single-product-find-dealer-link a::before,
.wr-single-product-free-shipping-link a::before {
    left: 0;
}

.wr-single-product-find-dealer-link a::before {
    top: 10px;
    width: 19px;
    height: 13px;
    background-position: -152px 0;
}

.wr-single-product-free-shipping-link a::before {
    top: 6px;
    width: 115px;
    height: 20px;
    background-position: -226px -71px;
}

@media screen and (max-width: 575px) {
    #footer-why-section-widgets {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #header-shop-menu li a::before {
        background-size: 125px 125px;
    }

    #header-shop-menu li#find-store-btn a {
        padding-left: 13px;
    }

    #header-shop-menu li#find-store-btn a::before {
        width: 8px;
        height: 10px;
        background-position: -65px 0;
    }

    #header-shop-menu li#my-account-btn a,
    #header-shop-menu li#cart-btn a {
        padding-left: 15px;
    }
    
    #header-shop-menu li#my-account-btn a::before {
        width: 10px;
        height: 10px;
        background-position: -97px -23px;
    }
    
    #header-shop-menu li#cart-btn a::before {
        width: 10px;
        height: 10px;
        background-position: -109px -23px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    #footer-why-section-widgets {
        grid-template-columns: repeat(2, 1fr);
    }

    /* #footer-why-section-widgets {
        grid-template-columns: repeat(4, 1fr);
    }

    #footer-why-section-widgets .widget {
        grid-column: auto / span 2;
    }

    #footer-why-section-widgets .widget:nth-child(1) {
        grid-column: auto / span 4;
    } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer-why-section-widgets {
        grid-template-columns: repeat(2, 1fr);
    }

    /* #footer-why-section-widgets .widget {
        grid-column: auto / span 2;
    }

    #footer-why-section-widgets .widget:nth-child(4),
    #footer-why-section-widgets .widget:nth-child(5) {
        grid-column: auto / span 3;
    } */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #footer-why-section-widgets .widget {
        padding: 100px 25px 30px;
    }
}