body.loader {
    opacity: 0.5;
    pointer-events: none;
}

.social-links-item {
    font-size: 20px;
}

.cc-icons {
    display: flex;
}

.copyright,
.footer-text {
    text-align: center;
}

.product-name {
    text-transform: uppercase;
}

.products-grid.large-grid {
    display: flex;
    flex-flow: row wrap;
}

.products-grid.large-grid .item {
    display: flex;
}

.products-grid.large-grid .item .item-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.products-grid.large-grid .item .item-wrap .item-product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

.breadcrumbs li {
    padding-right: 5px;
}

.breadcrumbs li:after {
    content: '/';
    padding-left: 5px;
    color: #999;
}

.price-discount {
    color: #000;
    display: inline-block;
    font-size: 13px;
    height: 18px !important;
    line-height: 12px;
    margin-left: 0;
    padding: 3px 0 5px 5px !important;
    width: 100px !important;
}

.related-product-wrapper .price-discount {
    width: auto !important;
}

.back-to-top-container {
    display: flex;
    justify-content: flex-end;
}

.back-to-top-container #back-to-top {
    position: relative;
    bottom: auto;
    right: auto;
}

.ajax-pager-loader {
    text-align: center;
    width: 100%;
    height: 100%;
}

.ajax-pagination-toolbar {
    margin: 0;
}

.read-more-wrapper {
    text-align: center;
}

.read-more-link {
    color: #000;
    text-transform: uppercase;
    text-decoration: none !important;
}

/*catalog filter*/

.catalog-filter-container {
    margin-top: 23px;
}

.catalog-filter-container .currently {
    border-top: 1px solid #ddd;
    padding: 9px;
}

.catalog-filter-container .currently ol {
    display: flex;
    flex-wrap: wrap;
}

.catalog-filter-container .currently .remove-filter {
    height: 22px;
    font: 12px / 22px "Montserrat", sans-serif;
    color: #413e3e;
    margin: 0 15px 0 0;
    width: auto;
    cursor: pointer;
}

.catalog-filter-container .currently .reset-filters {
    font-size: 12px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #aaa;
}

.catalog-filter-container .currently .reset-filters:hover {
    color: #000;
}

.catalog-filter-container .currently .remove-filter .icon {
    background: url(../images/list-sprite.png) no-repeat 0 0;
    opacity: 0.4;
    float: left;
    width: 12px;
    height: 12px;
    margin: 5px 5px 5px 0;
}

.catalog-filter-container .currently .remove-filter:hover .icon {
    opacity: 1;
}

.catalog-filter {
    display: flex;
}

.catalog-filter-item {
    margin-right: 36px;
    position: relative;
}

.catalog-filter-item .item-title {
    padding: 15px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    border-top: 4px solid transparent;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.catalog-filter-item .item-title:after {
    display: inline-block;
    content: '';
    position: relative;
    width: 10px;
    height: 5px;
    margin-left: 10px;
    background: url(../images/list-sprite.png) no-repeat -19px -160px;
    flex: 1 0 auto;
}

.catalog-filter-item .item-filter {
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px 50px 40px 70px;
}

.catalog-filter-item.active {

}

.catalog-filter-item.active .item-title {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 4px solid #000;
}

.catalog-filter-item.active .item-filter {
    display: block;
}

.catalog-filter-list {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}

.catalog-filter-list li {
    width: 46%;
    max-width: 46%;
    flex: 1 1 50%;
    padding-right: 60px;
}

.catalog-filter-list li:nth-child(odd) {
    margin-right: 8%;
}

.item-filter .filter-sections {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.item-filter .filter-sections .item-section {
    padding: 9px 25px 9px 0;
}

.item-filter .filter-sections .item-section .custom-label {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.item-filter .filter-sections .item-section.current .custom-label {
    color: #ccc;
}

.item-filter .actions {
    margin-top: 35px;
}

.item-filter .actions a {
    width: 46%;
    letter-spacing: normal;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    padding: 10px 6px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.item-filter .actions a.reset-filters {
    border-color: #ccc;
    margin-right: 15px;
}

.item-filter .actions a.apply:hover {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

.catalog-filter-list .catalog-checkbox {
    position: relative;
    padding: 9px 25px 9px 0;
    cursor: pointer;
}

.catalog-filter-list .catalog-checkbox.disabled {
    cursor: default;
}

.catalog-filter-list .custom-label {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.catalog-filter-list .catalog-checkbox.disabled .custom-label {
    color: #ccc;
}

.catalog-filter-list .catalog-checkbox input {
    display: none;
}

.catalog-filter-list .catalog-checkbox:after {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    right: -15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #777;
}

.catalog-filter-list .catalog-checkbox.disabled:after {
    border-color: #ccc;
}

.catalog-filter-list .catalog-checkbox.filter-checked:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    right: -9px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.filter-block {
    display: flex;
}

.filter-block-right {
    justify-content: flex-end;
    flex-grow: 1;
}

.filter-block-right .catalog-filter-item {
    margin-right: 0;
}

.filter-block-right .item-filter {
    right: 0;
}

.catalog-top-filter {
    position: relative;
}

/*product*/

.option-selector .options-list.active {
    display: block !important;
}

.swatches-container {
    padding-top: 15px;
}

.options-list .option.disabled {
    background: inherit !important;
}

.options-list .option.disabled .swatch-link {
    cursor: default;
}

.options-list .option.disabled .title{
    text-decoration: line-through;
    color: #ccc;
}

.product-wash-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.product-wash .product-wash-item {
    width: 38px;
    height: 38px;
}

.related-products {
    display: flex;
    justify-content: center;
}

.related-products .slick-dots button::before{
    content: '';
    display: none;
}

.related-products .slick-dots button{
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 8px;
}

.related-products .slick-dots .slick-active button{
    background: #d4d4d4;
    border: 1px solid #d4d4d4;
}

.related-products .product-price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.related-products .product-price .old-price,
.related-products .product-price .actual-price {
    display: flex;
    margin: 10px;
}

.related-products .product-price .actual-price.center {
    justify-content: center;
}

.related-products .product-price .actual-price {
    overflow: hidden;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    font-family: "Montserrat",sans-serif;
    color: #000;
}

.related-products .product-price .old-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 25px;
    font-weight: bold;
    font-family: "Montserrat",sans-serif;
}

.related-products .item {
    margin: 2px;
    max-width: 25%;
}

.related-products .name-wrapper {
    min-height: 45px;
    font-size: 14px;
    margin: 8px;
    overflow: hidden;
    text-align: center;
}

.related-products .more {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related-products .item-wrap a{
    text-decoration: none !important;
}

.related-products .slick-list {
    width: 100%;
}

.related-products .slick-track {
    display: flex;
    min-width: 100%;
    justify-content: center;
}

/*product gallery*/

body.lock {
    overflow: hidden;
}


.product-media-fullscreen-container {
    position: fixed;
    height: 100%;
    left: 0;
}

.product-media-fullscreen-container .wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

.product-media-fullscreen-container .options-image-content {
    overflow: auto;
    height: 100%;
    padding: 0 45px 30px 0;
    position: relative;
}

.options-product-thumbnails li {
    cursor: pointer;
}

.product-image-thumbs li {
    text-align: center;
}

.contact-us-popup .responseSuccess,
.contact-us-popup .responseError {
    font-size: 24px;
    min-width: 400px;
}

.select-country .popup {
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
}

.select-country .button {
    height: auto;
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    max-width: 300px;
    white-space: normal;
    line-height: 20px;
}

.select-country .popup-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 25px;
    align-items: center;
}

.popup-content .select-region-open {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin-top: 10px;
}

.select-country .popup {
    padding-bottom: 20px;
    height: auto;
}

.welcome .welcome-image {
    height: 196px;
    background: url(/local/templates/stefanelru/images/pages/Popup-Change-Country-730x196.jpg);
}

.select-country .popup p {
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}

.select-country .region-link {
    display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    padding: 5px 0;
}

.select-country .region-link:hover {
    text-decoration: underline;
}

.select-country .vregions-list {
    display: flex;
    flex-wrap: wrap;
}

.select-country .vregions-list__col {
    width: auto;
}

.select-country .vregions-list__col:nth-child(-n+2) {
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .select-country .vregions-list__col {
        width: 100%;
        text-align: center;
    }
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs-links {
    flex: 1;
}

.breadcrumbs .product-navigation {
    position: relative;
}

.product-view .mobile-navigator .previous-product-btn.hidden,
.product-view .mobile-navigator .next-product-btn.hidden {
    opacity: 0;
}

.swatches-container .option .selected-container.not-color::before,
.swatches-container .option .selected-container.not-color::after {
    content: none;
}

.option-selector .selected-container.not-color .swatch-img {
    background: #fff;
    position: relative;
}

.option-selector .selected-container.not-color .swatch-img::before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0) url(../images/cross.svg) no-repeat;
    background-size: 100% 100%;
}

.cookienotice-message a {
    color: #ffffff;
    text-decoration: underline;
}

.cart-link .no-count>.qty {
    display: none !important;
}

.empty_basket_title{
    text-align: center;
    margin-bottom: 5px;
}

.checkout-cart-index .cart-table .product-cart-actions .btn-update.btn-update__small{
    min-width: 0;
}

.btn-update__small span{
    padding-left: 2px;
}

.order-success {
    display: flex;
    justify-content: center;
    font-family: "Montserrat",sans-serif;
}

.order-success__wrapper {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-success__title {
    font-weight: 500;
    font-size: 22px
}

.order-success__info {
}

.order-success__info-item.order-number {
    display: flex;
}

.order-success__info-item {
}

.order-success__info-title {
    padding: 5px;
    font-weight: 500;
}

.order-success__info-value {
    padding: 5px;
}

.order-success__text {
    border-top: 1px solid #ebebeb;
    padding: 10px 5px;
}

.order-success__button {
    padding: 10px;
}

.uk-tooltip {
    padding: 15px 20px;
    background: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: .4px;
}

.product-cart-price .old-price,
.product-cart-price .yousave{
    margin-top: 0;
}

.product-cart-info .link-wishlist {
    padding: 0 20px;
    background: url(../frontend/stefanel/default/images/heart.png) center 12px no-repeat;
    border-color: #858585;
}

.product-cart-info .link-wishlist:hover{
    border-color: #858585;
    background: url(../frontend/stefanel/default/images/heart.png) center 12px no-repeat;
}

.product-cart-info .link-wishlist.active{
    background: url(../frontend/stefanel/default/images/heart.png) center -33px no-repeat;
}

@media (max-width: 767px) {
    .checkout-cart-index .checkout-footer-block-2 ul li {
        font-size: 8px;
    }

    .btn-update__small span {
        padding-left: 0px;
        font-size: 15px;
    }

    .checkout-cart-index .cart-table .product-cart-actions .btn-update {
        background: white;
        width: 28px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #000;
        margin-right: 5px;
    }

    .checkout-cart-index .cart-table .product-cart-actions .btn-update:hover {
        background: white;
        width: 28px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #000;
        margin-right: 5px;
        color: black;
    }
}

.coupon-node{
    display: inline-block;
    padding-top: 5px;
}

.checkout-cart-index .cart-table.bottom #discount-coupon-form .field-wrapper .button-wrapper.button__right {
    float: right;
}

.field-wrapper__margin_bottom{
    margin-bottom: 5px;
}

.account-container .col-left-first{
    width: 25%;
}

.account-container .col-main{
    float: right;
    width: 75%;
}

.account-container .data-table {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.account-container .data-table thead th,
.account-container .data-table thead td,
.account-container .data-table tbody th,
.account-container .data-table tbody td {
    background: none;
    border-color: #ebebeb;
    color: #666;
}

.account-container .col-main label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Hind",sans-serif;
    color: #666;
    text-transform: uppercase;
}

.account-container li.fields div.field {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    width: 48%;
}

.account-container li.fields div.field:last-child {
    margin-right: 0;
}

.account-container li.fields .dob-day,
.account-container li.fields .dob-month {
    width: 85px;
}

.account-container li.fields .dob-year {
    width: 95px;
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day {
    width: 71px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.account-container .profile-picture{
    width: 100%;
    height: 100%;
}

.account-container .my-account .fieldset h2{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}

.account-container .data-table td.view a {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}
.account-container .data-table td.view a:hover {
    color: black;
}


.account-container .data-table thead th {
    font-weight: 600;
}

.account-container .my-account .pager .amount {
    text-transform: uppercase;
    font-weight: 400;
}

.account-container .my-account .title-buttons a {
    position: relative;
    top: -42px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.account-container .my-account .title-buttons h1,
.account-container .my-account .title-buttons h2 {
    text-align: left;
}

.account-container .my-account .title-buttons {
    position: relative;
    text-align: right;
}

.account-container  .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

.account-container  .my-account .wishlist-save,
.account-container  .my-account .old-price{
    margin-top: 0;
}

.account-container .my-wishlist .buttons-set .button.btn-add{
    float: right;
    padding: 0 30px;
}

.account-container .my-wishlist .buttons-set .button{
    float: none;
    padding: 0 25px;
}

.account-container .my-wishlist .buttons-set .button.btn-update{
    margin-left: 0;
}

.account-container .my-wishlist .buttons-set .button.btn-add span span{
    background: url(../frontend/stefanel/default/images/cart.png) right center no-repeat;
    padding: 10px 30px 10px 0;
}

.account-container .my-wishlist .buttons-set, .wishlist-index-index .my-wishlist .buttons-set {
    text-align: left;
}


.product-view .product-shop .wishlist-message{
    color: red;
    margin-top: 10px;
    clear: both;
}

.account-container .my-account .fieldset h2,
.account-container .my-account .addresses-list h2,
.account-container .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}

.account-container .my-account .title-buttons .button{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 0 25px;
    font-size: 11px;
    font-family: "Montserrat",sans-serif;
}

.account-container .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.account-container .my-account .fieldset {
    margin-bottom: 20px;
}

.account-container .address-form li.fields div.field {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    width: 48%;
}

.account-container .address-form .main-info li .input-box{
    max-width: 370px;
}

.account-container .address-form .chosen-container{
    min-width: 365px;
}

.account-container .address-form .form-list .control {
    float: none;
}

.account-container .address-form .buttons-set {
    text-align: left;
    margin-bottom: 20px;
    border-top: 0;
}

.account-container .address-form .buttons-set button.button {
    float: none;
}

.checkout-onepage-login .checkout-login .checkout-login-block.registered-users .content .button.margin-top-small{
    margin-top: 5px;
}

.account-container .page-select{
    height: 30px;
    background: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.button-large{
    height: 60px;
    white-space: normal;
    line-height: 20px;
    padding-top: 12px;
}

#nav .menu-type-horizontal>li>a span {
    cursor: pointer;
}

.contact-us-popup form .fieldset .field .input-box textarea.area-small{
    height: 60px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.checkout-onepage-login .checkout-login .checkout-login-block.registered-users .forgot-password-form .content a{
    text-decoration: underline;
}

.contact-form{
    max-width: 500px;
}

.contact-form-top_title{
    text-align: center;
}

.contact-form-top_description{
    margin-bottom: 10px;
}

.contact-form input[type=email],
.contact-form input[type=search],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form textarea{
    width: 100%;
    max-width: 100%;
}

.contact-form .chosen-container{
    width: 100% !important;
}

.contact-form .input-box textarea {
    padding: 8px;
}

.contact-form button {
    width: 100%;
    max-width: 380px;
    margin-top: 5px;
}
.contact-form .button-attachment {
    height: 42px;
    width: 100%;
    display: block;
    border-color: black;
    background: #fff;
    padding: 0 10px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    font-family: "Montserrat",sans-serif;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 1.2px;
    border: 1px solid black;
    cursor: pointer;
}

.contact-form p.required {
    float: left;
    font-size: 14px;
}
.contact-form p {
    color: #555;
}

.contact-form .privacy_checkbox{
    width: 24px;
    height: 24px;
    top: -1px;
    left: 0px;
    float: left;
}

.contact-form .privacy_label{
    display: inline-block;
    width: 90%;
}

.contact-form .input-box.required:after {
    content: ' *';
    position: absolute;
    right: -10px;
    top: 0;
}

.contact-form .input-box {
    position: relative;
    width: 95%;
}

.contact-form_filename{
    margin: 5px;
    color: #000;
    font-size: 16px;
    display: inline;
}

.main .faq_wrapper .col-main ul.left-menu{
    width: 25%;
    float: left;
    clear: left;
    margin-top: -11px;
    padding: 0;
}

.main .faq_wrapper .col-main ul.left-menu li{
    list-style: none;
    margin: 0;
    color: #777;
    font-family: "Hind",sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.main .faq_wrapper .col-main ul.left-menu li a.active{
    color: #000 !important;
    font-weight: bold !important;
}

.main .faq_wrapper .col-main ul.left-menu li a{
    display: block;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    color: #666;
    font-family: "Montserrat",sans-serif;
    text-decoration: none;
    font-weight: normal;
}

.main .faq_wrapper .col-main ul.left-menu li a:hover{
    color: #000;
}

.main .faq_wrapper .col-main div.qa{
    width: 75%;
    float: right;
    clear: right;
    border-top: 1px solid #ebebeb;
}

.main .faq_wrapper .col-main div.qa .question{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 42px;
    background: url(../images/arrow_down.png) right 15px center no-repeat;
    font-family: "Montserrat",sans-serif;
    color: #444;
    padding-right: 30px;
    cursor: pointer;
}

.main .faq_wrapper .col-main div.qa.expanded .question{
    background: url(../images/arrow_up.png) right 15px center no-repeat;
}

.main .faq_wrapper .col-main div.qa .answer{
    width: 100%;
    display: none;
    padding: 10px 15px 18px;
}

.main .faq_wrapper .std{
    text-align: left;
}

.main .faq_wrapper .std p{
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 1.5em;
}

.main .faq_wrapper .std ul {
    padding-left: 35px;
    list-style-type: square;
    margin-bottom: 1.5em;
}

.main .faq_wrapper .std li {
    color: #777;
    font-family: "Hind",sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.main .faq_wrapper .std ul li {
    margin-left: 18px;
}

.news-list.news-list-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list.news-list-tile .news-item {
    width: 30%;
    margin-right: 3%;
}
@media (max-width: 1370px) and (min-width: 960px){
    .news-item {
        margin-bottom: 20px;
    }
}

.news-item {
    margin-bottom: 40px;
}

.news-list.news-list-tile .news-item .news-img a {
    height: auto;
    max-height: 285px;
}
.news-item .news-img a {
    display: block;
    height: 195px;
}

.news-item a {
    color: #202f43;
}

.news-list.news-list-tile .news-item .news-img img {
    max-height: 285px;
}
.news-item .news-img img {
    display: inline;
    max-height: 100%;
}

.news-list.news-list-tile .news-item .news-desc {
    padding: 0;
    width: 100%;
}
@media (min-width: 960px){
    .news-item .news-desc {
        padding-left: 2.5%;
        width: 70%;
    }
}

.news-item .news-desc {
    width: 100%;
    overflow: hidden;
    color: #202f43;
}

.news-item .date {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.news-list.news-list-tile .news-item .news-title {
    font-size: 18px;
    line-height: 24px;
}

.news-item .news-title {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: .8px;
}

.news-item a {
    color: #202f43;
}

.news-text{
    margin-bottom: 10px;
}

@media (max-width: 767px){
    .news-list.news-list-tile .news-item {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 959px) and (min-width: 768px){
    .news-list.news-list-tile .news-item {
        width: 45%;
        margin-right: 5%;
    }
}

.button-wrapper__text_center{
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .button-large {
        height: 40px;
        white-space: normal;
        line-height: 44px;
        padding-top: 0;
    }

    .main .faq_wrapper .col-main .left-menu,
    .main .faq_wrapper .col-main ul.left-menu{
        width: 100%;
    }

    .main .faq_wrapper .col-main div.qa{
        width: 100%;
        float: none;
        clear: both;
        display: table;
        border-collapse: collapse;
    }
}

@media (max-width: 410px) {
    .button-large {
        height: 60px;
        white-space: normal;
        line-height: 20px;
        padding-top: 12px;
    }
}

@media (max-width: 1024px) {
    .account-container .col-left-first, .account-container .col-main{
        width: auto;
        float: none;
        display: block;
    }
}

@media (max-width: 720px) {

    .account-container li.fields div.field,
    .account-container .address-form li.fields div.field {
        width: 100%;
    }

    .account-container .form-list select {
        padding-left: 10px;
        position: relative;
    }

    .account-container .field.gender-field,
    .account-container .dob-day,
    .account-container .dob-month,
    .account-container .dob-year {
        position: relative;
    }

    .account-container .field.gender-field::after,
    .account-container .dob-day::after,
    .account-container .dob-month::after,
    .account-container .dob-year::after {
        content: '';
        pointer-events: none;
        position: absolute;
        right: 25px;
        top: 25px;
        width: 40px;
        height: 40px;
        background: url(../frontend/stefanel/default/images/cu-forms.png) no-repeat -30px -60px;
    }

    .account-container .dob-day::after,
    .account-container .dob-month::after,
    .account-container .dob-year::after {
        top: 5px;
        right: 0;
    }

    .account-container .my-account .title-buttons a{
        position: unset;
        text-align: left;
        display: block;
    }
}

@media (max-width: 479px){
    .data-table.orders .link-reorder, .data-table.orders .date {
        display: block;
    }
}

.catalog-search__total{
    width: 100%;
    font-size: 11px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.catalog-search__total .total_count{
    margin-left: 170px;
    font-weight: bold;
    font-size: 11px;
    font-family: "Montserrat",sans-serif;
    color: #999;
}

@media (max-width: 768px) {
    .catalog-search__total{
        display: none;
    }
}

.note-msg {
    margin-top: 20px;
}

.note-msg .no-results {
    display: block;
    height: 52px;
    background-color: #b39d88;
    font-family: "Montserrat",sans-serif;
    color: #fffefe;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 104px;
}

.scandi-storelocator-info {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.scandi-storelocator-search-box {
    float: left;
    width: 345px;
}

.scandi-storelocator-search .button {
    width: 100%;
    margin: 10px 0 0 0 !important;
}

#scandi-storelocator-view-holder-scroll-wrap {
    max-height: 281px;
    width: 100%;
    margin-top: 20px;
}

.scandi-storelocator-view-holder {
    width: 100%;
    padding-top: 1px;
}

.scandi-storelocator-view-holder li {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: "Hind",sans-serif;
}

.scandi-storelocator-view-holder li .scandi-grid-inner {
    margin-top: -1px;
    margin-right: 10px;
    padding: 18px 10px 18px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.scandi-storelocator-view-holder li .scandi-grid-inner a.expand {
    width: 14px;
    height: 7px;
    position: absolute;
    top: 22px;
    right: 10px;
    background: url(../images/expand.png) no-repeat;
    display: block;
}

.scandi-storelocator-view-holder li .scandi-grid-inner a.collapse {
    width: 14px;
    height: 7px;
    position: absolute;
    top: 22px;
    right: 10px;
    background: url(../images/collapse.png) no-repeat;
    display: block;
}

.scandi-storelocator-view-holder li .scandi-grid-title {
    display: block;
    font-weight: bold;
    padding-right: 24px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}

.scandi-storelocator-view-holder li .scandi-grid-address {
    display: block;
    font-weight: lighter;
}

.scandi-storelocator-view-holder li .scandi-grid-city {
    display: block;
    font-weight: lighter;
}

.scandi-storelocator-view-holder li .scandi-grid-phone {
    display: block;
    margin-top: 14px;
    font-weight: bold;
}

.scandi-storelocator-view-holder li .scandi-grid-opening-schedule {
    font-size: 12px;
    margin-top: 1em;
}

.scandi-storelocator-view-holder li .scandi-grid-opening-schedule .day-label {
    display: inline-block;
    width: 150px;
}

.scandi-storelocator-view-holder li .scandi-grid-get-directions,
.scandi-storelocator-view-holder li .scandi-grid-open-map{
    display: block;
    margin-top: 16px;
}

.scandi-storelocator-view-holder li .scandi-grid-get-directions a,
.scandi-storelocator-view-holder li .scandi-grid-open-map a{
    color: #aaaaaa;
    font-size: 12px;
    line-height: 13px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none !important;
}

.scandi-storelocator-map {
    height: 500px;
    margin-left: 370px;
    margin-top: 20px;
    background-color: black;
}

@media screen and (max-width: 768px){
    .scandi-storelocator-search-box {
        float: none;
        width: 100%;
    }

    .scandi-storelocator-map {
        height: 500px;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}

.ui-helper-hidden-accessible{
    display: none;
}

.ui-autocomplete {
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.ui-menu-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
    background-image: url("../images/marker.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 13px;
    margin-left: 3px;
}

.ui-menu-item:hover {
    background-color: #fafafa;
}

.ui-menu-item a {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.scandi-infobox-wrapper {
    text-align: center;
    min-width: 200px;
}

.scandi-infobox-wrapper .scandi-infobox-title {
    font-weight: bold;
}

.scandi-infobox-wrapper .scandi-infobox-phone {
    display: block;
}

.scandi-infobox-wrapper .scandi-infobox-address {
    display: block;
}

.main iframe{
    position: relative;
    max-width: 100%;
    max-height: 600px;
}

@media only screen and (max-width: 767px){
    .messages.store-locator-message{
        margin: 50px 0;
    }
}

.contact-form button{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-form .input-box textarea::placeholder{
    letter-spacing: .8px;
    font-size: 11px;
}

.privacy_label a{
    text-decoration: underline;
}

.privacy_label a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 1024px){
    .page {
        overflow: visible;
    }
}

.back-to-top-container #back-to-top{
    width: 60px;
}

@media (max-width: 500px) {
    .note-msg .no-results.search{
        height: auto;
        line-height: 30px;
    }
}

.block-title.promo{
    border: none;
    padding: 0;
    margin-bottom: 10px;
    display: none;
}

@media (max-width: 1024px){
    .block-title.promo{
        display: block;
    }
}

.stores_description{
    margin-bottom: 10px;
}

.scandi-grid-inner .collapse::before,
.scandi-grid-inner .expand::before{
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: -10px;
    right: -7px;
    opacity: 0;
}

.text-page p{
    color: #777;
    font-family: "Hind",sans-serif;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 27px;
}

.text-page h1{
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid black;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    max-width: 100%;
}

.text-page h4{
    text-align: left;
    font-size: 14px;
    font-family: "Hind",sans-serif;
    font-weight: 600;
    color: #666;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.text-page ul{
    padding-left: 35px;
    list-style-type: square;
    margin-bottom: 1.5em;
}

.text-page li {
    color: #777;
    font-family: "Hind",sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-left: 18px;
}

.text-page a{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.text-page a:hover{
    text-decoration: none;
}

.suggestions-suggestions{
    background-color: white;
    z-index: 100;
    border: solid 1px black;
    padding: 3px ;
}

.suggestions-suggestions .suggestions-suggestion{
    width: 100% !important;
    padding-left: 3px !important;
}
.suggestions-suggestions .suggestions-value{
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 100%;
}

.address-form #street,
.address-form #house{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.address-form .suggestions-wrapper .suggestions-suggestions{
    top: auto !important;
    left: auto !important;
}

.suggestions-wrapper .suggestions-suggestions{
    left: 0 !important;
}

.footer-text-block {
    color: #a5a5a5;
}

@media (max-width: 500px){
    .checkout-onepage-login .checkout-footer-block-2 ul li{
        font-size: 8px;
    }
}

.platron_information{
    color: #a5a5a5;
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 10px 20px 10px;
}

.platron_images{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.platron_images img{
    max-width: 50px;
    max-height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.platron_title{
    margin-top: 3px;
    margin-right: 15px;
}

.platron_information a:hover{
    text-decoration: none;
}

.platron_information__small{
    flex-direction: row;
    justify-content: flex-end;
}

.platron_information__small .platron_images img{
    max-width: 40px;
}

.platron_information__small .platron_images img{
    max-width: 40px;
}

.platron_information__small .platron_title{
    font-size: 11px;
    margin-right: 20px;
}

@media (max-width: 700px) {
    .platron_information{
        flex-direction: column;
        justify-content: flex-start;
    }

    .platron_images{
        justify-content: flex-start;
    }
}

.widget-sliderproducts .single_prod img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.price-box .old-price{
    margin-top: 0;
}

.widget-sliderproducts .price-box .old-coast{
    text-decoration: line-through;
    display: inline-block;
}

@media (max-width: 375px) {
    .order-promocode .input-box{
        flex-flow: column;
    }

    .order-item__props{
        max-width: 250px;
    }

    .order-price__item{
        font-size: 13px;
    }

    .order-items__title{
        width: 270px;
    }
}

.header-container__phones{
    display: flex;
}

.header-container__phones a{
    color: white;
    margin-left: 10px;
}

.mobile_phones{
    padding: 5px 24px 8px;
    margin-top: -30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}

.mobile_phones a{
    display: block;
    width: 100%;
    padding: 7px 0;
    font-size: 12px;
    font-family: "Playfair Display",sans-serif;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.pvz-item__button, .layer__header{
    background: #000 !important;
}

.pvz-item__title,
#IML_head > div,
.title-garamond{
    font-family: "Montserrat", sans-serif;
}

#IML_pvz{
    font-family: "Hind",sans-serif;
}

.pvz-filter{
    background-color: inherit;
}

#IML_head{
    color: white;
}

#quickview .product-shop .link-wishlist, .product-view .product-shop .link-wishlist.active{
    background: url(../frontend/stefanel/default/images/heart.png) center -32px no-repeat;
}

@media (max-width: 600px){
    .widget-sliderproducts .single_prod .text-cont{
        text-align: center;
    }
}

.header-container .right-links li.account-link .label-desktop:hover{
    text-decoration: underline;
}

.pickup_button{
    width: 100%;
    background-color: #000;
    min-height: 40px;
    float: left;
    padding-bottom: 3px;
    margin-bottom: 7px;
    text-align: center;
    text-transform: uppercase;
}

.pickup_button .pickup_button__text{
    min-height: 40px;
    line-height: 45px;
    font-size: 11px;
    letter-spacing: 1.5px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
    font-family: "Montserrat",sans-serif;
    color: #FFF;
    text-decoration: none;
    padding: 2px 0 2px 30px;
    font-weight: normal;
}

.pickup__body .desc{
    display: flex;
    justify-content: flex-start;
}

.pickup__body .brand-size-block__container{
    margin-right: 20px;
}

.pickup__body .modal-text {
    margin: 0 auto;
    text-align: center;
}

.brand-size-block__title, .shops-block__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.shops-block {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.shops-block__line {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    height: 0;
    border-bottom: solid 2px #000;
}

.brand-size-block__container{
    min-height: 250px;
    min-width: 150px;
}

.shops-block__container{
    margin-left: 15px;
}

.brand-size-block__container .chosen-container .chosen-results li.disabled-result{
    padding-left: 13px;
}

.pickup__body .add-to-cart{
    margin-top: 10px;
    text-align: center;
}

.pickup__node{
    margin-bottom: 10px;
    color: red;
}

.send-order-block .order-fieldset__field input.cu-forms-custom-element{
    width: 26px;
    height: 27px;
    top: 2px;
}

.loyalty-params__container {
    margin-bottom: 15px;
}

