.show_message .success{
    color: #333435;
}
.breadcrumbs li.item.cms_page {
    /*color: #fff;*/
}
h2.title-contact {
    color: #fff;
}
a.faq-echo {
    color: #fff;
}
body .message.success {display:none;}  /* Hide all message success on site */
.customer-account-login .message-success {display: block !important;}
.faq-content {
    width: 100%;
    display: block;
}

h1.top-faq {
    width: 100%;
    text-align: center;
}

.top-faq {
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

span.expand-btn {
    float: right;
}

/*.faq-intro, .contact-form {
    margin-left: 18%;
    width: 85%;
}*/

.contact-form .form.contact {
    width: 100% !important;
}
.hero-contact   {
    background-image: url('../images/hero-banner.jpg');
    width: 100%;
    background-size: cover;
}

.contact-content {
    width: 100%;
    display: block;
}
.contact-content > div {
    width: 100%;
    display: block;
}
.detail-ct-l em.hidden {
    display: none;
}
.hidden-header-sticky {
    display: none;
}
.break-line em {
    display: none;
}
.cms-contact.no-slider .page-main, .cms-king-awards.no-slider .page-main  {
    margin-top: 0px;
}
.cms-page-not-found.no-slider .page-main {
    margin-top: 0px;
}
/* ------------------------Stye for 404 - Page Not Found ---------------- */

.cms-page-not-found .pg-error-title h1.title {
    padding-top: 16%;
    text-align: center;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    color: #fff;
    font-size: 50px;

}

.cms-page-not-found .breadcrumbs li {
    font-size: 11px !important;
    color: #fff;
    font-family: 'AktivGrotesk_Regular', sans-serif;
    font-weight: normal;
}


.cms-page-not-found .pg-error-found {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.cms-page-not-found .pg-error-title {
    width: 100%;
    height: 504px;
    padding-top: -1%;
    text-align: center;
    color: #fff;
}

.cms-page-not-found.no-slider .breadcrumbs ul li a {
    color: #fff;
}

.cms-page-not-found .pg-not-header {
    margin-top: 75px;
    margin-bottom: 32px;
}

.cms-page-not-found .pg-not-header h3 {
    font-size: 30px;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    color: #1d1d1d;
}

.cms-page-not-found p.content-guide {
    font-size: 14px;
    font-family: 'AktivGrotesk_Regular', sans-serif;
    color: #1d1d1d;
    width: 57%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
}

.cms-page-not-found .nav-button {
    width: 32%;
    margin: 0 auto;
    padding-bottom: 85px;
}

.cms-page-not-found p.go-to-home {
    float: left;
    margin: 0 auto;
    margin-right: 18px;
}

.cms-page-not-found p.go-to-collection {
    float: left;
}

.cms-page-not-found.no-slider .page-main {
    margin-top: 0px !important;
}

.cms-page-not-found .go-to-home a, .cms-page-not-found .go-to-collection a {
    border: 1px solid #000;
    padding: 9px 20px 9px 28px;
    font-size: 11px;
    font-family: 'Heveltica Neue Thin', sans-serif;
    font-weight: bold;
    color: #1d1d1d;
}

.cms-page-not-found .go-to-home a:after, .cms-page-not-found .go-to-collection a:after {
    font-family: 'Icomoon';
    line-height: normal;
    margin-left: 7px;
    padding: 0;
    color: #1d1d1d;
    font-weight: bold;
    content: "\e901";
    font-size: 8px;
    transition: right .3s ease;
    right: 6px;
    top: 0px;
    display: inline-block;
    position: relative;
}

.cms-page-not-found .go-to-home a:hover, .cms-page-not-found .go-to-collection a:hover {
    background: #333435;
    border: 1px solid #1d1d1d;
    color: #fff;
}

.cms-page-not-found .go-to-home a:active, .cms-page-not-found .go-to-collection a:active {
    background: #333435;
    border: 1px solid #1d1d1d;
    color: #fff;
}

.form-wishlist-items p.product-label.label-sale {
    margin-top: -22px;
    position: absolute;
    z-index: 5;
}


.catalog-category-view ol.items.cms-template-wrap.cms-sticky-navigation.filter-sticky {
    position: fixed;
    text-align: center;
    width: 100% !important;
    margin-left: 0px !important;
    display: block;
}


.cms-page-not-found .go-to-home:hover a:after, .cms-page-not-found .go-to-collection:hover a:after  {
    right: 0px;
    color: #fff;
}


/* ------------------------End of Stye for 404 - Page Not Found ---------------- */


.page-header {
    background: #fff;
    margin: 0 auto;
    position: fixed;
    text-align: justify;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ha-header-hide {
    /*height: 220px;*/
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*========================= Style Preloading Slider Home ================================*/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ffffff;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ffffff;

        -webkit-animation: spin 0.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 0.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 0.5s ease-out;
                transition: all 0.3s 0.5s ease-out;
    }

    /* JavaScript Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }




/*==================== 27/10 Update style for contact page ====================*/





.cms-contact .show_message {
    color: red;
    font-size: 14px;
    font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
}
.cms-contact .faq-intro a:after {
    font-family: 'Icomoon';
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    font-weight: bold;
    content: "\e901";
    font-size: 9px;
    transition: right .3s ease;
    right: 6px;
    top: 3px;
}
.faq-intro span:after {
    padding-right: 24px;
    display: inline-block;
    position: relative;
}

.fd-showroom-link a:after {
    font-family: 'Icomoon';
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    font-weight: bold;
    content: "\e901";
    font-size: 9px;
    transition: right .3s ease;
    right: 6px;
    top: 3px;
}

p.fd-showroom-link:hover a:after {
    right: 0px;
}


.cms-contact .columns .column.main {
    width: auto !important;
}


/*=================================== Awards CSS Page ==============================*/

.cms-king-awards.no-slider .page-main {
    margin-top: 0px;
}

.cms-king-awards .breadcrumbs ul li a {
    color: #fff;
    font-size: 14px;
}
.awards-desc {
    position: absolute;
    margin-top: 260px;
    margin-left: 30%;
    text-align: center;
    color: #fff;
}
.cms-king-awards .awards-grid {
    width: 65%;
    margin: 0 auto;
}
.cms-king-awards li.products {
    width: 50%;
    float: left;
}
.cms-king-awards ul.product-awards > li {
    text-decoration: none;
    list-style-type: none;
    text-align: center;
}
.cms-king-awards .cms-sticky-content ul li a:hover {
        color: #9e9d9d;
    }

.cms-king-awards .cms-sticky-content ul li a:hover:after {
    background: #9e9d9d;
    opacity: 1;
}

.cms-king-awards .cms-sticky-content ul li:active a:after {
    background-color: #000 !important;
    opacity: 1;
}

.cms-king-awards .load-more-awards {
    clear: both;
    width: 65%;
    margin: 0 auto;
}

.cms-king-awards .btn-loadmore {
    width: 135px;
    margin: 0 auto;
    height: 28px;
    padding-bottom: 90px;
    padding-top: 40px;
}

.cms-king-awards .columns {
    min-width: 100%;
}



.awards-desc p.sub-description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    /* letter-spacing: 1px; */
    font-family: 'AktivGrotesk_Regular', Helvetica, sans-serif;
    font-weight: normal;

}

.breadcrumbs .home {
    color: #fff;
    font-size: 11px;
    font-family: 'AktivGrotesk_Regular';
    font-weight: normal;
}

.cms-king-awards .breadcrumbs .cms_page, .cms-contact .breadcrumbs .cms_page {
    color: #fff;
    font-size: 11px;
    font-family: 'AktivGrotesk_Regular';
    font-weight: normal;
}


.load-more-awards button.load-more {
    padding: 14px 28px 14px 28px;
    font-size: 10px;
    font-family: 'AktivGrotesk_Bold', Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.awards-desc h1.title {
    color: #fff;
    font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 15px;
}

.cms-king-awards .btn-loadmore {
    width: 135px;
    margin: 0 auto;
}

.awards-desc p.description {
    font-size: 30px;
    font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
    font-weight: 100;
    margin-bottom: 22px;
}

.awards-desc .sub-description {
    font-family: 'AktivGrotesk_Regular', Helvetica, sans-serif ;
    font-size: 14px ;
    font-weight: normal;
    width: 55%;
    text-align: center;
    margin: 0 auto;
}
.product-awards h2.name-product {
    font-family: 'AktivGrotesk_Hairline', Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 100;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.product-awards p.sub-desc {
    font-family: 'AktivGrotesk_Bold', Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.product-awards p.year {
    font-family: 'AktivGrotesk_Thin';
    font-size: 22px;
    font-weight: 300;
}
.cms-contact .breadcrumbs .home a {
    color: #fff !important;
    font-size: 11px;
    font-family: 'AktivGrotesk_Regular';
    font-weight: normal;
}
.cms-king-awards .breadcrumbs .home a {
    color: #fff !important;
    font-size: 11px;
    font-family: 'AktivGrotesk_Regular';
    font-weight: normal;
}

.section-king-living .king-difference .tab-header .tabs-menu li a:hover:after, .section-king-living .king-difference .tab-header .tabs-menu li a:focus:after, .section-king-living .king-difference .tab-header .tabs-menu li a:active:after {
        background: #fff !important;
}

.section-king-living .king-difference .tab-header .tabs-menu li a:hover:after {
        background: #9e9d9d !important;
}

.cms-home .section-king-living .tab-header .tabs-menu li.active a:after {
    background: #fff !important;
}

.section-king-living .king-difference .tab-header .tabs-menu li a:hover {
    color:#fff !important;
}
.cms-home .tabs-menu li a span {
    color: #fff !important;
}

/*==================================== End of CSS ===================================*/

    .cms-contact .contact-form .fieldset > .field:not(.choice) > .control {
        width: 100%;
    }

/*------------------- Mini Cart Style --------------------------------*/


.block-minicart .viewcart > span:after {
    /*display: none;*/
}
.block-minicart .yourcart .qty {display:none;}
body .minicart-wrapper .product .actions .secondary a .icon-remove::before {color:#222}
.minicart-items-wrapper .product-item .product-info .primary .edit-item  {border-bottom:1px solid #a3a3a3;padding-right:3px;text-decoration:none;}
body .minicart-wrapper .product .actions .secondary a .icon-remove::before {font-size:8px;font-weight:bold;}
.block-minicart a.action.button.viewcart {
   /* display: none;*/
}
.block-minicart .subtitle.empty {min-height:40px;}

body .minicart-wrapper .block-minicart {top:42px;}
.minicart-wrapper .block-minicart #minicart-content-wrapper {position:relative}

.block-minicart .product-info .primary {margin-top:3px;}
.checkout-cart-index .minicart-items-wrapper .product-item-details .product-item-name {line-height:18px;padding-bottom:4px;}

#mini-cart .price-container .price {
    font-size: 12px !important;
    font-weight: normal;
    color:#1d1d1d;
}
#mini-cart .price-container .price-excluding-tax {display:none}

.minicart-wrapper.redesign a.cart {
    position: relative;
    padding-right: 0;
    margin-right: 10px;
}

.minicart-wrapper.redesign a.cart .square-counter {
    position: absolute;
    right: -8px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    height: 14px;
    min-width: 14px;
    border-radius: 10px;
    background: #000;
    color: #fff !important;
    font-size: 8px;
    letter-spacing: 0.64px;
}

.minicart-wrapper.redesign #minicart-content-wrapper {
    overflow: auto;
    padding: 16px 16px 0 !important;
}

.minicart-wrapper.redesign #minicart-content-wrapper:before {
    border: none;
}

.minicart-wrapper.redesign .block-minicart {
    top: 47px;
    margin-top: 0;
    border: 1px solid #e6dfd5;
    background: #fbf9f7;
}

.minicart-wrapper.redesign .block-minicart.landscape #minicart-content-wrapper{
    overflow-x: scroll;
    height: 90dvh;
    padding: 16px 16px 25px !important;
}

.minicart-wrapper.redesign .block-minicart:after {
    background: url('/pub/static/frontend/Playhouse/Kingliving/en_AU/images/header/minicart-caret.svg') no-repeat;
    top: -11px;
    right: 0;
    width: 35.405px;
    height: 11px;
    border: none;
}

.minicart-wrapper.redesign .block-minicart .block-title {
    margin-bottom: 16px;
}

.minicart-wrapper.redesign .block-minicart .block-title .yourcart {
    color: #000;
    font-family: AktivGrotesk_Medium, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.minicart-wrapper.redesign .minicart-items-wrapper {
    padding: 0 !important;
    border: none !important;
    max-height: 100px;
}

.minicart-wrapper.redesign .minicart-items-wrapper::-webkit-scrollbar {
    width: 3px;
}

.minicart-wrapper.redesign .minicart-items-wrapper::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.minicart-wrapper.redesign .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background-color: #727272;
    border-radius: 3px;
    border: 3px solid #727272;
}

.minicart-wrapper.redesign .minicart-items .product-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 16px !important;
    margin-bottom: 16px !important;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #e6dfd5;
    background: #fff;
    cursor: unset;
}

.minicart-wrapper.redesign .minicart-items .ias-noneleft {
    display: none;
}

.minicart-wrapper.redesign .minicart-items .product-item > .product {
    display: flex;
    align-items: center;
}

.minicart-wrapper.redesign .minicart-items .product-item-photo {
    min-width: 110px !important;
    width: 110px !important;
    height: 88px !important;
}

.minicart-wrapper.redesign .minicart-items .product-image-container {
    width: 100% !important;
    height: 100%;
}

.minicart-wrapper.redesign .minicart-items .product-image-wrapper {
    height: 100%;
}

.minicart-wrapper.redesign .minicart-items .product-image-photo-remove {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.minicart-wrapper.redesign .minicart-items .product-item-details {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.minicart-wrapper.redesign .minicart-items .product-info {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    line-height: normal;
}

.minicart-wrapper.redesign .minicart-items .product-item-name {
    padding: 0 !important;
    margin-bottom: 5px;
    margin-top: -2px;
    letter-spacing: 0.96px;
    line-height: normal;
    font-size: 12px;
}

.minicart-wrapper.redesign .minicart-items .product-subtitle {
    text-transform: none;
    font-weight: normal;
    font-family: AktivGrotesk_Regular, sans-serif;
    margin-bottom: 8px;
    display: block;
}

.minicart-wrapper.redesign #mini-cart .product-item-name a {
    font-family: AktivGrotesk_Regular, sans-serif;
    line-height: normal;
    font-size: 12px;
}

.minicart-wrapper.redesign #mini-cart .product-item-name a .bold {
    font-family: AktivGrotesk_Bold, sans-serif;
    line-height: normal;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .details-qty {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-family: AktivGrotesk_Regular, sans-serif;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .details-qty label {
    color: #000;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 28px;
    min-width: 48px;
    padding: 2px 4px;
    border-radius: 4px;
    border: 0.5px solid #000;
    margin-left: 8px;
    background: #fff;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 10px;
    padding: 0;
    border: none;
    font-size: 10px;
    letter-spacing: normal;
    background: none !important;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn:hover {
    background: none;
    opacity: 0.5;
    color: #000;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn:active,
.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn:focus {
    background: none;
    color: #000;
    box-shadow: none;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn > span {
    padding-right: 0;
    font-size: 0;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .qty-field-btn > span:after {
    display: none;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .item-qty {
    margin-right: 0;
    width: 20px;
    background: none;
    color: #000;
    line-height: 15px;
    font-size: 10px;
    font-family: AktivGrotesk_Regular, sans-serif;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .update-cart-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #000;
    margin: 0 0 0 8px;
    height: 28px;
    width: 74px;
    color: #fff;
    background: #000;
    font-family: AktivGrotesk_Medium, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .update-cart-item > span {
    padding: 0;
    line-height: inherit;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .update-cart-item > span:after {
    display: none;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .update-cart-item:hover {
    background: #fff;
}

.minicart-wrapper.redesign .minicart-items .product-item-details .update-cart-item:hover > span {
    color: #000;
}

.minicart-wrapper.redesign .minicart-items .product-item-pricing {
    margin-bottom: 8px;
}

.minicart-wrapper.redesign .minicart-items .price-including-tax,
.minicart-wrapper.redesign .minicart-items .price-excluding-tax {
    font-size: 0;
    line-height: normal;
}

.minicart-wrapper.redesign #mini-cart .price-container .price {
    line-height: normal;
    color: #000;
}

.minicart-wrapper.redesign .product .actions {
    display: flex;
    padding: 0 !important;
    height: 12px;
    text-align: left;
    font-size: 10px;
}

.minicart-wrapper.redesign .product .actions > .primary,
.minicart-wrapper.redesign .product .actions > .secondary {
    display: inline-flex !important;
    align-items: center;
}

.minicart-wrapper.redesign .product .actions .primary:after {
    width: 1px;
    height: 8px;
    margin: 0 8px;
    background: #e5e5e5;
    content: '';
}

.minicart-wrapper.redesign .product .actions .primary a {
    line-height: normal;
    vertical-align: top;
}

.minicart-wrapper.redesign .product .actions .secondary {
    margin-left: 0;
}

.minicart-wrapper.redesign .product .actions .secondary a {
    display: inline !important;
    width: auto;
    height: auto;
    color: #000;
    text-decoration: underline;
}

.minicart-wrapper.redesign .product .actions .secondary a:hover {
    color: #9e9d9d;
}

.minicart-wrapper.redesign .minicart-items .action.delete > span {
    margin: auto;
    position: unset;
    overflow: auto;
}

.minicart-wrapper.redesign .bottom-cart-content {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E6DFD5;
}

.minicart-wrapper.redesign .bottom-cart-content:after {
    display: none;
}

.minicart-wrapper.redesign .bottom-cart-content .subtotal {
    margin: 16px 0;
    padding: 0;
}

.minicart-wrapper.redesign .bottom-cart-content .subtotal .label {
    color: #000;
    font-family: AktivGrotesk_Medium, sans-serif;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
}

.minicart-wrapper.redesign .bottom-cart-content .subtotal .subtitle {
    display: block;
    font-family: AktivGrotesk_Regular, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

.minicart-wrapper.redesign .amount .price-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: -1px;
}

.minicart-wrapper.redesign .amount .price-wrapper:first-child .price {
    color: #000;
    font-size: 14px !important;
    line-height: normal;
}

.minicart-wrapper.redesign .block-minicart .subtotal + .actions {
    margin-top: 0;
}

.minicart-wrapper .bottom-cart-content .actions .secondary {
    width: 100%;
}

.minicart-wrapper.redesign .block-minicart .viewcart {
    padding: 14px;
    width: 100%;
    height: 50px;
    border-radius: 4px !important;
    border: 1px solid #000;
    margin-bottom: 16px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    letter-spacing: 1.12px;
    transition: background 0.5s ease;
    -webkit-appearance: none;
}

.minicart-wrapper.redesign .block-minicart .viewcart > span {
    height: 22px;
    line-height: normal;
    vertical-align: middle;
}

.minicart-wrapper.redesign .block-minicart .viewcart > span:after {
    top: 4px;
    width: 6.6px;
    height: 10px;
    color: white;
    font-size: 10px;
}

.minicart-wrapper.redesign .block-minicart .viewcart:hover {
    background: transparent;
    color: #000;
}

.minicart-wrapper.redesign .block-minicart .viewcart:hover > span:after {
    color: #000;
}

.minicart-wrapper.redesign .stripe-payments-express-minicart {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    border-radius: 4px;
    /* background: #00d66f; */
    background: #000;
}

.minicart-wrapper.redesign .stripe-payments-express-minicart .payment-request-button{
    margin-right: 0;
}

.minicart-wrapper.redesign .stripe-payments-express-minicart:hover {
    /* background: #5eee97; */
}

.minicart-wrapper.redesign .stripe-payments-express-minicart .payment-request-button {
    padding-top: 0;
}

.minicart-wrapper.redesign .block-minicart .subtitle.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.checkout-index-index .main-headnav > .container {
    position: relative;
}

.checkout-index-index .minicart-wrapper.redesign {
    position: unset;
}

.checkout-index-index .minicart-wrapper.redesign .block-minicart {
    top: 54px;
    width: 100%;
    min-width: auto;
}

@media only screen and (min-height: 540px) {
    .minicart-wrapper.redesign #minicart-content-wrapper {
        height: auto;
    }
}

@media only screen and (min-device-width: 768px) {
    .minicart-wrapper.redesign .block-minicart {
        top: 47px;
        width: 358px !important;
    }
}

@media only screen and (min-device-width: 1280px) {
    .checkout-index-index .minicart-wrapper.redesign .block-minicart {
        top: 42px;
    }

    .nav-up .minicart-wrapper.redesign a.cart .square-counter,
    .header-sticky .minicart-wrapper.redesign a.cart .square-counter {
        background: #fff;
        color: #000 !important;
    }

    .minicart-wrapper.redesign a.cart {
        margin-right: 19px;
    }

    .minicart-wrapper.redesign .block-minicart {
        right: 6px;
        top: 60px;
    }

    .minicart-wrapper.redesign .block-minicart:after {
        right: 6px;
    }
}

@media only screen and (min-device-width: 1440px) {
    .minicart-wrapper.redesign a.cart {
        margin-right: 25px;
    }

    .minicart-wrapper.redesign .block-minicart:after {
        right: 11.5px;
    }
}


/*------------------- End Style Mini Cart Style --------------------------------*/

/*------------------- Start Style Header Navigation Sensitivity Style --------------------------------*/

@media only screen and (min-device-width: 1280px) {
    nav.ms-megamenu .menu-item-container .menu-item.ms-level1:hover {
        cursor: pointer;
    }

    nav.ms-megamenu .menu-item-container .menu-item.ms-level1.active {
        text-decoration: underline;
    }

    nav.ms-megamenu .submenu-container .ms-featured .bootstrap-grid.menu-gallery,
    nav.ms-megamenu .submenu-container .ms-featured .bootstrap-grid.menu-gallery .gallery-item {
        flex: 1;
    }

    nav.ms-megamenu .submenu-container .ms-featured img {
        max-height: 331px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/*------------------- End Style Header Navigation Sensitivity Style --------------------------------*/

/*------------------- Start Style Footer Additional Block Style --------------------------------*/
.footer-additional-notice.footer-bottom{
    border-top: none;
    text-align: center;
    padding: 25px 20% 55px;
}
.footer-bottom-checkout .footer-additional-notice.footer-bottom{
    padding-bottom: 0;
}
/*------------------- End Style Footer Additional Block Style --------------------------------*/




/*------------------- Mobile responsive --------------------------------*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */


    /* Styles Homepage */

    .cms-home .menu-open .secondary_navigation {
         margin-right: 0% !important;
        transition: margin 2s ease;
    }




/*======================Style 404-Page Not Found Mobile ===========================================*/

.cms-page-not-found .pg-error-hero {
    height: 225px !important;
    background-repeat: round !important;
}

.cms-page-not-found .pg-error-title h1.title {
    padding-top: 47%;
    text-align: center;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    color: #fff;
    font-size: 24px;
}

.cms-page-not-found .pg-not-header {
    margin-top: 38px;
    margin-bottom: 32px;
}

.cms-page-not-found p.content-guide {
    font-size: 12px;
    font-family: 'AktivGrotesk_Regular', sans-serif;
    color: #1d1d1d;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    word-spacing: 2px;
    letter-spacing: 0px;
    margin-bottom: 32px;
}
.cms-page-not-found .go-to-home a, .cms-page-not-found .go-to-collection a {
    font-size: 10px;
    font-family: 'Heveltica Neue Thin', sans-serif;
    font-weight: bold;
    color: #1d1d1d;
}
.cms-page-not-found .pg-not-header h3 {
    font-size: 17px;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #1d1d1d;
}

.cms-page-not-found .go-to-home a {
    border: 1px solid #000;
    padding: 5px 24px 5px 34px;
    font-size: 10px;
    font-family: 'Heveltica Neue Thin', sans-serif;
    font-weight: bold;
    color: #1d1d1d;
}

.cms-page-not-found .go-to-collection a {
    border: 1px solid #000;
    padding: 5px 26px 5px 26px;
    font-size: 10px;
    font-family: 'Heveltica Neue Thin', sans-serif;
    font-weight: bold;
    color: #1d1d1d;
}

.cms-page-not-found p.go-to-home {
    float: none;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 17px;
}

.cms-page-not-found .nav-button {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 38px;
}

.cms-page-not-found p.go-to-collection {
     float: none;
}


.cms-page-not-found .pg-error-found {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.cms-page-not-found .pg-error-hero {
        background-image: url('/media/wysiwyg/404/banner-404-mobile.jpg') !important;
        background-repeat: round;
        height: 225px !important;
    }

.login-container .block .block-title {
    font-size: 18px !important;
}
.login-container .actions-toolbar .login{
    padding: 12px 15px;
}


/*======================End Style 404-Page Not Found ===========================================*/





/*====================== King Awards Page Responsive ===========================================*/

    .cms-king-awards li.products {
        width: 100%;
        float: none;
    }

    .cms-king-awards .awards-grid {
        width: 100%;
        margin: 0 auto;
    }

    .product-awards p.year {
        font-size: 17px;
        font-weight: normal;
        font-family: 'AktivGrotesk_Thin', sans-serif;
    }

    .product-awards h2.name-product {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        font-family: 'AktivGrotesk_Thin', sans-serif;
    }

    .product-awards p.sub-desc {
        font-size: 13px;
        font-weight: bold;
        font-family: 'AktivGrotesk_Bold', Helvetica,Arial,sans-serif;
    }

    ul.product-awards {
        padding: 15px;
    }

    .cms-king-awards ul.product-awards > li {
        margin-bottom: 45px;
    }




    .awards-desc {
        margin-left: 0% !important;
        margin-top: 125px;
    }

    .awards-desc h1.title {
        color: #fff;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 6px;
    }

    .awards-desc p.description {
        font-size: 17px;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: 100;
        margin-bottom: 2px;
    }

    .awards-desc p.sub-description {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-size: 12px;
        font-family: 'AktivGrotesk_Regular', Helvetica, sans-serif;
        font-weight: normal;
    }

    .cms-king-awards .btn-loadmore {
        width: 135px;
        margin: 0 auto;
        height: 28px;
        padding-bottom: 90px;
        padding-top: 0px;
    }

    .cms-king-awards li.products img {
        width: 280px !important;
        height: 117px !important;
    }

    .cms-king-awards .main-content-awards {
        margin-top: -13px;
    }


    .cms-king-awards .cms-template-wrap.cms-sticky-navigation.filter-sticky {
        top: 0px !important;
    }
    .cms-contact .columns {
        width: 100%;
    }

 /*====================== End style King Awards Page Responsive ===========================================*/

    .cms-king-awards .hero-awards {
        background-image: url('/media/wysiwyg/awards/banner_mobile.jpg') !important;
        background-repeat: round;
        height: 279px !important;
    }


}

/* Samsung galaxy s5 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 39%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 24px;
    }

    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/banner-404-mobile.jpg) !important;
        background-repeat: round;
        height: 225px !important;
    }

    .cms-page-not-found.no-slider .breadcrumbs {
        top: 84px !important;
    }


}

@media screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation : landscape) {

/* Samsung galaxy s5 landscape*/

/*.cms-page-not-found .nav-button {
        width: 86% !important;
        margin: 0 auto;
        padding-bottom: 85px;
    }*/

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    /* iPhone 6 Portrait */

    .cms-page-not-found p.go-to-home {
        float: none;
        margin: 0 auto;
        margin-right: 0px;
        margin-bottom: 17px;
    }

    .cms-page-not-found .go-to-home a {
        padding: 5px 30px 5px 30px;
        border: 1px solid #000;
        font-size: 10px;
        font-family: 'Heveltica Neue Thin', sans-serif;
        font-weight: bold;
        color: #1d1d1d;
    }

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 38%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 31px;
    }

    .cms-page-not-found.no-slider .breadcrumbs {
        top: 90px !important;
    }

    .cms-page-not-found .pg-error-hero {
        background-image: url('/media/wysiwyg/404/banner-404-mobile.jpg') !important;
        background-repeat: round;
        height: 225px !important;
    }


}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {


/* Landscape IP 6 */


    .cms-page-not-found .nav-button {
        width: 85% !important;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #1d1d1d;
        width: 83%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/banner_tablet.jpg) !important;
        background-repeat: round;
        height: 324px !important;
    }
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
    /* iPhone 6+ Portrait */

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 35%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 31px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
/* Landscape IP 5 */
    .cms-page-not-found .nav-button {
        width: 95% !important;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #1d1d1d;
        width: 83%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/banner_tablet.jpg) !important;
        background-repeat: round;
        height: 303px !important;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
    /* iPhone 6+ landscape */
    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/banner_tablet.jpg) !important;
        background-repeat: round;
        height: 325px !important;
    }
    .cms-page-not-found .nav-button {
        width: 74%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #1d1d1d;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }
}



@media only screen and (min-width: 480px) and (max-width: 568px)  {
    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 34% !important;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }


}


@media only screen and (min-width: 580px) and (max-width: 667px)  {

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 29% !important;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }
}


@media only screen and (min-width: 680px) and (max-width: 736px)  {

  .cms-page-not-found .pg-error-title h1.title {
        padding-top: 27%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }
}


@media only screen and (min-width: 740px) and (max-width: 760px)  {

    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/banner_tablet.jpg) !important;
        background-repeat: round;
        height: 416px !important;
    }

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 35%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 72%;
        margin: 0 auto;
        padding-bottom: 85px;
    }
    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #1d1d1d;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
    /* iPhone 6 and iPhone 6+ portrait and landscape */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){
    /* iPhone 6 and iPhone 6+ portrait */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){
    /* iPhone 6 and iPhone 6+ landscape */


}




@media only screen and (min-device-width : 640px) and (max-device-width : 766px) {

    .captcha {
        margin-left: 20%;
    }


/*====================== King Awards Page Responsive ===========================================*/
    .cms-king-awards .awards-grid {
        width: 100%;
    }
    .product-awards h2.name-product {
        font-family: 'AktivGrotesk_Hairline', Helvetica,Arial,sans-serif;
        font-size: 24px;
        font-weight: 100;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .product-awards p.sub-desc {
        font-family: 'AktivGrotesk_Bold', Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: bold;
    }
    .product-awards p.year {
        font-family: 'AktivGrotesk_Thin';
        font-size: 18px;
        font-weight: 300;
    }
    .cms-king-awards ul.product-awards {
        width: 100% !important;
        padding-left: 0px !important;
    }
    .cms-king-awards li.products {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 335px;
    }
    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 0%;
        text-align: center;
        color: #fff;
    }
    .cms-king-awards .main-awards {
        padding-left: 20px;
        padding-right: 20px;
    }
/*======================End style for Tablet King Awards Page Responsive =======================*/
}
@media only screen and (max-width: 767px) {
    .menu-open .secondary_navigation {
        margin-right: 0% !important;
        transition: margin 2s ease;
    }
}
@media screen and (min-width: 768px) {
    .cms-home .tabs-menu li a span {
        color: #fff !important;
    }
    .cms-home .section-slider {
        display: block;
    }
    .cms-home div#top {
        z-index: 9999;
    }
    .cms-home .section-king-living .tab-header .tabs-menu li.active a:after {
        background: #fff !important;
    }
    .cms-home .section-king-living .king-difference .tab-header .tabs-menu li a:active {
        color:#fff !important;
    }
    .cms-home .section-king-living .tab-header .tabs-menu li.active:hover a:after {
        background-color: #9e9d9d !important;
    }
    .cms-king-awards .product-awards li.products img {
        margin: 0 auto;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

    .awards-desc h1.title {
        font-size: 32px;
        color: #fff;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: 100;
        margin-bottom: 15px;
    }
    .cms-sticky-content ul li a span span {
        font-size: 10px;
        font-weight: normal;
        font-family: 'AktivGrotesk_Regular', Helvetica, sans-serif;
        font-weight: bold;
        color: #000;
    }

    .category-dining-tables-chairs .product-item-actions {
        display: block;
        margin-top: -20px;
    }
    .awards-desc p.description {
        font-size: 24px;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: 100;
        margin-bottom: 22px;
    }

    .hero-awards {
        background-image: url('/media/wysiwyg/awards/banner_tablet.jpg') !important;
        background-repeat: round;
    }


    label#recaptcha-anchor-label {
        font-size: 10px;
    }

    .select-subject {
        font-size: 12px;
        color: #1d1d1d;
    }


/*====================== King Awards Page Responsive ===========================================*/

    .cms-king-awards .awards-grid {
        width: 100%;
    }

    .product-awards h2.name-product {
        font-family: 'AktivGrotesk_Hairline', Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-weight: 100;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product-awards h2.name-product {
        font-family: 'AktivGrotesk_Hairline', Helvetica,Arial,sans-serif;
        font-size: 24px;
        font-weight: 100;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .product-awards p.sub-desc {
        font-family: 'AktivGrotesk_Bold', Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

    .product-awards p.year {
        font-family: 'AktivGrotesk_Thin';
        font-size: 18px;
        font-weight: 300;
    }

    .cms-king-awards ul.product-awards {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .cms-king-awards li.products {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 335px;
    }

    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 0%;
        text-align: center;
        color: #fff;
        width: 100%;
    }

    .cms-king-awards .main-awards {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cms-king-awards li.products img {
        width: 268px !important;
        height: 163px !important;
    }





/*======================End style for Tablet King Awards Page Responsive =======================*/


/*======================Begin Style for 404- Page Not Found Responsive iPad =======================*/
.cms-page-not-found .nav-button {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 85px;
}

.cms-page-not-found .pg-error-found {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.cms-page-not-found .nav-button {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 85px;
}

.cms-page-not-found p.go-to-home {
    float: left;
    margin: 0 auto;
    margin-right: 18px;
    margin-bottom: 17px;
}

.cms-page-not-found p.go-to-collection {
    float: left;
    margin: 0 auto;
}

.cms-page-not-found .go-to-home a {
    padding: 9px 43px 9px 48px;
}

.cms-page-not-found .pg-error-title h1.title {
    padding-top: 35%;
    text-align: center;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    color: #fff;
    font-size: 32px;
}

.cms-page-not-found .pg-not-header h3 {
    font-size: 24px;
    font-family: 'AktivGrotesk_Hairline', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #1d1d1d;
}

.cms-page-not-found .nav-button {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 60px;
}


.cms-page-not-found p.content-guide {
    font-size: 12px;
    font-family: 'AktivGrotesk_Regular', sans-serif;
    color: #1d1d1d;
    width: 97%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
}

.cms-page-not-found .pg-not-header {
    margin-top: 46px;
    margin-bottom: 32px;
}

.cms-page-not-found .pg-error-hero {
    height: 450px !important;
    background-repeat: round;
}

.cms-page-not-found.no-slider .page-main {
    margin-top: 0px !important;
}


.cms-page-not-found .pg-error-hero {
        background-image: url('/media/wysiwyg/404/banner_tablet.jpg') !important;
        background-repeat: round;
        height: 416px !important;
    }

/*======================End of Style for 404- Page Not Found Responsive iPad =======================*/

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 9%;
        text-align: center;
        color: #fff;
    }

    .cms-contact .title-contact {
        margin-top: 12%;
        color: #fff;
        font-size: 32px;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        font-weight: normal;
    }


    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 25%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 47%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .products-grid.wishlist .product-items .product-item .product-item-name {
        font-size: 32px;
        line-height: 36px;
        min-height: 38px;
    }
    .wishlist-index-index .product-item-name a {
        font-size: 20px;
        color: #1d1d1d!important;
        line-height: 36px;
        font-family: 'AktivGrotesk_Hairline', Arial, sans-serif;
    }



}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */

    .cms-king-awards li.products {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 367px;
    }

}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/*----- Samsung Galaxy Tab  ----------- */

@media screen and (min-width: 960px) {
    .cms-page-not-found .breadcrumbs {
        margin-left: 3%;
    }

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 28%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

}
@media screen and (min-device-width: 1170px) and (max-device-width : 1260px) {

    .cms-page-not-found .pg-error-hero {
        background-image: url(/media/wysiwyg/404/1170px_404Page_v2.jpg) !important;
        height: 517px !important;
        background-repeat: round;
        }

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 27%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 47%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #1d1d1d;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }

}
@media screen and (min-width: 1200px) {

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 25%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 45%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

}


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
    .cms-king-awards ul.product-awards > li {
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        min-height: 370px;
        margin-top: -40px;
    }
    .cms-king-awards ul.product-awards {
        margin-top: 45px;
    }
    .cms-contact .title-contact {
        color: #fff;
        font-size: 50px;
        font-family:'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: normal;
        margin-top:-2%;
    }
    .hero-contact {
        background-image: url('../images/hero-banner.jpg');
        width: 100%;
        height: 504px;
        padding-top: 17%;
        text-align: center;
        color: #fff;
    }

    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 20%;
        margin-right: 20%;
        text-align: center;
        color: #fff;
    }

    .cms-king-awards ul.product-awards > li {
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        min-height: 370px;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px){
    .footer-additional-notice.footer-bottom{
        padding: 25px 30px 15px;
    }
}



@media screen and (min-width: 1366px) {

    .cms-contact .title-contact {
        color: #fff;
        font-size: 50px;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: normal;
        margin-top: 4%;
    }

    .cms-king-awards li.products {
        width: 50%;
        float: left;
        min-height: 370px;
    }

    .cms-king-awards .awards-grid {
        width: 90%;
        margin: 0 auto;
    }

    .box-product-img {
        width: 555px !important;
        height: 265px !important;
        margin: auto;
    }

    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 22%;
        margin-right: 22%;
        text-align: center;
        color: #fff;
    }

    .product-awards h2.name-product {
        font-family: 'AktivGrotesk_Hairline', Helvetica,Arial,sans-serif;
        font-size: 24px;
        font-weight: 100;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        line-height: 30px;
        min-height: 39px;
    }

    .cms-king-awards .btn-loadmore {
        width: 135px;
        margin: 0 auto;
        height: 28px;
        padding-bottom: 90px;
        padding-top: 0px;
    }
    .category-collection .list-box-category .box.box-langer .content, .category-collection .list-box-category .box:nth-child(1) .content, .category-collection .list-box-category .box:nth-child(2) .content, .category-collection .list-box-category .box:nth-child(3) .content, .category-collection .list-box-category .box:nth-child(4) .content
    {
        width: calc(100% - 294px) !important;
        left: 0;
        bottom: 0;
    }

    /*-----------------------Style For 404-Page Not Found Desktop 1366 -------------------- */
    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 22%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 42%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
        font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #000;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .cms-page-not-found.no-slider .breadcrumbs {
        margin-top: 0;
        padding-top: 0;
        position: absolute;
        top: 190px !important;
        width: 100%;
        z-index: 1;
        padding-left: 13%;
    }



/*-----------------------End Style For 404-Page Not Found Desktop 1366 -------------------- */

}
@media screen and (min-width: 1440px) {

}
@media screen and (min-width: 1600px) {
    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 25%;
        margin-right: 25%;
        text-align: center;
        color: #fff;
    }

    /*-----------------------Style For 404-Page Not Found Desktop 1600 -------------------- */
    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 19%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

    .cms-page-not-found .nav-button {
        width: 37%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found p.content-guide {
       font-size: 14px;
        font-family: 'AktivGrotesk_Regular', sans-serif;
        color: #000;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 32px;
    }

}
@media screen and (min-width: 1920px) {

    .cms-king-awards ul.product-awards {
        margin-top: 75px;
    }

    ul.product-awards > li {
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        min-height: 370px;
        margin-top: -75px;
    }

    .cms-king-awards .awards-grid {
        width: 60%;
        margin: 0 auto;
    }

    .box-product-img {
        width: 555px !important;
        height: 265px !important;
        margin: auto;
    }

    .cms-king-awards .awards-desc {
        position: absolute;
        margin-top: 260px;
        margin-left: 38.6%;
        margin-right: 38.6%;
        text-align: center;
        color: #fff;
    }

    .cms-king-awards ul.product-awards > li {
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        min-height: 395px;
    }
    .cms-contact .title-contact {
        color: #fff;
        font-size: 50px;
        font-family: 'AktivGrotesk_Hairline', Helvetica, sans-serif;
        font-weight: normal;
        margin-top: -1%;
    }

    .cms-page-not-found .nav-button {
        width: 29%;
        margin: 0 auto;
        padding-bottom: 85px;
    }

    .cms-page-not-found .go-to-home a, .cms-page-not-found .go-to-collection a {
        border: 1px solid #000;
        padding: 9px 20px 9px 28px;
        font-size: 11px;
        font-family: 'Heveltica Neue Thin', sans-serif;
        font-weight: bold;
        color: #1d1d1d;
        display: inline-block;
        position: relative;
    }

    .cms-page-not-found .pg-error-title h1.title {
        padding-top: 16%;
        text-align: center;
        font-family: 'AktivGrotesk_Hairline', sans-serif;
        color: #fff;
        font-size: 50px;
    }

}

/*------------------- End style for Mobile responsive --------------------------------*/


#itoris_dynamicproductoptions .not-collapsed a.close {
    display: none !important;
}
#itoris_dynamicproductoptions .not-collapsed .price-notice span  {
    font-size: 12px !important;
}


/*------------------- The End of The World --------------------------------*/

.product-label-two.product-label {
	text-transform: none;
}

/**/


/*KL-42*/
.cms-accordion-wraper .accordion-list{
    padding: 0;
    list-style: none;
    padding: 30px 0;
}
.cms-accordion-wraper .accordion-list li{
    margin: 0 0 -1px;
}

.cms-accordion-wraper .accordion-list li .title{
    padding: 15px;
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.cms-accordion-wraper .accordion-list li .title{
    padding: 15px 20px;
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.cms-accordion-wraper .accordion-list li .title:before{
    color: #8a8888;
    padding-right: 15px;
    font-size: 20px;
    font-family: FontAwesome;
    content: "\f105";
    position: relative;
    top: 1px;
}
.cms-accordion-wraper .accordion-list li .title.active:before{
    content: "\f107";
    top: 2px;
    padding-right: 10px;
}
.cms-accordion-wraper .accordion-list li .content{
    padding: 20px;
    display: none;
}
/* KL-166 */
.cms-sticky-content ul li a[href="#shop"] {
    border-radius: 1.5px;
    background-color: #ededed;
}
.opc-block-summary .items-in-cart .product .item-options dt{margin-right: 5px;}

.gallery-custom-product {
    display: flex;
    flex-direction: column;
}
.amgdprcookie-bar-container {
    width: calc(100% - 50px);
}
@media (max-width: 767px) {
    .amgdprcookie-bar-container {
        width: 100%;
    }
}

/*------------------- Start Style Checkout Cart Fix --------------------------------*/

.checkout-index-index .opc-block-summary .minicart-items .product > .product-image-container {
    max-width: 78px;
    max-height: 50px
}

.checkout-index-index .opc-block-summary .minicart-items .product > .product-image-container .product-image-wrapper > img {
    height: 50px;
    width: 78px;
    object-fit: cover;
}

/*------------------- End Style Checkout Cart Fix --------------------------------*/
