/* HEADER */
body.fullwidthcontainer .container {
    width: 100%
}

/*#header {
  border-bottom: 1px solid #e0e0e0;
}*/
#wrapper {
    padding-top: 10px;
}

#header .logo {
    max-width: 100%;
    max-height: 100%;
    width: 213px;
}

#header #_desktop_info {
    float: right;
    margin-top: 2px;
}

#header #_desktop_info i {
    font-size: 24px;
    font-weight: 600;
}

#header input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

i.material-icons.search {
    font-size: 0px !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

i.material-icons.search:before {
    content: "";
    background: url(../img/search.svg) no-repeat;
    width: 20px;
    height: 23px;
    display: inline-block;
    background-size: 100%;
    margin-top: -2px;
}

#header .header-top .search-widget {
    margin-top: 8px;
}

i.icon-male-user {
    font-size: 0px !important;
    width: 18px;
    height: 18px;
}

i.icon-male-user:before {
    content: "";
    background: url(../img/user.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

i.icon-bag {
    font-size: 0px !important;
    width: 18px;
    height: 18px;
}

i.icon-bag:before {
    content: "";
    background: url(../img/cart.svg) no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.blockcart.active i.icon-bag:before {
    content: "";
    background: url(../img/carrito_full.png) no-repeat;
    width: 26px;
    height: 22px;
    display: inline-block;
}

.wish_link.wish_link_17 > i.material-icons {
    width: 20px;
    height: 20px;
    font-size: 0 !important;
}


.wish_link.wish_link_17 > i.material-icons:before {
    content: "";
    background: url(../img/fav.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

img.img-responsive {
    width: 100%;
    height: auto;
}

body.content_only header, body.content_only .breadcrumb {
    display: none;
}

.cbp-hrsub.cbp-show.cbp-notfit {
    z-index: 3;
}

.fancybox-close:before {
    font-family: Material Icons;
    content: "close";
    font-size: 35px;
    line-height: 35px;
}

@media (min-width: 992px) {
    nav.breadcrumb {
        padding-top: 2px !important;
    }
}

@media (max-width: 991px) {
    nav.breadcrumb {
        padding-top: 0px !important;
    }

    body.openresults {
        overflow: hidden !important;

    }
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: white;
}

.fancybox-opened .fancybox-skin {
    padding-top: 37px !important;
}


#header .header-top .header-top {
    margin-top: 7px;
}

#header .header-top #_desktop_cart {
    margin-top: 13px;
    margin-left: 20px;
}

.container_cart .empty_cart {
    text-align: center;
    margin-top: 40px;
}

/* DESPLEGABLE LOGIN */
#header .user-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    width: 460px;
    height: 100vh;
    background-color: white;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}

#header .user-popup.open {
    transition: right 300ms ease-in-out;
    right: 0;
}

#header .user-popup .close-popup {
    float: right;
    height: 15px;
    cursor: pointer;

}

#header .user-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

#header .user-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}

#header .user-popup .title-popup {
    display: block;
    clear: both;
    font-size: 20px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

#header .user-popup #login-form {
    margin-bottom: 35px;
}

#header .user-popup #login-form .no-account {
    float: left;
}

#header .user-popup .login-label {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

#header .user-popup .no-account a {
    float: right;
    color: #000;
    font-size: 13px;
    z-index: 1;
}

#header .user-popup .form-group {
    margin-bottom: 7px;
}

#header .user-popup .form-control {
    background-color: #fff;
    border-color: #e5e5e5;
    font-size: 14px;
    line-height: 15px;
    padding: 16px 10px;
}

#header .user-popup .form-control:focus {
    outline: none;
}

#header .user-popup .permanentLogin {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

#header .user-popup .permanentLogin-label {
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

#header .user-popup #submit-login {
    border: none;
    box-shadow: none;
    font-size: 14px;
    outline: none;
    color: black !important;
    line-height: inherit;
    letter-spacing: 2px;
    padding: 10px;
    display: block;
    text-align: center;
    height: 49px;
    background: #afdad2 !important;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    /*float: right;*/
    width: 100%;
    max-width: 326px;
    text-transform: none;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #123341;
    margin-bottom: 4px;
}

#header .user-popup #submit-login:hover {
    background-color: #eaeaea;
}

#header .user-popup #login-form footer .background-layer {
    max-width: 326px;
    height: 49px;
    width: 100%;
    background: #08a48f;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
    display: block;
    margin-top: 4px;
}

form#login-form footer {
    text-align: left !important;
    position: relative;
}

#header .user-popup .forgot-password a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

/*mobile header*/
div#_mobile_content_right {
    position: absolute;
    right: 16px;
    top: 15px;
}

div#_mobile_content_right > * {
    float: right;
    margin-left: 20px;
}

#header .header-top #_desktop_user_info {
    margin-top: 15px;
    margin-left: 20px;
}

div#_mobile_content_right > #_mobile_cart {
    margin-top: 3px;
}

div#search_widget .closesearch {
    font-size: 18px;
    color: black;
    cursor: pointer
}

/*mobile header*/
/*BORRRRAARRRR*/
#index #wrapper, #footer {
    padding-top: 0;
    overflow: hidden;
}

/* DESPLEGABLE CART */
#_desktop_cart .blockcart-popup {
    position: fixed;
    top: 0;
    right: -404px;
    width: 394px;
    height: 100vh;
    background-color: #fcfaf1;
    z-index: 999;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}

#_desktop_cart .blockcart-popup.open {
    right: 0;
    transition: right 300ms ease-in-out;
}

#_desktop_cart .blockcart-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 998;
    opacity: 0.5;
}

#_desktop_cart .blockcart-bg.open {
    display: block;
}

#_desktop_cart .blockcart-popup .close-popup {
    float: right;
    height: 15px;
}

#_desktop_cart .blockcart-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
}

#_desktop_cart .blockcart-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
}

#_desktop_cart .blockcart-popup .title-popup {
    display: block;
    clear: both;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
}

#_desktop_cart .blockcart-popup .shipping-free {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#_desktop_cart .blockcart-popup #cart-list {
    font-size: 0;
    max-height: -webkit-calc(100vh - 265px);
    max-height: -moz-calc(100vh - 265px);
    max-height: calc(100vh - 265px);
    overflow-y: auto;
}

#_desktop_cart .blockcart-popup #cart-list .product-item {
    padding: 15px 0 10px;
    border-bottom: 1px solid #deddd8;
}

#_desktop_cart .blockcart-popup #cart-list .product-image {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

#_desktop_cart .blockcart-popup #cart-list .product-image img {
    max-width: 100%;
    height: auto;
}

#_desktop_cart .blockcart-popup #cart-list .product-description {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-name {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .description {
    display: block;
    font-size: 13px;
    color: #000;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes {
    margin-bottom: 0;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity {
    margin-bottom: 15px;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}

#_desktop_cart .blockcart-popup #cart-list .product-description .product-delete {
    display: block;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
}

#_desktop_cart .blockcart-popup #cart-list .product-price {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: right;
}

#_desktop_cart .blockcart-popup #cart-list .product-price .price {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

#_desktop_cart .blockcart-popup .cart-bottom .subtotal .name,
#_desktop_cart .blockcart-popup .cart-bottom .discount .name,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .name,
#_desktop_cart .blockcart-popup .cart-bottom .total .name {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}

#_desktop_cart .blockcart-popup .cart-bottom .subtotal .value,
#_desktop_cart .blockcart-popup .cart-bottom .discount .value,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .value,
#_desktop_cart .blockcart-popup .cart-bottom .total .value {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
}

#_desktop_cart .blockcart-popup .cart-bottom .shopping-buy {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    margin-top: 20px;
}

#_desktop_cart .blockcart-popup .cart-bottom .shopping-list {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 40px;
}

div#_desktop_language_selector {
    float: right;
    padding-top: 13px;
    margin-left: 10px;
}

div#_desktop_language_selector .dropdown .expand-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #123341;
}
i.material-icons.language-icon:before {
    content: "";
    background: url(../img/svg/idioma.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    width: 23px;
    height: 23px;
}

div#_desktop_language_selector .dropdown-menu {
    max-width: 100px !important;
    min-width: 80px !important;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #123341;
}

#_desktop_language_selector .dropdown-item {
    padding: 7px 15px;
}

#_desktop_language_selector .current .dropdown-item {
    background-color: #123341;
    color: #fff;
}

div#ps_topbanner_wrapper {
    font-size: 16px;
    letter-spacing: 1px;
}

div#_desktop_logo {
    padding: 6px 0 0px;
}

/*.header-top>.container>.row {
  display: flex;
  align-items: center;
  justify-content: center;
}*/

/*.header-top .right-block {
  padding-top: 10px;
}*/
div#gdpr_consent a {
    text-decoration: underline;
}

.breadcrumb ol li:last-child a span {
    color: black;
}

#header .header-nav .top-logo#_mobile_logo h1 {
    margin: 0;
    line-height: 0;
}

#header .header-nav .top-logo#_mobile_logo {
    padding: 10px 0px;
}

@media (max-width: 991px) {
    .header-top .right-block {
        width: 100%;
    }

    .search-widget form button[type=submit] {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #header .header-top {
        padding: 23px 0px 0px;
    }

    .header-top .right-block {
        position: fixed !important;
        left: 0px;
        right: 0px;
        top: 71px;
        z-index: 54;
        /*visibility: hidden;*/
        /* display: none !important; */
        background: none;
        padding-top: 0px;
        transition: all 0.5s ease;
    }

    .header-top .right-block > *:not(#topsearchelastic_widget):not(#lgcookieslaw_banner) {
        display: none;
    }

    .header-top .right-block > #apisearch-box {
        display: block !important;
        position: fixed;
        top: 91px;
        left: 0;
        width: 100%;
        transition: top 0.5s;
    }

    #apisearch-input-container input {
        height: 40px !important;
    }

    #apisearch-result-container {
        top: 147px !important;
        transition: top 0.5s;
    }

    .isScroll #apisearch-result-container {
        top: 112px !important;
    }

    #header .header-top .position-static.text-left {
        display: none;
    }

    #header .header-nav .top-logo#_mobile_logo {
        width: 200px;
        max-width: 137px;
        display: inline-block;
        margin: 0px 55px 0px 0px;
        padding-top: 0px;
        padding-bottom: 6px;

    }

    #header .header-top .search-widget form input {
        width: calc(100% - 55px) !important;
        height: 46px;
        border: none;
    }

    div#_mobile_search {
        cursor: pointer;
        margin-left: 0px;
    }

    #header .header-top .search-widget {
        height: 0px;
        position: relative;
        transition: all 0.5s 0.5s ease;
        width: 100%;
        float: none;
        visibility: initial;
        max-width: initial;
        margin: 0px -15px;
    }

    #header .header-top .search-widget form {
        padding-top: 3px;
        width: 100%;
        z-index: 10; /* to position it in front of the other content */
        position: absolute;
        left: -1000px;
        transition: all .5s ease; /* our nice transition */
        display: none;
    }

    #header .header-top .search-widget.isShow {
        height: 50px;
        transition: all 0.4s 0s ease;
        position: fixed;
        left: 0px;
        top: 80px;
        margin: 0px !important;
        -webkit-box-shadow: 0px 28px 95px -34px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: 0px 28px 95px -34px rgba(0, 0, 0, 0.56);
        box-shadow: 0px 28px 95px -20px rgba(0, 0, 0, 0.56);
    }

    header.isScroll .header-top .right-block {
        top: 36px;
        transition: all 0.5s ease;
    }

    #header .header-top .search-widget form {
        padding: 0px 15px;
    }

    #header .header-top .search-widget.isShow form {
        transition: all .5s ease;
        left: 0px;
        display: block;
        background: white;
        top: 0px;
    }

    #header .header-top .search-widget form input::-webkit-input-placeholder, #header .header-top .search-widget form input::-moz-placeholder, #header .header-top .search-widget form input:-ms-input-placeholder, #header .header-top .search-widget form input:-moz-placeholder {
        font-style: italic;
        text-transform: lowercase
    }

    .header-nav .hidden-lg-up.text-sm-center.mobile {
        position: relative;
        text-align: center;
    }

    div#_mobile_user_info,
    div#_mobile_language_selector{
        display: none;
    }

    .right-nav, .mobile_container_header {
        min-height: 0px;
    }

    div#_mobile_search {
        display: none !important;
    }

}

@media (max-width: 767px) {
    #header .header-nav .top-logo#_mobile_logo {
        margin: 0px 55px 0px 10px
    }

    #cms section#wrapper {
        padding-top: 0px;
    }

    #header .col-md-3.col-sm-12.position-static.right-block {
        min-height: 0px !important;
    }

    .lgcookieslaw_button_container {
        display: block !important;
    }

    .lgcookieslaw_button_container > div {
        width: 100%;
        display: block !important;
    }

}

@media (max-width: 340px) {
    div#_mobile_user_info {
        margin-left: 7px;
    }

    div#_mobile_cart, div#_mobile_wishlist {
        margin-left: 8px;
    }

}

#pagenotfound section#wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(../img/bg_404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#pagenotfound #content-wrapper i#fakeSearch {
    display: none;
}

body#pagenotfound div#search_widget .closesearch {
    display: none;
}

body#pagenotfound .search-widget form button[type=submit] {
    left: initial;
    float: none;
}

#pagenotfound div#content-wrapper {
    padding-left: 50%;
}

#pagenotfound section#content {
    margin: 0px;
    background: #fff;
}

#pagenotfound h1 {
    font-weight: normal;
    color: #7d7d7d;
}

#pagenotfound h4, #pagenotfound p {
    color: black
}

#pagenotfound .page-content #search_widget {
    margin-top: 12px;
    height: 40px;
}

#products .page-not-found {
    box-shadow: none;
}

#stores .page-stores .store-item-container .divide-left {
    border-left: none;
}

.card {
    box-shadow: none;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    #header .header-top .search-widget {
        width: 23px;
    }
}

@media (max-width: 480px) {
    #header .user-popup {
        width: 100vw;
        right: -480px;
    }
}


/* Modal para mensajes */
#modal_msg_holder {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

#modal_msg {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 30px;
    padding-top: 50px;
    background: #fff;
}

#modal_msg span.msg {
    display: block;
    margin: 5px 0px;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #ccc;
}

#modal_msg span.msg.msg_error {
    border-color: #e20000;
}

#close_modal_msg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#close_modal_msg:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

#close_modal_msg:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .mobile_container_header {
        display: none;
    }
}

.bg-popup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 998;
    opacity: .5;
}

#index #header .header-top {
    background-image: linear-gradient(to right, #ffffff, #01a08c);
}

#header .header-top {
    background: #ffffff;
}

#header div#search_widget > form > input {
    width: 100%;
    height: 50px;
    border: solid 1px #afdad2;
    outline: none;
    background-color: #ffffff;
    padding-left: 20px;
}

div#search_widget > form > button {
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    right: 25px;
    top: 16px;
}

div#search_widget > form {
    position: relative;
    max-width: 100%;
}

div#search_widget > form > button:before {
    content: "";
    background: url(../img/search.svg) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
}

@media (min-width: 992px) {
    header#header nav.header-nav {
        display: none;
    }
}

div#_desktop_user_info .user-info a.login {
    display: block;
    width: 100%;
    text-align: center;
}

div#search_widget {
    /*width: 82%;*/
    width: calc(100% - 288px);

}


.container_breadcrumb {
    background: #afdad2;
    padding: 8px 0px;
}

#wrapper .container_breadcrumb .breadcrumb {
    margin-bottom: 0px;
}

#index .container_breadcrumb {
    padding: 0px;
}

/*#header .header-top .wish_link a:before {
    content: "";
    background: url(../../assets/img/fav.png) no-repeat;
    width: 30px;
    height: 40px;
    position: absolute;
    background-size: 100%;
    top: 0px;
}*/
div#_desktop_user_info .user-info a.login span {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.92;
    letter-spacing: 0.65px;
    text-align: justify;
    color: #123341;
    text-decoration: underline;
    vertical-align: bottom;
}

div#_desktop_user_info .user-info a.login i {
    vertical-align: middle;
}

header#header {
    /*border-top: 6px solid #03a08c;*/
}

.container_utilities_header {
    padding-top: 28px;
}

@media (max-width: 1199px) {
    div#search_widget {
        width: calc(100% - 230px);
    }
}

@media (min-width: 992px) {
    img.logo.img-responsive.mobile_logo {
        display: none;
    }
}

@media (max-width: 991px) {
    #header .header-nav #_desktop_contact_link {
        display: none;
    }

    #index #header .header-top {
        background: none;
        padding: 0px;
    }

    .container_utilities_header {
        padding: 0px;
    }

    header#header {
        border-top: 2px solid #03a08c;
    }

    img.logo.img-responsive.only_desktop {
        display: none;
    }

    div#_desktop_calendar_link {
        display: none;
    }

    section#wrapper {
        padding-top: 92px !important;
    }

    div#search_widget {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 30px !important;
    }

    #header div#search_widget > form > input {
        height: 40px;
        border-left: none;
        border-right: none;
        border-top: none;
        font-size: 14px;
        font-weight: 100;
        font-stretch: normal;
        font-style: oblique;
        line-height: 18px;
        letter-spacing: 0.7px;
        text-align: left;
        color: #4c4c4c;
        padding-right: 40px;
        padding-left: 15px;
        font-family: 'GTWalsheim-ThinOblique';
    }

    div#search_widget > form > button {
        right: 8px;
        top: 11px;
    }

    /*#index header#header.isScroll div#search_widget {
        top: 13px !important;
    }*/
    header#header.isScroll div#search_widget {
        top: 10px !important;
    }
}

@media (max-width: 767px) {
    div#search_widget {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 18px !important;
    }

    header#header.isScroll div#search_widget {
        top: -1px !important;
    }
}

div#_desktop_user_info span.separador_social_login {
    display: none;
}

#wrapper .breadcrumb li:first-child a {
    color: #00a08b;
}

#wrapper .breadcrumb li a {
    color: #00a08b;
    font-size: 12px;
}

#block_wishlist_top #login_wish.wish_link_17 a:before {
    content: "";
    background: url(../img/fav.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#header .header-top .user-info .account {
    display: block;
    font-size: 0px;
}

.container_utilities_header {
    position: initial;
}

div#_desktop_logo h1 {
    margin-bottom: 0px;
}

body.open_menu_shadow .bgshadow {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #0000007d;
    z-index: 999;
}

body.open_menu_shadow header#header {
    z-index: 1000;
    position: relative;
}

body.open_menu_shadow .cbp-fade-slide-bottom .cbp-hrsub {
    top: 200px;
}

div#ps_topbanner_wrapper .container {
    width: 100%;

}

.slide-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

@media (max-width: 767px) {
    .slide-item {
        font-size: 12px;
    }
}


#cms header.page-header h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

#cms strong {
    color: black;
}

#cms section#content h2 {
    margin-bottom: 25px;
}
