/* globals */
ul {
    list-style: none;
}

/* fonts */
h1,
h2,
h3 {
    margin-top: 18px
}

h4,
h5,
h6 {
    margin-top: 9px
}

.h1,
h1 {
    font-size: 33px
}

.h2,
h2 {
    font-size: 27px
}

.h3,
h3 {
    font-size: 23px
}

.h4,
h4 {
    font-size: 17px
}

.h5,
h5 {
    font-size: 13px
}

.h6,
h6 {
    font-size: 12px
}

.h1 small,
h1 small {
    font-size: 23px
}

.h2 small,
h2 small {
    font-size: 17px
}

.h3 small,
.h4 small,
h3 small,
h4 small {
    font-size: 13px
}

/* fonts end */
div#svg-defs {
    display: none;
}

body .container-header,
body .nav .container,
body .container {
    max-width: 1175px !important;
}

.display_none {
    display: none !important;
}

div.checker {
    display: inline-block;
}

.terms_popup_wrap {
    position: absolute;
}

#terms_popup {
    position: absolute;
    top: 10%;
    z-index: 9999;
    height: 350px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 500px;
    margin: 0 auto;
    overflow-y: scroll;
    background: #fff;
    padding: 20px;
}

.terms_popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.terms_popup_wrap button {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5%;
    padding: 5px;
}

/* buttons */
.btn.button.button-medium {
    background: #009250 !important;
}

.btn.button.button-medium:hover {
    background: #1c8df6 !important;
}

.button.button-medium span {
    display: block;
}

/* buttons end */
body .container-header .desktop-header {
    padding-top: 8px;
}

header .row>script {
    display: none !important;
}

.half-width-childs {
    width: 100%;
    display: inline-flex;
    clear: both;
}

.half-width-childs .form-group {
    width: 25%;
}

.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

/* .col-xs-5 {
    flex: 0 0 25%;
    max-width: 25%;
} */
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.cbp-hrmenu .cbp-hrsub-tabs-names {
    margin-right: -10px;
    margin-left: -10px;
}

/* globals end */
/* header */
.mobile-h-logo {
    display: flex;
    justify-content: center;
}

header .row #header_logo {
    height: auto !important;
    /* margin-top: 13px; */
    /* padding-left: 14px; */
}

header .row #header_logo img {
    width: 66% !important;
    height: auto !important;
}

header .row .top_hook>#search_block_top,
header .row .top_hook>.header_user_info,
header .row .top_hook>#shopping_cart_container,
header .row>#header_logo {
    display: inline-block !important;
    float: none;
    position: relative;
    vertical-align: top;
}

.top_hook {
    width: 75%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
    padding-top: 10px;
    padding-right: 4px;
}

header .row .top_hook>#shopping_cart_container {
    width: auto;
    padding: 0;
}

#header .shopping_cart {
    padding-top: 0 !important;
}

#shopping_cart_container .cart_name {
    position: relative;
}

#header .shopping_cart>a#blockcart_top_initiator {
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    border: 2px solid #fff !important;
    transition: 0.4s;
}

#header .shopping_cart>a#blockcart_top_initiator:hover {
    border: 2px solid #1e90f3 !important;
}

#shopping_cart_container .cart_name img {
    display: inline-block;
    width: 20px;
    height: 16px;
}

#shopping_cart_container .cart_name span {
    right: 30px;
    top: 16px;
    font-size: 13px;
    color: #1e90f3;
}

#shopping_cart_container .cart_name span.ajax_cart_quantity {
    right: 13px;
}

header .row .top_hook>.header_user_info {
    width: 115px;
    height: 63px;
    margin-top: -17px;
    vertical-align: top;
    text-align: center;
    padding: 0;
}

header .row .top_hook>.header_user_info span {
    display: inline-block;
    z-index: 999;
    right: 45px;
    top: 31px;
    font-size: 13px;
    color: #1e90f3;
    margin-left: 20px;
}

.header_user_info img {
    width: 145px;
    height: 82px;
}

header .row .top_hook>#search_block_top {
    width: auto;
    margin-top: 0px;
    padding: 0;
}

header .row .top_hook>#search_block_top .search_toggle {
    position: relative;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border: 2px solid;
    text-align: left;
    border: 2px solid #fff !important;
    border-radius: 5px;
    transition: 0.4s;
}

header .row .top_hook>#search_block_top .search_toggle:hover {
    border: 2px solid #1e90f3 !important;
}

header .row .top_hook>#search_block_top .search_toggle img {
    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-right: 10px;
}

header .row .top_hook>#search_block_top .search_toggle>span {
    right: 18px;
    top: 14px;
    font-size: 13px;
    color: #1e90f3;
}

header .row .top_hook>#search_block_top #searchbox {
    width: 0px;
    z-index: 999999;
    overflow: hidden;
    transition: 0.8s ease-out;
    position: absolute;
    top: -2px;
    left: -5px;
    background-color: #fff !important;
}

header .row .top_hook>#search_block_top #searchbox.active {
    /*right: -488px;*/
    width: 300px;
    z-index: 999999;
    transition: 0.8s ease-out;
    background-color: #fff !important;
}

header .row .top_hook>#search_block_top #searchbox input#search_query_top {
    display: inline-block;
    height: 50px;
    border: 2px solid #228cfa !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    width: 90%;
    opacity: 0;
    transition: 0.8s;
}

header .row .top_hook>#search_block_top #searchbox.active input#search_query_top {
    opacity: 1;
    transition: 0.8s;
}

header .row .top_hook>#search_block_top #searchbox>img {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0px;
    opacity: 0;
    transition: 0.5s ease-out;
    cursor: pointer;
    width: 20px;
}

header .row .top_hook>#search_block_top #searchbox.active>img {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0px;
    opacity: 1;
    transition: 0.5s ease-out;
}

#search_block_top .btn.button-search:before {
    content: "" !important;
    background: url(../../img/search.png);
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.header_bullets {
    display: none;
}

.header_bullets li {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.stores {
    display: inline-block;
    vertical-align: top;
}

.stores .toggle_stores {
    display: inline-block;
    padding: 11.5px 15px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 13px;
    color: #1e90f3;
}

.stores .toggle_stores a {
    color: #1e90f3;
}

.stores .toggle_stores:hover {
    border: 2px solid #228cfa;
    transition: 0.4s;
}

.stores .stores_drop {
    display: none;
}

.header_user_info a {
    display: flex;
    padding: 10px 0px;
    margin-top: 17px;
    border-radius: 5px;
    text-align: left;
    border: 2px solid #fff !important;
    transition: 0.4s;
}

.header_user_info a:hover {
    border: 2px solid #1e90f3 !important;
}

.header_user_info img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

#header .shopping_cart>a#blockcart_top_initiator {
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    border: 2px solid #fff !important;
    transition: 0.4s;
    text-align: right;
}

#shopping_cart_container .cart_name {
    position: relative;
}

#shopping_cart_container .cart_name img {
    display: inline-block;
    width: 20px;
    height: 16px;
}

#shopping_cart_container .cart_name span {
    right: 30px;
    top: 16px;
    font-size: 13px;
    color: #1e90f3;
}

/* menu */
.cbp-horizontal>ul>li>a,
.cbp-horizontal>ul>li>span.cbp-main-link {
    font-weight: 400;
    letter-spacing: 1px;
}

.cbp-horizontal .cbp-tab-title {
    font-family: 'Questrial', sans-serif !important;
}

.cbp-fade-slide-bottom .cbp-hrsub {
    background: #fff;
    top: calc(100% + 1px);
    width: 100%;
    padding: 0;
}

.cbp-fade-slide-bottom .cbp-hrsub>div {
    margin: 0 !important;
}

.cbp-hrmenu .cbp-tabs-container .row {
    display: flex;
    flex-wrap: nowrap;
    /* gap: 20px; */
}
.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
    padding-bottom: 6px;
    border-bottom: 1px solid #2090f5 !important;
}
.cbp-hrmenu .cbp-tab-pane .cbp-menu-column.cbp-menu-element {
    margin-top: 20px !important;
}

.cbp-hrmenu .cbp-tabs-container>.row ul.cbp-hrsub-tabs-names.cbp-tabs-names {
    margin: 0 -15px;
}
div[role="tabpanel"] {
    padding: 0px 0 0 15px !important;
}
.cbp-hrmenu .cbp-categories-row {
    flex-direction: column;
}
.cbp-hrmenu-tab-5 a.cbp-column-title:link {
    font-size: 14px !important;
    margin: 0;
    padding: 5px 10px;
    border: none !important;
}
.cbp-hrmenu li.cbp-hrmenu-tab-2 .cbp-menu-column-inner a:hover {
    color: unset !important;
}

/* menu end*/
/* sticky head */
header .row>#header_logo {
    transition: 0s;
}

header .row>#header_logo.sticked {
    position: fixed;
    left: 0;
    top: 0px;
    margin-top: 7px;
    z-index: 999;
    width: 300px;
    transition: all 0.2s ease-out;
    opacity: 1 !important;
    visibility: visible;
}

header .row .top_hook>#shopping_cart_container.stickCart {
    position: fixed;
    top: 4px !important;
    opacity: 1 !important;
    transition: all 0.2s ease-out;
    z-index: 999;
    right: 0;
}

/* sticky head end */
/* header end */
/* search */
.jolisearch {
    display: block !important;
    margin-top: 4%;
    margin-left: 1%;
}

#search_block_top.jolisearch .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
}

header .row .top_hook>#search_block_top #searchbox {
    width: 0;
    z-index: 999999;
    overflow: hidden;
    transition: 0.8s ease-out;
    position: absolute;
    top: -2px;
    left: -5px;
    background-color: #fff !important;
}

header .row .top_hook>#search_block_top .search_toggle:hover {
    border: 2px solid #1e90f3 !important;
}

header .row .top_hook>#search_block_top .search_toggle img {
    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-right: 10px;
}

header .row .top_hook>#search_block_top .search_toggle>span {
    right: 18px;
    top: 14px;
    font-size: 13px;
    color: #1e90f3;
}

/* search end */
/* content */
/* iqitpopup */
#iqitpopup.hide_popup {
    display: none;
}

#popup_toggle {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 7%;
    z-index: 999;
    border-radius: 5px;
}

#popup_toggle button {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

#iqitpopup .iqitpopup-newsletter-form button span {
    font-size: 16px;
    font-weight: 600;
}

.iqitpopup-newsletter-form label {
    vertical-align: top;
    margin-left: 5px;
}

/* iqitpopup end */
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    margin: 0px 0 0 7px;
}

.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
    background: #1c8df6 !important;
}

.cart_block .cart-buttons a#button_order_cart:hover {
    background: #009250 !important;
}

.cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 20px 10px;
    margin: 0;
    background: #ffffff !important;
}

#productsnavpn {
    display: none;
}

.header_bullets li img {
    width: 100%;
}

/* content end */
/* footer */
.footer-container .footer_copyrights .paymants_logos img {
    margin-right: 65%;
}

section#before_footer {
    max-width: 1175px !important;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: none;
    position: relative;
    padding: 30px 0;
}

section#before_footer>div:first-child {
    padding-right: 140px;
    max-width: 280px;
}

section#before_footer>div:nth-child(2) .top-text {
    font-size: 18px;
    margin-bottom: 5px;
}

section#before_footer>div:nth-child(2) .sub-text {
    font-size: 14px;
}

section#before_footer>div:last-child {
    margin-left: auto;
}

section#before_footer h4 {
    display: none;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    padding: 0 10px 0 0;
}

section#before_footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}

section#before_footer ul li {
    padding: 0 5px;
}

section#before_footer ul li a {
    display: inline-block;
    background-color: #686666;
    font-size: 22px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 100%;
}

section#before_footer ul li a:before {
    display: inline-block;
    font-family: FontAwesome;
    vertical-align: -5px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#before_footer ul li a span {
    display: none;
}

section#before_footer img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.footer-container-inner1 {
    display: none;
}

/**/
.footer-container .container {
    padding: 25px 0;
}

.footer-container #footer .bullet li a,
.footer-container #footer1 .bullet li a {
    font-size: 15px;
}

.footer-container #footer>div {
    color: #686666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container #footer>div>section {
    float: none !important;
    padding: 0 !important;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}

.footer-container #footer>div>section ul {
    list-style: none;
}

.footer-container #footer .footer-block,
.footer-container #footer1 .footer-block {
    padding: 0;
}

.footer-container #footer #block_contact_infos h4,
.footer-container #footer #block_contact_infos i {
    /* display: none; */
}

.footer-container #footer #block_contact_infos>div ul li {
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.footer-container #footer h4 {
    padding: 0;
    border-bottom: none !important;
}

.footer-container #footer .bullet li {
    padding: 3px 0;
}

.footer-container #footer1 h4,
.footer-container #footer1 h4 a,
.footer-container #footer h4,
.footer-container #footer h4 a {
    font-size: 18px !important;
    line-height: 18px !important;
}

#footer #newsletter_block_left .form-group .form-control {
    height: 45px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 15px;
}

#footer #newsletter_block_left form {
    width: 90%;
}

body #footer #newsletter_block_left .form-group .button-small {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    color: #fff !important;
    background-color: #1c8df6 !important;
    margin-left: 0;
}

body #footer #newsletter_block_left .form-group .button-small:hover {
    color: #fff !important;
    background-color: #009250 !important;
}

#footer #newsletter_block_left .form-group .button-small:before {
    display: none;
}

#footer #newsletter_block_left .form-group .button-small span {
    display: block !important;
}

section#block_various_links_footer span {
    font-size: 13px;
    color: #fff;
    padding: 0 4px;
}

section#payemntmethodsfooter .col-sm-6 {
    width: 33%;
}
section#before_footer>div:nth-child(2) .top-text a {
    color: #777;
}

@media screen and (min-width: 768px) {
    section#payemntmethodsfooter > div {
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        justify-content: center;
        text-align: center;
    }
    section#payemntmethodsfooter > div > * {
        width: 100% !important;
        max-width: 100%;
        flex: 1 1 100%;
    }
    #block_contact_infos i {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-container #footer>div {
        flex-direction: column;
        margin: 0;
    }

    .footer-container #footer>div>section {
        width: 100%;
        max-width: 100%;
        padding: 0px 10px !important;
    }
    section#before_footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    section#before_footer>div:first-child {
        padding: 0px 0 30px;
    }
    section#before_footer>div:last-child {
        margin: 10px auto;
    }
    
	div#last-elem {
	    text-align: center;
	    width: 100%;
	    color: #fff;
	    margin: 10px 0;
	    font-size: 12px;
	}
    section#payemntmethodsfooter > div {
        display: flex;
        justify-content: center;
    }
    section#payemntmethodsfooter > div > * {
        width: auto !important;
        flex: 0 0 auto !important;
    }
    section#before_footer>div:nth-child(2) .top-text {
        color: #000;
    }
    section#before_footer>div:nth-child(2) .sub-text {
        color: #000;
    }
}

/* footer end */

.blockcategories_footer {
    display: none !important;
}

.header_user_info a.logout {
    display: none;
}

.product-filmfremkaldelse span#our_price_display {
    display: none;
}

.hidden {
    display: none !important;
}

#layer_cart>.clearfix {
    display: flex;
    width: 100%;
}

#layer_cart .button-container .pull-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#crossseling_popup_products_slider .button-container {
    display: none;
}

div#crossseling_popup_products_slider .right-block {
    height: auto;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .isMobile {
        display: none;
    }
}

.custom-product-desc .col-lg-1,
.custom-product-desc .col-lg-10,
.custom-product-desc .col-lg-11,
.custom-product-desc .col-lg-12,
.custom-product-desc .col-lg-2,
.custom-product-desc .col-lg-3,
.custom-product-desc .col-lg-4,
.custom-product-desc .col-lg-5,
.custom-product-desc .col-lg-6,
.custom-product-desc .col-lg-7,
.custom-product-desc .col-lg-8,
.custom-product-desc .col-lg-9,
.custom-product-desc .col-md-1,
.custom-product-desc .col-md-10,
.custom-product-desc .col-md-11,
.custom-product-desc .col-md-12,
.custom-product-desc .col-md-2,
.custom-product-desc .col-md-3,
.custom-product-desc .col-md-4,
.custom-product-desc .col-md-5,
.custom-product-desc .col-md-6,
.custom-product-desc .col-md-7,
.custom-product-desc .col-md-8,
.custom-product-desc .col-md-9,
.custom-product-desc .col-ms-1,
.custom-product-desc .col-ms-10,
.custom-product-desc .col-ms-11,
.custom-product-desc .col-ms-12,
.custom-product-desc .col-ms-2,
.custom-product-desc .col-ms-3,
.custom-product-desc .col-ms-4,
.custom-product-desc .col-ms-5,
.custom-product-desc .col-ms-6,
.custom-product-desc .col-ms-7,
.custom-product-desc .col-ms-8,
.custom-product-desc .col-ms-9,
.custom-product-desc .col-sm-1,
.custom-product-desc .col-sm-10,
.custom-product-desc .col-sm-11,
.custom-product-desc .col-sm-12,
.custom-product-desc .col-sm-2,
.custom-product-desc .col-sm-3,
.custom-product-desc .col-sm-4,
.custom-product-desc .col-sm-5,
.custom-product-desc .col-sm-6,
.custom-product-desc .col-sm-7,
.custom-product-desc .col-sm-8,
.custom-product-desc .col-sm-9,
.custom-product-desc .col-xs-1,
.custom-product-desc .col-xs-10,
.custom-product-desc .col-xs-11,
.custom-product-desc .col-xs-12,
.custom-product-desc .col-xs-2,
.custom-product-desc .col-xs-3,
.custom-product-desc .col-xs-4,
.custom-product-desc .col-xs-5,
.custom-product-desc .col-xs-6,
.custom-product-desc .col-xs-7,
.custom-product-desc .col-xs-8,
.custom-product-desc .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.custom-product-desc .col-xs-1 {
    width: 8.33333%
}

.custom-product-desc .col-xs-2 {
    width: 16.66667%
}

.custom-product-desc .col-xs-3 {
    width: 25%
}

.custom-product-desc .col-xs-4 {
    width: 33.33333%
}

.custom-product-desc .col-xs-5 {
    width: 41.66667%
}

.custom-product-desc .col-xs-6 {
    width: 50%
}

.custom-product-desc .col-xs-7 {
    width: 58.33333%
}

.custom-product-desc .col-xs-8 {
    width: 66.66667%
}

.custom-product-desc .col-xs-9 {
    width: 75%
}

.custom-product-desc .col-xs-10 {
    width: 83.33333%
}

.custom-product-desc .col-xs-11 {
    width: 91.66667%
}

.custom-product-desc .col-xs-12 {
    width: 100%
}

.custom-product-desc .col-xs-15 {
    width: 20%
}

@media (min-width:480px) {

    .custom-product-desc .col-ms-1,
    .custom-product-desc .col-ms-10,
    .custom-product-desc .col-ms-11,
    .custom-product-desc .col-ms-2,
    .custom-product-desc .col-ms-3,
    .custom-product-desc .col-ms-4,
    .custom-product-desc .col-ms-5,
    .custom-product-desc .col-ms-6,
    .custom-product-desc .col-ms-7,
    .custom-product-desc .col-ms-8,
    .custom-product-desc .col-ms-9 {
        float: left
    }

    .custom-product-desc .col-ms-1 {
        width: 8.33333%
    }

    .custom-product-desc .col-ms-2 {
        width: 16.66667%
    }

    .custom-product-desc .col-ms-3 {
        width: 25%
    }

    .custom-product-desc .col-ms-4 {
        width: 33.33333%
    }

    .custom-product-desc .col-ms-5 {
        width: 41.66667%
    }

    .custom-product-desc .col-ms-6 {
        width: 50%
    }

    .custom-product-desc .col-ms-7 {
        width: 58.33333%
    }

    .custom-product-desc .col-ms-8 {
        width: 66.66667%
    }

    .custom-product-desc .col-ms-9 {
        width: 75%
    }

    .custom-product-desc .col-ms-10 {
        width: 83.33333%
    }

    .custom-product-desc .col-ms-11 {
        width: 91.66667%
    }

    .custom-product-desc .col-ms-12 {
        width: 100%
    }

    .custom-product-desc .col-ms-15 {
        width: 20%;
        float: left
    }

    .custom-product-desc .col-ms-push-1 {
        left: 8.33333%
    }

    .custom-product-desc .col-ms-push-2 {
        left: 16.66667%
    }

    .custom-product-desc .col-ms-push-3 {
        left: 25%
    }

    .custom-product-desc .col-ms-push-4 {
        left: 33.33333%
    }

    .custom-product-desc .col-ms-push-5 {
        left: 41.66667%
    }

    .custom-product-desc .col-ms-push-6 {
        left: 50%
    }

    .custom-product-desc .col-ms-push-7 {
        left: 58.33333%
    }

    .custom-product-desc .col-ms-push-8 {
        left: 66.66667%
    }

    .custom-product-desc .col-ms-push-9 {
        left: 75%
    }

    .custom-product-desc .col-ms-push-10 {
        left: 83.33333%
    }

    .custom-product-desc .col-ms-push-11 {
        left: 91.66667%
    }

    .custom-product-desc .col-ms-pull-1 {
        right: 8.33333%
    }

    .custom-product-desc .col-ms-pull-2 {
        right: 16.66667%
    }

    .custom-product-desc .col-ms-pull-3 {
        right: 25%
    }

    .custom-product-desc .col-ms-pull-4 {
        right: 33.33333%
    }

    .custom-product-desc .col-ms-pull-5 {
        right: 41.66667%
    }

    .custom-product-desc .col-ms-pull-6 {
        right: 50%
    }

    .custom-product-desc .col-ms-pull-7 {
        right: 58.33333%
    }

    .custom-product-desc .col-ms-pull-8 {
        right: 66.66667%
    }

    .custom-product-desc .col-ms-pull-9 {
        right: 75%
    }

    .custom-product-desc .col-ms-pull-10 {
        right: 83.33333%
    }

    .custom-product-desc .col-ms-pull-11 {
        right: 91.66667%
    }

    .custom-product-desc .col-ms-offset-1 {
        margin-left: 8.33333%
    }

    .custom-product-desc .col-ms-offset-2 {
        margin-left: 16.66667%
    }

    .custom-product-desc .col-ms-offset-3 {
        margin-left: 25%
    }

    .custom-product-desc .col-ms-offset-4 {
        margin-left: 33.33333%
    }

    .custom-product-desc .col-ms-offset-5 {
        margin-left: 41.66667%
    }

    .custom-product-desc .col-ms-offset-6 {
        margin-left: 50%
    }

    .custom-product-desc .col-ms-offset-7 {
        margin-left: 58.33333%
    }

    .custom-product-desc .col-ms-offset-8 {
        margin-left: 66.66667%
    }

    .custom-product-desc .col-ms-offset-9 {
        margin-left: 75%
    }

    .custom-product-desc .col-ms-offset-10 {
        margin-left: 83.33333%
    }

    .custom-product-desc .col-ms-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {

    .custom-product-desc .col-sm-1,
    .custom-product-desc .col-sm-10,
    .custom-product-desc .col-sm-11,
    .custom-product-desc .col-sm-15,
    .custom-product-desc .col-sm-2,
    .custom-product-desc .col-sm-3,
    .custom-product-desc .col-sm-4,
    .custom-product-desc .col-sm-5,
    .custom-product-desc .col-sm-6,
    .custom-product-desc .col-sm-7,
    .custom-product-desc .col-sm-8,
    .custom-product-desc .col-sm-9 {
        float: left
    }

    .container {
        max-width: 750px
    }

    .custom-product-desc .col-sm-1 {
        width: 8.33333%
    }

    .custom-product-desc .col-sm-2 {
        width: 16.66667%
    }

    .custom-product-desc .col-sm-3 {
        width: 25%
    }

    .custom-product-desc .col-sm-4 {
        width: 33.33333%
    }

    .custom-product-desc .col-sm-5 {
        width: 41.66667%
    }

    .custom-product-desc .col-sm-6 {
        width: 50%
    }

    .custom-product-desc .col-sm-7 {
        width: 58.33333%
    }

    .custom-product-desc .col-sm-8 {
        width: 66.66667%
    }

    .custom-product-desc .col-sm-9 {
        width: 75%
    }

    .custom-product-desc .col-sm-10 {
        width: 83.33333%
    }

    .custom-product-desc .col-sm-11 {
        width: 91.66667%
    }

    .custom-product-desc .col-sm-12 {
        width: 100%
    }

    .custom-product-desc .col-sm-15 {
        width: 20%
    }

    .custom-product-desc .col-sm-push-1 {
        left: 8.33333%
    }

    .custom-product-desc .col-sm-push-2 {
        left: 16.66667%
    }

    .custom-product-desc .col-sm-push-3 {
        left: 25%
    }

    .custom-product-desc .col-sm-push-4 {
        left: 33.33333%
    }

    .custom-product-desc .col-sm-push-5 {
        left: 41.66667%
    }

    .custom-product-desc .col-sm-push-6 {
        left: 50%
    }

    .custom-product-desc .col-sm-push-7 {
        left: 58.33333%
    }

    .custom-product-desc .col-sm-push-8 {
        left: 66.66667%
    }

    .custom-product-desc .col-sm-push-9 {
        left: 75%
    }

    .custom-product-desc .col-sm-push-10 {
        left: 83.33333%
    }

    .custom-product-desc .col-sm-push-11 {
        left: 91.66667%
    }

    .custom-product-desc .col-sm-pull-1 {
        right: 8.33333%
    }

    .custom-product-desc .col-sm-pull-2 {
        right: 16.66667%
    }

    .custom-product-desc .col-sm-pull-3 {
        right: 25%
    }

    .custom-product-desc .col-sm-pull-4 {
        right: 33.33333%
    }

    .custom-product-desc .col-sm-pull-5 {
        right: 41.66667%
    }

    .custom-product-desc .col-sm-pull-6 {
        right: 50%
    }

    .custom-product-desc .col-sm-pull-7 {
        right: 58.33333%
    }

    .custom-product-desc .col-sm-pull-8 {
        right: 66.66667%
    }

    .custom-product-desc .col-sm-pull-9 {
        right: 75%
    }

    .custom-product-desc .col-sm-pull-10 {
        right: 83.33333%
    }

    .custom-product-desc .col-sm-pull-11 {
        right: 91.66667%
    }

    .custom-product-desc .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .custom-product-desc .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .custom-product-desc .col-sm-offset-3 {
        margin-left: 25%
    }

    .custom-product-desc .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .custom-product-desc .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .custom-product-desc .col-sm-offset-6 {
        margin-left: 50%
    }

    .custom-product-desc .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .custom-product-desc .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .custom-product-desc .col-sm-offset-9 {
        margin-left: 75%
    }

    .custom-product-desc .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .custom-product-desc .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1000px) and (max-width:1319px) {
    .container {
        max-width: 1020px
    }
}

@media (min-width:1000px) {

    .custom-product-desc .col-md-1,
    .custom-product-desc .col-md-10,
    .custom-product-desc .col-md-11,
    .custom-product-desc .col-md-15,
    .custom-product-desc .col-md-2,
    .custom-product-desc .col-md-3,
    .custom-product-desc .col-md-4,
    .custom-product-desc .col-md-5,
    .custom-product-desc .col-md-6,
    .custom-product-desc .col-md-7,
    .custom-product-desc .col-md-8,
    .custom-product-desc .col-md-9 {
        float: left
    }

    .custom-product-desc .col-md-1 {
        width: 8.33333%
    }

    .custom-product-desc .col-md-2 {
        width: 16.66667%
    }

    .custom-product-desc .col-md-3 {
        width: 25%
    }

    .custom-product-desc .col-md-4 {
        width: 33.33333%
    }

    .custom-product-desc .col-md-5 {
        width: 41.66667%
    }

    .custom-product-desc .col-md-6 {
        width: 50%
    }

    .custom-product-desc .col-md-7 {
        width: 58.33333%
    }

    .custom-product-desc .col-md-8 {
        width: 66.66667%
    }

    .custom-product-desc .col-md-9 {
        width: 75%
    }

    .custom-product-desc .col-md-10 {
        width: 83.33333%
    }

    .custom-product-desc .col-md-11 {
        width: 91.66667%
    }

    .custom-product-desc .col-md-12 {
        width: 100%
    }

    .custom-product-desc .col-md-15 {
        width: 20%
    }

    .custom-product-desc .col-md-push-0 {
        left: auto
    }

    .custom-product-desc .col-md-push-1 {
        left: 8.33333%
    }

    .custom-product-desc .col-md-push-2 {
        left: 16.66667%
    }

    .custom-product-desc .col-md-push-3 {
        left: 25%
    }

    .custom-product-desc .col-md-push-4 {
        left: 33.33333%
    }

    .custom-product-desc .col-md-push-5 {
        left: 41.66667%
    }

    .custom-product-desc .col-md-push-6 {
        left: 50%
    }

    .custom-product-desc .col-md-push-7 {
        left: 58.33333%
    }

    .custom-product-desc .col-md-push-8 {
        left: 66.66667%
    }

    .custom-product-desc .col-md-push-9 {
        left: 75%
    }

    .custom-product-desc .col-md-push-10 {
        left: 83.33333%
    }

    .custom-product-desc .col-md-push-11 {
        left: 91.66667%
    }

    .custom-product-desc .col-md-pull-0 {
        right: auto
    }

    .custom-product-desc .col-md-pull-1 {
        right: 8.33333%
    }

    .custom-product-desc .col-md-pull-2 {
        right: 16.66667%
    }

    .custom-product-desc .col-md-pull-3 {
        right: 25%
    }

    .custom-product-desc .col-md-pull-4 {
        right: 33.33333%
    }

    .custom-product-desc .col-md-pull-5 {
        right: 41.66667%
    }

    .custom-product-desc .col-md-pull-6 {
        right: 50%
    }

    .custom-product-desc .col-md-pull-7 {
        right: 58.33333%
    }

    .custom-product-desc .col-md-pull-8 {
        right: 66.66667%
    }

    .custom-product-desc .col-md-pull-9 {
        right: 75%
    }

    .custom-product-desc .col-md-pull-10 {
        right: 83.33333%
    }

    .custom-product-desc .col-md-pull-11 {
        right: 91.66667%
    }

    .custom-product-desc .col-md-offset-0 {
        margin-left: 0
    }

    .custom-product-desc .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .custom-product-desc .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .custom-product-desc .col-md-offset-3 {
        margin-left: 25%
    }

    .custom-product-desc .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .custom-product-desc .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .custom-product-desc .col-md-offset-6 {
        margin-left: 50%
    }

    .custom-product-desc .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .custom-product-desc .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .custom-product-desc .col-md-offset-9 {
        margin-left: 75%
    }

    .custom-product-desc .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .custom-product-desc .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1320px) {

    .custom-product-desc .col-lg-1,
    .custom-product-desc .col-lg-10,
    .custom-product-desc .col-lg-11,
    .custom-product-desc .col-lg-15,
    .custom-product-desc .col-lg-2,
    .custom-product-desc .col-lg-3,
    .custom-product-desc .col-lg-4,
    .custom-product-desc .col-lg-5,
    .custom-product-desc .col-lg-6,
    .custom-product-desc .col-lg-7,
    .custom-product-desc .col-lg-8,
    .custom-product-desc .col-lg-9 {
        float: left
    }

    .container {
        max-width: 1270px
    }

    .custom-product-desc .col-lg-1 {
        width: 8.33333%
    }

    .custom-product-desc .col-lg-2 {
        width: 16.66667%
    }

    .custom-product-desc .col-lg-3 {
        width: 25%
    }

    .custom-product-desc .col-lg-4 {
        width: 33.33333%
    }

    .custom-product-desc .col-lg-5 {
        width: 41.66667%
    }

    .custom-product-desc .col-lg-6 {
        width: 50%
    }

    .custom-product-desc .col-lg-7 {
        width: 58.33333%
    }

    .custom-product-desc .col-lg-8 {
        width: 66.66667%
    }

    .custom-product-desc .col-lg-9 {
        width: 75%
    }

    .custom-product-desc .col-lg-10 {
        width: 83.33333%
    }

    .custom-product-desc .col-lg-11 {
        width: 91.66667%
    }

    .custom-product-desc .col-lg-12 {
        width: 100%
    }

    .custom-product-desc .col-lg-15 {
        width: 20%
    }

    .custom-product-desc .col-lg-push-0 {
        left: auto
    }

    .custom-product-desc .col-lg-push-1 {
        left: 8.33333%
    }

    .custom-product-desc .col-lg-push-2 {
        left: 16.66667%
    }

    .custom-product-desc .col-lg-push-3 {
        left: 25%
    }

    .custom-product-desc .col-lg-push-4 {
        left: 33.33333%
    }

    .custom-product-desc .col-lg-push-5 {
        left: 41.66667%
    }

    .custom-product-desc .col-lg-push-6 {
        left: 50%
    }

    .custom-product-desc .col-lg-push-7 {
        left: 58.33333%
    }

    .custom-product-desc .col-lg-push-8 {
        left: 66.66667%
    }

    .custom-product-desc .col-lg-push-9 {
        left: 75%
    }

    .custom-product-desc .col-lg-push-10 {
        left: 83.33333%
    }

    .custom-product-desc .col-lg-push-11 {
        left: 91.66667%
    }

    .custom-product-desc .col-lg-pull-0 {
        right: auto
    }

    .custom-product-desc .col-lg-pull-1 {
        right: 8.33333%
    }

    .custom-product-desc .col-lg-pull-2 {
        right: 16.66667%
    }

    .custom-product-desc .col-lg-pull-3 {
        right: 25%
    }

    .custom-product-desc .col-lg-pull-4 {
        right: 33.33333%
    }

    .custom-product-desc .col-lg-pull-5 {
        right: 41.66667%
    }

    .custom-product-desc .col-lg-pull-6 {
        right: 50%
    }

    .custom-product-desc .col-lg-pull-7 {
        right: 58.33333%
    }

    .custom-product-desc .col-lg-pull-8 {
        right: 66.66667%
    }

    .custom-product-desc .col-lg-pull-9 {
        right: 75%
    }

    .custom-product-desc .col-lg-pull-10 {
        right: 83.33333%
    }

    .custom-product-desc .col-lg-pull-11 {
        right: 91.66667%
    }

    .custom-product-desc .col-lg-offset-0 {
        margin-left: 0
    }

    .custom-product-desc .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .custom-product-desc .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .custom-product-desc .col-lg-offset-3 {
        margin-left: 25%
    }

    .custom-product-desc .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .custom-product-desc .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .custom-product-desc .col-lg-offset-6 {
        margin-left: 50%
    }

    .custom-product-desc .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .custom-product-desc .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .custom-product-desc .col-lg-offset-9 {
        margin-left: 75%
    }

    .custom-product-desc .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .custom-product-desc .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}

.mh-drop.mh-search-drop .search_toggle {
    display: none;
}
.mh-drop.mh-search-drop img {
    display: none;
}
.mh-drop.mh-search-drop .stores {
    display: none;
}
.mh-drop.mh-search-drop div#search_block_top {
    padding: 0;
    margin: 0;
}
div#cookielaw {
    opacity: 1;
}
#layer_cart .button-container .btn.backtofilm {
    background: #3091ec !important;
}