@import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext');

:root{
    --link-color: #f36354;
}

/*-------- New Design Changes -------*/
body {
    background-color: #23272b;
    color: #828d95;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 1.7em;
    font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    margin: 10px 0;
    font-weight: 300;
}

/* CORRECTED HEADER FONT SIZING */
h1 {
    font-size: 36px;
    line-height: 40px
}
h2 {
    font-size: 30px;
    line-height: 40px
}
h3 {
    font-size: 24px;
    line-height: 40px
}

/* Header Full-Width Fixes (MUST BE OUTSIDE H1/H2/H3 SELECTORS) */
.header-color-wrap {
    max-width: 100vw; /* Forces element to use full viewport width */
    width: 100%;
}
.header-inner {
    max-width: none !important; /* Overrides any width restriction on the inner container */
    width: 100%;
}
/* END Header Full-Width Fixes */

a, a:not([class]) {
    text-decoration: none;
}
.container-header::after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    background-color: #c33345;
    background-image: -moz-linear-gradient(left,#e4b26e,#c33345);
    background-image: -webkit-gradient(linear,0 0,100% 0,from(#e4b26e),to(#c33345));
    background-image: -webkit-linear-gradient(left,#e4b26e,#c33345);
    background-image: -o-linear-gradient(left,#e4b26e,#c33345);
    background-image: linear-gradient(to right,#e4b26e,#c33345);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4b26e',endColorstr='#ffc33345',GradientType=1);
}
.container-header .top-logo-sec{
    background: #2b3034;
    padding: 10px 0;
}
.container-header .navbar-brand {
    padding: 0px;
    padding: 15px;
    margin: 10px 4px;
    position: relative;
}
.container-header .navbar-brand a img {
    margin-bottom: 15px;
}
.container-header .container-nav{
    padding: 0;
}
body.site{
    padding:0 !important;
}
.mobilemenuck-bar.ltr {
    display: none !important;
}
.navigation-sec {
    position: relative;
    padding-top: 3px;
    z-index: 10;
    background: #33393e;
}
.navigation-sec::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    background-color: #1e2124;
}
.navigation-sec::after {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #262a2e;
}
.navigation-sec > li > a {
    font-size: 15px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}
.navigation-sec .container-nav ul.top-menu {
    background: none !important;
    padding: 0;
}
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1{
    border-left: 1px solid transparent;
}
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1:hover,
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1.active {
    background: #f76b52 !important;
}
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1:hover{
    border-left: 1px solid #f54121;
}
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1 > a {
    font-size: 15px;
    line-height: 24px;
    padding: 16px 20px !important;
    position: relative;
    font-family: 'Roboto','Helvetica',arial,serif;
    color: #828d95 !important;
    text-transform: uppercase;
}
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1:hover > a span.titreck,
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1.active > a span.titreck{
    color: #fff !important;
}
.container-component > * + *{
    margin: 0;
}
p {
    margin: 0 0 15px 0;
}
.promo-desc {
    padding-top: 10px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 20px;
}
.promo-image {
    display: table-cell;
    vertical-align: bottom;
}
.promo h1 {
    position: relative;
    font-size: 3.9em;
    line-height: 1.2em;
    color: #fff;
}
.promo h1 strong{
    font-weight: 400;
}
.promo {
    display: table;
    font-size: 14px;
}

.promo h1 {
    position: relative;
    font-size: 3.9em;
    line-height: 1.2em
}

.promo h1 strong {
    white-space: nowrap
}
.promo p {
    font-size: 1.5em;
    line-height: 1.7em;
    padding: 15px 0 0;
    color: #a7b6c1;
}
.promo .readon {
    margin-top: 10px
}
.promo h1 b {
    color: #a7b6c1
}
.promo p b {
    color: #a7b6c1
}
.btn{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    font-size: 15px;
    line-height: normal;
    border-radius: 5px;    
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
    color: #333;
    font-family: 'Roboto',Arial,sans-serif;
}
.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
body .btn.active, body .btn:active, body .btn:first-child:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    color: #333;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    border-radius: 5px;
    /* font-weight: bold; */
}
.promo-desc a.btn{
    color: #626262;
    padding: 13px 15px;
    box-shadow: 0 4px 1px -1px rgba(0,0,0,0.2);
    font-weight: 500;
}
.special-offer-sec a.btn{
    font-weight: bold;
}
.promo-banner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../../../../../images/2024/01/19/default.png');
    background-size: cover;
}
.feature-section-home .sppb-row {
    margin-top: -60px;
    padding-top: 60px;
    color: #828d95;
    background: #1e2124;
    box-shadow: 0 4px 1px -1px rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 1.7em;
}
.feature-section-home .feature-item {
    padding: 25px 10px 25px;
}
.feature-section-home .feature-item h3 {
    color: #fff;
    font-size: 24.5px;
}
.title, .component-content h2, .sppb-addon-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: normal;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
h4[class^="icon-"], h4[class*=" icon-"] {
    font-family: 'Roboto','Helvetica',arial,serif;
    font-weight: 400;
    line-height: inherit;
    margin-top: 0;
    color: #f36354;
}
h4.icon-asterisk:before {
    font-family: "Font Awesome 6 Free";
    content: "\f069";
    font-weight: 900;
    color: #f36354;
}
.customer-say-sec, .special-offer-sec{
    font-size: 14px;
    line-height: 1.7em;
}
.sppb-section .home-bottom-sec {
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.footer-menu{
    max-width:250px;
    margin-left: auto;
}
.footer-menu ul.nav{
    font-size: 14px;
}
.footer-menu ul.nav li {
    margin: 0 0 8px;
    padding: 0;
    line-height: 20px;
}
.footer-menu ul.nav li>a {
    text-decoration: none;
    display: block;
    font-size: 1.1em;
}
.footer-menu ul.nav li.active.current>a, 
.footer-menu ul.nav.active.current>.item, 
.footer-menu ul.nav.active.current>.separator, 
.footer-menu ul.nav#current.active>a, 
.footer-menu ul.nav#current.active>.item, 
.footer-menu ul.nav#current.active>.separator {
    color: #303030;
}

footer.footer {
    background-image: url(../images/footer-patern.png);
    background-color: #252525;
    padding: 25px 0;
    text-align: center;
    margin: 0 0 50px;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.7em;
}
header.container-header {
    background: none;
}
.site-container .container-component.container{
    padding: 0;
}
.com_hikashop .site-container .container-component {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px 30px;
}
.homepg .site-container .container-component.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
fieldset.hkform-horizontal {
    padding: 15px 40px;
}
.top-right-nav {
    text-align: right;
    font-size: 15px;
}
.top-right-nav a.hikashop_small_cart_checkout_link {
    background: #212325;
    padding: 10px 15px;
    border-radius: 50px;
}
.top-right-nav a.hikashop_small_cart_checkout_link img {
    max-width: 30px;
    margin-right: 10px;
}
.font-size-is-default {
    font-size: 14px;
    line-height: 1.7em;
}
.faq-accordian-list .sppb-panel-heading {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-top: 15px;
}
.faq-accordian-list .sppb-panel-faq .sppb-panel-body {
    border: none;
    padding: 15px 15px 0;
}

.contact-address dt{
    width: 160px;
    text-align: right
}
.contact-form-design .sppb-section-title.left {
    margin: 0 !important;
}
.contact-form-design .sppb-section-title h3.sppb-title-heading {
    border-bottom: 1px solid #d5d5d5 !important;
    margin-bottom: 25px !important;
}
.mobilemenuck {
    padding: 15px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.mobilemenuck .mobilemenuck-item > .level1 {
    background: transparent !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 !important;
}
.mobilemenuck-item > .level1 a .titreck-title {
    color: #FFFFFF;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
}
.mobilemenuck .mobilemenuck-item > .level1 a {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.mobilemenuck .mobilemenuck-item > .level1.current.active a {
    background: #313131;
    border: 1px solid #252525;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2),0px 1px 0px #3c3c3c;
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2),0px 1px 0px #3c3c3c;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2),0px 1px 0px #3c3c3c;
}

.mobilemenuck-bar-title{
    line-height: inherit !important;
    background: #2b3034 !important;
}
.mobilemenuck-bar .mobilemenuck-logo img {
    max-width: 85%;
}
.hikashop_product_characteristics table.hikashop_product_characteristics_table tr td {
    padding: 5px 10px;
    vertical-align: middle;
}
.hikashop_product_characteristics table.hikashop_product_characteristics_table .form-check {
    margin-bottom: 0;
    line-height: 24px;
}
.hikashop_product_characteristics table.hikashop_product_characteristics_table .form-check .form-check-input {
    margin-top: 4px;
    width: 14px;
    height: 14px;
}
.hikashop_quantity_form {
    margin-bottom: 25px;
}
.hikashop_quantity_form tr td {
    padding: 0;
}
.hikashop_quantity_form .hikashop_product_quantity_field,
.hikashop_product_quantity_table .hikashop_product_quantity_field{
    height: 40px;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    width: 80px;
}
.hikashop_quantity_form a.hikashop_product_quantity_field_change, 
.hikashop_quantity_form a.hikashop_product_quantity_field_change:hover,
.hikashop_product_quantity_table a.hikashop_product_quantity_field_change,
.hikashop_product_quantity_table a.hikashop_product_quantity_field_change:hover{
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    background: #f76b52;
    color: #fff;
    border-color: #f76b52;
    text-align: center;
    line-height: 18px;
    border: none;
}
.hikashop_quantity_form a.hikashop_product_quantity_field_change.hikashop_product_quantity_field_change_plus,
.hikashop_product_quantity_table a.hikashop_product_quantity_field_change.hikashop_product_quantity_field_change_plus{
    border-radius: 4px 4px 0px 0px;
}
.hikashop_quantity_form a.hikashop_product_quantity_field_change.hikashop_product_quantity_field_change_minus,
.hikashop_product_quantity_table a.hikashop_product_quantity_field_change.hikashop_product_quantity_field_change_minus {
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #cb3a20;
}
.hikashop_product_quantity_main .hikabtn {
    background: #f76b52;
    color: #fff;
    border-color: #f76b52;
    padding: 6px 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}
.hikashop_product_quantity_main .hikabtn:hover,
.hikashop_product_quantity_main .hikabtn:focus,
.hikashop_product_quantity_main .hikabtn:active {
    background: #33393e;
    border-color: #33393e;
    color: #fff;
}
.visible-phone{
    display: none;
}

.hikashop_checkout_buttons .hikabtn_checkout_next{
    background: #f76b52;
    color: #fff;
    border-color: #f76b52;
    padding: 6px 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top: 15px;
}
.hikashop_checkout_buttons .hikabtn_checkout_next:hover{
    background: #33393e;
    border-color: #33393e;
}
.hikashop_product_quantity_table tr td{
    padding: 0;
}
.hikashop_checkout_cart table.hikashop_product_quantity_table {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.hikashop_checkout_cart td.hikashop_cart_product_quantity_value{
    text-align: center;
}
.hikashop_checkout_cart span.hikashop_product_price,
.hikashop_checkout_cart .hikashop_checkout_cart_additional,
.hikashop_checkout_cart .hikashop_checkout_cart_payment,
.hikashop_checkout_cart .hikashop_checkout_cart_coupon,
.hikashop_checkout_cart .hikashop_checkout_cart_additional{
    font-family: Helvetica, Arial, Sans-Serif;
    font-style: normal;
    color: #0662b3;
}
.hikashop_checkout_cart .hikashop_cart_subtotal_value,
.hikashop_checkout_cart .hikashop_cart_shipping_value,
.hikashop_checkout_cart .hikashop_cart_total_value {
    text-align: right;
}
.hikashop_checkout_cart .hikashop_checkout_cart_shipping,
.hikashop_checkout_cart span.hikashop_checkout_cart_final_total{
    font-family: Helvetica, Arial, Sans-Serif;
    font-style: normal;
    color: #0662b3;
}
.hikashop_checkout_page span.label.label-info {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0662b3;
    padding: 1px 4px 2px;
    border-radius: 3px;
}
.terms-section{
    padding: 20px;
}
.hikashop_checkout_buttons .buttons_left,
.hikashop_checkout_buttons .buttons_right {
    display: inline-block;
}
.hikashop_checkout_buttons .hikabtn_cart_product_edit_save,
.hikashop_checkout_buttons .hikabtn_cart_product_edit_cancel {
    background: #f36354;
    border-color: #f36354;
    height: auto;
    padding: 8px 15px;
    line-height: normal;
    color: #fff;
}
.hikashop_checkout_buttons .hikabtn_cart_product_edit_save i.fa {
    margin-right: 5px;
}
.hikashop_checkout_buttons .hikabtn_cart_product_edit_cancel{
    background:#fff;
    border-color: #fff;
    color: #333;
    margin-right: 10px;
}
.hikashop_checkout_buttons .hikabtn_cart_product_edit_save:hover {
    background: #d9493a;
    border-color: #d9493a;
}
.form-check-input:checked {
    background-color: #0662b3;
    border-color: #0662b3;
}
input.hikashop_checkout_payment_radio {
    margin-right: 5px;
}
.hikashop_checkout_payment_description {
    margin-left: 20px;
}
.hikashop_product_description_main ul {
    padding: 0 0 0 15px;
    margin: 0 0 25px;
}
.hikashop_product_page .hk-row-fluid{
    margin: 0 -15px;
}

.notifyjs-corner .notifyjs-wrapper .notifyjs-metro-base.notifyjs-metro-info {
    background: #ffffff;
    border-color: #ffffff;
    box-sizing: border-box;
}
.notifyjs-corner .notifyjs-wrapper .notifyjs-metro-base .image {
    transform: translate(0px, -50%);
    left: 15px;
}
.notifyjs-corner .notifyjs-wrapper .notifyjs-metro-base .text-wrapper {
    margin: 10px 10px 10px 80px;
}
.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

/*----- Resposnsive Media Start -----*/
@media (width >= 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
    }
}

@media(max-width: 767px){
    .container-header .navbar-brand{
        display: none;
    }
    .mobilemenuck-bar.ltr {
        display: block !important;
        padding-top: 15px;
    }
    .mobilemenuck-bar.ltr .mobilemenuck-bar-button{
        top: 18px;
    }
    .promo {
        padding-top: 10px !important;
        display: block
    }
    .promo .promo-desc {
        width: 100%;
        display: block
    }
    .with-feature .promo {
        padding-bottom: 70px !important
    }
    .promo-hero-sec .mod-custom {
        display: flex;
        flex-wrap: wrap;
    }
    .promo-hero-sec .mod-custom .promo-desc {
        order: 2;
        margin-bottom: 15px;
    }
    .promo-image img{
        max-width: 250px;
        margin-top: 30px;
    }
    .sppb-section .home-bottom-sec {
        margin: 0;
        width: 100%;
    }
    .feature-section-home .sppb-row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-menu {
        max-width: 100%;
        margin-left: auto;
    }
    .page-content > section {
        margin: 0 !important;
    }
    header.container-header {
        background: none;
        min-height: 80px;
    }
    .top-right-nav {
        text-align: center;
        margin-top: 60px;
    }
    .mobilemenuck-bar.ltr .mobilemenuck-bar-title {
        display: none;
    }
    .visible-phone{
        display: block;
    }
    .hikashop_checkout_cart {
        overflow: auto;
        width: 100%;
    }
    .hikashop_checkout_cart #hikashop_checkout_cart_final_total_title{
        display: block;
    }
    .com_hikashop .site-container {
        padding: 0 15px;
    }
    body.site .vex.vex-theme-default{
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px){
    .promo-image {
        width: 33%
    }
    .promo-desc {
        padding-right: 20px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .promo-image {
        width: 48%;
        margin-top: 0;
        margin-bottom: 0
    }
    .promo-image img {
        max-width: 100%
    }
    .promo h1 {
        font-size: 2.2em
    }
    .promo p {
        font-size: 1em
    }
    .promo-desc {
        padding-top: 0
    }
}

@media only screen and (max-width:480px) {
    .promo-image {
        margin: 0 auto;
        width: 100%;
        float: none;
        text-align: center
    }
    .promo h1 {
        font-size: 2.2em
    }
    .promo p {
        font-size: 0.9em
    }
    .promo-desc {
        padding-top: 0
    }
}

.hikashop_checkout_login {
    
    width: auto !important;
    
}
#hikashop_checkout_registration fieldset.hkform-horizontal {
    padding: 15px 10px;
}


/* --- Visual Contrast Improvements (Banner Text) --- */

/* Fix low-contrast descriptive text in the banner (SP Page Builder text) */
.sppb-addon-text p {
    color: #FFFFFF !important; /* Change descriptive text to white */
    opacity: 1 !important;    
    line-height: 1.6em;        
}

/* Ensure the main heading emphasis ("Your benches") is white and sized well */
.sppb-addon-text h1 strong {
    color: #FFFFFF !important; /* Make the emphasized word white */
    font-size: 2.2em;          
}


/* --- Final Overdrive Centering Fix --- */

/* 1. Force the main site-grid content to center */
.site-grid {
    /* Step A: Force it to behave like a standard centered block element */
    display: block !important;
    
    /* Step B: Apply definitive centering margins and max width */
    margin: 0 auto !important; /* Shorthand for top/bottom 0, left/right auto */
    max-width: 1200px !important; /* Match the main content width */
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* 2. Target the content inside the full-width header to center it */
.header > .grid-child,
.header > div {
    /* Apply definitive centering margins and max width */
    margin: 0 auto !important; /* Shorthand for top/bottom 0, left/right auto */
    max-width: 1200px !important; /* Match the main content width */
}

/* 3. Ensure component container within the main content is also max-width and centered */
.site-container .container-component.container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- FINAL BRAND MODERNIZATION --- */

/* 1. Force the Font to Roboto everywhere */
body, p, span, div, h1, h2, h3, h4, .navbar-brand a {
    font-family: 'Roboto', sans-serif !important;
}

/* 2. Kill the Blue Gradients and force Charcoal Slate */
.container-header, .container-header::after, .navigation-sec {
    background-color: #2C3E50 !important;
    background-image: none !important;
    border: none !important;
}

/* 3. Force Buttons to Safety Amber */
.btn-primary, 
.hikabtn, 
.hikashop_product_quantity_main .hikabtn, 
.mod-menu .nav.menu.nav-pills > li > a {
    background-color: #F39C12 !important;
    border-color: #F39C12 !important;
    background-image: none !important; /* Removes the old 3D gradient look */
    color: #ffffff !important;
}

/* 4. Make Header Links Bright White */
.navigation-sec .container-nav ul.top-menu li.maximenuck.level1 > a,
.navbar-brand, 
.header a {
    color: #ffffff !important;
}
