<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Color Gradient ***/
.bg-full-white{
    background: rgba(255,255,255,1);
}
.bg-full-black{
    background: rgba(0,0,0,1);
}
.bg-full-gray{
    background: rgba(235,235,235,1);
}
.bg-gradient-white-gray-white{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 10%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(235,235,235,1)), color-stop(50%, rgba(235,235,235,1)), color-stop(90%, rgba(235,235,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 10%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 10%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 90%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 10%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 10%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.bg-gradient-gray-white{
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(30%, rgba(235,235,235,1)), color-stop(50%, rgba(245,245,245,1)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 );
}
.bg-gradient-white-gray{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(245,245,245,1) 50%, rgba(235,235,235,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(50%, rgba(245,245,245,1)), color-stop(70%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(245,245,245,1) 50%, rgba(235,235,235,1) 70%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(245,245,245,1) 50%, rgba(235,235,235,1) 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(245,245,245,1) 50%, rgba(235,235,235,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(245,245,245,1) 50%, rgba(235,235,235,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
}
.bg-gradient-gray-white-gray{
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(10%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb', GradientType=0 );
}
.bg-gradient-gray-white-black{
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 85%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(85%, rgba(255,255,255,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 85%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 85%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 85%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 85%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#333333', GradientType=0 );
}

.bg-gradient-darkgray-gray {
    background: rgba(32, 33, 33, 1);
    background: -moz-linear-gradient(270deg, rgba(32, 33, 33, 1) 0%, rgba(63, 64, 65, 1) 66%, rgba(63, 64, 65, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 33, 33, 1)), color-stop(66%, rgba(63, 64, 65, 1)), color-stop(100%, rgba(63, 64, 65, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(32, 33, 33, 1) 0%, rgba(63, 64, 65, 1) 66%, rgba(63, 64, 65, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(32, 33, 33, 1) 0%, rgba(63, 64, 65, 1) 66%, rgba(63, 64, 65, 1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(32, 33, 33, 1) 0%, rgba(63, 64, 65, 1) 66%, rgba(63, 64, 65, 1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(32, 33, 33, 1) 0%, rgba(63, 64, 65, 1) 66%, rgba(63, 64, 65, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202121', endColorstr='#3f4041', GradientType=0); /* ie6-9 */
}


/*** Color Gradient ***/

.fancybox-overlay {
    position: fixed;
    z-index: 997;
    top:0;
    left: 0;
}
.fancybox-wrap {
    z-index: 998;
}

/*
* Magic 360
**/

.m360-loader{
    display: none !important;
}

/*** Mega Menu ***/
.clear {
    clear: both
}
/*** Mega Menu ***/
body.no-slider .breadcrumbs ul li a {
    color: #333435;
}
#mini-cart .product-item-name a {
    font-size: 14px;
    font-family: 'AktivGrotesk_Bold', sans-serif;
    line-height: 18px;
    font-size: 14px;
}
#mini-cart.minicart-items .product-item {
    display: block;
}
/* Video Slider */
.video-area.cms-template-wrap h3 {text-align:center;}
#maincontent .video-item.grid-item-full {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#maincontent .video-slide-carousel .container {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}
/*#maincontent .desc-center-center .img-wrap:after {content:none;}*/

/*.section-slider .slide-content .video_frame {*/
/*height: 762px;*/
/*}*/
/*responsive video*/
.section-slider .slide-content.content_type_youtube_video,
.section-slider .slide-content.content_type_vimeo_video{
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    overflow: hidden;
    max-width: 100%;
}
.section-slider .slide-content.content_type_youtube_video:before,
.section-slider .slide-content.content_type_vimeo_video:before{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.section-slider .slide-content.content_type_youtube_video .video_frame,
.section-slider .slide-content.content_type_vimeo_video .video_frame{
    position: absolute;
    top: 0;
    /*left: -5px; !*fix left gap initial page load*!*/
    width: calc(100% + 6px);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* KINGBAU-83 */
.catalog-category-view .section-slider .slide-content.content_type_vimeo_video {
    height: 0;
    padding-bottom: 50.25%;
}

.package-list .products .price-container.package {
    font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
    color: #000000;
}

@media (max-width: 767px) {
    .section-slider .slide-content video,
    .section-slider .slide-content iframe{
        display: block;
    }
}
.active_video .video-slide-carousel .slide-content:after {
    content: none;
}
.active_video .video-slide-carousel .container {
    display: none;
}
.active_video .video-slide-carousel {
    z-index: 10000;
    margin-top: 179px;
}
/* End Video Slider */
/* Video On Page */

.video_item_active .desc-wrap {
    display: none !important;
}
.video_item_active .img-wrap:after {
    content: none !important;
}
.video_item_active .img-wrap:before {
    content: none !important;
}
.video_close {
    position: absolute;
    right: 15px;
    top: 55px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'AktivGrotesk_Bold', sans-serif;
    color: #fff;
    display: none;
    cursor: pointer;
}
.video_close .icon:before {
    font-size: 8px;
    line-height: normal;
    vertical-align: top;
    color: #fff;
    margin-top: 7px;
    margin-left: 5px;
}
.item-video.video_item_active:hover .video_close,
.video-item.video_item_active:hover .video_close {
    display: inline-block;
}
.item-video.video_item_active,
.video-item.video_item_active {
    position: relative;
}

.cms-template-wrap.cms-grid .grid-content .grid-item.video-item {padding:5px 0}
.placeholder_video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index:3
}
.placeholder_video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    content: "";
    z-index: 2;
}
.page-main .video-item .img-wrap {max-width:1140px;margin:0 auto;position:relative}
.video-item .img-wrap iframe {height:641px !important;width:100% !important;}

.video_item_active .placeholder_video {display:none;}

/* Video On Page */

.video-area .cms-template-wrap.cms-grid .grid-content .grid-item {margin:0;}
.video-area.cms-template-wrap .desc-wrap h3 {padding:0;
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
    font-family: 'AktivGrotesk_Thin', sans-serif;
    line-height:32px;
}



body .abs-sidebar-totals .totals-tax-summary .amount .price:after,
body .cart-totals .totals-tax-summary .amount .price:after,
body .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    content:none !important;
}
body .abs-sidebar-totals .totals-tax-summary .amount .price,
body .cart-totals .totals-tax-summary .amount .price,
body .opc-block-summary .table-totals .totals-tax-summary .amount .price {
    padding-right:0 !important;
}
.banner-storelocator {
    background-color: #F6F6F6;
    transform: translate3d(0px, 60px, 0px);
    overflow: hidden;
    position: relative;
}
/**** ub-content-slider Video ****/

.block-title.ub-content-slider-title {
    display: none;
}
/**** ub-content-slider Video ****/
/*Catalog category*/

.category-normal.page-products .products-grid .product-items .product-item .product-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
}
.catalog-category-view .item-details-info {
    position: relative;
}
body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    padding-top:22px;
}
#minicart-content-wrapper .block-minicart a.action.button.viewcart {
    padding:8px 12px;
}
#minicart-content-wrapper .minicart-wrapper .bottom-cart-content .actions {
    margin-top:2px;
}
#minicart-content-wrapper .block-content {margin-top:19px;width:auto;margin:0;}
#minicart-content-wrapper #mini-cart.minicart-items li.product-item:last-child {margin-bottom:12px;}
#minicart-content-wrapper .minicart-items-wrapper {border-top-color:#c4c4c4;padding-top:2px;padding-bottom:0;}
#minicart-content-wrapper .minicart-items .product-info .product-item-name {padding-bottom:2px;}
body .minicart-wrapper .block-minicart .block-title .actions a {padding:6.5px 0;}
#minicart-content-wrapper #mini-cart.minicart-items li.product-item {
    padding-top:13px;
    margin-bottom:18px;
}
#mini-cart {height:auto !important}

body.no-slider .breadcrumbs {
    margin-top: 0;
    position: static;
    padding: 15px 0;
    width: 100%;
    z-index: 1;
}
body.no-slider .breadcrumbs .item:not(:last-child)::after {
    /*color: #fff;*/
}
.breadcrumbs ul.items li.item a {
    font-size: 11px;
}
.breadcrumbs ul.items li.item strong {
    font-size: 11px;
}
/*** Homepage ***/

.products-grid.wishlist .product-items .product-item {
    padding-bottom: 100px;
}
.product-item-info {
    position: relative;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    padding-bottom: 29px;
}
.wishlist-index-index .product-item-inner {
    bottom: -100px;
}
.product-item-info .field {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
#king-difference-tab .tab-header h2 {
    text-transform: none;
}
/*** Homepage ***/
/** Wishlist Nav **/

.secondary_navigation .wishlist {
    position: relative;
}
body .secondary_navigation .wishlist .square-counter {
    right: -5px;
}
/** End Wishlist nav **/
/** Minicart **/

body .minicart-items .item-qty {
    padding: 0;
    visibility: visible;
}
.minicart-items .update-cart-item {
    margin: 10px 0 0;
    padding-left: 5px;
}
/** End Minicart **/
/** Store Switch **/

.storeswitcher_popup .title {
    font-size: 42px;
    color: #333435;
    margin-bottom: 15px;
}
.storeswitcher_popup .sub-title {
    font-size: 30px;
    color: #1d1d1d
}
.storeswitcher_popup .info {
    margin-top: 35px;
}
.storeswitcher_popup .go-shop {
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: #333435;
    display: block;
    width: 310px;
    height: 45px;
    margin: 0 auto;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AktivGrotesk_Bold', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.storeswitcher_popup .go-shop:hover {
    background: #fff;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
}
.storeswitcher_popup .stay-shop {
    font-family: 'AktivGrotesk_Bold', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.storeswitcher_popup .stay-shop:hover,
#storeswitcher.storeswitcher_popup .close:hover:before,
#storeswitcher.storeswitcher_popup .close:hover:after {
    color: #9e9d9d
}
.price-inline {font-family:'AktivGrotesk_Bold', sans-serif}
.price-inline .text-price, .price-inline .price-box {display:inline;}

.storeswitcher_popup .flag {
    height: 60px;
    margin: 10px 0;
    margin-top: 65px;
}
.storeswitcher_popup .flag.nz {
    background: url('../images/flag_nz.png') center center no-repeat transparent;
}
.storeswitcher_popup .flag.sg {
    background: url('../images/flag_sg.png') center center no-repeat transparent;
}
.storeswitcher_popup .flag.au {
    background: url('../images/flag_au.png') center center no-repeat transparent;
}
#storeswitcher.storeswitcher_popup {
    padding-bottom: 40px;
}
#storeswitcher.storeswitcher_popup .close:after {
    content: 'Close';
    color: #333435;
    font-size: 12px;
    font-family: 'AktivGrotesk_Bold', Arial, sans-serif;
    text-transform: uppercase;
    float: left;
}
#storeswitcher.storeswitcher_popup .close {
    width: 65px;
    top: 20px;
    right: 20px
}
#storeswitcher.storeswitcher_popup .close:before {
    font-size: 8px;
    font-weight: bold;
}
#storeswitcher.storeswitcher_popup .fa-angle-right:before {
    font-size: 14px;
}
#storeswitcher.storeswitcher_popup .fa {
    margin-left: 1px;
}
/** End Store Switch **/
/*** Instagram ***/
.instagram-owl-carousel .instagram-item &gt; a{
    text-align: center;
}
#instafeed .instagram-item img {
    display: inline-block;
}
/*** Player video ***/
.player-video {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 90;
    cursor: pointer;
}
.video_item_active .player-video {
    display: none !important;
}
.video_close {
    z-index: 1001;
}

#section-latest-king .box .thumb .thumb-title{
    margin-left: -2px;
    padding-left:2px
}

/** End Player video **/
/*** Instagram ***/
/* KLUXRP-557 New Trade form */


.mb-0{
    margin-bottom: 0 !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.page-layout-cms-new-full-width .breadcrumbs{
    color: #FFF;
    font-family: 'AktivGrotesk_Regular';
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
.page-layout-cms-new-full-width .breadcrumbs .item:not(:last-child):after{
    color: #F8F8F8;
}
.page-layout-cms-new-full-width .breadcrumbs .items &gt; li,
.page-layout-cms-new-full-width .breadcrumbs ul.items li.item strong,
.page-layout-cms-new-full-width .breadcrumbs ul.items li.item a{
    font-size: 12px;
}
.page-layout-cms-new-full-width .breadcrumbs .items &gt; li{
    line-height: 22px;
}
.upgraded-full-width-banner .text-line{
    font-family: 'AktivGrotesk_Regular';
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.44px;
}
.upgraded-full-width-banner .text-line.accent{
    font-family: 'AktivGrotesk_Medium';
    font-size: 36px;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
.upgraded-full-width-banner .video-content-wrapper{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 29px;
}
.trade-page{
    color: #2C2C2C;
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.trade-form-section{
    display: block;
    max-width: 1205px;
    margin: 0 auto 60px;
    color: #2C2C2C;
    padding: 80px 20px 0;
}
.custom-form-wrapper .fieldset .collapse-title{
    border: none;
    padding: 23px 0;
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    line-height: 50px;
    border-radius: 0;
}
.custom-form .custom-form-wrapper .fieldset-section.active .collapse-title,
.custom-form .custom-form-wrapper .fieldset-section.mage-error .collapse-title{
    border-bottom: none;
}
.custom-form-wrapper .fieldset-section:last-child .continue{
    display: none;
}
.custom-form .custom-form-wrapper .fieldset-section{
    margin: 0;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}
.custom-form-wrapper .fieldset .collapse-title:after{
    content: " ";
    background: url('../../Magento_Catalog/images/down.png') center center no-repeat transparent;
    height: 11px;
    width: 14px;
    position: absolute;
    cursor: pointer;
    right: 0;
}
.custom-form-wrapper .fieldset.active .collapse-title:after{
    transform: rotate(180deg);
}
.custom-form-wrapper .fieldset .collapse-title.completed .check .check-circle {
    background: #000 url('../../Magento_Catalog/images/check.png') center no-repeat;
    border-radius: 100%;
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
}
.custom-form-wrapper{
    margin: 51px 0 15px;
}
.custom-form-wrapper .fieldset .collapse-title.active:after {
    transform: rotate(180deg);
}
.custom-form-wrapper .fieldset.mage-error .content{
    display: block !important;
}
.custom-form .custom-form-wrapper .section-title{
    color: #2C2C2C;
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
.custom-form-wrapper .collapse-title.completed .check .count {
    display: none;
}
.custom-form .collapse-title .tab-title .check{
    margin: 0 8px 0 0;
}
.custom-form-wrapper .collapse-title .check .count{
    letter-spacing: 0px;
}
span.edit-link {
    align-items: flex-end;
    display: inline-flex;
}
.trade-form-section{
    color: #2C2C2C;
}
.trade-form-section .page-title{
    color: #2C2C2C;
    text-align: center;
    font-family: 'AktivGrotesk_Medium';
    font-size: 36px;
    letter-spacing: 2.88px;
    margin-bottom: 18px;
    text-transform: uppercase;
    line-height: normal;
}
p.desc-line-1 {
    margin-bottom: 24px;
}
.trade-form-section .std{
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    margin-left: 1px;
}
.custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="url"],
.custom-form input[type="tel"], .custom-form input[type="search"], .custom-form input[type="number"], .custom-form input[type="datetime"],
.custom-form input[type="email"], .custom-form select, .custom-form  textarea{
    border: 1px solid #D6D6D6;
    background: #F5F5F5;
    max-width: 555px;
    height: 53px;
    color: #000;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;

    padding: 0 20px;
    position: relative;
}
.custom-form textarea{
    min-height: 150px;
    padding: 15px 21px;
    display: block;
}
.custom-form .field{
    margin: 0 0 24px;
}
.custom-form .field.terms-and-conditions {
    margin: 0 0 12px;
}
.custom-form span.input-radio {
    margin: 27px 0 0;
    display: block;
    line-height: normal;
}
.custom-form select {
    background: url('../../Magento_Catalog/images/down.png') calc(100% - 15px) 50% no-repeat #F5F5F5;
}
.page-layout-cms-new-full-width .home-lookbook-container .lookbookslider.slick-slider .slick-arrow{
    background-image: url("../../Playhouse_CustomWidget/images/widget-slider-arrow.png");
}
.page-layout-cms-new-full-width .home-lookbook-container .lookbookslider.slick-slider .slick-arrow:hover {
    background-image: url("../../Playhouse_CustomWidget/images/widget-arrow-grey.png");
}
.custom-form .fieldset .legend{
    margin: 0 0 24px;
    padding: 0;
    vertical-align: middle;
}
.custom-form label, .custom-form .fieldset .legend{
    color: #000;
    font-family: 'AktivGrotesk_Regular';
    font-size: 14px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.28px;
    margin-bottom: 12px;
}
.custom-form input.mage-error, .custom-form select.mage-error, .custom-form textarea.mage-error {
    border-color: #ed8380;
}
.custom-form button.secondary, .trade-page button.secondary{
    padding: 21px 38px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    backdrop-filter: blur(2px);
    margin: 0 0 24px;
    color: #000;
    font-size: 14px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    font-family: 'AktivGrotesk_Regular';
    line-height: normal;
    font-weight: 400;
}

.trade-page .action.primary:hover,
.trade-page .action.primary:focus,
.trade-page .action.primary:active{
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
}
.custom-form button.secondary &gt; span, .trade-page .action.primary &gt; span
{
    padding-right: 0;
    font-family: 'AktivGrotesk_Regular';
    line-height: normal;
}
.custom-form button &gt; span:after, .custom-form .action.primary &gt; span:after, .trade-page .action.primary &gt; span:after{
    display: none;
}
.custom-form-wrapper .collapse-title .check + .section-title, .custom-form-wrapper .collapse-title .check + .section-title {
    margin-left: 0;
    padding: 0;
}
.custom-form .collapse-title .title-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form .collapse-title.completed .section-title{
    font-family: 'AktivGrotesk_Bold';
}
.custom-form .edit-link{
    color: #2C2C2C;
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.64px;
    text-decoration-line: underline;
    text-transform: none;
    margin-right: 27px;
}
.custom-form .edit-link:hover{
    text-decoration: none;
    color: #6a6a6a;
}
.custom-form input[type="radio"],
.custom-form input[type="checkbox"] {
    appearance: none;
    border: 1px solid #D6D6D6;
    background: #F5F5F5;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;

    vertical-align: middle;
}
.custom-form input[type="radio"]{
    margin: 0 3px 0 0;
}
.custom-form input[type="checkbox"] {
    border-radius: 0;
    margin: 0 4px 0 0;
}
.custom-form input[type="radio"]::before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
}
.custom-form input[type="checkbox"]::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #000;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.custom-form input[type="radio"]:checked::before {
    border: 5px solid transparent;
    border-radius: 100%;
    background: #000;
    margin: 4px;
}
.custom-form input[type="radio"]:checked::before,
.custom-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.custom-form input[type="checkbox"] + label {
    max-width: 500px;
    display: inline-block;
    vertical-align: top;
}
.custom-form a{
    text-decoration: underline;
}
.custom-form .upload, .custom-form .upload-result {
    border: 1px dashed #D6D6D6;
    background: #F5F5F5;
    max-width: 555px;
    height: 53px;
    text-align: left;
    text-transform: initial;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
    color: #000;
    padding: 7px 0 6px 20px;
    width: 100%;
    font-family: 'AktivGrotesk_Regular';
}
.custom-form .fileupload-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form .upload-result{
    border-top: none;
    min-height: 56px;
    padding-right: 15px;
    padding-top: 2px;
    height: auto;
}
.custom-form .uploaded .upload{
    border-bottom: 1px dashed transparent;
    /*padding-bottom: 0;
    height: 48px;*/
}
.custom-form span.uploaded {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.24px;
}
.custom-form .upload &gt; span{
    text-decoration: underline;
}
.custom-form .no-margin, .custom-form .upload-result{
    display: none;
}
.custom-form .upload-result .filename{
    font-family: 'AktivGrotesk_Light';
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.24px;
    display: inline-flex;
    word-break: break-word;
}
.remove-file{
    background: url('../images/ei_close-o.png') center center no-repeat transparent;
    height: 24px;
    width: 24px;
    background-size: 100%;
    display: block;
    margin-left: auto;
    min-width:  24px;
}
.king-trade-description-wrapper {
    padding: 64px 0 64px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.trade-content {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin: 24px 0 32px;
}
.description {
    max-width: 840px;
    margin: 0 auto;
}
.text-content {
    color: #333435;
    font-family: 'AktivGrotesk_Regular';
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-22{
    padding-bottom: 22px;
}
.hidden {
    opacity: 0;
    position: absolute;
    width: 140px;
    left: 0;
}
.trade-form-success-block a{
    color: #2c2c2c;
    text-decoration: underline;
}
.trade-form-success-block a:hover{
    text-decoration: none;
}
.trade-page .home-lookbook-container h3.text-line{
    color: #2C2C2C;
    text-align: center;
    font-family: 'AktivGrotesk_medium';
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
.trade-page .home-lookbook-container .lookbook-content{
    padding: 15px 15px 22px;
}
body.page-layout-cms-new-full-width .category-slider-carousel .slide-content:after{
    background: none;
}
.trade-form label.error{
    display: none !important;
}

/* KLUXRP-557 New Trade form */
@media only screen and (min-width: 1140px){
    .upgraded-full-width-banner .home-fullwidth-banner-container .banner-overlay-content {
        max-width: 1140px;
    }
}

@media (min-width: 1025px) and (max-width: 1600px) {
    body .desc-center-right .desc {
        right: 5%;
    }
    body .desc-center-left .desc {
        left: 10%;
    }
    body .image-360-wrap.ng-scope {
        width: 66.66666%;
    }
    #section-award-winning .award-winning .introduce h2 {
        font-size: 42px;
        line-height: 46px;
    }
    #section-award-winning .award-winning .introduce {
        width: 390px;
        top: 345px;
    }
}
@media only screen and (min-width: 1140px) {
    .block-content .video-area.cms-template-wrap.cms-grid .cms-template {
        max-width:1140px;width:100%;
    }
    .video-area.cms-template-wrap h3 {padding-top:60px;padding-bottom:40px;text-align:center;}
    .video-area.cms-template-wrap {
        background:#ebebeb;
    }
    .no-slider .after-breadcrumbs {
        right: calc((100% - 1140px)/2);
    }
    .instagram-owl-carousel .instagram-item &gt; a{
        text-align: center;
    }
    #instafeed .instagram-item img {
        width: 265px;
        height: 265px;
        display: inline-block;
    }
    .page-layout-cms-new-full-width .breadcrumbs {
        top: 199px;
    }
}

@media (min-width: 1025px) and (max-width: 1439px){
    #instafeed .instagram-item img {
        width: 235px;
        height: 235px;
    }
    #instafeed .instagram-overlay:after{
        width: 235px;
        height: 235px;
        letter-spacing: 15px;
        left: 19px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 19px;
    }
}
@media (min-width: 768px) and (max-width: 1139px){
    #instafeed .instagram-item img {
        width: 160px;
        height: 160px;
    }
}
@media only screen and (min-width: 1025px) {
    .breadcrumbs .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cms-home .latest-king .thumb {
        position: relative;
        width: 360px;
    }
    .cms-home.hide-promotion .section-king-living .king-difference {
        padding-top: 115px;
    }
    .cms-home .latest-king .thumb img {
        width: 360px;
        height: 360px;
    }
    .page-layout-cms-new-full-width .breadcrumbs .container {
        padding-left: 5px;
    }
}
@media (min-width: 1024px) and (max-width: 1025px) {
    .cms-home .award-winning .introduce.desktop-only {
        width: 350px;
        padding: 30px 15px 20px;
    }
    .cms-home .award-winning .introduce h2 {
        margin-bottom: 10px;
    }
    .cms-home .section-king-living .king-difference {
        padding-top: 95px;
    }
    #king-difference-tab .tabs-content {
        padding-top: 100px;
    }
    #section-latest-king .container {
        margin: 0 15px 0;
    }
}
@media (min-width: 1025px) and (max-width: 1139px) {
    .breadcrumbs .container {
        max-width: 940px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-slider .after-breadcrumbs {
        right: calc((100% - 720px)/2) !important;
    }
    #instafeed .owl-item{
        text-align: center;
    }
    .cms-page-view .wrapper-main .container{
        max-width: 940px;
    }
}
@media (min-width: 961px) and (max-width: 1024px) {
    .breadcrumbs .container {
        max-width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    div#instafeed {
        margin-bottom: 54px;
    }
    .cms-page-view .wrapper-main .container{
        max-width: 940px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 23px;
        vertical-align: top;
        width: calc(100% - 80px);
    }
    .instagram-owl-carousel .instagram-item .instagram-info {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    div#instafeed {
        margin-bottom: 54px;
    }
    .instagram-owl-carousel .instagram-item .instagram-info {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .no-slider .after-breadcrumbs {
        right: calc((100% - 720px)/2) !important;
    }
    .cms-home .latest-king .thumb .thumb-title {
        padding-right: 15px;
    }
    .cms-home .latest-king .thumb .thumb-title p {
        font-size: 16px;
    }
    .cms-home .award-winning .box:nth-child(4) .content {
        left: inherit;
        right: 219px;
    }
    .cms-home .award-winning .box:nth-child(4) .bg-box {
        left: calc(-500% + 155px);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #minicart-content-wrapper #mini-cart {
        height: auto !important
    }
    .storeswitcher_popup .title {
        font-size: 28px;
    }
    .storeswitcher_popup .sub-title {
        font-size: 24px;
    }
    .storeswitcher_popup .go-shop {
        font-size: 10px;
        width: 280px;
        height: 40px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .storeswitcher_popup .stay-shop {
        font-size: 10px;
    }
    .storeswitcher_popup .info {
        margin-top: 25px;
    }
    .slide-content-desc .slide-title a h1 {
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 1169px) {
    .video-area.cms-template-wrap h3 {padding-top:64px;padding-bottom:30px;}
    .video-area.cms-template-wrap {padding-bottom:30px;}
    .video-area.cms-template-wrap {
        background:#ebebeb;
    }
    .page-footer .footer-left ul li a {letter-spacing:0;}
    .page-main .video-item .img-wrap {max-width:720px;margin:0 auto;position:relative}
    .page-main .video-item {max-width:720px;display:block !important;margin:0 auto !important;}
    .video-item .img-wrap iframe {height:405px !important;width:100%;}

    .video_close {
        display: inline-block;
    }
    .item-video,
    .video-item {
        position: relative;
    }
}
@media only screen and (max-width: 1024px){
    .page-layout-cms-new-full-width .breadcrumbs .items .item {
        display: inline-block;
    }
    .page-layout-cms-new-full-width .breadcrumbs .items .item:before{
        content: '\e608' !important;
    }
    .page-layout-cms-new-full-width .breadcrumbs .item:first-child:before{
        display: none;
    }
    .page-layout-cms-new-full-width .breadcrumbs .items .item:nth-last-child(2) a {
        left: 0;
    }
    .page-layout-cms-new-full-width .breadcrumbs .items{
        left: 0;
    }
    .page-layout-cms-new-full-width .breadcrumbs {
        top: 175px;
    }
    .page-layout-cms-new-full-width .breadcrumbs{
        padding-left: 19px;
    }
}
@media only screen and (max-width: 1023px) {
    body.page-layout-cms-new-full-width .page-wrapper div.video-content-wrapper .text-line.accent {
        font-size: 24px;
        line-height: normal;
        letter-spacing: 1.92px;
        text-transform: uppercase;
        font-family: 'AktivGrotesk_Medium';
    }
    body.page-layout-cms-new-full-width .page-wrapper div.video-content-wrapper .text-line,
    body.page-layout-cms-new-full-width .page-wrapper div.video-content-wrapper .text-line.line3{
        font-size: 14px;
        line-height: 22px; /* 157.143% */
        letter-spacing: 1.12px;
    }
    body.page-layout-cms-new-full-width .page-wrapper div.video-content-wrapper{
        gap: 16px;
    }
    body.page-layout-cms-new-full-width .home-fullwidth-banner-container .banner-overlay-content{
        bottom: 0;
    }
    .trade-page .home-lookbook-container h3.text-line{
        color: #000;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 1.76px;
        text-transform: uppercase;
        padding-bottom: 0;
    }
    .trade-page .home-lookbook-container .lookbook-content {
        padding-bottom: 8px;
    }
    .king-trade-description-wrapper{
        padding: 64px 42px 44px;
    }
    .king-trade-description-wrapper img{
        padding: 0 5px;
    }
    .trade-content{
        gap: 22px;
        margin: 25px 0 32px;
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    .trade-form-section{
        padding: 64px 16px 4px;
    }
    .trade-form-section .page-title{
        font-size: 22px;
        color: #000;
        letter-spacing: 1.76px;
        line-height: normal;
        margin-bottom: 34px;
    }
    .trade-form-section .std {
        font-size: 14px;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
        padding-right: 5px;
    }
    .trade-form-section .thank-block .page-title{
        margin-bottom: 24px;
    }
    .trade-form-section .thank-block .std{
        font-size: 16px;
        letter-spacing: 0.32px;
    }
    .custom-form-wrapper{
        margin: 17px 0 0;
    }

    body.page-layout-cms-new-full-width .home-fullwidth-banner-container .banner-overlay-content{
        padding: 0 20px 0;
    }
    .mpb-8{
        padding-bottom: 8px !important;
    }
    .page-layout-cms-new-full-width .home-lookbook-container{
        padding: 14px 0;
    }
}
@media only screen and (max-width: 767px) {
    .f-feature-bg {
        background-size: cover !important;
        background-position: center !important;
    }
    .f-feature-bg img {
        opacity: 0;
    }
    .video-area.cms-template-wrap .desc-wrap h3 {font-size:18px;line-height:18px;}
    .video-area.cms-template-wrap h3 {padding-top:20px;padding-bottom:30px;}
    .video-area.cms-template-wrap {padding-bottom:30px;}
    .video-area.cms-template-wrap {
        background:#ebebeb;
    }
    html.menu-open body {overflow:visible}
    .noScroll {overflow:hidden !important;}
    .menu-open .page-wrapper .page-header .header_navigation {
        -webkit-transition: top 0.7s ease-in-out;
        -moz-transition: top 0.7s ease-in-out;
        transition: top 0.7s ease-in-out;
        display:none;
    }
    .page-main .video-item .img-wrap {max-width:290px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:163px !important;width:100% !important;}


    .video_close {
        display: inline-block;
    }
    .item-video,
    .video-item {
        position: relative;
    }
    .minicart-items-wrapper {
        padding-right: 0;
    }
    body .minicart-items .item-qty {
        margin-right: 0;
    }
    .minicart-wrapper .product .actions .secondary a {
        width: 10px;
        height: 20px;
    }
    .minicart-items .product-item-details .details-qty {
        width: 30px;
        margin-left: 0;
    }
    .minicart-items .product-info {
        width: calc(100% - 70px)
    }
    #minicart-content-wrapper #mini-cart {
        height: auto !important;
    }
    .no-slider .after-breadcrumbs {
        right: 15px !important;
    }
    .storeswitcher_popup .title {
        font-size: 20px;
    }
    .storeswitcher_popup .sub-title {
        font-size: 17px;
    }
    #storeswitcher.storeswitcher_popup .block-title {
        border: none;
        padding: 0;
    }
    .storeswitcher_popup .go-shop {
        font-size: 8px;
        width: 270px;
        height: 40px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .storeswitcher_popup .stay-shop {
        font-size: 8px;
    }
    .storeswitcher_popup .info {
        margin-top: 25px;
    }
    #storeswitcher.storeswitcher_popup .close {
        top: 10px;
        right: 10px;
    }
    .storeswitcher_popup .flag {
        margin-top: 40px;
    }
    #storeswitcher.storeswitcher_popup {
        padding-bottom: 20px;
    }
    #storeswitcher.storeswitcher_popup .close:after {
        font-size: 10px;
    }
    #storeswitcher.storeswitcher_popup .close:before {
        font-size: 6px;
    }
    #storeswitcher.storeswitcher_popup .close {
        width: 45px;
    }
    body .modal-popup .modal-header,
    body .modal-popup .modal-content,
    body .modal-popup .modal-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    body .modal-popup .action-close {
        padding: 10px;
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper:before {
        border-width: 30px 10px 7px;
        right: 15px;
    }
    .checkout-cart-index .minicart-wrapper .product-item-details .product-item-name,
    .checkout-cart-index .minicart-wrapper .product-item-details .label-sale,
    .checkout-cart-index .minicart-wrapper .customise-title,
    .checkout-cart-index .minicart-wrapper .btn-update-qty.btn-edit-item {
        margin-left: 0
    }
    body .secondary_navigation {
        padding-right: 0;
    }

    #mini-cart .product-item-name a {
        font-size: 12px;
    }
    .checkout-cart-index .minicart-wrapper .product-item-name a {
        padding-right: 0;
        padding-top: 0;
    }
    .breadcrumbs .items {
        position: relative;
        left: -10px;
    }
    div#instafeed {
        margin-bottom: 40px;
    }
    #instafeed .instagram-item img {
        width: 138px;
        height: 138px;
    }
    .instagram-owl-carousel .instagram-item .instagram-info {
        text-align: left;
    }
    .custom-form input[type="checkbox"] + label{
        max-width: 335px;
    }
    .trade-page button.submit {
        width: 100%;
    }
    .custom-form-wrapper .fieldset .collapse-title:after{
        right: 2px;
        top: 28px;
    }
    .custom-form select{
        background-position: calc(100% - 24px) 50%;
    }
    .page-layout-cms-new-full-width .home-fullwidth-banner-container {
        min-height: 600px;
    }
    .page-layout-cms-new-full-width .image-tabletcolection{
        height: 630px;
    }
    .custom-form .edit-link{
        margin-right: 30px;
    }
    .custom-form .upload-result{
        padding-right: 20px;
        padding-top: 2px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
    body .minicart-wrapper .block-minicart #minicart-content-wrapper:before {
        top: -36px;
        right: 3px;
    }
}
@media only screen and (max-width: 350px) {
    .page-main .video-item .img-wrap {max-width:290px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:163px !important;width:100% !important;}
    .item-video {max-width:290px;margin:0 auto;}
}
@media screen and (min-width: 351px) and (max-width: 400px) {
    .page-main .video-item .img-wrap {max-width:345px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:194px !important;width:100% !important;}
}

@media screen and (min-width: 401px) and (max-width: 567px) {
    .page-main .video-item .img-wrap {max-width:384px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:216px !important;width:100% !important;}
}
@media screen and (min-width: 568px) and (max-width: 650px) {
    .page-main .video-item .img-wrap {max-width:538px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:303px !important;width:100% !important;}
}
@media screen and (min-width: 651px) and (max-width: 767px) {
    .page-main .video-item .img-wrap {max-width:637px;margin:0 auto;position:relative}
    .video-item .img-wrap iframe {height:359px !important;width:100% !important;}
}

@media only screen and (max-width: 1024px){
    .breadcrumbs .items .item{
        display: none;
    }
    .breadcrumbs .items .item:nth-last-child(2){display: inline-block;}
    .breadcrumbs .items .item:after{display: none!important;}
    .breadcrumbs .items .item:before{
        content: '\e617' !important;
        color: #fff;
        font-family: 'icons-blank-theme';
        font-size: 24px;
        line-height: 14px;
        vertical-align: middle;
        top: -1px;
        position: relative;
    }
    .no-slider .breadcrumbs .items .item:before{
        color: #1d1d1d;
    }
    .breadcrumbs .items .item:nth-last-child(2) a{
        position: relative;
        left: -7px;
    }
    #instafeed .owl-item{
        text-align: center;
    }

}
.instagram-owl-carousel .instagram-item .instagram-textoverlay{
    display: none;
}
@media (min-width: 350px) and (max-width: 767px){
    .checkout-cart-index .breadcrumbs .items .item:before{
        top: 0;
    }
    .checkout-cart-index .cart-form-items .action.primary &gt; span::after{
        top: 2px;
    }
    .cart-content .product-label{
        margin-left: 70px;
    }
}
@media (max-width: 413px){
    .custom-form input[type="checkbox"] + label {
        max-width: 270px;
        width: 80%;
    }
}
@media only screen and (min-width: 1140px){
    .instagram-owl-carousel .instagram-item .instagram-info{
        z-index: 10;
    }
    .instagram-owl-carousel .instagram-item .instagram-textoverlay{
        display: inline-block;
    }
    .instagram-textoverlay{
        display: inline-block;
        position: absolute;
        opacity: 0;
        top: 45%;
        left: 0;
        right: 0;
        z-index: 2;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        color: #fff;
        font-size: 14px;
        font-family: AktivGrotesk_Regular;
        line-height: 22px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    .instagram-textoverlay:after{
        display: inline-block;
        font-family: 'Icomoon';
        content: '\e901';
        font-size: 9px;
        color: #fff;
        position: relative;
        left: 5px;
    }
    .instagram-item:hover .instagram-textoverlay{
        opacity: 1;
        color: #fff;
    }
    .instagram-overlay:after{
        display: inline-block;
        content: '';
        background: rgba(0,0,0,0.5);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 26px;
        z-index: 1;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    .instagram-item:hover .instagram-overlay:after{
        opacity: 1;
    }
    .instagram-overlay:after{
        width: 265px;
        height: 265px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 18px;
    }
}
@media only screen and (max-width: 1139px){
    .cms-contact.no-slider .breadcrumbs .items .item:before{
        color: #fff;
    }
}
@media only screen and (min-width: 1024px) {
    .upgraded-full-width-banner .home-fullwidth-banner-container .banner-overlay-content {
        width: 82%;
        transform: translate(-49%, -48%);
        top: 50%;
        left: 49%;
        /*min-width: 1140px;*/
    }

    .upgraded-full-width-banner.second .home-fullwidth-banner-container .banner-overlay-content {
        transform: translate(-49%, -47%);
        top: 47%;
        left: 49%;
    }

    .upgraded-full-width-banner.third .video-content-wrapper {
        gap: 5px;
    }

    .upgraded-full-width-banner.third .home-fullwidth-banner-container .banner-overlay-content {
        width: 65%;
        transform: translate(-50%, -48%);
        top: 50%;
        left: 50%;
    }

    .trade-page .home-lookbook-container {
        padding: 53px 0 80px;
    }
    .page-layout-cms-new-full-width .home-fullwidth-banner-container {
        height: 594px;
    }
    .page-layout-cms-new-full-width .collection-slider .slide-content img.desktop-only{
        max-height: 630px;
    }
    .trade-form-success-block{
        padding: 0 2px;
    }
}
@media (min-width: 1025px) and (max-width: 1190px) {
    #instafeed .instagram-item img {
        width: 235px;
        height: 235px;
    }
    #instafeed .instagram-overlay:after{
        width: 235px;
        height: 235px;
        letter-spacing: 15px;
        left: 19px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 18px;
        width: calc(100% - 130px);
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    #instafeed .instagram-item img {
        width: 210px;
        height: 210px;
    }
    #instafeed .instagram-overlay:after{
        width: 210px;
        height: 210px;
        letter-spacing: 15px;
        left: 15px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 14px;
        width: calc(100% - 100px);
    }
}
@media only screen and (min-width: 1440px){
    #instafeed .instagram-item .instagram-info {
        left: 15px;
        width: calc(100% - 130px);
    }
    .instagram-overlay:after {
        width: 258px;
        left: 15px;
    }
}
@media (min-width: 1441px) and (max-width: 1920px) {
    .instagram-overlay:after {
        left: 26px;
        width: 265px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 26px;
        width: calc(100% - 130px);
    }
}
@media (min-width: 1940px) and (max-width: 2640px) {
    #instafeed .instagram-item .instagram-info {
        left: 86px;
        width: calc(100% - 250px);
    }
    .instagram-overlay:after {
        width: 265px;
        left: 88px;
    }
}
@media (min-width: 1366px) and (max-width: 1400px) {
    #instafeed .instagram-item img {
        width: 265px;
        height: 265px;
    }
    #instafeed .instagram-overlay:after{
        width: 240px;
        height: 265px;
        letter-spacing: 15px;
        left: 15px;
    }
    #instafeed .instagram-item .instagram-info {
        left: 14px;
        width: calc(100% - 100px);
    }
}
input::-ms-clear{
    display: none;
}
body.overflowBody {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed !important;
}

.slick-slider{
    margin: 0 32px;
}
.slick-slider .slick-next,
.slick-slider .slick-prev{
    border:none!important;
}
.slick-slider .slick-prev:before{
    font-family: 'Icomoon';
    content: "\e900";
    color: #000;
    font-size: 18px;
}

.slick-slider .slick-next:before{
    font-family: 'Icomoon';
    content: "\e901";
    color: #000;
    font-size: 18px;
}

/* KL-164 product label*/
.page-products .product-label,
.product-label{
    padding: 7px 18px;
    color: #fff;
    background: #f16f06;
    text-transform: none;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: normal;
    border-radius: 18px;
    font-family: 'AktivGrotesk_medium', 'AktivGrotesk_Regular', Arial, sans-serif;
}
.product-label.label-empty,
.product-label.label-{ /*empty tag*/
    display: none;
}

.product-label.label-new{
    background: #8e8e8e;
}
.product-label.label-sale{
    background: var(--red);
}
.product-label[class*="label-designer"],
.product-label.choice.offer{
    background: #282829;
}
.product-label.label-special,
.product-label.label-ongoing,
.product-label.label-great{
    background: var(--red);
}
.product-label.label-clearance{
    background: #7e0816;
}
.product-label.label-exclusive{
    background: #f0ab00;
}
.product-label.label-in.stock{
    background: #4C9B53;
}
.product-label.label-red{
    background: var(--red);
}
.product-label.label-package{
    background: #282829;
}
.product-label.product-label-two{
    background: none;
    color: #1d1d1d;
}
.product-label.label-fast-track.delivery {
    background: #4C9B53;
}
.product-label.product-label-one{
    position: absolute;
    z-index: 2;
    min-width: auto;
    right: 0;
}

.catalog-product-view .product-simple-add .summary-cart .stock-label-container {
    width: 100%;
}

.catalog-product-view .stock-label-container .stock-label {
    padding: 7px 18px;
    color: #fff;
    background: #f16f06;
    text-transform: none;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: normal;
    border-radius: 18px;
    font-family: 'AktivGrotesk_medium', 'AktivGrotesk_Regular', Arial, sans-serif;
}

.catalog-product-view .stock-label-container .stock-label.in-stock {
    background: #C6B5A1;
}

.catalog-product-view .stock-label-container .stock-label.less-than-5-stock {
    background: #91221A;
}
</pre></body></html>