.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;}

.minicart-wrapper .block-minicart #minicart-content-wrapper:before{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid 20px transparent;
    border-bottom: solid 17px #fff;
    border-width:26px 15px 11px;
    right:10px;
    margin-left: -30px;
    top: -37px;
}
body .minicart-wrapper {padding-right:8px;}
body .minicart-wrapper .block-minicart {top:45px;}
.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}


/*------------------- End Style Mini Cart 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;
    }


    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435;
    }

    .cms-contact #comment::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435 ;
    }

    .cms-contact .select-subject::-moz-placeholder,input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
        font-size: 12px;
        color: #333435 ;
    }


    
/*======================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 */
    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435;
    }

    .cms-contact #comment::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435 ;
    }

    .cms-contact .select-subject {
        font-size: 12px;
        color: #333435 ;
    }

    .cms-contact .select-subject::-moz-placeholder,input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
        font-size: 12px;
        color: #333435 ;
    }

    .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;
    }

     input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435;
    }

    .cms-contact #comment::-webkit-input-placeholder {
        font-size: 12px;
        color: #333435 ;
    }

    .cms-contact .select-subject {
        font-size: 12px;
        color: #333435 ;
    }

    .cms-contact .select-subject::-moz-placeholder,input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
        font-size: 12px;
        color: #333435 ;
    }
    .awards-desc p.sub-description {
        font-size: 12px;
        font-family: 'AktivGrotesk_Regular', Helvetica, sans-serif;
        font-weight: normal;
        width: 50%;
    }
   

    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
    select.select-subject::-webkit-input-placeholder, textarea#comment::-webkit-input-placeholder {
        font-size: 12px;
    }

    input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder,
    select.select-subject::-moz-placeholder, textarea#comment::-moz-placeholder  {
        font-size: 12px;
    }


    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 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;}