@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-medium-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lateef';
    src: url('../fonts/lateef.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}






::-webkit-scrollbar{
    min-width:6px;width:6px;max-width:6px;height:6px
}
::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece{
    background:#f8f8f8
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb{
    background:rgba(51,51,51,.3)
}







.mainNavTop {
    display: none;
}

body {
    background: var(--main_color1) !important;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;


    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    text-transform: uppercase;
    text-underline-offset: 3px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.01);
    -webkit-text-stroke-width: 0.1px;

    -webkit-text-size-adjust: 100%;
}


h1, 
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond';
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 1.25rem;
    color: #000;
    text-transform: capitalize;
}
h2 {
    font-size: 38px;
}
h4 {
    font-size:20px;
}
a {
    color: #000;
}
a:hover {
    color: var(--main_color0);
}
.titleCenter {
    text-align: center;
}

.blockSpacer {
    height: 100px;
}
















.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
}
.popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}
.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 365px;
    width: 90%;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
    text-align: center;
}
.popup-inner .popup-head {
    text-align: center;
    background: #aa6b31;
    padding: 24px;
}
.popup-inner .popup-head svg {
    width: 85px;
    height: 37px;
    display: block;
    margin: 0 auto;
    fill: #ffce6b;
}
.popup-inner .popup-body h6 {
    padding: 17px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'ProximaNova';
}
.popup-inner .popup-body .select-reg-btn {
    padding: 0;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 16px;
    text-transform: uppercase;
    border: solid 1px rgba(0, 0, 0, .4);
    border-left: none;
    border-right: none;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    font-family: 'ProximaNova';
}
.popup-inner .popup-body .select-reg-btn {
    color: #000000;
}
.popup-inner .popup-body .select-reg-btn:hover {
    background-color: #f6f6f6;
}
.rso_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    display: none;
}























header.mainHeaderWrapper {
    border-bottom: solid 1px #000;
}

.mainNav nav {
    width: 100%;
    height: 69px;
    line-height: unset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainNav .mainMenuWrapper {
    width: 100%;
    height: 100%;
    position:relative;
    z-index: 5;
    padding:0 12px 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

@media (min-width: 768px) {
    .mainNav .mainMenuWrapper,
    .megaMenu_content {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .mainNav .mainMenuWrapper,
    .megaMenu_content {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .mainNav .mainMenuWrapper,
    .megaMenu_content {
        width: 1140px;
    }
}
@media screen and (min-width: 1350px) {
    .mainNav .mainMenuWrapper,
    .megaMenu_content {
        width: 1330px;
    }
}

.mainMenuWrapper .mmw_menuItemsWrapper {
    height: 100%;
}
.mainMenuWrapper .mmw_menuItemsWrapper > ul,
.mainMenuWrapper .mmw_menuItemsWrapper > ul > li,
.mainMenuWrapper .mmw_menuItemsWrapper > ul > li > a {
    height: 100%;
}
.mainMenuWrapper .mmw_menuItemsWrapper > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:30px;
    padding-right:30px;
    font-weight: 400;
    font-size:14px;
    letter-spacing: 1.4px;
}
.mainMenuWrapper .mmw_menuItemsWrapper:first-of-type > ul > li:first-of-type > a {
    padding-left: 0;
}
.mainMenuWrapper .mmw_menuItemsWrapper:last-of-type > ul > li:last-of-type > a {
    padding-right: 0;
}
.mainMenuLogo {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    transition: none;
    z-index: 16;
}
.mainMenuLogo svg {
    width: 85px;
    height: 39px;
    display: block;
    fill: #000;
}
.hasTopBanner .mainMenuLogo svg {
    fill: #fff;
}

.mainNavFixed .mainNav {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: var(--main_color1);
}
.mainNavFixed header.mainHeaderWrapper {
    border-bottom: solid 1px #000 !important;
}
.mainNavFixed .pageTopImage {
    margin-top: 71px;
}
.mainNavFixed .mainMenuLogo svg,
.mainNavFixed .cartIcon_svg {
    fill: #000;
}
.mainNavFixed .mmw_menuItemsWrapper > ul > li > a,
.mainNavFixed .mmw_menuItemsWrapper > ul > li .cartWrapper .cartButton {
    color:#000 !important;
}
.mainNavFixed .mmtg_line {
    background-color: #000 !important;
}
.mainNavFixed.homepage .mainMenuLogo {
    display: block;
}




.mainMenu_megamenu {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    background: #f4f2ed;
    color:#000;
    display: none;
    box-sizing: border-box;
    transition: all 300ms;
}
.mainMenu_megamenu  ul li {
    float: unset;
}

.megaMenu_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.megaMenu_content {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
    z-index: 5;
    padding-top: 80px;
    padding-bottom: 55px;
}
.megaMenu_content,
.megaMenu_content * {
    max-width: none;
    letter-spacing: .1em;
}
.megaMenu_content .elem_left {
    display: flex;
    width: 100%;
}
.megaMenu_content .elem_right {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-right: -20px;
}
.megaMenu_content .menu-col {
    min-width: calc(100% / 4);
    padding-right: 40px;    
}
.menuColItemsGroup {
    margin-bottom: 24px;
}
.megaMenu_content h6 {
    min-height: 30px;
    text-transform: uppercase;
    font-family: "ProximaNova";
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px;
    position: relative;
    margin: 0 0 1.25rem;
    color: #000;
    overflow-wrap: break-word;
}

.megaMenu_content ul {
    padding: 0;
    margin: 0;
}
.megaMenu_content ul li {
    display: block;
    width: 100%;
    list-style: none;
    line-height: 18px;
    margin-bottom: 12px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: "ProximaNova";
    font-weight: 400;
    color: #fff;
}
.megaMenu_content ul li a {
    display: block;
    color: #000;
    padding: 0;
    position: relative;
    z-index: 9;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    text-underline-offset: 3px;
    font-size: 14px;
    padding:0;
    list-style: none;
    text-transform: capitalize;
    letter-spacing: normal;
}
.megaMenu_content .elem_left ul+h6 {
    min-height: 1px;
    margin-top: 24px;
}
.megaMenu_content .elem_left h6 {
    text-transform: uppercase;
    font-family: "ProximaNova";
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    position: relative;
}
.megaMenu_content .elem_left h6 a {
    color: #000;
    margin-top:20px;
    font-family: "ProximaNova";
    font-weight: 500;
}
.megaMenu_content .elem_right .menu-post {
    margin-right: 20px;
}
.megaMenu_content .elem_right .menu-post figure {
    display: block;
    width: 100%;
    height: 227px;
    margin: 0px;
    overflow: hidden;
    background: #fff;
}
.megaMenu_content .elem_right .menu-post figure a {
    display: block;
    width: 100%;
    height: 100%;
}
.megaMenu_content .elem_right .menu-post figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.megaMenu_content .elem_right .menu-post figure a:hover img {
    opacity: .8;
    transform: scale(1.1);
}
.megaMenu_content .elem_right .menu-post h4,
.megaMenu_content .elem_right .menu-post h4 a {
    font-size: 26px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: "Lateef",cursive;
    font-weight: 300;
    line-height: 1.45;
}
.megaMenu_content .elem_right .menu-post p {
    font-size: 14px;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}










.mnCart_wrapper,
.cartHtmlWrapper {
    height: 100%;
}
.cartHtmlWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartWrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}
.cartWrapper .cartButton {
    background-color: transparent;
    box-shadow:none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.cartBtnInnerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartBtnInnerWrapper .cartBtn_counter {
    position: relative;
    top: -1px;
    left: 2px;
    font-size: 15px;
}
.cartBtnInnerWrapper .cartBtn_counter .nrOfItemsInCart_preview {
    font-size: 14px;
}

















.label_sport {
    background-color: transparent;
    font-weight: bold;
}


.shop_articleList_loading {
    background-color: var(--main_color1) !important;
}

.smallboard_preview .customorder_initiated .colum_left {
    background-color: var(--main_color1) !important;
}



.custom_select ul.cs_itemlist {
    background-color: var(--main_color1) !important;
}
.orderform_submitbtns input {
    background-color: var(--main_color0) !important;
    color:#fff !important;
    border:solid 1px #fff !important;
}
















.tabs .tab a, 
.tabs .tab a:hover, 
.tabs .tab a.active, 
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    background: var(--main_color1) !important;
    border-color: #ccc;
}
.tabPage {
    border: solid 1px #ccc;
}



.customOrderWrapper select,
.customOrderWrapper .custom_select .cs_currentselection,
.customOrderWrapper .bgg_list_wrapper {
    background-color: var(--main_color1) !important;
}
.customOrderWrapper .ajaxloading {
    background-color:rgba(244,242, 237, 0.6);

}





.cbc_step {
    background-color: #f1f1f1 !important;
    color:#999 !important;
}
.cbc_step.active {
    background-color: var(--main_color0) !important;
    color: #fff !important;
}


.cpl_head {
    background-color: var(--main_color0) !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size:13px !important;
}
.cpl_body .cpl_item:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.3);
}
.cpl_body > .row {
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.cpl_body .cplh_col2 .row {
    margin-bottom: 0 !important;
}


.checkout_checkoutinformation > .container {
    border-bottom: none !important;
}
.checkout_securechckout a {
    background-color: var(--main_color0) !important;
}
.delivery_option_wrapper .do_item {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #666 !important;
}

.delivery_option_wrapper .do_item.selected {
    background-color: var(--main_color0) !important;
    color: #fff !important;
}
.delivery_option_wrapper .do_item.selected small {
    color: #eee !important;
}
textarea {
    background-color: transparent !important;
}
.do_item .do_input input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.do_item.selected .do_input input[type='radio']:after {
    background-color: var(--main_color2);
}
.do_item small {
    font-size: .85em !important;
}
.cos_totalprice {
    font-weight: 500;
}

select {
    background-image: url(/global/images/select_arrow.png) !important;
    background-color: var(--main_color1) !important;
}


.finalchckt_promodisclaimer,
.cci_subtitle {
    color: #777 !important;
}
.legend_home, 
.legend_pickup,
.cci_subtitle_small {
    color: #888 !important;
}
.chkt_final label {
    font-size: 14px !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: var(--main_color0) !important;
}
.select-wrapper input.select-dropdown {
    border: solid 1px #aaa !important;
}















.btcAddToCart {
    background-color: var(--main_color0);
}
.btcAddToCart:hover {
    background-color: var(--main_color0);
    color: var(--main_color2);
}



.nsltrFormSuccessMessage_wrapper {
    display: none;
    font-size:.8em;
    max-width: 260px;
    margin-bottom:12px;
    color: var(--main_color2);
}


.page-footer {
    background-color: #aa6b31;
    padding: 65px 0;
}
.page-footer a {
    text-decoration: none;
    color: #ffce6b;
    text-transform: uppercase;
}
footer .footer-logo {
    margin-bottom: 70px;
}
footer .footer-logo figure {
    margin: 0;
    width: 126px;
    height: 55px;
}
footer .footer-logo figure svg {
    width: 100%;
    height: 100%;
    display: block;
}
.pagefooter_inner {
    margin: 0 auto;
}
@media (min-width: 576px) {
    .pagefooter_inner {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .pagefooter_inner {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .pagefooter_inner {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .pagefooter_inner {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .pagefooter_inner {
        max-width: 1320px;
    }
}
@media screen and (min-width: 1350px) {
    .pagefooter_inner {
        width: 100%;
        max-width: 1330px;
    }
}

.footerColsWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.fcols_left,
.fcols_right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.fcols_left {
    width:57%;
}
.fcols_right {
    width:43%;
    justify-content: flex-end;
}


.footerColsWrapper .footerCol {
    width: 28%;
}
.footerColsWrapper .footerCol.footerCol_address {
    width: 44%;
}

.footerColsWrapper .footerCol.footerCol_misc {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footerColsWrapper .footerCol.footerCol_misc .footerCol_misc_inner h3 {
    font-family: "Lateef",cursive;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 1.25rem;
    color: #ffce6b;
    font-size: 33px;
    text-transform: capitalize;
}
.footerColsWrapper .footerCol.footerCol_misc form.subscribe_newsletter {
    position: relative;
}
.footerColsWrapper .footerCol.footerCol_misc form.subscribe_newsletter input {
    width: 308px;
    display: block !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    margin: 0 2px !important;
    max-width: 100% !important;
    height: 64px !important;
    border: solid 1px #646464 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: .05em !important;
    font-weight: 400 !important;
    padding: 2px 1.125rem !important;
    border-radius: 0px !important;
    border-color: #ffce6b !important;
    padding-right: 55px !important;
    padding-left: 24px !important;
    height: 58px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: .05em !important;
    color: #ffce6b !important;
}
.footerColsWrapper .footerCol.footerCol_misc form.subscribe_newsletter input::placeholder {
    color: #ffce6b !important;
}
.stay-in-btn {
    height: 60px;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    text-transform: none;

    -webkit-appearance: button;

    cursor: pointer;

    background: transparent;
    border: none;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;


    position: absolute;
    top: calc(60px / 2 - 28px);
    right: 6px;
    
    background: none;
}

footer ul li,
footer p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffce6b;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .05em;
 }

 .select-location .dropdown {
    position: relative;
}
.select-location .dropdown .dropdown-toggle {
    cursor: pointer;
}
.select-location .dropdown .dropdown-menu {
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}
.select-location .dropdown .dropdown-menu * {
    font-size: 1rem;
    color: #212529;
    text-align: left;
}
.select-location .dropdown .dropdown-menu li {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffce6b;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.select-location .dropdown .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.select-location .dropdownMenuOpen .dropdown-menu {
    display: block;
}

.cplpd_aditionalinfo {
    font-size: 13px !important;
}
.cplpd_name {
    font-size: 14px !important;
}












.btn {
    display: inline-block;
    width: auto;
    height: auto;
    border: solid 1px transparent;
    font-size: 16px;
    color: #fff;
    background: #000;
    font-family: "ProximaNova";
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 2.75;
    border-radius: 0px;
    padding: 0 24px;
    text-indent: 0px;
    text-align: center;
    min-width: 1px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.btn--with-border {
    background: transparent;
    color: #000;
    border: solid 1px #000;
}

.btn--with-border:hover, .btn--with-border:focus {
    border-color: #aa6b31;
}
.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
    background: #aa6b31;
}








.elementCenter {
    width: 1330px !important;
    margin: 0 auto;
}
@media (max-width: 1330px) {
    .elementCenter {
        width: 100% !important;
    }
}



.mainJumbotron {
    width: 100%;
    background-color: var(--main_color0);
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}
.mainJumbotron .vjDetails svg {
    fill:#fff;
}








.homepage .mainMenuLogo {
    display: none;
}
.mainNav.hasTopBanner .mmw_menuItemsWrapper > ul > li > a,
.mainNav.hasTopBanner .mmw_menuItemsWrapper > ul > li .cartWrapper .cartButton,
.mainNav.hasTopBanner .mmw_menuItemsWrapper .cartIcon_svg {
    color:#fff;
    fill:#fff;
}
.mainNav.hasTopBanner .mainHeaderWrapper {
    border-bottom:none;
}
.mainNav.megaMenuOpen.hasTopBanner:hover .mmw_menuItemsWrapper > ul > li > a,
.mainNav.megaMenuOpen.hasTopBanner:hover .mmw_menuItemsWrapper > ul > li .cartWrapper .cartButton {
    color:#000;
}



.newModels_homeWidget_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeWidget_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom:30px;
}
.homeWidget_header h2 {
    margin: 0;
}
.modelSliderWrapper_box {
    width: 100%;
}
.modelsSlider .splide__slide {
    padding-right:6px;
    padding-left:6px;
}
.modelsSlider .mlModel {
    height: 430px;
    padding:0;
    overflow: hidden;
}
.modelsSlider .nmh_imgWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
}
.modelsSlider .mlModel img {
    width: auto;
    height: 100%;
    transition: all .3s ease-in-out 0s;
}
.modelsSlider .mlModel:hover img {
    opacity: .8;
    transform: scale(1.1);
}
.ms_footer {
    text-align: left;
    padding-top:8px;
}
.ms_footer h4 small {
    display: flex;
    font-family: "ProximaNova";
    font-weight: 300;
    font-size:12px;
}



.new-model-section {
    display: flex;
    justify-content: space-between;
}
.new-model-section .elem {
    width: 49.8%;
}
.text-center {
    text-align: center !important;
}
.heading h2 {
    margin-bottom: 24px;
}
.new-model-section .heading a {
    color: #000;
}
.new-model-section figure {
    height: 430px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.new-model-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-model-section .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 5;
    color: #ffce6b;
    border-color: #ffce6b;
}
figcaption, figure, main {
    display: block;
}
.new-model-section figure::before,
.hp2bo_imgInner .hp2boii_img::before {
    background: url(/images/texture-grain-img-new.png);
    background-repeat: repeat;
    background-position: 50%;
    content: "";
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    position: absolute;
    left: -10rem;
    top: -10rem;
    will-change: transform;
    -webkit-animation: noise 1s steps(2) infinite;
    animation: noise 1s steps(2) infinite;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}
.new-model-section figure::after,
.hp2bo_imgInner .hp2boii_img::after  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(175, 109, 49, .94);
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}
.new-model-section figure:hover::after, 
.new-model-section figure:hover::before, 
.new-model-section figure:hover .btn,
.hp2bo_img:hover .hp2bo_imgInner .hp2boii_img::before,
.hp2bo_img:hover .hp2bo_imgInner .hp2boii_img::after {
    opacity: 1;
}


.hp_2BannerOptions_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp2bo_imgsWrapper,
.hp2bo_imgs {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hp2bo_img {
    width: 49%;
}
.hp2bo_imgInner,
.hp2boii_img {
    width: 100%;
}

.hp2bo_imgInner {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hp2bo_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hp2boii_img {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.hp2boii_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.hp2boii_text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color:#fff;
}
.hp2boii_text * {
    color:#fff;
}
.hp2boii_text .btn {
    border:solid 1px #fff;
}



.hp_1BannerOptions_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.h12bo_imgWrapper {
    position: relative;
}
.hp1boii_img {
    width: 100%;
}
.hp1boii_img img {
    width: 100%;
}
.hp1boii_text {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.hp1boii_text * {
    color:#fff;
}
.hp1boii_text h2 {
    font-size: 54px;
    line-height: 82px;
    margin-bottom: 8px;
    color: #fff;
}
.hp1boii_text .btn {
    border: solid 1px #fff;
}
.hp1boii_text .btn:hover {
    border-color: var(--main_color0);
}

.hp3Banner .hp2bo_img {
    width: 33%;
}
.hp3Banner .hp2boii_text {
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.hp3Banner .hp2bo_img:hover .hp2boii_text {
    display: flex;
    opacity: 1;
}
.hp2bo_img h4 {
    padding-top:7px;
}
.hp2bo_img:hover h4 a {
    color: var(--main_color0);
}


.blogSlider_home_wrapper {
    display: none;
    overflow: hidden;
}
.hp3Banner .blogSlider_home .hp2bo_img {
    width: 100% !important;
}
.blogSlider_home .splide__slide {
    width: 78% !important;
}


.volumeCalculator_widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.hwh_center {
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.volumeCalculator_widget .homeWidget_header h2 {
    margin-bottom:8px;
}
.volumeCalculator_widget .homeWidget_header p {
    margin: 0;
    padding:0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main_color0)
}
.vc_itemsWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.volumeCalculator_widget .vcItem {
    display: block;
    width: 100%;
    max-width: 260px;
    height: 64px;
    border: solid 1px #000;
    box-shadow: none;
    background: var(--main_color1);
    font-size: 16px;
    line-height: 58px;
    letter-spacing: .05em;
    font-weight: 400;
    color: #000;
    border-radius: 0px;
    background: transparent url(/images/down-arrow.svg) no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 20px;
    margin: 0 56px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.vc_itemsWrapper .vcItem {
    margin: 0 1.125rem;
}
.vc_itemsWrapper .vcItem:first-child {
    margin-left: 0;
}
.vcItem .vcItem_header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:18px;
}
.vcItem_body {
    position: absolute;
    top:62px;
    height: 0;
    max-height: 340px !important;
    left: -1px;
    width: calc(100% + 2px);
    border: solid 1px #000;
    background: var(--main_color1);
    overflow: hidden;
    display: none;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.vcItem_bodyItemsWrapper_outer {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.vcItem_bodyItemsWrapper ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.vcItem_bodyItemsWrapper ul li {
    width: 100%;
    height: 40px;
}
.vcItem_bodyItemsWrapper ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left:18px;
}
.vcItem_bodyItemsWrapper ul li a:hover {
    background-color: #000;
    color: #fff;
}
.volumeCalculator_snipets {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.vc_itemsFormElements {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cls_weightVal {
    z-index: 3;
}
.cls_abilityVal {
    z-index: 2;
}
.cls_qualityVal {
    z-index: 1;
}


.vcSubmitBtnWrapper {
    display: block;
    width: 100%;
    max-width: 260px;
    height: 64px;
    background-color: var(--main_color0);
}
.vcSubmitBtnWrapper .vcResult {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color:#fff;
}
.vcFormWrapper {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.vcSubmitBtnWrapper.resultOk .vcResult.vcResult_notDone,
.vcSubmitBtnWrapper .vcResult.vcResult_done {
    display: none;
}
.vcSubmitBtnWrapper.resultOk .vcResult.vcResult_done {
    display: flex;
}
.vcResult_value {
    display: inline-flex;
    margin-left:6px;
}





.pageTopImage {
    width: 100%;
    height: 506px;
    overflow: hidden;
    position: relative;
    top: -74px;
    margin-bottom: -114px;
    padding-top: 74px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    background-position: top center;
    /*background-attachment: fixed;*/
    max-height: 756px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.pageTopImage img {
    width: 100%;
}
.pageTopImage .ptiContent h1 {
    color:#fff;
    font-size: 50px;
    margin:0;
}

.autoVideoWrapper {
    width: 100%;
    height: 735px;
    overflow: hidden;
}
.autoVideoWrapper .av_cover,
.autoVideoWrapper .av_videoWrapper,
.autoVideoWrapper .av_videoWrapper iframe {
    width: 100%;
    height: 100%;
}
.autoVideoWrapper .av_cover {
    position: relative;
}
.autoVideoWrapper .av_cover .avcoverContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.avcoverContent h2 {
    font-size: 54px;
    line-height: 82px;
    margin-bottom: 8px;
    color: #fff;
}
.avcoverContent .btn {
    color: #fff;
    border: solid 1px #fff;
}
.avcoverContent .btn:hover {
    border-color: var(--main_color0);
}
.autoVideoWrapper .av_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.modelsSliderCounter {
    width: 88px;
    text-align: center;
}
.modelslistWrapper .splide__arrow.splide__arrow--prev,
.modelslistWrapper .splide__arrow.splide__arrow--next {
    top: -43px;
    right:0;
    left:unset;
}
.modelslistWrapper .splide__arrow.splide__arrow--prev {
    right: 65px;
}
.modelslistWrapper .splide__arrows .splide__arrow {
    background-color: transparent;
}

.followAllongInstagram {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'EB Garamond';
    font-size: 24px;
    text-transform: none;
    color:#000;
}
.cartButton {
    opacity:1;
}
.globalContainer_outer {
    overflow-x: hidden;
}



.blogList_wrapper_inner {
    width: calc(100% + 20px);
    position: relative;
    top:-10px;
    left: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blogList_item {
    width:33.33%;
    padding:10px;
}
.blogList_item figure {
    padding:0;
    margin: 0;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.blogList_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogList_item h4 {
    margin-top:10px;
    margin-bottom: 4px;
    text-transform:uppercase;
}







.mobileMenu {
    height: 100%;
    margin: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobileMenu_trigger {
    width: 30px;
    height: 24px;
    margin-left: 20px;
    cursor: pointer;
    z-index: 11;
    display: none;
}
.mmtGfx {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
}
.mmtg_line {
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: relative;
    transition: all .500s;
}
.mainNav.hasTopBanner .mmtg_line {
    background-color: #fff;
}
.mainNav.hasTopBanner .mm_open .mmtg_line {
    background-color: #000; 
}
.mobileMenu_trigger.mm_open .mmtGfx {
    justify-content: center;
}
.mobileMenu_trigger.mm_open .mmtgl1 {
    rotate: 45deg;
    top: 1px;
}
.mobileMenu_trigger.mm_open .mmtgl2 {
    rotate: -45deg;
    top: -2px;
}
.mobileMenu_trigger.mm_open .mmtgl3 {
    display: none;
}
.brandlogo_mobile {
    z-index: 11;
}
.mNavMobile {
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display:none;
    box-shadow: 0 7px 14px -15px #000;
}
.mNavMobile.mNavMobile.mnm_open {
    display: none;
}
.mnm_header {
    height: 96px;
    box-sizing: content-box;
}
.mnm_menuWrapper {
    padding-bottom:30px;
    position: relative;
}
.mnm_menuWrapper li {
    width: 100%;
    line-height: unset;
    float:none;

    padding-left: 20px;
    padding-right: 20px;
}
.mnm_menuWrapper li a {
    width: 100%;
    height: 40px;
    padding:0;
    line-height: unset;
    color:#000;
    display: flex;
    align-items: center;
    justify-content:space-between;
    font-size: 13px !important;

    font-family: 'ProximaNova';
    font-weight: 400;

    border-bottom: solid 1px rgba(0, 0, 0, .4);
}
.mnm_menuWrapper li:first-child a {
    border-top: solid 1px rgba(0, 0, 0, .4);
}
.mnm_menuWrapper li a i.material-icons {
    font-size: 40px;
    position: relative;
    right: -15px;
}
.mnm_menuWrapper .hasSubMenu .mainNav_submenu {
    display: none;
    /* background-color: #f5f5f5; */
}
.mnm_menuWrapper .hasSubMenu .mainNav_submenu.mnm_subMenuOpen {
    display: block;
}
.mnm_menuWrapper .hasSubMenu .mainNav_submenu a {
    font-family: 'Neue Haas Grotesk Display Pro Light';
}
.mnm_menuWrapper .hasSubMenu .mainNav_submenu ul li {
    float: none;
}

.mnm_menuWrapper > ul > li > a {
    font-size: 19px;
}

.mnCart_wrapper.mnCartMobile {
    width: 30px;
    display: none;
}
.mnCart_wrapper.mnCartMobile i {
    color: #333;
}
.cartIcon_svg {
    position: absolute;
    top: 11px;
    left: -13px;
    display: none;
    width: 24px;
    height: 24px;
}
.mobileMenuIsOpen .cartIcon_svg {
    fill: #000;
}
.mobileMenuIsOpen .cartBtn_counter {
    color:#000;
}
.mnmItemHasSubMenu,
.mnmsmTitle {
    position: relative;
}
.mnmItemHasSubMenu::before,
.mnmsmlvl1_itemsWrapper .mnmsmTitle::before,
.mnmsmlvl1Item.hasSubItems a::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 3px;
    width: 8px;
    height: 13px;
    background: url(/images/more-menu-icon.svg) no-repeat;
    background-position: center center;
    background-size: 100%;
}
.mnmsmlvl1_itemsWrapper .mnmsmTitle::before {
    right: unset;
    left: 20px;
    transform: rotate(180deg);
}
.mnmsmlvl1Item.hasSubItems a::before {
    right: 27px;
}
.mnmsmlvl1Item.hasSubItems.subMenuIsOpen a::before {
    transform: rotate(90deg);
}

.mnm_subMenus_container {
    width:100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
}
.mnm_subMenus_container,
.mnmsmlvl1_itemsWrapper {
    display: none;
}

.mnmsmlvl1_itemsWrapper .mnmsmTitle a,
.mnmsmlvl1Item.hasSubItems a::before {
    transition: all 300ms;
}
.mnmsmlvl1_itemsWrapper.mnmsmIsOpen .mnmsmTitle a {
    padding-left:20px;
}
.mnmsmlvl1Item {
    position: relative;
}
.mnmsmlvl2_items {
    height: 0;
    overflow: hidden;
}
.mnmsmlvl2_items li {
    padding-left:0;
    padding-right:0;
}
.mnmsmlvl1Item a {
    border: none !important;
}
.mnmsmlvl2_items li a {
    border: none;
    height: 27px;
}
.subMenuIsOpen ul.mnmsmlvl2_items {
    height: auto;
}
.subMenuIsOpen .mnmsmlvl2_items {
    padding-bottom:30px;
}









@media (max-width: 960px) {
    .mainNav nav {
        justify-content: flex-start;
    }
    .mainNav .mainHeaderWrapper .mainMenuWrapper .mmw_menuItemsWrapper ul li > a {
        display: none;
    }
    .mobileMenu_trigger {
        display: block;
    }
    .mNavMobile.mNavMobile.mnm_open {
        display: block;
    }
    .cartBtn_text {
        display: none;
    }
    .cartIcon_svg {
        display: block;
    }
    .mainNav .mainMenuWrapper {
        z-index: 10;
    }
}




.bd_img_hpthumb,
.bd_img_hpthumb img {
    width: 100%;
}
.bd_textContent {
    margin: 40px 0;
    padding: 35px 0;
    border: solid 1px rgba(0, 0, 0, .4);
    border-left: none;
    border-right: none;
    text-align: center;
}
.bd_textContent .bi_postdate {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #aa6b31;
    margin: 0;
}
.bd_textContent .bi_title {
    font-family: 'EB Garamond';
    line-height: 1.45;
}
.bd_textContent .bi_textresume {
    font-family: 'ProximaNova';
    font-weight: 400;
    font-size:16px;
    color:#000;
    text-transform: none;
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.bd_textContent .bi_multimedia iframe {
    width: 878px;
    height: 489px;
}
@media (max-width: 879px) {
    .bd_textContent .bi_multimedia iframe {
        width: 100%;
        height: 389px;
    }
}
@media (max-width: 730px) {
    .bd_textContent .bi_multimedia iframe {
        width: 100%;
        height: 289px;
    }
}




.homeHeader_wrapper.currSlider_isImage {
    margin-top:0;
}
.mainHeaderSlider {
    height: 540px;
    overflow: hidden;
    position: relative;
}
.mainHeaderSlider .splide__arrow {
    background-color: transparent;
}
.mainHeaderSlider .splide {
    position: unset !important;
}
.mainHeaderSlider .splide__slide_content,
.mainHeaderSlider .splide__slide_content .ssc_contentWrapper, 
.mainHeaderSlider .splide__slide_content .ssc_ImageWrapper {
    height: unset;
}
.homeHeader_wrapper {
    margin-top:-70px;
}
.staticJumboTron {
    top:unset;
    margin-bottom:unset;
    
}
.staticJumboTron .sjt_overlayLayer svg {
    fill: #fff;
}
.ssc_ImageWrapper img {
    width: 100%;
}




.homePageBlog_widget {
    display: block;
}


.smtmifoot a {
    box-sizing: border-box;
    padding: 22px 28px;
}











@media (max-width: 1330px) {
    .homePageContent_wrapper {
        max-width: 1140px;
        margin:0 auto;

        padding-left: 10px;
        padding-right:10px;

    }
}
@media (max-width: 992px) {
    .homePageContent_wrapper {
        max-width: 960px;
    }
}



@media (max-width: 960px) {
    .homeWidget_header > a {
        display: none;
    }
    .modelsSlider .mlModel {
        height: 300px;
    }
    .new-model-section .btn {
        opacity: 1;
        background-color: var(--main_color0);
        border:none;
        color:#fff;
    }
    .new-model-section .heading a {
        font-size: .8em;
    }
    .new-model-section .elem {
        margin-bottom:40px;
    }
    .avcoverContent h2 {
        text-align: center;
        width: 50%;
        font-size: 44px;
    }
    .hp3Banner .hp2boii_text {
        display: block;
        opacity: 1;
    }
    .hp2bo_imgsWrapper, .hp2bo_imgs {
        flex-flow: column;
    }
    .hp2bo_img {
        width: 100% !important;
        margin-bottom:30px;
    }

    .new-model-section {
        flex-flow: column;
    }
    .new-model-section .elem {
        width: 100%;
    }


    .vc_itemsWrapper,
    .vc_itemsFormElements {
        flex-flow:column;
    }
    .vc_itemsWrapper .vcItem {
        max-width: 100%;
        margin: 0;
        margin-bottom:20px;
    }
    .vcSubmitBtnWrapper {
        max-width: 65%;
    }

    .pagefooter_inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerColsWrapper {
        flex-flow: column-reverse;
    }
    footer .footer-logo {
        margin-bottom: 40px;;
    }
    .fcols_left,
    .fcols_right {
        width: 100%;
        flex-flow: column;
        margin-bottom: 30px;
    }
    .footerColsWrapper .footerCol {
        width: 100% !important;
        margin-bottom:10px;
    }
    .footerColsWrapper .footerCol.footerCol_misc {
        justify-content: unset;
    }

    .homepage .blogList_home_wrapper {
        display: none;
    }
    .homepage .blogSlider_home_wrapper {
        display: flex;
    }
    .blogSlider_home_wrapper .blogSlider_home {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mdc_thumbsWrapper {
        display: none;
    }
    .modelDetailCarousel_3 .modelDetailSlider {
        width:100% !important;
    }
}
@media (max-width: 720px) {
    .modelsSlider .mlModel {
        height: 290px;
    }
}
@media (max-width: 620px) {
    .vc_itemsFormElements,
    .vcSubmitBtnWrapper {
        width: 100%;
        max-width: 100%;
    }
    .blogSlider_home .splide__slide .hp2bo_img h4 a {
        font-size: .8em;
    }
}
@media (max-width: 560px) {
    .modelsSlider .mlModel {
        height: 420px;
    }
    .blogSlider_home .splide__slide .hp2bo_img h4 a {
        font-size: .7em;
    }
}