@import "fonts.css";
@import "product.css";
main {
    /*padding-top: 60px;*/
    padding-top: 0;
}

.header .wrap-menu li a.newyear_magic {
    position: relative;
    padding: 0 20px;
}
.header .wrap-menu li a.newyear_magic:hover {
    text-decoration: none;
}
.mobileMenuItself a.newyear_magic {
    width: 200px;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.mobileMenuItself a.newyear_magic span {
    display: block;
    text-align: center;
}
.header .wrap-menu li a.newyear_magic span, .mobileMenuItself a.newyear_magic span {
    position: relative;
    z-index: 2;
    color: #FFF;
}
.header .wrap-menu li a.newyear_magic:before, .mobileMenuItself a.newyear_magic:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    border-radius: 30px;
    filter: blur(2px);
    transition: background 0.2s linear;
    background: linear-gradient(90deg, #93ACA5 31%, #CE92C3 72%, #D191C5 100%);
}
.header .wrap-menu li a.newyear_magic:hover:before, .mobileMenuItself a.newyear_magic:hover:before {
    background: linear-gradient(90deg, #CE92C3 31%, #93ACA5 72%, #93ACA5 100%);
}

* {
    font-family: "CeraPro";
    color: #1f1a1a;
    font-variant-numeric: lining-nums;
}

input.inputNumberStyle::-webkit-outer-spin-button,
input.inputNumberStyle::-webkit-inner-spin-button {
     display: none;
    -webkit-appearance: none;
    margin: 0;
}

.header-lavla-game a {
    position: relative;
}
.header-lavla-game a:hover:before {
    content: '';
    background: url("/representation/themes/lavla/images/boo.svg") no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -25px;
    top: -11px;
}

body {
    /*overflow-x: hidden;*/
    margin: 0;
    position: relative;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #1f1a1a;
}
.message-product {
    background: #f9ecd9;
    position: relative;
}
/*.message-product:before {
    content: '';
    background: url("/representation/themes/lavla/images/lavla_game.svg") no-repeat center;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.message-product.collection_ukraine_inspired {
    padding: 20px 0;
    background: transparent;
}
.message-product.collection_ukraine_inspired p {
    padding: 0;
}

.message-product p {
    padding: 30px 25px 30px 25px;
    font-family: CeraPRO;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1a1a;
}
.product .message-product p {
    padding: 30px 25px 30px 100px;
    margin: 30px 0;
}
.product .message-product:before {
    left: 0;
}
.message-form-dialog.block {
    display: block !important;
}
.message-form-dialog {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    min-height: 60px;
    padding: 0 15px;
}
.message-form-dialog span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.message-form-dialog.success {
    background: #dce5d6;
}
.message-form-dialog.success span {
    color: #556d41;
}
.message-form-dialog.error {
    background: #fed3cf;
}
.message-form-dialog.error span {
    color: #e43d30;
}

.color-p1 {
    color: #e43d30;
}
#paging-show-more {
    opacity: 0;
    font-size: 0;
}
#showMore {
    width: 240px;
    display: block;
    margin: 20px auto 0;
}
#emptyCart a.button-black, #emptyCartModal .button-black {
    display: block;
    margin: 30px auto 0;
    width: 180px;
}
#emptyCartModal .button-black {
    padding: 12px 10px;
}
#emptyCartModal h3{
    font-size: 20px;
}
.catalogWrapper .filters .filter-reset a {
    margin: 0;
    padding: 13px 0;
    width: 100%;
}
.catalogWrapper .count-product {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 30px;
}
.catalogWrapper .list-product{
    clear: both;
}
.upperCase {
    text-transform: uppercase;
}
.custom-container {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 15px;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.right {
    float: right;
}
.left {
    float: left;
}
.whiteBg {
    background: #FFF;
}
.align-center {
    text-align: center;
}
.both, .both:after {
    content: '';
    clear: both;
    display: block;
}
.relative {
    position: relative;
}
.margin-0 {
    margin: 0;
}
.button-white {
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    height: 42px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: background-color 0.25s, color 0.25s;
}
.button-white:hover {
    background-color: #FFF;
    color: #1f1a1a;
}
.button-black {
    background-color: transparent;
    border: 1px solid #1f1a1a;
    border-radius: 2px;
    color: #1f1a1a;
    height: 42px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: background-color 0.25s, color 0.25s;
    cursor: pointer;
}
.giftCaty {
    padding: 10px 20px 20px;
    font-weight: 700;
    position: relative;
    margin: 15px 0 0;
    border-top: 1px solid #d8d8d8;
    /*display: none;*/
}
.giftCaty p span {
    font-size: 13px;
    color: #919191;
    display: block;
}
.giftCaty p a {
    text-decoration: underline;
}
.giftCaty.giftSuccess .item-data{
    padding-bottom: 0 !important;
}
.giftCaty.giftSuccess {
    padding: 20px;
}
.giftCaty h3 {
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin: 0 0 10px;
}
.giftCaty p {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.giftCaty p.residue {
    font-weight: 700;
    text-align: right;
}
.giftCaty .giftProgressBar {
    width: 100%;
    height: 8px;
    background: #D8D8D8;
    border-radius: 100px;
}
.giftCaty .giftProgressBar .progressBar {
    width: 0;
    height: 8px;
    background: #E43D30;
    border-radius: 100px;
    display: block;
}
@keyframes wowGiftA {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.giftCaty .wowGift {
    position: absolute;
    width: 40px;
    top: -25px;
    margin-left: -10px;
    animation: wowGiftA 30s linear infinite;
}

/*.button-black:hover {
    background-color: #1f1a1a;
    color: #FFF;
}*/
.button-red {
    border: 1px solid #e43d30;
    border-radius: 2px;
    color: #e43d30;
    height: 42px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: background-color 0.25s, color 0.25s;
}
.button-red:hover {
    background-color: #e43d30;
    color: #FFF;
}
/*.container {
    max-width: 1280px;
    width: 1280px;
}*/

.clear-both {
    clear: both;
}
.mb20 {
    margin-bottom: 20px;
}
.top-banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    max-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0;
    background-color: #1f1a1a;
}
.top-banner p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #f9ecd9;

    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
}
.top-banner p a {
    color: #f9ecd9;
}
.top-banner p a:hover {
    text-decoration: underline;
}
.top-banner p span {
    font-size: 30px;
    font-weight: 800;
    color: #f9ecd9;
    /*font-family: "Morison";*/
    vertical-align: middle;
    display: inline-block;
    margin: -8px 10px 0;
}

.cookies-popup {
    background: #FFF url("/representation/themes/lavla/images/noun-cookies.svg") no-repeat 50px center;
    z-index: 999999999;
    width: 674px;
    height: 143px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 30px 60px 30px 150px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.cookies-popup.cookies-popup-btn {
    height: 165px;
    padding: 15px 60px 15px 150px;
}
.cookies-popup .close {
    opacity: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
    right: 30px;
    top: 30px;
    position: absolute;
}
.cookies-popup .buttons {
    margin: 10px 0 0;
}
.cookies-popup .cookiesNotAgree {
    border: 1px solid #e43d30;
    border-radius: 2px;
    background: #FFF;
    color: #e43d30;
    height: 42px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: background-color 0.25s, color 0.25s;
}
.cookies-popup .cookiesAgree {
    border: 1px solid #e43d30;
    border-radius: 2px;
    background: #e43d30;
    color: #FFF;
    height: 42px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: background-color 0.25s, color 0.25s;
}
.cookies-popup .close:before {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(-45deg);
}
.cookies-popup .close:after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(45deg);
}
.cookies-popup p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    margin: 0;
    color: #1f1a1a;
}
.cookies-popup p a {
    border-bottom: 1px solid #1f1a1a;
}
.cookies-popup p a:hover {
    border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
    .cookies-popup .buttons {
        text-align: center;
    }
    .cookies-popup.cookies-popup-btn {
        height: auto;
    }
    .cookies-popup .cookiesNotAgree, .cookies-popup .cookiesAgree {
        width: 48%;
        padding: 12px 0;
    }
}

body {
    padding-top: 200px;
}
/*header*/
header.header {
    height: 200px;
    padding: 90px 0 0;
    z-index: 1039;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header.header.onlyHeader {
    padding-top: 30px;
    height: 140px;
}
header.header.onlyHeader .top-banner {
    display: block !important;
}
header.header.onlyHeader .logotype {
    top: 10px;
}
body {
    padding-top: 140px;
}

#mobile-menu {
    display: none;
}
.header .logotype {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    top: 70px;
}
.header .search {
    /*padding-right: 40px;*/
    position: relative;
}
.header .search .resultSearch::-webkit-scrollbar {
    width: 10px;
}
.header .search .resultSearch::-webkit-scrollbar-track {
    background-color: #EBEBEB;
    border-radius: 5px;
}
.header .search .resultSearch::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 5px;
}
.header .search .resultSearch::-webkit-scrollbar-thumb:hover {
    background: #c8c8c8;
}
.header .search .resultSearch {
    position: absolute;
    top: 30px;
    left: 0;
    width: 380px;
    height: auto;
    max-height: 380px;
    overflow-y: scroll;
    background: #FFF;
    z-index: 1;
    padding: 0 20px;
    display: none;
    border: 1px solid #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}
.header .search .resultSearch .title{
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #293428;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.header .search .resultSearch .item{
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #1f1a1a;
    padding: 20px 0;
    position: relative;
}
.header .search .resultSearch .item.noResult{
    border: none;
}
.header .search .resultSearch .item a {
    display: block;
    padding-left: 80px;
}
.header .search .resultSearch .item a:hover, .header .search .resultSearch a.seeAll:hover {
    text-decoration: underline;
}
.header .search .resultSearch .item img {
    width: 50px;
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .search .resultSearch .item span {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    padding: 2px 0 0 80px;
    color: #8e8c8c;
}
.header .search .resultSearch a.seeAll {
    display: block;
    text-align: right;
    padding: 10px 0;
    text-transform: none;
}
.header .search .close span.icon-close:before{
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(-45deg);
}
.header .search .close span.icon-close:after {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(45deg);
}
.header .search .close span.icon-close {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.header .search button.close {
    position: absolute;
    right: 5px;
    top: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    bottom: 0;
    font-size: 18px;
    color: #373839;
    transition: .3s ease all;
    z-index: 2;
    opacity: 1;
    outline: none;
    display: none;
}
.header .search .buttonSearch {
    outline: none;
    background: transparent;
    border: none;
    box-shadow: none;
}
.header .search .buttonSearch img {
    padding-right: 15px;
    vertical-align: middle;
}
.header .search input {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    outline: none;
    padding: 2px 23px 2px 5px;
}
.empty-result-search {
    padding: 200px 0;
}
.header .search input::placeholder {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header .search span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header .mobileSearch {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
}
.header .mobileSearch .search .buttonSearch img {
    margin-top: -5px;
    padding-right: 5px;
}
.header .mobileSearch .inputSearch {
    width: calc(100% - 50px);
    border: none;
}
@media(max-width: 767px){
    .header .search .resultSearch {
        width: 100%;
    }
}
.header .phone a {
    font-size: 13px;
    font-weight: 700;
}
.header .phone img {
    vertical-align: middle;
    margin-left: 5px;
}
.header .logotype a {
    font-family: "Morison";
    color: #e43d30;
    font-size: 54px;
}
.header .language {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 30px;
}
.header .language img {
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.header .profile {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
    background: transparent;
    border: none;
}
.header .user-menu {
    display: inline-block;
}
.header .user-menu .dropdown-menu {
    left: auto;
    right: 0;
    padding: 5px 10px;
    border-radius: 0;
}
.header .user-menu .dropdown-menu a {
    display: block;
    padding: 3px 0;
}
.header .user-menu .dropdown-menu a.linkProfile {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
}
.header .favorite {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
}
.header .favorite .amount {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 36px;
    font-size: 13px;
}
.header .favorite img {
    width: 28px;
}
.header .profile i {
    font-size: 22px;
    vertical-align: middle;
}
.header .basket.cartOpenerOrder {
    display: none;
}
.header .basket {
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}
.header .basket .amount {
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 13px;
}
.header .basket img {
    vertical-align: middle;
}
.header .wrap-menu {
    text-align: center;
    margin: 28px 0 0;
    position: relative;
}
.header .wrap-menu ul {
    margin: 0;
    padding: 0;
}
.header .wrap-menu li {
    display: inline-block;
    text-align: center;
    padding: 0 20px 20px;
    line-height: 35px;
}
.header .wrap-menu li a {
    font-family: "CeraPro";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
}
.header .wrap-menu li.menuDropWrap .catalogMenu {
    background-color: #f9ecd9;
    display: inline-block;
    font-family: "CeraPro";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 20px;
    cursor: pointer;
}
.header .wrap-menu li.menuDropWrap .catalogMenu img {
    margin-top: -2px;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active {
    background-color: #e43d30;
    color: #FFF;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active:hover {
    color: #FFF;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active img {
    display: none;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active span {
    display: inline-block;
    width: 25px;
    height: 35px;
    position: relative;
    float: left;
    margin-right: 5px;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active span:before,.header .wrap-menu li.menuDropWrap .catalogMenu.active span:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #FFF;
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active span:before {
    transform: rotate(-45deg);
}
.header .wrap-menu li.menuDropWrap .catalogMenu.active span:after {
    transform: rotate(45deg);
}
.header .wrap-menu li.menuDropWrap .catalogMenu:hover {
    color: #1f1a1a;
    text-decoration: none;
}
.header .wrap-menu li.placeHolder {
    position: relative;
}
.header .wrap-menu li.placeHolder:before {
    content: '';
    width: 60px;
    height: 30px;
    top: -12px;
    right: 0;
    pointer-events: none;
    position: absolute;
    background: url("/representation/themes/lavla/images/pages/planerombplifestyle/pre_order.svg") center no-repeat;
    background-size: cover;
}
.header .wrap-menu li a:hover {
    color: #e43d30;
    text-decoration: underline;
}
.header .menu-category {
    display: none;
    margin: auto;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    border-top: 2px solid #ec1d24;
    /*padding: 30px 0;*/
    position: absolute;
    top: 48px;
    width: 100%;
    left: 0;
    text-align: left;
    z-index: 10;
}
.header .menu-second {
   /* margin: auto;
    width: 992px;
    padding-left: 12%;*/
    margin: 0;
}
.header .menu-second .itemWrap {
    padding: 30px 0;
}
.header .menu-second .itemWrap.listMenu a {
    font-weight: 700;
    text-transform: uppercase;
}
.header .menu-second .itemWrap.listBrands::-webkit-scrollbar {
    width: 10px;
}
.header .menu-second .itemWrap.listBrands::-webkit-scrollbar-track {
    background-color: #EBEBEB;
    border-radius: 5px;
}
.header .menu-second .itemWrap.listBrands::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 5px;
}
.header .menu-second .itemWrap.listBrands::-webkit-scrollbar-thumb:hover {
    background: #c8c8c8;
}
.header .menu-second .itemWrap.listBrands {
    border-left: 1px solid #e7e7e7;
    padding: 30px 50px;
    overflow-y: scroll;
    max-height: 540px;
}
.header .menu-category .title {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.87;
    color: #293428;
    display: block;
    margin-bottom: 10px;
}
.header .menu-category ul {
    margin: 0;
    padding: 0;
}
.header .menu-category ul li {
    padding: 7px 15px 7px 0;
    list-style-type: none;
    display: block;
    text-align: left;
    line-height: 1;
}
.header .menu-category ul li .our_brand_wrap img{
    width: 12px;
    margin-left: 2px;
}
.header .menu-category ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #293428;
    text-transform: none;
}
.header .menu-category ul li a b {
    text-transform: uppercase;
    font-size: 13px;
}
.header .menu-category ul li a b:hover {
    color: #e43d30;
}
.header .menu-category ul li.seeAll a {
    color: #8e8c8c;
}
/*.header .wrap-menu li:hover > .hide {
    display: block !important;
}*/
.menuOpener {
    display: none;
    cursor: pointer;
    position: relative;
}
.menuOpener span {
    width: 20px;
    height: 2px;
    background-color: #0b0b0b;
    display: block;
}
.menuOpener span + span {
    margin-top: 5px;
}
.menuOpener.open {
    width: 25px;
    height: 30px;
}
.menuOpener.open img {
    display: none;
}
.menuOpener.open:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.menuOpener.open:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.mobileMenu {
    position: fixed;
    width: 360px;
    background: #FFF;
    z-index: 999;
    display: none;
    opacity: 0;
    height: calc(100% - 140px);
    overflow-y: auto;
    top: 140px;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.mobileMenu .mobileMenuWrapper {
    padding-top: 0;
}
.mobileMenu .contacts {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 15px;
    padding: 15px;
    position: relative;
}
.mobileMenu .contacts .delivery-and-payment {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.mobileMenu .contacts .writeToUs {
    width: 60px;
    height: 60px;
    background: #e43d30;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding: 15px 0;
}
.mobileMenu .contacts .writeToUs img {
    width: 30px;
}
.mobileMenu .contacts a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    color: #1f1a1a;
    display: block;
}
.mobileMenu .contacts p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    color: #1f1a1a;
    margin-top: 20px;
}
.mobileMenuClose {
    position: absolute;
    left: 25px;
    top: 75px;
    font-size: 14px;
    letter-spacing: .9px;
    padding-left: 40px;
    z-index: 100;
}
.mobileMenu .mobileMenuItself {
    padding: 15px 15px 0;
}
.mobileMenuItself ul {
    margin: 0;
    padding: 0;
}
.mobileMenuItself li {
    list-style-type: none;
    padding: 5px 0;
    position: relative;
}
.mobileMenuItself li.type_categories {
    cursor: pointer;
}
.mobileMenuItself li.type_categories.active a, .mobileMenuItself li.type_categories.active span{
    font-weight: 700;
}
.mobileMenuItself li.type_categories:before {
    content: '+';
    color: #1f1a1a;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    top: 0;
}
.mobileMenuItself li.type_categories.active:before {
    content: '-';
}
.mobileMenu .mobileMenuItself li ul.categories {
    display: none;
}
.mobileMenu .mobileMenuItself li.active ul.categories {
    display: block;
    padding: 10px 15px 0;
}
.mobileMenuItself a, .mobileMenu .mobileMenuItself li.active ul.categories a, .mobileMenuItself span, .mobileMenu .mobileMenuItself li.active ul.categories span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
}
.mobileMenuItself a.color-p1 {
    color: #e43d30;
}
/*footer*/
.footer {
    background-color: #e43d30;
    height: auto;
    padding: 50px 0 30px;
}
.footer * {
    color: #f9ecd9;
    font-family: "CeraPro";
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    color: #f9ecd9;
}
.footer .title {
    color: #f9ecd9;
    font-family: "CeraPro";
    font-weight: 900;
    font-size: 13px;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 1.23;
    letter-spacing: 0.5px;
}
.overflow-y {
    overflow-y: hidden;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li {
    list-style-type: none;
    line-height: 1;
    padding: 0 0 5px;
}
.footer a {
    line-height: 22px;
    display: inline-block;
}
.footer .contacts a {
    display: block;
}
.footer .contacts span  {
    display: block;
}
.footer .contacts span.address {
    margin-top: 20px;
}
.footer .contacts span.address span{
    display: inline;
}
.footer .contacts span + span {
    margin-top: 30px;
}
.footer .link-instagram {
    margin-top: 115px;
}
.footer .link-instagram, .footer .link-facebook {
    display: block;
}
.footer .link-instagram img, .footer .link-facebook img {
    width: 24px;
    vertical-align: middle;
    margin-right: 15px;
}
.footer .link-instagram span, .footer .link-facebook span {
    display: inline-block;
    vertical-align: middle;
}
.footer .copiright {
    border-top: 1px solid #f9ecd9;
    margin-top: 50px;
    padding-top: 20px;
}
.footer .copiright span {
    opacity: 0.5;
    font-size: 15px;
    font-weight: 500;
    color: #f9ecd9;
}
/*footer*/
.extrabold {
    font-weight: 900;
}
.page-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-content h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.23;
    color: #293428;
}
.page-content h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.23;
    color: #293428;
    margin: 50px 0 25px;
}
.page-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color: #293428;
    margin: 0 0 25px;
}
.newsletter {
    /*background-color: #FFF;*/
    background-color: #f9ecd9;
    margin-top: 20px;
    padding: 50px 0;
}
.newsletter .content {
    width: 991px;
    margin: auto;
}
.newsletter h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.46;
    color: #e43d30;
    margin: 0 0 50px;
}
.newsletter p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    color: #293428;
    margin: 0;
}
.newsletter form .btn-submit{
    position: absolute;
    right: 35px;
    top: 13px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 21;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: right;
    color: #e43d30;
    padding: 0;
    outline: none;
}

#scrollTop {
    position: fixed;
    bottom: 100px;
    right: 60px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    opacity: 0.2;
    background-color: #1f1a1a;
    border-radius: 50%;
    outline: none;
    transition: opacity 0.25s;
    z-index: 99999;
}
#scrollTop:hover {
    opacity: 0.5;
}
#scrollTop span {
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#playMusic {
    position: fixed;
    bottom: 40px;
    left: 60px;
    width: 67px;
    height: 67px;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 55;
    text-align: center;
    font-family: CeraPRO;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    border-radius: 50%;
    transition: background 1s;
}
#playMusic:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 67px;
    background: linear-gradient(0deg, #0066CC 0%, #FFD464 100%);
    border-radius: 50%;
    transition: transform 1s;
    /*animation: playMusic 5s infinite alternate;*/
    animation: playMusic 5s linear infinite;
    z-index: -1;
}
#playMusic span{
    display: none;
}
#playMusic:hover span{
    display: block;
    position: absolute;
    left: 0;
    height: 67px;
    width: 250px;
    text-align: left;
    background: #FFF;
    z-index: -1;
    padding: 15px 0 15px 75px;
    color: #06c;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 70px 3px 3px 70px;
}


@-webkit-keyframes playMusic {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(72deg);
    }
    40% {
        transform: rotate(144deg);
    }
    60% {
        transform: rotate(216deg);
    }
    80% {
        transform: rotate(288deg);
    }
    100% {
        transform: rotate(360deg);
    }
}/*
@-webkit-keyframes playMusic {
    0% {
        background: linear-gradient(0deg, #0066CC 0%, #FFD464 100%);
    }
    20% {
        background: linear-gradient(72deg, #0066CC 0%, #FFD464 100%);
    }
    40% {
        background: linear-gradient(144deg, #0066CC 0%, #FFD464 100%);
    }
    60% {
        background: linear-gradient(216deg, #0066CC 0%, #FFD464 100%);
    }
    80% {
        background: linear-gradient(288deg, #0066CC 0%, #FFD464 100%);
    }
    100% {
        background: linear-gradient(360deg, #0066CC 0%, #FFD464 100%);
    }
}*/

#writeToUs {
    position: fixed;
    bottom: 40px;
    right: 60px;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 55;
    text-align: center;
    width: 192px;
    height: 40px;
    border-radius: 2px;
    background-color: #FFF;
    font-family: CeraPRO;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #e43d30;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.12);
}
#writeToUs span {
    display: inline-block;
    padding-right: 10px;
}
#writeToUs img {
    width: 10px;
    vertical-align: initial;
}
#writeToUs img.heartFirst {
    -webkit-animation: dot-flashing 1s infinite alternate;
    animation: dot-flashing 1s infinite alternate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 0.5;
}
#writeToUs img.heartSecond {
    -webkit-animation: dot-flashing 1s infinite linear alternate;
    animation: dot-flashing 1s infinite linear alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
#writeToUs img.heartLast {
    -webkit-animation: dot-flashing 1s infinite alternate;
    animation: dot-flashing 1s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0.5;
}

@-webkit-keyframes dot-flashing {
    0% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.5;
    }
}

@keyframes dot-flashing {
    0% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.5;
    }
}
/*#writeToUs:hover {
    opacity: 0.5;
}
#writeToUs span {
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}*/

/*instagram*/
.instagram {
    /*background-color: #f9ecd9;*/
    background-color: #FFF;
    padding: 60px 0;
}
.instagram h2 {
    text-align: center;
    margin: 0;
    font-size: 26px;
    font-weight: 900;
}
.instagram h2 a {
    color: #e43d30;
}
.instagram .instagram-img {
    margin-top: 60px;
}
.instagram .slide {
    padding: 0 10px;
}
.instagram .slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/*instagram*/

.input-group-number input {
    border: 1px solid #1f1a1a;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    border-radius: 0;
}

.input-group-number input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.input-group-number input::-webkit-outer-spin-button,
.input-group-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#cartModal .input-group-number {
    height: 36px;
}
.input-group-number {
    clear: both;
    position: relative;
    display: inline-block;
}

.input-group-number input[type='button'] {
    background-color: transparent;
    min-width: 30px;
    width: auto;
    transition: all 300ms ease;
}
.input-group-number .button-minus {
    border-right: 0;
}
.input-group-number .button-plus {
    border-left: 0;
}
.input-group-number .button-minus,
.input-group-number .button-plus {
    font-weight: bold;
    height: 36px;
    padding: 0;
    width: 36px;
    position: relative;
}

.input-group-number .quantity-field {
    position: relative;
    height: 36px;
    left: -6px;
    text-align: center;
    width: 40px;
    display: inline-block;
    margin: 0;
    resize: vertical;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.11;
    color: #1f1a1a;
    background-color: #FFF;
    border-color: #1f1a1a;
}

.input-group-number .button-plus {
    left: -13px;
}

.input-group-number input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.products-col-3 {
    margin: 70px 0;
}
.products-col-3 .section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    color: #1f1a1a;
    margin: 0 0 45px;
}
.products-col-3 .product-item {
    padding: 0 20px;
    min-height: 360px;
    position: relative;
}
.products-col-3 .product-item .button-hover {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 10px; */
    /*display: none;*/
    float: right;
    margin-top: -20px;
}
.products-col-3 .product-item .button-hover a {
    cursor: pointer;
}
.products-col-3 .product-item:hover .button-hover {
    display: block;
}
.products-col-3 .product-item .wrap-img:hover {
    cursor: url("/representation/themes/lavla/images/cursor-hover.png"), pointer /*no-repeat*/;
    /*cursor: url("/representation/themes/lavla/images/lavla_cross.png"), pointer !*no-repeat*!;*/
}
.products-col-3 .product-item .wrap-img.hover-image:hover img {
    display: none;
}
.products-col-3 .product-item .wrap-img.hover-image:hover img.second {
    display: block !important;
}
.products-col-3 .product-item .button-hover a.buyIt, .products-col-3 .product-item .button-hover a.popupInfoData {
    font-size: 0;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background: url("/representation/themes/lavla/images/svg/Small_Cart.svg") center no-repeat;
}
.products-col-3 .product-item .button-hover a.add-appearance {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background: url("/representation/themes/lavla/images/svg/Small_Favorite.svg") center no-repeat;
}
.products-col-3 .product-item .button-hover a.full {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background: url("/representation/themes/lavla/images/svg/Selected heart.svg") center no-repeat;
}
.products-col-3 .product-item .button-hover a.margin-right-10 {
    margin-right: 5px;
}
.products-col-3 .product-item .button-hover img {
    width: 20px;
}
.products-col-3 .product-item a:hover .wrap-title {
    text-decoration: underline;
}
.products-col-3 .product-item .wrap-img {
    position: relative;
}
.products-col-3 .product-item .wrap-img img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}
.products-col-3 .product-item .wrap-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    margin: 18px 0 5px;
}
.products-col-3 .product-item .wrap-title span {
    color: #293428;
}
.products-col-3 .product-item .wrap-brand span {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #8e8c8c;
}
.products-col-3 .product-item .wrap-price {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.33;
    color: #293428;
}
/*related-products*/
.head-slider .slick-dots {
    bottom: 30px;
}
.head-slider .slick-dots li {
    margin: 0;
}
.head-slider .slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 8px;
}
.head-slider .slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #1f1a1a;
}

.products {
    /*padding: 80px 0;*/
}
.products .tab {
    text-align: center;
    margin-bottom: 40px;
}
.products .tab button {
    position: relative;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    font-weight: 500;
    font-family: 'CeraPro';

}
.products .tab button:hover {
    color: #e43d30;
}
.products .tab button.active {
    color: #e43d30;
}
.products .tab button.active:before {
    content: '';
    background: url("/representation/themes/lavla/images/heart.png") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
}
.products .tabcontent, .header .menu-second .tabcontent {
    display: none;
}
.products .tabcontent.active, .header .menu-second .tabcontent.active {
    display: block;
}
.header .menu-category ul li button.tablinks {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #293428;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    background: transparent;
    /*padding: 13px;*/
    outline: none;
    position: relative;
}
.header .menu-category ul li button.tablinks.active:before {
    content: '';
    width: 130%;
    height: 40px;
    position: absolute;
    left: -15%;
    top: -10px;
    background: #f9ecd9;
    z-index: -1;
}
.header .menu-second .itemWrap.listMenu li {
    padding: 10px 15px 10px 0;
}
/*.header .menu-category ul li button.tablinks.active {
    background: #f9ecd9;
}*/
.header .menu-category ul li button.tablinks.active img {
    transform: rotate(-90deg);
}

.products .product-item {
    padding: 0 20px;
    position: relative;
    margin-bottom: 50px;
    min-height: 380px;
    max-height: 380px;
}
.product-item.product-discount .discount  {
    position: absolute;
    color: #e43d30;
    width: 80px;
    height: 80px;
    border: 2px solid #e43d30;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 21px;
    transform: rotate(33deg);
    font-family: "Morison";
    font-weight: 700;
    z-index: 1;
}

.product-item .productLimited  {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    animation: preloader-rotate 10s linear infinite;
    font-size: 21px;
    left: 30px;
    top: 10px;
    font-family: "Morison";
    font-weight: 700;
    z-index: 1;
}
.product-item.product-new .productNew {
    position: absolute;
    width: 60px;
    height: 26px;
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/new.svg") center no-repeat;
    top: 15px;
    right: 35px;
    background-size: 100%;
}
.product-item .online_onlyLabel {
    position: absolute;
    width: 80px;
    height: 26px;
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/online_only.svg") center no-repeat;
    bottom: 15px;
    right: 15px;
    background-size: 100%;
}
.product-item .productPreOrder {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(33deg);
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/Воблер pre_order.svg") center no-repeat;
    top: -20px;
    right: 20px;
    background-size: cover;
}
.product .productPreOrder {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(-26deg);
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/Воблер pre_order.svg") center no-repeat;
    top: 15px;
    left: 30px;
    background-size: cover;
}
.product .blockHidden {
    display: none !important;
}
.product .stickerPackLabel {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/stickerLabel.png") center no-repeat;
    top: 15px;
    left: 30px;
    background-size: cover;
}
.product-item .productLabel {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(33deg);
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/eco_friendly.svg") center no-repeat;
    top: -20px;
    right: 20px;
    background-size: cover;
}
.product-item .label_78234 {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(33deg);
    z-index: 1;
    background: url("/representation/themes/lavla/images/label_78234.png") center no-repeat;
    top: -20px;
    right: 20px;
    background-size: cover;
}
.product-item .label_book {
    position: absolute;
    width: 116px;
    height: 58px;
    z-index: 1;
    background: url("/representation/themes/lavla/images/label_new.svg") center no-repeat;
    bottom: 0;
    right: 0;
    background-size: cover;
}
.product-item .productChoiceTeam {
    position: absolute;
    width: 50px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
    top: 72px;
    right: auto;
    left: 20px;
}
.product-item .productChoiceTeam img {
    width: 100%;
}
.product-item .productAdult {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(33deg);
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/Воблер_18+-01.svg") center no-repeat;
    top: -20px;
    right: 20px;
    background-size: cover;
}
.product-item .stickerPackLabel {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*transform: rotate(33deg);*/
    z-index: 1;
    background: url("/representation/themes/lavla/images/svg/stickerLabel.png") center no-repeat;
    top: -20px;
    right: 20px;
    background-size: cover;
}
.product-item.product-discount .discount {
    top: -15px;
    right: 30px;
    padding: 18px 0;
}
.products .row + .row {
    margin-top: 80px;
}
.products .product-item .wrap-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.products .product-item .wrap-title {
    margin: 18px 0 10px;
}
.products .product-item .wrap-title span {
    font-size: 15px;
    line-height: 1.33;
    color: #293428;
    font-family: "CeraPro";
    font-weight: 500;
}
.products .product-item .wrap-price span {
    font-family: "CeraPro";
    font-weight: 900;
    font-size: 15px;
    line-height: 1.33;
    color: #293428;
}
.product-item .wrap-price span.underline {
    position: relative;
}
.product-item .wrap-price span.underline:before {
    content: '';
    background: #e43d30;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    margin: auto;
}
.product-item .wrap-price span.new-price {
    margin-left: 18px;
    color: #e43d30;
}
.products .button-all-product {
    text-align: center;
    /*margin: 80px 0 0;*/
}
.contact-us {
    /*background-color: #FFF;*/
    background-color: #f9ecd9;
    height: 660px;
    position: relative;
}
.contact-us .row {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 500px;
}
.contact-us .container {
    position: relative;
    height: 660px;
}
.contact-us .container:before {
    content: '';
    background: url("/representation/themes/lavla/images/contact-us.jpg") no-repeat center;
    width: 620px;
    height: 414px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-us .col-sm-4 {
    height: 100%;
}
.contact-us .big-text {
    font-family: "Morison";
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    color: #FFF;
    display: block;
    width: 360px;
    position: absolute;
    height: 420px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-us .contact-descriptions {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 340px;
}
.contact-us .contact-descriptions .title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.46;
    color: #e43d30;
}
.contact-us .description {
    margin-bottom: 50px;
}
.contact-us .description span {
    font-family: "CeraPro";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    color: #293428;
    display: block;
}
.contact-us .description .address {
    margin: 27px 0 20px;
}
.blog {
    position: relative;
    padding: 60px 0;
}
.blog h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    text-align: center;
    color: #1f1a1a;
    margin: 0;
}
.blog .row.blog-posts {
    padding: 40px 0;
}
.blog .post-img {
    margin-bottom: 25px;
}
.blog .item {
    padding: 0 20px;
}
.blog .post-img img {
    width: 100%;
}
.blog .post-date span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #8e8c8c;
}
.blog .post-title {
    margin: 10px 0 20px;
}
.blog .post-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    color: #293428;
    margin: 0;
}
.blog .post-description p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    color: #293428;
    margin: 0;
}
.blog .button-all-post {
    text-align: center;
    margin-top: 20px;
}


.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}

.show-read-more .more-text{
    display: none;
}
.read-more i {
    color: #e43d30;
    font-weight: 700;
}
.style-link {
    border-bottom: 1px solid #1f1a1a;
}
.style-link:hover {
    border-bottom: 1px solid transparent;
}
#contact-form .submit-btn {
    background-color: #1f1a1a;
    color: #FFF;
    width: 100%;
}
#contact-form .modal-dialog {
    width: 460px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    min-height: 300px;
    max-height: 580px;
    height: auto;
    margin: auto;
}
#contact-form .modal-body {
    padding: 50px;
}
#contact-form h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    color: #1f1a1a;
    margin: 0 0 30px;
}
#contact-form .message-block a {
    margin-top: 30px;
}
#buy1click {
    overflow: hidden;
}
#buy1click .modal-dialog {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 674px;
    height: 390px;
}
#buy1click .modal-body {
    width: 674px;
    height: 390px;
    padding: 60px 130px 70px;
}
#buy1click .title h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    color: #1f1a1a;
}
#buy1click .title .subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.57;
    color: #1f1a1a;
}
#buy1click .submit-btn {
    width: 100%;
    background-color: #1f1a1a;
    color: #FFF;
    margin-top: 20px;
}
#buy1click .text-privacy {
    font-size: 14px;
    line-height: 1.71;
    color: #1f1a1a;
}
#buy1click .text-privacy {
    font-size: 14px;
    line-height: 1.71;
    color: #1f1a1a;
    margin: 5px 0 0;
}
/*Cart Modal*/
#cartModal .modal-dialog{
    width: 320px;
    margin: 0 auto;
    height: 100%;
    transform: none;
}
#cartModal.modal.fade .modal-dialog {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
}
#cartModal.modal.fade:not(.in) .modal-dialog {
    /*-webkit-transform: translate3d(25%, 0, 0);*/
    /*transform: translate3d(25%, 0, 0);*/
}
#cartModal .modal-content{
    border-radius: 0;
    height: 100%;
    background: #FFF;
}
#cartModal .modal-body{
    padding: 0 15px;
    background: #ffffff;
}
#cartModal .cart-modal-header{
    height: 80px;
    padding-left: 20px;
}
#cartModal .cart-modal-header a{
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    margin: auto;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    color: #1f1a1a;
    text-align: center;
}
#cartModal .cart-modal-header a .basket {
    position: relative;
}
#cartModal .cart-modal-header a .basket .amount {
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
    text-align: center;
}
#cartModal .close{
    position: absolute;
    right: 20px;
    top: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    bottom: 0;
    font-size: 18px;
    color: #373839;
    transition: .3s ease all;
    z-index: 2;
    opacity: 1;
    outline: none;
    display: inline-block;
}
#cartModal .close span.icon-close {
    display: inline-block;
    width: 16px;
    height: 16px;
}
#cartModal .close span.icon-close:before {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(-45deg);
}
#cartModal .close span.icon-close:after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(45deg);
}
#cartModal .cart-modal-body.empty-cart{
    padding: 70px 28px;
}
#cartModal .cart-modal-body.empty-cart{
    padding: 70px 28px;
}
#cartModal .cart-modal-body .empty-cart-text{
    display: none;
}
#cartModal .cart-modal-body.empty-cart .empty-cart-text{
    display: block;
}
#cartModal .cart-modal-body.empty-cart img{
    /*max-width: 36px;*/

    max-width: 300px;
    margin: 20px 0;
}
#cartModal .cart-modal-body.empty-cart p{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1a1a;
}
#cartModal .cart-modal-body.empty-cart .button-black{
    display: block;
    margin: 30px 0;
}
#cartModal .cart-modal-body.empty-cart .title{
    font-size: 22px;
    line-height: 30px;
    margin-top: 13px;
}
#cartModal .cart-modal-body.empty-cart .text{
    font-size: 14px;
    line-height: 20px;
    margin: 25px 0;
}
#cartModal .cart-modal-body.empty-cart .omb-btn{
    margin-top: 28px;
    width: 173px;
}

#cartModal .cart-modal-body.order-success{
    padding: 70px 28px;
}
#cartModal .cart-modal-body .order-success-cart-text{
    display: none;
}
#cartModal .cart-modal-body.order-success .order-success-cart-text{
    display: block;
}
#cartModal .cart-modal-body.order-success img{
    max-width: 36px;
}
#cartModal .cart-modal-body.order-success .title{
    font-size: 28px;
    line-height: 30px;
    margin-top: 13px;
}
#cartModal .cart-modal-body.order-success .text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}
#cartModal .cart-modal-body.order-success .omb-btn{
    margin-top: 28px;
    width: 227px;
}

#cartModal .cart-modal-body.payment-error{
    padding: 70px 28px;
}
#cartModal .cart-modal-body .payment-error-cart-text{
    display: none;
}
#cartModal .cart-modal-body.payment-error .payment-error-cart-text{
    display: block;
}
#cartModal .cart-modal-body.payment-error img{
    max-width: 36px;
}
#cartModal .cart-modal-body.payment-error .title{
    font-size: 28px;
    line-height: 30px;
    margin-top: 13px;
}
#cartModal .cart-modal-body.payment-error .text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}
#cartModal .cart-modal-body.payment-error .omb-btn{
    margin-top: 28px;
    width: 227px;
}

#cartModal .cart-modal-body.full-cart{
    padding: 0;
    text-align: left;
}
#cartModal .cart-modal-body .full-cart-text{
    display: none;
}
#cartModal .cart-modal-body.full-cart .full-cart-text{
    display: block;
    padding-bottom: 100px;
}

#cartModal .cart-modal-body.full-cart .item{
    padding: 20px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
#cartModal .cart-modal-body.full-cart .item-image{
    width: 100px;
    height: 100px;
    /*background: #d1f6f8;*/
    padding-left: 0;
    padding-top: 0;
}
#cartModal .cart-modal-body.full-cart .item-image img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#cartModal .cart-modal-body.full-cart .item-data{
    padding: 0 0 40px 15px;
    width: 335px;
}
#cartModal .cart-modal-body.full-cart .item-data .item-name{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #1f1a1a;
}
#cartModal .cart-modal-body.full-cart .item-data .item-description{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #8e8c8c;
}
#cartModal .cart-modal-body.full-cart .item-data .item-price{
    font-size: 16px;
    margin-top: 14px;
    font-weight: 600;
}
#cartModal .cart-modal-body.full-cart .item-data .deleteFromCart{
    position: absolute;
    bottom: 5px;
    right: -25px;
    font-size: 18px;
    z-index: 5;
    cursor: pointer;
}
#cartModal .cart-modal-body.full-cart .item-data .deleteFromCart img {
    width: 24px;
}
#cartModal .cart-modal-body.full-cart .item-more-data{
    padding: 0;
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 30px;
}
#cartModal .cart-modal-body.full-cart .item-more-data .item-price.font-bold.price-discount {
    color: #e43d30;
}
#cartModal .cart-modal-body.full-cart .item-more-data .item-price.font-bold {
    font-weight: 900;
    font-size: 15px;
    line-height: 1.33;
    color: #1f1a1a;
}
#cartModal .cart-modal-body.full-cart .item-more-data .item-price.price {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #1f1a1a;
    position: relative;
    margin-top: 5px;
}
#cartModal .cart-modal-body.full-cart .item-more-data .item-price.price:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #e43d30;
    right: 0;
    top: 10px;
}
#cartModal .cart-modal-body.full-cart .item-more-data .deleteFromCart{
    font-size: 15px;
    cursor: pointer;
}
#cartModal .cart-modal-body.full-cart .prices {
    padding: 20px;
    border-top: 1px solid #d8d8d8;
    clear: both;
}
#cartModal .cart-modal-body.full-cart .total-price {
    font-weight: 900;
}
#cartModal .cart-modal-body.full-cart .orderBuy {
    font-weight: 900;
    width: 200px;
    margin: auto;
    padding: 10px 0;
    border: 1px solid #1f1a1a;
    background-color: #1f1a1a;
}
#cartModal .cart-modal-body.full-cart .orderBuy span {
    color: #FFF;
    padding: 12px 7px;
}
#cartModal .cart-modal-body.full-cart .buy .button-black{
    width: 200px;
    padding: 12px 0;
    margin: 15px 0 0;
    border: 1px solid #1f1a1a;
    background-color: transparent;
    color: #1f1a1a;
}

#cartModal .cart-modal-body.full-cart .total-price, #cartModal .cart-modal-body.full-cart .delivery-price, #cartModal .cart-modal-body.full-cart .total-price-products{
    padding: 0;
    margin-bottom: 0;
}
#cartModal .cart-modal-body.full-cart .total-price .total-title, #cartModal .cart-modal-body.full-cart .total-discount .total-title, #cartModal .cart-modal-body.full-cart .delivery-price .total-title, #cartModal .cart-modal-body.full-cart .total-price-products .total-title {
    font-size: 15px;
    line-height: 1.33;
    color: #1f1a1a;
}
#cartModal .cart-modal-body.full-cart .delivery-price {
    display: none;
}
#cartModal .cart-modal-body.full-cart .total-price .total-text, #cartModal .cart-modal-body.full-cart .total-discount .total-text, #cartModal .cart-modal-body.full-cart .delivery-price .total-text, #cartModal .cart-modal-body.full-cart .total-price-products .total-text {
    font-size: 15px;
    line-height: 1.33;
    text-align: right;
    color: #1f1a1a;
}

#cartModal .cart-modal-body.full-cart .omb-btn{
    margin-top: 19px;
    width: 200px;
}
#cartModal .cart-modal-body.full-cart .itemQuantityWrapper{
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 135px;
}
#cartModal .cart-modal-body.full-cart .quantityChanger{
    width: 110px;
    height: 36px;
    padding: 0;
}
#cartModal .cart-modal-body.full-cart .minusItem,
#cartModal .cart-modal-body.full-cart .plusItem{
    width: 15px;
    height: 36px;
    cursor: pointer;
    line-height: 19px;
    text-align: center;
}
#cartModal .cart-modal-body.full-cart .itemQuantityNumber{
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    border: none;
}

#cartModal .promocode #promo{
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 2px;
    background: transparent;
    padding: 13px;
    margin-top: 10px;

    color: #373839;
    font-family: helios_cond_light;
    font-size: 15px;
    /*position: relative;*/
    /*z-index: 5;*/
}

#cartModal .discount{
    display: none;
}
#cartModal .promocode {
    position: relative;
    padding-bottom: 10px;
}
.cartOrderFormWrapper .promoSection .textError {
    color: #e43d30;
    font-size: 13px;
}
#cartModal .promocode .textError{
    display: none;
    position: absolute;
    bottom: 8px;
    color: #e43d30;
    font-size: 13px;
}

.promoSection .form-group {
    position: relative;
}
.promoSection .form-group.promo_success:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url("/representation/themes/lavla/images/svg/check-mark.svg") no-repeat center;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 6;
}
.promoSection .form-group.promo_error:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url("/representation/themes/lavla/images/svg/cross.svg") no-repeat center;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 6;
}

@media(max-width: 767px){
    #cartModal .cart-modal-body.full-cart .itemQuantityWrapper{
        position: absolute;
        right: 0;
        bottom: 12px;
    }
    #cartModal .cart-modal-body.full-cart .item-more-data {
        position: relative;
        right: auto;
        bottom: 0;
        text-align: left;
        display: inline-block;
        float: left !important;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px){
    #cartModal .cart-modal-body.full-cart .itemQuantityNumber{
        font-size: 18px;
    }
    #cartModal .modal-dialog{
        width: 480px;
        margin: 0;
        float: right;
    }

    #cartModal .cart-modal-body.empty-cart{
        /*padding: 230px 105px 200px;*/

        padding: 40px 40px 0;
        text-align: left;
    }
    #cartModal .cart-modal-body.empty-cart .title{
        font-size: 22px;
        margin-top: 13px;
    }
    #cartModal .cart-modal-body.empty-cart .text{
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }

    #cartModal .cart-modal-body.order-success{
        padding: 230px 65px 200px;
    }
    #cartModal .cart-modal-body.order-success .title{
        font-size: 30px;
        margin-top: 13px;
    }
    #cartModal .cart-modal-body.order-success .text{
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }

    #cartModal .cart-modal-body.payment-error{
        padding: 230px 65px 200px;
    }
    #cartModal .cart-modal-body.order-success .title{
        font-size: 30px;
        margin-top: 13px;
    }
    #cartModal .cart-modal-body.payment-error .text{
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
    #cartModal .cart-modal-body.full-cart .item-data .item-price{
        font-size: 18px;
        margin-top: 0;
    }
    #cartModal .cart-modal-body.full-cart .omb-btn{
        margin-top: 28px;
        width: 200px;
    }
}
/*catalog*/
.catalogWrapper {
    margin-bottom: 70px;
}
.catalogWrapper .button-black {
    margin-top: 30px;
    background-color: transparent;
    cursor: pointer;
}

.catalogWrapper .product-item.product-disabled {
    display: none;
}

.catalogWrapper .product-item {
    min-height: 420px;
    max-height: 420px;
}
.catalogWrapper .product-item .wrap-img img {
    height: 290px;
    object-fit: cover;
}
.catalogWrapper .title {
    margin: 50px 0 10px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    text-align: center;
    color: #1f1a1a;
}
.catalogWrapper.headerCatalog {
    margin-bottom: 0;
}
.mobileCatalogSlider{
    background-color: #f9ecd9;
    padding: 12px 15px;
}
.mobileCatalogSlider .item{
    text-align: center;
}
.mobileCatalogSlider .item img{
    margin: auto;
    display: block;
}
.mobileCatalogSlider .item span{
    font-size: 12px;
    font-weight: 500;
    color: #1f1a1a;
}
.catalogWrapper .sort-wrap {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    display: block;
    z-index: 9;
    float: right;
    width: 50%;
}
.catalogWrapper .sort-wrap .form-group{
    margin: 0;
}
.catalogWrapper .sort-wrap .customSelect {
    height: auto;
    width: auto;
    border: none;
    padding: 0;
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    float: right;
}
.catalogWrapper .sort-wrap .customSelect .triangle {
    top: 11px;
    right: 0;
    width: 10px;
    height: 10px;
    border: none;
    background: url("/representation/themes/lavla/images/arrow.png") no-repeat center;
}
.catalogWrapper .sort-wrap .customSelect .selectPlaceholder {
    padding-right: 20px;
    position: relative;
    top: auto;
    left: auto;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.87;
    color: #1f1a1a;
    letter-spacing: 0;
}
.catalogWrapper .sort-wrap .customSelect .selectedValue {
    padding-right: 20px;
    position: relative;
    top: auto;
    left: auto;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.87;
    color: #1f1a1a;
    letter-spacing: 0;
}
.catalogWrapper .sort-wrap .customSelect ul {
    top: 30px !important;
    width: 200px;
    left: auto;
    right: 0;
}
.catalogWrapper .btn-filters {
    display: none;
}
.catalogWrapper .btn-filters span {
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
}
.catalogWrapper .sort-wrap .label-sort {
    display: inline-block;
    float: right;
    margin: 5px 10px 0 0;
    text-transform: uppercase;
    font-weight: 900;
}
.catalogWrapper .sort-wrap select {
    display: none;
    float: right;
    width: auto;
    border: none;
    padding: 0;
    box-shadow: none;
    height: auto;
}
.catalogWrapper .sort-wrap #select-sort {
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
}
.catalogWrapper .sort-wrap span {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
}
.catalogWrapper .sort-wrap a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.87;
    text-transform: none;
    padding-left: 5px;
    color: #1f1a1a;
    letter-spacing: normal;
}
.catalogWrapper .sort-wrap a img {
    width: 8px;
}
.catalogWrapper .filters {
    margin-top: 20px;
}
.catalogWrapper .filters .filter-mobile{
    display: none;
}
.catalogWrapper .filter-type {
    margin-bottom: 60px;
}
.catalogWrapper .filter-type .item.panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.catalogWrapper .span-title {
    font-size: 13px;
    font-weight: 900;
    line-height: 2.15;
    color: #293428;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.filters-mobile {
    display: none;
}
.catalogWrapper .products-col-3 {
    margin: 0;
}
.catalogWrapper .filter span {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.87;
    color: #1f1a1a;
    cursor: pointer;
}
.catalogWrapper .filter-price a {
    position: relative;
    font-size: 15px;
    line-height: 1.87;
    color: #1f1a1a;
}
.catalogWrapper .filter span.active {
    font-weight: 900;
}
.catalogWrapper .filter span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 1px solid #d3d3d3;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
}
.catalogWrapper .filter span.active:before {
    background: url("/representation/themes/lavla/images/check.svg") center no-repeat;
    background-size: contain;
}
.catalogWrapper .filter span:hover {
    font-weight: 900;
}
.catalogWrapper .filter span:hover:before {
    border-color: #1f1a1a;
}
.catalogWrapper .filter span.active:hover {
    cursor: default;
}
.catalogWrapper .filter span.active:hover:before {
    border-color: #d3d3d3;
}
/*catalog*/

/*Cart order form*/
.cartOrderFormWrapper .profile-subtitle {
    font-size: 12px;
    line-height: 2;
    color: #bf9a63;
    margin-bottom: 10px;
    padding-right: 40px;
}
.cartOrderFormWrapper .profile-text {
    font-size: 14px;
    line-height: 1.71;
    color: #1f1a1a;
}
.cartOrderFormWrapper .edit-profile-info {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}
.cartOrderFormWrapper{
    margin: 0 auto 60px;
    position: relative;
    padding-right: 220px;
}
.cartOrderFormWrapper .contact-details {
    position: relative;
    margin-top: 60px;
}
.cartOrderFormWrapper .block-user .tabWrapper {
    width: 50%;
    height: 40px;
    float: left;
    display: inline-block;
    border: 1px solid #f9ecd9;
    padding: 9px 0;
    cursor: pointer;
}
.cartOrderFormWrapper .block-user .tabWrapper.active {
    background-color: #f9ecd9;
    cursor: default;
}
.cartOrderFormWrapper .block-user .tabLabel {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
}
.cartOrderFormWrapper .block-user .row {
    margin: 0;
}
.cartOrderFormWrapper .details-title {
    font-size: 20px;
    font-weight: 900;
    width: 200px;
    line-height: 1.5;
    text-align: center;
    color: #1f1a1a;
    position: absolute;
    left: -300px;
    top: 30px;
    z-index: 1;
}
.cartOrderFormWrapper .details-title .step {
    position: absolute;
    font-size: 90px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9ecd9;
    font-family: "Morison";
    top: -60px;
    right: 0;
    left: 0;
    z-index: -1;
}
@media(min-width: 400px){
    .cartOrderFormWrapper {
        width: 640px;
    }
}
.cartOrderFormWrapper .title{
    font-size: 30px;
    margin: 50px 0 31px;
}
.cartOrderFormWrapper .sub-title{
    font-size: 14px;
    letter-spacing: .9px;
    margin: 38px 0 19px;
}
.cartOrderFormWrapper .form-group{
    background: #ffffff;
    padding: 0;
}
.cartOrderFormWrapper .selectDeliveryTime .form-group {
    padding: 0 15px;
}
.cartOrderFormWrapper .selectDeliveryTime .form-group .ombPlaceholder {
    left: 29px;
}
.cartOrderFormWrapper .selectDeliveryTime .customSelectList {
    width: calc(100% - 30px);
    left: 15px;
}
.cartOrderFormWrapper .selectDeliveryTime .deliveryDate {
    padding-top: 0;
}
#imageGift.custom-modal .modal-body{
    padding: 0;
}
#imageGift img{
    width: 100%;
}
#imageGift .button-black{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 170px;
}
.cartOrderFormWrapper .gift-guide {
    margin-bottom: 40px;
}
.cartOrderFormWrapper .gift-guide .title {
    font-size: 18px;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
}
.cartOrderFormWrapper .gift-guide img {
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cartOrderFormWrapper .gift-guide .radioWrapper {
    padding: 10px 0;
}
.cartOrderFormWrapper .gift-guide .radioWrapper .radioButton {
    top: 0;
    bottom: 0;
    margin: auto;
}

.cartOrderFormWrapper .omb-btn{
    width: 227px;
    margin-top: 30px;
}
.cartOrderFormWrapper .customSelect ul{
    background: #ffffff;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    text-align: left;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #d3d3d3;
    padding: 0;
    margin: 0;
}
.cartOrderFormWrapper .customSelect ul li{
    padding: 6px 10px;
    list-style-type: none;
}
.cartOrderFormWrapper select {
    display: none;
}
.lavla-input {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 15px 0 0 13px;
    color: #373839;
    font-size: 15px;
    position: relative;
    z-index: 5;
    outline: none;
}
.lavla-textarea {
    width: 100%;
    height: 92px;
    border: none;
    border-radius: 2px;
    background: transparent;
    resize: none;
    padding: 16px 14px 0 14px;
    color: #373839;
    font-size: 15px;
    position: relative;
    z-index: 5;
    margin-bottom: -5px;
}
.lavla-custom {
    transition: .3s ease all;
    border: 1px solid #d3d3d3;
    background-color: #FFF;
}
.icon-remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
}
.icon-remove:before {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(-45deg);
}
.icon-remove:after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #1f1a1a;
    transform: rotate(45deg);
}
.lavla-custom[disabled] {
    background: #f5f5f5;
}
.lavla-custom:hover, .lavla-custom:focus {
    border: 1px solid #1f1a1a;
    color: #1f1a1a;
}
.lavla-custom.error {
    border: 1px solid #e43d30;
}
form .error-text {
    color: #e43d30;
    padding: 5px 0 0;
    background: transparent;
}
.product .error-text {
    color: #e43d30;
    padding: 5px 0 0;
    background: transparent;
}
.form-group {
    position: relative;
}
.form-group.phoneStyleBlock .ombPlaceholder {
    padding-left: 40px;
}
.form-group .ombPlaceholder{
    color: #7e8287;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 11px;
    left: 14px;
    z-index: 5;
    transition: .3s ease all;
    pointer-events: none;
}
.form-group.focused .ombPlaceholder{
    font-size: 11px;
    top: 5px;
}


.cartOrder .radioWrapper.column{
    display: inline-block;
    width: 100%;
    position: relative;
}
@media(min-width: 500px){
    .cartOrder .radioWrapper.column{
        width: auto;
    }
}
.cartOrder .radioWrapper.column:nth-child(even){
    float: right;
}
.cartOrder .radioWrapper.column:nth-child(odd){
    float: left;
}
.cartOrder .radioWrapper .radioButton{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04);*/
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 10px;
    /*bottom: 0;*/
    /*margin: auto;*/
}
.cartOrder .radioWrapper.active .radioButton:after{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1f1a1a;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
.cartOrder .lavla-textarea {
    height: 80px;
    border: solid 1px #d3d3d3;
    width: 100%;
    resize: none;
}
.cartOrder .submit-btn {
    width: 100%;
    display: block;
    height: 40px;
    text-transform: uppercase;
    background-color: #1f1a1a;
    border: 1px solid #1f1a1a;
    color: #FFF;
    font-family: "CeraPRO";
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: center;
}
.cartOrder .radioWrapper .radioLabel .cardImg {
    position: absolute;
    width: 140px;
    margin-left: 10px;
    text-align: center;
}
.cartOrder .radioWrapper .radioLabel .cardImg img {
    width: 30px;
}
.cartOrder .radioWrapper .radioLabel{
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    color: #1f1a1a;
    padding: 8px 0;
}
.cartOrder .radioWrapper .radioLabel b {
    font-weight: 900;
}
.cartOrder .radioDataByValue{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #7e8287;
}
.npCitySelectSelectWrapper {
    z-index: 9999 !important;
}
.cartOrder .customSelect {
    height: 44px;
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid #d3d3d3;
}
.cartOrder .customSelect .selectPlaceholder {
    color: #7e8287;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
}
.cartOrder .customSelect .triangle {
    border: 6px solid transparent;
    border-top: 7px solid #e43d30;
    display: block;
    position: absolute;
    top: 19px;
    right: 17px;
}
.page-styles {
    position: relative;
    background-color: #f9ecd9;
}
.page-styles .title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    text-align: center;
    color: #e43d30;
    margin: 20px 0 40px;
}
.page-styles p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
}
.page-styles .page-form {
    width: 80%;
    margin: 50px auto 30px;
}
.page-styles .page-form .lavla-custom {
    border-color: transparent;
}
.page-styles .submit-btn {
    background-color: #1f1a1a;
    color: #FFF;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    box-shadow: none;
    font-weight: 600;
    margin-top: 40px;
    outline: none;
}

.page-styles .content {
    padding: 50px 120px;
}
.wholesale-page:before, .partnership-page:before, .notepads-page:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.wholesale-page:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/group-5@2x.jpg") no-repeat center bottom;
    background-size: cover;
}
.partnership-page:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/IMG_5508.jpg") no-repeat center bottom;
    background-size: cover;
}
.corporative-clients:before, .designer-partnership:before, .contacts.page-styles:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}
.corporative-clients:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/corporative-clients@2x.jpg") no-repeat center bottom;
    background-size: cover;
}
.designer-partnership:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/IMG_3682.jpg") no-repeat center bottom;
    background-size: cover;
}
.notepads-page:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/IMG_5502.jpg") no-repeat center center;
    background-size: cover;
}
.contacts.page-styles:before {
    background: #f9ecd9 url("/representation/themes/lavla/images/pages/site_photo_contacts_1660_751_2.jpg") no-repeat center bottom;
    background-size: cover;
}
.wholesale-page .down-price {
    width: 100px;
    height: 100px;
    background-color: #e43d30;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: center;
    color: #f9ecd9;
    display: inline-block;
    border-radius: 50%;
    padding: 32px 0;
    transform: rotate(-15deg);
    position: absolute;
    left: -30px;
    top: 160px;
}
.corporative-clients .down-price {
    width: 120px;
    height: 120px;
    background-color: #e43d30;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: center;
    color: #f9ecd9;
    display: inline-block;
    border-radius: 50%;
    padding: 42px 0;
    /*transform: rotate(-15deg);*/
    position: absolute;
    right: -60px;
    top: 160px;
}
.contacts.page-styles .content {
    padding: 50px 180px;
}
.contacts.page-styles ul li {
    list-style-type: none;
}
.contacts.page-styles ul li * {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #1f1a1a;
}
.contacts.page-styles ul li b {
    font-weight: 700;
}
.contacts.page-styles .button-black {
    width: 220px;
    margin: 30px 0 40px;
    padding: 12px 0;
    background-color: #1f1a1a;
    color: #FFF;
}

.faq-page.page-styles {
    background-color: transparent;
}
.faq-page.page-styles .content{
    width: 767px;
    margin: auto;
    padding: 50px 0;
}

.accordion-styles .accordion {
    background-color: transparent;
    color: #1f1a1a;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 700;
    position: relative;
}

.accordion-styles .active, .accordion-styles .accordion:hover {
    background-color: #ccc;
}

.accordion-styles .panel {
    padding: 0 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 90%;
}
.faq-page.page-styles .title {
    color: #1f1a1a;
}
.accordion-styles .panel p {
    font-size: 15px;
    line-height: 1.33;
    color: #1f1a1a;
    margin-bottom: 30px;
}
.faq-page.page-styles .item + .item {
    border-bottom: 1px solid #d3d3d3;
}
.faq-page.page-styles .item.first {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.faq-page.page-styles span.subtitle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #8e8c8c;
    margin: 50px 0 13px;
}

.accordion-styles .accordion {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    color: #1f1a1a;
    padding: 23px 0;
}
.accordion-styles .accordion:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 2px solid #1f1a1a;
    border-top: 2px solid #1f1a1a;
    transform: rotate(-135deg);
}
.accordion-styles .accordion.active:after {
    transform: rotate(45deg);
}
.accordion-styles .accordion:hover {
    background-color: transparent;
    color: #e43d30;
}
.accordion-styles .accordion.active {
    background-color: transparent;
    color: #e43d30;
}
.profile-page .message-block {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    height: 60px;
    display: block;
    z-index: 9999;
}
.profile-page .message-block.success {
    background: #dce5d6;
    color: #556d41;
}
.profile-page.accordion-styles .accordion {
    padding: 10px 25px 10px 40px;
    min-height: 80px;
}
.profile-page.accordion-styles .accordion:after {
    right: auto;
    left: 15px;
}
.profile-page.accordion-styles .accordion.active {
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.profile-page.accordion-styles .panel {
    padding-left: 40px;
    padding-right: 25px;
    width: 100%;
}
.profile-page .orders .prices .block {
    padding: 2px 0;
}
.profile-page.accordion-styles .panel .prices {
    padding-left: 0;
}
.profile-page.accordion-styles .panel .prices-block {
    padding-bottom: 30px;
}
.profile-page.accordion-styles .panel .product-item {
    padding: 5px 0;
}
.profile-page.accordion-styles .panel .pt20 {
    padding-top: 20px;
}
.profile-page.accordion-styles .panel .wrap-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.profile-page.accordion-styles .panel .wrap-info-product {
    padding-left: 5px;
    display: inline-block;
}
.profile-page.accordion-styles .panel .product-brand {
    color: #8e8c8c;
    padding-top: 10px;
}
.profile-page.accordion-styles .panel .product-name {
    color: #1f1a1a;
}
.profile-page.accordion-styles .panel .product-name br {
    display: none;
}
.profile-page.accordion-styles .accordion.active .images-product, .profile-page.accordion-styles .accordion.active .count-product, .profile-page.accordion-styles .accordion.active .order-price {
    display: none;
}
.profile-page.accordion-styles .item {
    border-bottom: 1px solid #d3d3d3;
}
.profile-page.accordion-styles .images-product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: inline-block;
}
.profile-page .col-menu {
    width: 180px;
}
.profile-page .col-forms {
    width: calc(100% - 180px);
}
.profile-page .list-empty {
    padding-right: 195px;
}
.profile-page .form-group .ombPlaceholder {
    left: 29px;
}
.profile-page .profile-delivery .form-group .ombPlaceholder {
    left: 14px;
}

.profile-page .subtitle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #8e8c8c;
    padding-bottom: 13px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d3d3d3;
}
.profile-page .button-black {
    width: 240px;
}
.profile-page .button-black#saveWishlist {
    max-width: 280px;
    padding: 0 0;
}
.profile-page .radioWrapper .radioButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    position: absolute;
    top: 8px;
    left: 5px;
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.profile-page .radioWrapper.active .radioButton:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1f1a1a;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}

.profile-page {
    padding: 50px;
}
.profile-page .menu-profile {
    margin: 5px 0 0;
    padding: 0;
}
.profile-page .menu-profile li {
    list-style-type: none;
    background-color: transparent;
}
.profile-page .menu-profile li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.87;
    color: #1f1a1a;
}
.profile-page .menu-profile li.active span {
    font-weight: 900;
    font-size: 15px;
    line-height: 1.87;
    color: #1f1a1a;
}
.profile-page h1 {
    margin: 0;
    padding-bottom: 50px;
}
.profile-page .radioWrapper [type="radio"] {
    display: none;
}
.profile-page .radioWrapper {
    position: relative;
}
.profile-page .radioWrapper .radioLabel {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    color: #1f1a1a;
    width: 100%;
    padding-left: 40px;
}
.profile-page .profile-info, .profile-page .profile-delivery, .profile-page .profile-password {
    padding-bottom: 55px;
}
.profile-page .profile-delivery .form-group.radio {
    padding: 0;
    margin: 0;
}
.profile-page .address {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    color: #1f1a1a;
}
.profile-page .feedbackBlock {
   padding-left: 0;
    margin-bottom: 20px;
}
.profile-page .products {
    margin: 0 -15px;
}
.profile-page .orders .order-date {
    padding-top: 10px;
    color: #8e8c8c;
}
.profile-page .orders span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #1f1a1a;
}
.profile-page .orders .count-product {
    padding-top: 10px;
    display: block;
}
.profile-page .orders .order-status {
    padding-top: 17px;
}

select {
    display: none;
}
.customSelect {
    height: 44px;
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid #d3d3d3;
}
.customSelect .triangle {
    border: 6px solid transparent;
    border-top: 7px solid #e43d30;
    display: block;
    position: absolute;
    top: 19px;
    right: 17px;
}
.customSelect .selectPlaceholder {
    color: #7e8287;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
}
.customSelect.selected .selectPlaceholder {
    display: none;
}
.customSelect .selectedValue {
    font-size: 15px;
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
}
.customSelect ul {
    background: #ffffff;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    text-align: left;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #d3d3d3;
    padding: 0;
    margin: 0;
}
.customSelect ul li {
    padding: 6px 10px;
    list-style-type: none;
}

.login-page {
    padding: 50px 0;
}
.login-page h1 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    color: #1f1a1a;
    margin: 0 0 60px;
}

#loginForm {
    width: 420px;
    margin: auto;
}
#loginForm .btn-submit {
    margin-top: 25px;
    width: 100%;
    background-color: #1f1a1a;
    color: #FFF;
    outline: none;
}
#loginForm .reset-password {
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 24;
    top: 15px;
    bottom: auto;
    margin: auto;
    height: 15px;
    font-size: 14px;
    line-height: 1;
    color: #1f1a1a;
    border-bottom: 1px solid #1f1a1a;
    transition: border-bottom-color 0.25s;
}
#loginForm .reset-password:hover {
    border-bottom-color: transparent;
}

.inputmask:hover::placeholder, .inputmaskdate:hover::placeholder {
    opacity: 0;
}

#loginForm .show_hide, #loginForm .show_hide i{
    position: absolute;
    right: 8px;
    z-index: 24;
    top: 6px;
    /* bottom: 0; */
    margin: auto;
    height: 23px;
    font-size: 20px;
    line-height: 1;
    color: #1f1a1a;
}

#loginForm .form-footer {
    margin-top: 15px;
}
#loginForm .form-footer .link-register {
    font-size: 14px;
    line-height: 1;
    color: #1f1a1a;
    display: inline-block;
    border-bottom: 1px solid #1f1a1a;
    margin-bottom: 45px;
    transition: border-bottom-color 0.25s;
}
#loginForm .form-footer .link-register:hover {
    border-bottom-color: transparent;
}
#loginForm .form-footer .text-social {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #8e8c8c;
    margin-bottom: 16px;
}
#loginForm .form-footer .social-button a {
    width: 48%;
    float: left;
    padding: 12px 0;
}
#loginForm .form-footer .social-button a i {
    font-size: 16px;
    margin-left: 5px;
    transition: color 0.25s;
}
/*#loginForm .form-footer .social-button a:hover i {
    color: #FFF;
}*/
#loginForm .form-footer .social-button a:last-child {
    float: right;
}
#loginForm .radio {
    padding-left: 0;
}
#loginForm .radio .radioGroup {
    font-size: 14px;
    line-height: 1.57;
    color: #1f1a1a;
}
#loginForm .radio .radioGroup a {
    border-bottom: 1px solid #1f1a1a;
}
#loginForm .radio .radioGroup a:hover {
    border-bottom: 1px solid transparent;
}

.custom-modal .modal-dialog {
    width: 674px;
    top: 0;
    bottom: 0;
    height: max-content;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.custom-modal .modal-body {
    padding: 50px 20px;
}

.custom-modal form {
    width: 420px;
    margin: auto;
}
.custom-modal h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    color: #1f1a1a;
    margin: 0 0 15px;
}
.custom-modal p {
    font-size: 14px;
    line-height: 1.57;
    color: #1f1a1a;
    margin-bottom: 20px;
}
.custom-modal .btn-submit {
    display: block;
    width: 100%;
    background-color: #1f1a1a;
    color: #FFF;
    margin-top: 35px;
    outline: none;
}
.custom-modal .btn-submit:hover {
    background-color: #FFF;
    color: #1f1a1a;
}
button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 1;
    font-size: 34px;
    font-weight: 400;
    transition: opacity 0.25s;
    z-index: 1;
}
button.close:focus {
    outline: none;
}
.custom-modal form span.close {
    float: none;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #1f1a1a;
    opacity: 1;
    margin: 15px 0 0;
    border-bottom: 1px solid #1f1a1a;
    transition: border-bottom-color 0.25s;
}
.custom-modal form span.close:hover {
    border-bottom-color: transparent;
}
.paging {
    line-height: 30px;
}
.paging a {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #1f1a1a;
}
.paging .nextPage {
    transform: rotate(180deg);
}
.paging b {
    width: 32px;
    height: 32px;
    background-color: #1f1a1a;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
#writeFeedback {
    width: 800px;
    margin: 20px auto 30px;
}
#writeFeedback .success-sent span {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71;
    color: #1f1a1a;
}
#writeFeedback textarea {
    min-height: 103px;
}
.testimonials .testimonial-header #writeFeedback span.ombPlaceholder {
    color: #8e8c8c;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
}
.testimonials .testimonial-header #writeFeedback span.subtitle {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71;
    color: #293428;
    margin-bottom: 10px;
}
.testimonials .testimonial-header #writeFeedback .rateMe {
    margin-bottom: 30px;
}
.testimonials .testimonial-header #writeFeedback .sendRateRequest {
    float: none;
    margin-top: 15px;
    width: 260px;
    background-color: #1f1a1a;
    color: #FFF;
    padding: 0 0;
    line-height: 1px;
}
.testimonials .testimonial-header #writeFeedback .sendRateRequest:hover {
    background-color: #FFf;
    color: #1f1a1a;
}
#writeFeedback .rating ul{
    padding: 0;
    margin: 0;
}
#writeFeedback form .rateMe .error-text {
    text-align: center;
}
#writeFeedback form .error-text {
    color: #e43d30;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

#writeFeedback .rating ul li {
    display: inline-block;
    padding: 0 2px;
}
#writeFeedback .rating ul li.full i {

}

#writeFeedback .rating ul li i {
    font-size: 24px;
    font-weight: 100;
    color: #8e8c8c;
}
#writeFeedback .rating ul li i:hover {
    cursor: pointer;
}

.modal {
    z-index: 999999;
}

.wrap-mobile-menu {
    background-color: #f9ecd9;
    padding: 20px 15px;
    margin-bottom: 25px;
    display: none;
}
.wrap-mobile-menu .page-active {
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #1f1a1a;
    text-transform: uppercase;
    background-color: transparent;
}
.wrap-mobile-menu .page-active:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: -25px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 2px solid #1f1a1a;
    border-top: 2px solid #1f1a1a;
    transform: rotate(-135deg);
}
.wrap-mobile-menu .page-active.active:after {
    transform: rotate(45deg);
    bottom: -5px;
}
.page-error, .pageStatus {
    /*background-color: grey;*/
    background: url("/representation/themes/lavla/images/pages/page-error.jpg") no-repeat center center;
    background-size: cover;
    padding: 140px 0 200px;
}
.page-error .error-content, .pageStatus .status-content {
    width: 340px;
    /*margin: auto;*/
    /*text-align: center;*/
}
.page-error .error-code, .pageStatus .status-code {
    font-size: 180px;
    font-weight: 900;
    line-height: 1.26;
    color: #FFF;
}
.page-error .error-text, .pageStatus .status-text {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.46;
    color: #FFF;
}
.page-error .button-black, .pageStatus .button-black {
    width: 100%;
    background-color: #1f1a1a;
    color: #FFF;
    margin-top: 40px;
}

.statusSuccess {
    overflow: visible;
}
.statusSuccess h2 {
    margin: 0 0 20px;
}
.statusSuccess .button-black {
    text-shadow: none;
    margin: 10px 0 0;
    opacity: 1;
    float: none;
    min-width: 240px;
    background: #1f1a1a;
    color: #FFF;
}
.statusSuccess .modal-dialog {
    height: 210px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.statusSuccess .modal-body {
    padding: 50px;
}

@media (min-width: 1360px) {
    .container {
        max-width: 1280px;
        width: 1280px;
    }
}
@media (max-width: 1600px) {
    .contacts.page-styles .content {
        padding: 50px 80px;
    }
    .instagram .slide img {
        height: 240px;
    }
}
@media (max-width: 1400px) {

}
.slick-initialized .slick-slide, .slick-initialized .slick-slide * {
    outline: none;
}
@media (max-width: 1279px) {
    .header .menu-category ul li button.tablinks.active:before {
        width: 120%;
        left: -10%;
    }
    .instagram .slide img {
        height: 280px;
    }
    .cartOrderFormWrapper .details-title {
        left: -220px;
    }
    .cartModalSection {
        display: none !important;
    }
    .cartOrderFormWrapper {
        padding: 0;
        width: 440px;
    }
    .header .basket.cartOpenerOrder {
        display: inline;
    }
    .header .wrap-menu li {
        padding: 0 10px 20px;
    }
    .newsletter .content {
        width: 100%;
    }
    .contact-us .contact-descriptions {
        height: 380px;
    }
   /* .profile-page.accordion-styles .panel .wrap-img img {
        width: 100%;
        height: auto;
    }*/
    /*.profile-page {
        padding: 50px 15px;
    }*/
    .page-styles .content {
        padding: 50px;
    }
    .contacts.page-styles .content {
        padding: 50px;
    }
    .wholesale-page.page-styles .content {
        padding-left: 60px;
    }
    .wholesale-page .down-price {
        left: -50px;
    }
   /* .profile-page.accordion-styles .panel .prices {
        min-width: 200px;
        float: right;
        margin-top: 10px;
    }*/
}
@media (max-width: 991px) {
    main {
        /*padding-top: 120px;*/
        padding-top: 60px;
    }
    .product-item .productLimited {
        left: 0;
        top: -10px;
        width: 60px;
        height: 60px;
    }
    .product-item .productChoiceTeam {
        top: 22px;
        width: 40px;
    }
    #writeToUs {
        display: none;
    }
    .product-item .wrap-price span.new-price {
        margin-left: 10px;
    }
    .products-col-3 .product-item .wrap-price {
        font-size: 13px;
    }
    .profile-page.accordion-styles .panel .prices {
        min-width: 200px;
        float: right;
        margin-top: 10px;
    }
    .products-col-3 .product-item .button-hover, .products-col-3 .product-item:hover .button-hover {
        display: none;
    }
    .cartOrderFormWrapper .details-title {
        left: -135px;
        font-size: 15px;
        width: 115px;
    }
    .header .wrap-menu {
        display: none;
    }
    .menuOpener {
        display: inline-block;
    }
    .header .left {
        display: none;
    }
    #mobile-menu {
        /*display: block;*/
    }
    #mobile-menu ul {
        padding: 0;
    }
    #mobile-menu li {
        display: inline-block;
    }
    body {
        padding-top: 80px;
    }
    .header .logotype {
        top: 60px;
        /*top: 70px;*/
        left: 50px;
        right: auto;
    }
    header.header {
        height: 140px;
        padding-top: 85px;
    }
    .contact-us .container:before {
        width: 320px;
    }
    .contact-us .contact-us-content {
        width: 50%;
        float: right;
    }
    .contact-us .contact-descriptions .title {
        font-size: 24px;
    }
    .contact-us .contact-descriptions {
        height: 340px;
        right: 0;
    }
    #writeFeedback {
        width: 90%;
    }
    .profile-page.accordion-styles .wrap-date {
        width: 100%;
        padding-bottom: 20px;
    }
    .profile-page.accordion-styles .wrap-image {
        width: auto;
        float: left;
    }
    .profile-page.accordion-styles .wrap-status {
        position: absolute;
        right: 0;
        top: 0;
        min-width: 120px;
    }
    .profile-page.accordion-styles .wrap-price {
        min-width: 200px;
    }
    .faq-page.page-styles .content {
        width: 90%;
    }
    .products .product-item {
        width: 50%;
        float: left;
    }
    .contacts.page-styles ul.col-sm-6 {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .contacts.page-styles .button-black {
        display: block;
        margin: 30px auto 10px;
    }
    .profile-page .orders .order-date{
        padding-top: 0;
    }
    .profile-page.accordion-styles .panel .wrap-price-product * {
        font-weight: 700;
    }
    .catalogWrapper .product-item .wrap-img img {
        height: 160px;
    }
    .catalogWrapper .product-item {
        min-height: 300px;
        max-height: 300px;
    }
    .products-col-3 .product-item .wrap-title {
        font-size: 14px;
    }
    .products-col-3 .product-item .wrap-brand span {
        font-size: 13px;
    }

    header.header.onlyHeader {
        height: 80px;
        padding-top: 25px;
    }
    .mobileMenu {
        top: 80px;
        /*top: 140px;*/
    }
    body {
        padding-top: 20px;
    }
    header.header.onlyHeader .logotype {
        top: 0;
        text-align: left !important;
    }
    header.header.onlyHeader .logotype img {
        width: 100px !important;
        /*vertical-align: sub !important;*/
    }
}

@media (max-width: 767px) {
    #imageGift img{
        padding-bottom: 90px;
        background: #e1e1e1;
    }
    .product-item .productChoiceTeam {
        width: 50px;
        top: 57px;
    }
    .catalogWrapper .product-item .wrap-img img {
        height: 260px;
    }
    .catalogWrapper .count-product {
        float: none;
        margin-bottom: 20px;
    }
    .catalogWrapper .filter-type .item.panel {
        padding: 0 20px;
    }
    #buy1click .modal-dialog {
        width: 90%;
        margin: 140px auto 0;
        height: auto;
    }
    #buy1click .modal-body {
        width: 100%;
        height: 100%;
        padding: 60px 70px 70px;
    }
    #buy1click .text-privacy br {
        /*display: none;*/
    }
    #cartModal .cart-modal-body.full-cart .item-data {
        width: 275px;
    }
    #cartModal .modal-dialog {
        width: 420px;
    }
    .cartOrderFormWrapper .details-title {
        display: none;
    }
    .header .wrap-item.left, .header .language {
        display: none;
    }
    .header .logotype {
        right: auto;
        left: 50px;
    }

    .newsletter h2 {
        width: 270px;
        margin: 0 auto 30px;
        font-size: 22px;
        line-height: 1.45;
    }
    .newsletter {
        padding: 30px 0;
    }
    .newsletter p {
        width: 260px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .newsletter form {
        width: 440px;
        margin: auto;
    }
    .newsletter form .btn-submit {
        position: relative;
        display: block;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        margin: 20px 0 0;
        border: 1px solid #e43d30;
    }
    .cookies-popup {
        width: 95%;
        margin: auto;
        left: 0;
        right: 0;
        height: auto;
    }
    .contact-us .contact-us-content {
        width: 100%;
        float: none;
        padding: 380px 15px 50px;
    }
    .contact-us {
        height: auto;
    }
    .contact-us .container:before {
        width: 100%;
        bottom: auto;
        right: 0;
        background-size: cover;
        height: 350px;
    }
    .contact-us .contact-descriptions {
        height: auto;
        position: relative;
        max-width: 360px;
        text-align: center;
    }
    .contact-us .row, .contact-us .container {
        height: auto;
        position: relative;
        padding: 0;
    }
    .page-error, .pageStatus {
        padding: 40px 0 100px;
    }
    .page-error .error-content, .pageStatus .status-content {
        width: 340px;
        margin: auto;
        text-align: center;
    }
    .profile-page .col-menu {
        display: none;
        opacity: 0;
    }
    .wrap-mobile-menu {
        display: block;
    }
    .profile-page.accordion-styles .panel .wrap-price-product {
        float: right;
        padding-top: 0;
    }
    .profile-page.accordion-styles .panel .prices {
        min-width: 160px;
        text-align: right;
        padding-right: 0;
    }
    .profile-page .orders span{
        font-size: 13px;
    }
    .profile-page.accordion-styles .accordion {
        padding: 10px 15px;
    }
    .profile-page.accordion-styles .accordion:after {
        display: none;
    }
    .profile-page .orders .order-status {
        padding-top: 20px;
    }
    .profile-page .orders .order-id {
        display: inline-block;
        position: relative;
    }
    .profile-page .orders .order-id:after {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        right: -25px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        border-left: 2px solid #1f1a1a;
        border-top: 2px solid #1f1a1a;
        transform: rotate(-135deg);
    }
    .profile-page.accordion-styles .accordion.active .order-id:after {
        transform: rotate(45deg);
        bottom: -4px;
    }
    .profile-page.accordion-styles .panel {
        padding: 0 15px;
    }
    .profile-page .orders {
        margin: 0;
    }
    .profile-page .col-menu {
        width: 100%;
    }
    .profile-page {
        padding: 0 0 50px;
    }
    .profile-page .col-forms {
        width: 100%;
    }
    .profile-page .list-empty {
        padding: 0;
    }
    .catalogWrapper .product-item {
        width: 50%;
        min-height: 380px;
        max-height: 380px;
        float: left;
    }
    .catalogWrapper .filters .filter-mobile {
        display: block;
    }
    .catalogWrapper .filters .count-product {
        display: none;
    }
    .catalogWrapper .filters .filter-mobile .wrap-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
        background-color: #FFF;
        z-index: 99999;
    }
    .catalogWrapper .filters .filter-mobile .wrap-button .button-black {
        background-color: transparent;
        cursor: pointer;
        display: inline-block;
        float: none;
        opacity: 1;
        width: 170px;
        padding: 13px 0;
        margin-top: 9px;
        text-shadow: none;
    }
    .catalogWrapper .filters .filter-mobile .wrap-button .button-black.close {
        background-color: #1f1a1a;
        color: #FFF;
    }
    .filters-mobile {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        z-index: 9999;
        overflow-y: auto;
        padding-bottom: 100px;
    }
    .catalogWrapper .filter span.active {
        background-color: transparent;
    }
    .filters-mobile .close{
        text-shadow: none;
        opacity: 1;
        float: none;
    }
    .catalogWrapper .filter-type {
        margin-bottom: 0;
    }
    .catalogWrapper .btn-filters {
        display: block;
    }
    .catalogWrapper .filters {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999999999999999;
        background: #FFF;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        padding: 0 0 100px;
        margin-top: 0;
    }
    .catalogWrapper .filters .filter-reset {
        display: none;
    }
    .catalogWrapper.filters-mobile .filters {
        display: block;
    }
    .catalogWrapper .filter-type .filter .padding {
        padding: 10px 0;
    }
    .catalogWrapper .filter-type .span-title {
        font-size: 13px;
        font-weight: 500;
        padding: 12px 20px;
        height: 50px;
        letter-spacing: 0.5px;
        color: #1f1a1a;
        background-color: #f9ecd9;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .filters-mobile .title {
        margin: 30px 0 20px;
    }
    .filters-mobile .wrap-button {
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
        height: 60px;
        padding: 9px 0;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .filters-mobile .wrap-button a, .filters-mobile .wrap-button span {
        width: 40%;
        padding: 12px 0;
        margin: 0 5px;
    }
    .filters-mobile .wrap-button span {
        background-color: #1f1a1a;
        color: #FFF;
    }
    .filters-mobile .title span{
        font-size: 22px;
    }
    .filters-mobile .title p{
        font-size: 13px;
        font-weight: normal;
        line-height: 1.54;
        color: #1f1a1a;
    }
    .catalogWrapper .sort-wrap {
        width: 50%;
        float: left;
        padding: 0 20px;
        height: 34px;
        margin: 0;
        text-align: left;
    }
    .catalogWrapper .btn-filters {
        width: 50%;
        float: left;
        padding: 0 20px;
        height: 34px;
        line-height: 34px;
        margin: 0;
        text-align: left;
        padding-left: 5px;
    }
    .message-product p {
        padding: 20px 15px 20px 15px;
    }
    /*.message-product:before {
        width: 80px;
        height: 80px;
        left: 0;
    }*/
    .catalogWrapper .sort-wrap .label-sort {
        display: none;
    }
    .catalogWrapper .sort-wrap #select-sort {
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.5px;
        color: #1f1a1a;
        text-transform: uppercase;
        padding: 6px 0;
    }
    .catalogWrapper .filter-type .filter {
        padding-left: 20px;
        /*margin: 15px 20px;*/
    }
    .catalogWrapper .products-col-3 {
        width: 100%;
        margin: 0;
    }
    .footer .contacts {
        margin-bottom: 30px;
    }
    .footer .wrap-menu, .footer .information {
        width: 50%;
        float: left;
    }
    .footer .cooperation {
        clear: both;
        padding-top: 30px;
    }
    .footer .copiright {
        margin-top: 20px;
    }
    .footer .copiright span {
        font-size: 13px;
    }
    .footer * {
        font-size: 13px;
    }
    .footer .link-instagram {
        margin-top: 35px;
    }
    .notepads-page:before, .designer-partnership:before, .corporative-clients:before, .wholesale-page:before, .partnership-page:before, .contacts.page-styles:before {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center;
    }
    .notepads-page, .corporative-clients, .designer-partnership, .wholesale-page, .partnership-page, .contacts.page-styles {
        padding-top: 400px;
    }
    .corporative-clients .down-price, .wholesale-page .down-price {
        right: 0;
        top: -60px;
        left: 0;
        margin: auto;
    }
    .corporative-clients.page-styles .title {
        margin-top: 50px;
    }
    .wholesale-page.page-styles .content {
        padding: 50px 50px 20px;
    }
    .page-styles .content {
        padding: 20px 50px;
    }
    .faq-page.page-styles .content {
        width: 100%;
    }
    .accordion-styles .panel {
        width: 100%;
    }
    .accordion-styles .accordion {
        padding-right: 45px;
    }
    #resetPassword.custom-modal .modal-dialog {
        width: 90%;
    }
    #resetPassword.custom-modal form {
        width: auto;
        max-width: 340px;
    }
    #resetPassword.custom-modal h2 {
        font-size: 16px;
    }
    .cartOrderFormWrapper {
        width: 400px;
    }
    #contact-form .modal-dialog {
        width: 90%;
        margin: 60px auto;
        height: auto;
    }
    #contact-form .message-block a {
        padding: 13px 15px;
    }
}
@media (max-width: 600px) {
    .instagram .slide img {
        height: 200px;
    }
    .top-banner p span {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .cartOrder .radioWrapper .radioLabel .cardImg img {
        width: 25px;
    }
    .cartOrder .radioWrapper .radioLabel .cardImg {
        width: 120px;
    }
    .cartOrderFormWrapper .gift-guide .radioWrapper {
        padding-right: 50px;
    }
    .header-lavla-game a:before {
        display: none;
    }
    .product-item .productChoiceTeam {
        top: 40px;
    }
    .mobileMenu .contacts .writeToUs {
        width: 50px;
        height: 50px;
        padding: 10px 0;
        bottom: 10px;
        right: 10px;
    }
    .mobileMenu {
        width: 300px;
    }
    #scrollTop {
        right: 30px;
        bottom: 30px;
    }
    #playMusic {
        left: 30px;
        bottom: 30px;
    }
    .instagram .slide img {
        height: 35vh;
    }
    .products .product-item .wrap-img img {
        height: auto;
    }
    .catalogWrapper .sort-wrap .customSelect {
        margin-top: 3px;
    }
    .catalogWrapper .sort-wrap .customSelect .selectPlaceholder {
        font-size: 14px;
    }
    .catalogWrapper .filters .filter-mobile .wrap-button .button-black {
        width: 150px;
    }
    .contacts.page-styles:before {
        background: #f9ecd9 url("/representation/themes/lavla/images/pages/site_photo_contacts_360_350_2_2.jpg") no-repeat center center;
        background-size: cover;
    }
    #contact-form .modal-body {
        padding: 50px 20px;
    }
    #buy1click .title h2 {
        font-size: 20px;
    }
    #buy1click .text-privacy {
        font-size: 12px;
    }
    #buy1click .submit-btn {
        margin-top: 0;
    }
    #buy1click form .error-text {
        font-size: 13px;
    }
    #cartModal .cart-modal-body.full-cart .item-data {
        width: calc(100% - 80px);
    }
    #cartModal .modal-dialog {
        width: 100%;
    }
    #cartModal .cart-modal-body.full-cart .item-image, #cartModal .cart-modal-body.full-cart .item-image img {
        width: 80px;
        height: 80px;
    }
    #cartModal .cart-modal-body.full-cart .itemQuantityWrapper {
        left: 110px;
    }
    #cartModal .cart-modal-body.full-cart .item {
        padding: 15px;
    }
    #buy1click .modal-body {
        padding: 40px 20px 50px;
    }
    .cartOrderFormWrapper {
        width: 100%;
    }
    .header .logotype {
        left: 30px;
        top: 70px;
    }
    .header .logotype a {
        font-size: 42px;
    }
    .header .logotype a img {
        width: 120px;
    }
    .newsletter form {
        width: 100%;
        margin: auto;
    }
    .cookies-popup, .cookies-popup.cookies-popup-btn {
        padding: 15px;
        background: #FFF;
    }
    .cookies-popup .close {
        top: 15px;
        right: 15px;
    }
    .contact-us .contact-descriptions .title {
        font-size: 22px;
    }
    .contact-us .contact-descriptions .button-red {
        padding: 12px 0;
        min-width: 220px;
        width: 100%;
    }
    .page-error .error-content, .pageStatus .status-content {
        width: 100%;
    }
    .page-error .error-code, .pageStatus .status-code {
        font-size: 140px;
    }
    .page-error .error-text, .pageStatus .status-text {
        font-size: 24px;
    }
    .profile-page h1 {
        padding-bottom: 30px;
        font-size: 22px;
    }
    .profile-page {
        padding: 0 0 30px;
    }
    .profile-page .button-black {
        width: 100%;
    }
    #writeFeedback {
        width: 100%;
    }
    .testimonials .testimonial-header #writeFeedback .sendRateRequest {
        width: 100%;
    }
    .footer .wrap-menu, .footer .information {
        padding: 0 7px;
    }
    .footer .wrap-menu {
        padding-left: 15px;
    }
    .footer .information {
        padding-right: 15px;
    }
    /*.footer a {
        word-break: break-all;
    }*/
    .login-page h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    #loginForm {
        width: 100%;
    }
    .contacts.page-styles .content {
        padding: 20px 20px 50px;
    }
    .page-content p {
        font-size: 14px;
        line-height: 1.57;
    }
    .page-content h2 {
        font-size: 22px;
    }
    .page-styles .page-form {
        width: 100%;
        margin: 30px auto 30px;
    }
    .page-styles .content {
        padding: 20px;
    }
    .wholesale-page.page-styles .content {
        padding: 50px 20px 20px;
    }
    .page-styles .title {
        font-size: 22px;
        margin: 10px 0 20px;
    }
    .page-styles p {
        font-size: 14px;
    }
    .products .tab button {
        padding: 14px 10px;
    }
    .products .product-item {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        min-height: 100%;
        max-height: 100%;
    }
    .product-item .productChoiceTeam {
        left: 10px;
    }
    .catalogWrapper .product-item {
        width: 100%;
        padding: 0 10px;
        min-height: auto;
        max-height: 100%;
        margin-bottom: 30px;
    }
    .container.catalogWrapper {
        padding: 0 7.5px;
    }
    .catalogWrapper .count-product {
        padding-left: 0;
        margin-left: -5px;
    }
    .catalogWrapper .btn-filters, .catalogWrapper .sort-wrap {
        padding: 0;
    }
    .catalogWrapper .product-item .wrap-img img {
        height: 100%;
    }
    .top-banner p span {
        margin: 0 10px 0;
        display: block;
    }
    .top-banner {
        line-height: 18px;
    }
    header.header.onlyHeader .logotype {
        /*top: 10px;*/
        top: 7px;
        left: 50px;
    }
}


@media (max-width: 400px) {
    .products .product-item .wrap-img img {
        height: auto;
    }
    .catalogWrapper .sort-wrap .customSelect {
        float: left;
    }
    .cartOrder .radioWrapper .radioLabel .cardImg {
        margin-left: 0;
    }
    .header .favorite, .header .basket {
        margin-left: 10px;
    }
    .cartOrderFormWrapper p br{
        display: none;
    }
    .cartOrderFormWrapper .block-user .tabWrapper {
        width: 100%;
        float: none;
    }
    .cartOrderFormWrapper .contact-details {
        margin-top: 30px;
    }
    .cartOrderFormWrapper .contact-details.block-user {
        margin: 0 -15px 0;
    }
    .catalogWrapper .sort-wrap, .catalogWrapper .btn-filters {
        width: 100%;
        float: none;
    }
    .catalogWrapper .sort-wrap .customSelect ul {
        right: auto;
        left: 0;
    }
    .catalogWrapper .sort-wrap #select-sort {
        margin-left: -4px;
    }
}

.cartOrderFormWrapper {
    margin: 0 auto 60px;
}

.cartModalForm .modal-content {
    border: none;
    box-shadow: none;
    border-left: 1px solid #d8d8d8;
}
.cartModalForm {
    display: block;
    width: 480px;
    right: 0;
    z-index: 0;
    opacity: 1;
    left: auto;
    margin-top: 0;
    border: none;
    box-shadow: none;
    position: absolute;
    overflow: visible;
}
.cartModalBlock {
    z-index: 9999;
}


/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




.checkbox-style {
    display: block;
    margin-bottom: 15px;
}

.checkbox-style input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-style label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.57;
    color: #1f1a1a;
    font-weight: 400;
}

.checkbox-style label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 7px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 0;
    top: 3px;
}

.checkbox-style input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #1f1a1a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.data-grid .filters .checkbox-style {
    margin-bottom: 0;
}
.data-grid .filters .checkbox-style.all-label {
    padding-top: 15px;
}
.data-grid .filters label {
    font-size: 15px;
    font-weight: normal;
    color: #1f1a1a;
    display: block;
}
.data-grid .filters label .countProduct {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.33;
    color: #8e8c8c;
}
.data-grid .filters .our_brand label img {
    width: 12px;
    margin-left: 2px;
}
.data-grid .filters .our_brand .our_brand_wrap {
    position: relative;
}
.data-grid .filters .our_brand .our_brand_alt {
    display: none;
    z-index: 100;
    position: absolute;
    white-space: nowrap;
    left: 100%;
    padding: 4px 14px;
    top: 0;
    bottom: 0;
    height: 23px;
    margin-left: 20px;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #4d5055;
    color: #FFF;
    font-size: 13px;
    line-height: 1.23;
    text-align: center;
}
.data-grid .filters .our_brand .our_brand_alt:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    margin: auto;
    left: -7px;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    border-radius: 2px;
    background-color: #4d5055;
    color: #FFF;
}
.data-grid .filters .our_brand label:hover .our_brand_alt {
    display: block;

}
.data-grid .filters .all-label label {
    font-weight: 900;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: 40px;
}
.select-styled {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 35px 8px 15px;
}
.select-styled:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/representation/themes/lavla/images/arrow.png") no-repeat center;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:active:after, .select-styled.active:after {
    transform: rotate(180deg);
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #FFF;
}
.select-options li {
    font-size: 14px;
    line-height: 2.36;
    color: #1f1a1a;
}
.select-options li:hover {
    color: #1f1a1a;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
h1.phantom-title{
    text-indent: -9999px;
    height: 0;
    margin: 0;
}
.bread{
    margin-top: 5px;
    font-size: 12px;
}
@media (min-width: 768px) {
    .bread{
        margin-top: 10px;
        font-size: 14px;
    }
}
@media (min-width: 1280px) {
    .bread{
        margin-top: 14px;
    }
}

#wheel-fortune-form .modal-dialog{
    width: 904px;
    height: 449px;
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
#wheel-fortune-form #wheel {
    width: 396px;
    height: 396px;
    position: relative;
    border-radius: 50%;
    /*overflow: hidden;*/
    /*border: 28px solid #f9ecd9;*/
    transform: rotate(0deg);
    margin-left: -70px;
    /*background: url(/representation/themes/lavla/images/svg/wheel.svg) no-repeat center;*/
}

#wheel-fortune-form #inner-wheel{
    width:100%;
    height:100%;
    transition: all 6s cubic-bezier(0, .99, .44, .99);
    background: url('/representation/themes/lavla/images/svg/wheel.svg') no-repeat center;
    position: relative;
}
#wheel-fortune-form #inner-wheel:before{
    content: '';
    width:60px;
    height:65px;
    /*background: #f9ecd9;*/
    background: url('/representation/themes/lavla/images/svg/boy.svg') no-repeat center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#wheel-fortune-form .win {
    background: url("/representation/themes/lavla/images/svg/noun_Pin.svg") no-repeat center;
    display: inline-block;
    width: 49px;
    height: 36px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#wheel-fortune-form .win:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #f9ecd9;
    border-radius: 50%;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}


#wheel-fortune-form #wheel div.sec{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 170px 74px 0;
    border-color: #19c transparent;
    transform-origin: 74px 170px;
    left: 124px;
    top: 28px;
    opacity: 0;
}
#wheel-fortune-form #wheel div.sec span.position {
    position: absolute;
    right: 0;
    bottom: 180px;
    border-radius: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    background: red;
    margin: 0;
    display: block;
    transform: none;
    min-height: auto;
    line-height: initial;
    padding: 0;
}
#wheel-fortune-form #wheel div.sec span {
    width: 180px;
    padding-right: 50px;
    margin-top: -120px;
    position: relative;
    z-index: 10000000;
    display: block;
    text-align: right;
    transform: rotate(-90deg);
    font-size: 13px;
    font-weight: 900;
    margin-left: -90px;
    line-height: 10px;
    min-height: 14px;
    height: auto;
    color: #f9ecd9;
}
#wheel-fortune-form #wheel div.sec span.text-black {
    color: #1f1a1a;
}

#wheel-fortune-form #wheel div.sec.item-1{
    transform: rotate(45deg);
    border-color: #f6d9c7 transparent;
}
#wheel-fortune-form #wheel div.sec.item-2{
    transform: rotate(90deg);
    border-color: #f1b6a5 transparent;
}
#wheel-fortune-form #wheel div.sec.item-3{
    transform: rotate(135deg);
    border-color: #ec8373 transparent;
}
#wheel-fortune-form #wheel div.sec.item-4{
    transform: rotate(180deg);
    border-color: #e76051 transparent;
}
#wheel-fortune-form #wheel div.sec.item-5{
    transform: rotate(225deg);
    border-color: #f6d9c7 transparent;
}
#wheel-fortune-form #wheel div.sec.item-6{
    transform: rotate(270deg);
    border-color: #f1b6a5 transparent;
}
#wheel-fortune-form #wheel div.sec.item-7{
    transform: rotate(315deg);
    border-color: #ec8373 transparent;
}
#wheel-fortune-form #wheel div.sec.item-8{
    transform: rotate(360deg);
    border-color: #e76051 transparent;
}
#wheel-fortune-form .wheel-fortune-form{
    padding: 20px 70px 0 0;
    position: relative;
}
#wheel-fortune-form .wheel-fortune-form:before {
    content: '';
    width: 139px;
    height: 236px;
    background: url('/representation/themes/lavla/images/svg/hand.svg') no-repeat center;
    position: absolute;
    right: 0px;
    top: -60px;
}
#wheel-fortune-form .wheel-fortune-form .title{
    margin-bottom: 40px;
}
#wheel-fortune-form .wheel-fortune-form .title h2{
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #1f1a1a;
}
#wheel-fortune-form .wheel-fortune-form .title p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    text-align: center;
    color: #293428;
}
#wheel-fortune-form .wheel-fortune-form #spin{
    color: #FFF;
    background-color: #1f1a1a;
    width: 100%;
    margin-top: 15px;
}
#wheel-fortune-form .message-block h2 {
    margin: 0 0 30px;
}
#wheel-fortune-form.success .modal-dialog:before {
    display: none;
}
#wheel-fortune-form .wheel-fortune-form #spin {
    padding: 12px 10px;
}
@media (max-width: 991px) {
    #wheel-fortune-form .wheel-fortune-form:before {
        width: 80px;
        height: 136px;
        right: 10px;
        top: -30px;
        background-size: 100%;
    }
    #wheel-fortune-form #wheel {
        margin: auto;
    }
    #wheel-fortune-form .col-sm-6 {
        width: 100%;
        float: none;
    }
    #wheel-fortune-form .modal-dialog {
        height: auto;
        top: 0;
        width: 90%;
        margin-top: 70px;
        margin-bottom: 70px;
        position: relative;
    }
    #wheel-fortune-form .wheel-fortune-form {
        padding: 20px 40px 30px 40px;
    }
    #wheel-fortune-form .modal-dialog:before {
        content: '';
        width: 139px;
        height: 236px;
        background: url('/representation/themes/lavla/images/svg/hand.svg') no-repeat center;
        position: absolute;
        right: 30px;
        top: -40px;
        z-index: 1;
    }
    #wheel-fortune-form .wheel-fortune-form:before {
        display: none;
    }
}
@media (max-width: 600px) {
    #wheel-fortune-form .wheel-fortune-form {
        padding: 20px 0;
    }
    #wheel-fortune-form .modal-dialog {
        width: 90%;
        position: relative;
    }
    #wheel-fortune-form #wheel {
        height: 220px;
        width: 220px;
    }
    #wheel-fortune-form .modal-dialog:before {
        background-size: cover;
        width: 73px;
        height: 126px;
        right: 32px;
        top: -28px;
    }
    #wheel-fortune-form #wheel div.sec span {
        display: none;
    }
    #wheel-fortune-form #wheel div.sec span.position {
        bottom: 100px;
        left: -5px;
    }
    #wheel-fortune-form #wheel div.sec {
        border-width: 100px 30px 0;
        transform-origin: 30px 100px;
        left: 80px;
        top: 10px;
    }
    #wheel-fortune-form .message-block h2 {
        font-size: 24px;
        margin: 20px 0 30px;
    }
    #wheel-fortune-form .message-block .button-black {
        padding: 12px 10px;
    }
}
.timer {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.timer h1 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #df3b2e;
    margin: 0;
    text-transform: uppercase;
    padding: 20px 0;
}
.timer h1 b {
    color: #df3b2e;
    font-weight: 700;
}
.timer .col-timer {
    display: inline-block;
    background: #df3b2e;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
}
.timer .col-timer span {
    font-size: 50px;
    color: #f7f7f7;
    padding: 0 10px;
    width: 100%;
    height: 100%;
}
.timer .col-timer span.subtitle {
    font-size: 12px;
    color: #df3b2e;
    position: absolute;
    bottom: -21px;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
}
.timer span.delimiter {
    font-size: 50px;
    color: #df3b2e;
    height: 80px;
    display: inline-block;
    line-height: 60px;
    vertical-align: top;
}

.gift-guide.block-info {
    padding: 50px 0;
    background-color: #FFF;
}

.gift-guide.block-info h2 {
    color: #dd3d30;
    font-size: 30px;
    line-height: 44px;
    font-weight: 900;
    margin: 15px 0 0;
}
.gift-guide.block-info p {
    font-size: 16px;
    padding-left: 40px;
}
.gift-guide.block-postcard {
    padding: 70px 0;
    background-color: #f7ead6;
}
.gift-guide.block-postcard h2 {
    text-align: center;
    font-size: 30px;
    color: #dd3d30;
    margin: 0 0 20px;
    font-weight: 900;
}
.gift-guide.block-postcard p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}
.gift-guide.block-postcard .responsive-img {
    width: 100%;
}
.gift-guide.block-products .wrap-img {
    height: 400px;
    margin-top: 30px;
}
.gift-guide.block-products .wrap-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gift-guide.block-postcard .button, .gift-guide.block-products .button, .gift-guide.block-certification .button {
    background-color: transparent;
    border: 1px solid #dd3d30;
    color: #dd3d30;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-align: center;
    height: 46px;
    line-height: 46px;
    width: 90%;
    margin: 25px auto 0;
    outline: none;
}
.gift-guide.block-products {
    background: #f7f7f7 url("/representation/themes/lavla/images/pages/gift-guide/banner_santa_фон_3.png") center;
    background-size: 100%;
    padding: 140px 0;
}
.gift-guide.block-products .item {
    background-color: #FFF;
    padding: 40px 50px;
    margin-bottom: 30px;
}
.gift-guide.block-products .item h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    height: 55px;
}
.gift-guide.block-products .description {
    height: 205px;
}
.gift-guide.block-products .item p {
    font-size: 14px;
    font-weight: 400;
}
.gift-guide.block-products .button, .gift-guide.block-certification .button {
    max-width: 240px;
}
.gift-guide.block-certification {
    padding: 100px 0;
    background-color: #f7ead6;
    position: relative;
}
.gift-guide.block-certification:before {
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url("/representation/themes/lavla/images/pages/gift-guide/banner_santa_сертификат_1.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
}
.gift-guide.block-certification.photo-magazines:before {
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/representation/themes/lavla/images/pages/gift-guide/photo-magazines.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
}

.gift-guide.block-certification h2 {
    color: #dd3d30;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 40px;
}
.gift-guide.block-certification .description {
    padding-right: 150px;
}
.gift-guide.block-certification.photo-magazines .description {
    padding-right: 0;
    padding-left: 150px;
}
.gift-guide.block-certification p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}
.gift-guide.block-certification .button {
    margin: 0;
}
.gift-guide.block-certification.photo-magazines .button {
    margin-left: 150px;
}
.gift-guide.block-footer {
    padding: 100px 0;
    text-align: center;
}
.gift-guide.block-footer p {
    font-size: 24px;
}
.gift-guide.block-footer h2 {
    margin: 0 0 50px;
    line-height: 44px;
    font-weight: 900;
}
.gift-guide.block-footer h2 .border-text {
    position: relative;
    display: inline-block;
}
.gift-guide.block-footer h2 .border-text:before {
    content: '';
    width: 350px;
    height: 90px;
    left: -3px;
    top: -17px;
    position: absolute;
    background: url("/representation/themes/lavla/images/pages/gift-guide/border-text.png") center no-repeat;
    background-size: 100%;
}
.languageHeader, .languageHeaderMobile {
    display: inline-block;
    margin-right: 20px;
}
.languageHeader span, .languageHeaderMobile span, .languageHeader a, .languageHeaderMobile a {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
    border: none;
}
.languageHeader span.active, .languageHeaderMobile span.active, .languageHeader a.active, .languageHeaderMobile a.active {
    color: #e43d30;
    cursor: default;
}
.languageHeader b, .languageHeaderMobile b {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 400px) {
    .languageHeader {
        display: none;
    }
}
@media (max-width: 1279px) {
    .timer .col-sm-7, .timer .col-sm-5 {
        width: 100%;
    }
    .timer {
        text-align: center;
        padding: 50px 0 90px;
    }
}
@media (max-width: 1199px) {
    .gift-guide.block-products .item h2 {
        height: 75px;
    }
    .gift-guide.block-products .description {
        height: 265px;
    }
    .gift-guide.block-info h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 45px 0 0;
    }
    .gift-guide.block-certification .description {
        padding-right: 120px;
    }
    .gift-guide.block-certification.photo-magazines .description {
        padding-left: 120px;
    }
    .gift-guide.block-certification.photo-magazines .button {
        margin-left: 120px;
    }
}
@media (max-width: 991px) {
    .gift-guide.block-certification {
        padding: 50px 0;
    }
    .gift-guide.block-certification .description {
        padding-right: 0;
    }
    .gift-guide.block-certification.photo-magazines .description {
        padding-left: 0;
    }
    .gift-guide.block-certification.photo-magazines .button {
        margin-left: auto;
    }
    .gift-guide.block-info h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 45px 0 0;
    }
    .gift-guide.block-products .item {
        padding: 30px 20px;
    }
    .gift-guide.block-footer h2 {
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 30px;
    }
    .gift-guide.block-footer {
        padding: 60px 0;
    }
    .gift-guide.block-footer h2 .border-text:before {
        width: 230px;
        height: 70px;
    }
    .gift-guide.block-footer p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .gift-guide.block-products .description, .gift-guide.block-products .item h2 {
        height: auto;
    }
    .gift-guide.block-certification:before, .gift-guide.block-certification.photo-magazines:before {
        height: 300px;
        width: 100%;
    }
    .gift-guide.block-certification {
        padding: 350px 0 50px;
    }
    .gift-guide.block-certification .description {
        width: 80%;
        margin: auto;
    }
    .gift-guide.block-certification .button {
        margin: auto;
    }
    .gift-guide.block-products {
        padding: 60px 0;
    }
    .gift-guide.block-products .wrap-img {
        height: auto;
    }
    .gift-guide.block-products .item {
        max-width: 400px;
        margin: 0 auto 30px;
        padding: 40px;
    }
    .gift-guide.block-postcard {
        padding: 40px 0 0;
    }
    .gift-guide.block-postcard .wrap-img {
        width: 340px;
        margin: auto;
    }
    .gift-guide.block-postcard .button {
        max-width: 240px;
        margin-bottom: 50px;
    }
    .gift-guide.block-info h2 {
        margin: 0 0 20px;
    }
    .gift-guide.block-info h2 br {
        display: none;
    }
    .gift-guide.block-info p {
        padding: 0;
    }
    .timer h1 {
        font-size: 26px;
    }
    .timer {
        padding: 20px 0 60px;
    }
}
@media (max-width: 479px) {
    .timer span.delimiter {
        height: 50px;
        line-height: 38px;
    }
    .gift-guide.block-certification .description {
        width: 100%;
    }
    .gift-guide.block-products .item {
        padding: 25px 15px;
    }
    .gift-guide.block-postcard .wrap-img {
        width: 90%;
    }
    .timer h1 {
        font-size: 20px;
    }
    .timer {
        padding: 20px 0 45px;
    }
    .timer .col-timer span.subtitle {
        font-size: 10px;
        bottom: -18px;
    }
    .timer .col-timer {
        width: 50px;
        height: 50px;
    }
    .timer .col-timer span {
        padding: 0;
        font-size: 34px;
    }
}



.profile-page button.button-share {
    outline: none;
    background: transparent;
    border: none;
    box-shadow: none;
}
.profile-page button.button-share img {
    width: 20px;
    margin-left: 5px;
}
#share-form.fade.in {
    overflow: hidden;
}
#share-form .share-link {
    margin: 20px 0;
}
#share-form .share-link input {
    padding: 0 10px;
    background-color: #ececec;
    color: #adadad;
    width: 90%;
    display: inline-block;
}
#share-form .share-link input:hover, #share-form .share-link input:active, #share-form .share-link input:focus {
    border: 1px solid #d3d3d3;
}
#share-form .submit-btn {
    display: block;
    margin: auto;
}
#share-form .checkbox-style {
    padding-left: 0;
    text-align: center;
}
#share-form .title {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
#share-form .share-social ul {
    text-align: center;
}
#share-form .share-social li {
    display: inline-block;
}
#share-form .share-social img {
    width: 30px;
    height: 30px;
    /*object-fit: cover;*/
}

#share-form .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: 8%;
    text-align: center;
}

#share-form .copyButton {
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}
#share-form .copyButton i {
    font-size: 20px;
}
#share-form .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

#share-form .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#share-form .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#share-form .checkbox-info {
    display: block;
    width: 80%;
    margin: auto;
}

@media (max-width: 479px) {
    #share-form .title {
        font-size: 22px;
    }
    #share-form .checkbox-info {
        width: 100%;
    }
}
#popup-gift .modal-body {
    padding: 0;
}
#popup-gift .wrap {
    padding: 100px 0;
    background-size: cover;
    width: 560px;
    margin: auto;
}
#popup-gift .wrap h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 34px;
    color: #423d31;
    text-transform: uppercase;
    text-align: center;
}
#popup-gift .wrap span {
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 45px;
    font-family: 'Morison';
}
#popup-gift .wrap p, #popup-gift .wrap p b {
    color: #423d31;
    text-align: center;
    font-size: 16px;
}
#popup-gift .modal-content {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
#popup-gift .modal-body {
    box-shadow: none;
    border: none;
    background-color: #f1eea1;
    background-size: 100%;
    position: relative;
}
#popup-gift .wrap .button {
    color: #000;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    min-width: 200px;
    width: 300px;
    border: 1px solid #000;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
    outline: none;
}
#popup-gift button.close {
    color: #423d31;
}
#popup-gift .image-1 {
    position: absolute;
    width: 160px;
    height: 250px;
    object-fit: cover;
    bottom: 120px;
    left: 0;
}
#popup-gift .image-2 {
    position: absolute;
    width: 130px;
    height: 110px;
    object-fit: cover;
    object-position: top;
    bottom: 0;
    right: 120px;
}
#popup-gift .image-3 {
    position: absolute;
    width: 130px;
    height: 240px;
    object-fit: cover;
    bottom: 200px;
    right: 0;
}
#popup-gift .image-4 {
    position: absolute;
    width: 220px;
    height: 80px;
    object-fit: cover;
    top: 0;
    left: 110px;
    object-position: 0 -190px;
}
#popup-gift .modal-dialog {
    overflow: hidden;
    width: 1000px;
    margin: 30px auto;
}
.hoverInfo {
    text-decoration: underline;
    cursor: pointer;
}
.hoverInfoBlock li {
    list-style-type: none;
}

@media (max-width: 1199px) {
    #popup-gift .modal-dialog {
        width: 90%;
    }
}
@media (max-width: 991px) {
    #popup-gift .image-1, #popup-gift .image-2, #popup-gift .image-3, #popup-gift .image-4 {
        display: none;
    }
}
@media (max-width: 767px) {
    .custom-modal .modal-dialog {
        width: 90%;
    }
    #popup-gift .wrap {
        width: 100%;
        padding: 50px 15px;
    }
}
@media (max-width: 599px) {
    #popup-gift .wrap p br {
        display: none;
    }
    #popup-gift .wrap p b {
        display: block;
    }
    #popup-gift .wrap span {
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    #popup-gift .wrap span {
        font-size: 28px;
    }
    #popup-gift .wrap h2 {
        font-size: 14px;
        line-height: 22px;
    }
    #popup-gift .wrap p {
        font-size: 14px;
    }
    #popup-gift .wrap .button {
        width: 100%;
    }
    .head-slider .slick-dots {
        bottom: 15px;
    }
    .languageHeader, .languageHeaderMobile {
        margin-right: 10px;
    }
}
@media (max-width: 374px) {
    #cartModal .cart-modal-body.empty-cart img {
        width: 100%;
    }
    #cartModal .cart-modal-body.empty-cart {
        padding: 10px 28px 20px;
    }
}

.customSelectList {
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 43px;
    text-align: left;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #d3d3d3;
    padding: 0;
    margin: 0;
}
.customSelectList li {
    padding: 6px 10px;
    list-style-type: none;
    cursor: pointer;
}

#modalInfo p {
    font-size: 16px;
    margin: 10px 0 20px;
}
#modalInfo .button-black {
    margin-bottom: 10px;
}
.instagram_stories {
    padding: 50px 0;
    background-color: #f9ecd9;
}
.instagram_stories h2{
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.38;
    text-align: center;
    color: #1f1a1a;
}
.instagram_stories p {
    text-align: center;
    font-weight: 700;
}
.liqpayForm {
    text-align: center;
    padding: 160px 0;
}
.cartOrderFormWrapper .userNameInput {
    display: none;
    margin: 10px 0;
}
.cartOrderFormWrapper .userNameInput .userNameTelegram {
    display: block;
    cursor: text;
    width: 100%;
    height: 44px;
    transition: .3s ease all;
    border: 1px solid #d3d3d3;
    background-color: #FFF;
    border-radius: 0;
    padding: 0 0 0 13px;
    color: #373839;
    font-size: 15px;
    position: relative;
    z-index: 5;
    outline: none;
}
.cartOrderFormWrapper .checkbox-style .call_type_block label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}
.cartOrderFormWrapper .checkbox-style .call_type_block input:checked + label:after {
    display: block;
    position: absolute;
    background: #66615B;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 8px;
    left: 5px;
    transform: none;
    border: none;
}
.cartOrderFormWrapper .call_type_block .form-group {
    margin: 2px 0;
}
.cartOrderFormWrapper .checkbox-style .call_type_block label {
    line-height: 1.8;
}
.cartOrderFormWrapper .call_type_block {
    margin-top: 10px;
    padding-left: 10px;
}
.similar-products .slick-slide{
    padding-top: 20px;
}
/*preloader*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(66, 66, 66, 0.5);
    z-index: 999999999999;
}
.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}
.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #e43d30;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}
.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.preloader {
    transition: 0.3s opacity;
    opacity: 0;
    display: none;
}
.preloader.active {
    opacity: 1;
    display: block;
}

/** {
    cursor: url('/representation/themes/lavla/images/pages/halloween/cursor.png'), pointer !*no-repeat*!;
}*/

.halloween-boo a {
    position: relative;
}
.halloween-boo span {
    position: absolute;
    font-size: 12px;
    top: -5px;
    right: -30px;
    text-transform: capitalize;
    font-weight: 900;
    color: #e43d30;
}
.product .product-kit {
    margin: 20px 0 0;
}
.product .product-kit .checkbox-style {
    margin: 0;
    padding-left: 0;
}
.product .product-kit .checkbox-style .form-group {
    margin-bottom: 5px;
}

#productDigital .modal-content {
    background: #BEADE9;
}
#productDigital .modal-content p{
    width: 282px;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #515018;
}
#productDigital .message-block {
    padding: 50px 0 40px;
}
#productDigital .modal-content p span{
    color: #FFF;
}
#productDigital .modal-content .button-black{
    color: #515018;
    border-color: #515018;
    margin-top: 30px;
}
#productDigital .icon-vector {
    position: absolute;
    width: 20px;
    height: 20px;
}
#productDigital .icon-vector.vector-1 {
    left: 21px;
    top: 21px;
}
#productDigital .icon-vector.vector-2 {
    right: 21px;
    top: 21px;
}
#productDigital .icon-vector.vector-3 {
    left: 21px;
    bottom: 21px;
}
#productDigital .icon-vector.vector-4 {
    right: 21px;
    bottom: 21px;
}
@media(max-width: 379px){
    #productDigital .modal-content p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
}
.custom-sticker-packs .custom-file-upload {
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    cursor: pointer;
    color: #1f1a1a;
    width: 200px;
    display: flex;

    margin: 2px 0 0;
    float: left;
    background: #F7ECDB;
    padding: 2px 0 0 20px;
}

.custom-sticker-packs .custom-file-upload svg {
    margin-right: 15px;
    width: 20px;
}
.custom-sticker-packs .custom-file-upload ul {
    margin-left: 15px;
}

.custom-sticker-packs input[type="file"] {
    display: none;
}

.custom-sticker-packs .files-selected {
    width: 330px;
    margin: 0;
    padding: 20px 0 0;
    position: relative;
}
.custom-sticker-packs .files-selected img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.custom-sticker-packs .files-selected img.removeUpload {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 1;
    background: #FFF;
    border-radius: 50%;
    padding: 5px;
}
.custom-sticker-packs .file_name {
    width: 100px;
    margin-right: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f1a1a;
    outline: none;
    float: left;
}
.custom-sticker-packs .file_name p {
    text-align: center;
    word-wrap: break-word;
}
.custom-sticker-packs .checkbox-style {
    padding-left: 0;
    margin: 30px 0 15px;
}


.custom-sticker-packs .quantity-sticker-pack {
    position: relative;
    height: 36px;
    left: -6px;
    text-align: center;
    width: 40px;
    display: inline-block;
    margin: 0;
    resize: vertical;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.11;
    color: #1f1a1a;
    background-color: #FFF;
    border-color: #1f1a1a;
    z-index: 1;
}

.custom-sticker-packsinput[type='button'] {
    background-color: transparent;
    min-width: 30px;
    width: auto;
    transition: all 300ms ease;
}
.custom-sticker-packs .btn-minus {
    border-right: 0;
}
.custom-sticker-packs .btn-plus-plus {
    border-left: 0;
}
.custom-sticker-packs .btn-minus,
.custom-sticker-packs .btn-plus {
    font-weight: bold;
    height: 36px;
    padding: 0;
    width: 36px;
    position: relative;
}
.custom-sticker-packs .btn-plus {
    left: -13px;
}
.custom-sticker-packs .input-group-number {
    margin: 0 0 15px;
    float: left;
}
.custom-sticker-packs .files_block {
    clear: both;
    display: block;
}
.cartOrder .stickers .radioWrapper .radioLabel {
    padding: 25px 0;
    margin-left: 90px;
    display: block;
    margin-right: 30px;
}
.cartOrder .stickers .radioWrapper .radioLabel img {
    right: auto;
    left: 0;
}
.cartOrder .stickers .buyIt img {
    width: 25px;
}
.cartOrderFormWrapper .gift-guide img {
    width: 80px;
}

.gift-details {
    padding: 20px;
    display: none;
}
.gift-details.show {
    display: block;
}
.gift-details .radioLabel {
    display: block;
    padding-left: 115px;
    padding-right: 25px;
}
.gift-details .radioLabel img{
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gift-details .buyIt{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    font-size: 0;
}
.gift-details .radioWrapper{
    padding: 40px 0;
    display: none;
}
.gift-details .radioWrapper + .radioWrapper{
    margin-top: 15px;
}
.gift-details .radioWrapper.show {
    display: block;
}
.slick-slide video {
    width: 100%;
    height: 197px;
    background: rgb(0, 0, 0);
    display: inline-block;
}
.product-img video {
    height: 610px;
}
@media (max-width: 1359px) {
    .slick-slide video {
        height: 179px;
    }
    .product-img video {
        height: 555px;
    }
}
@media (max-width: 1199px) {
    .slick-slide video {
        height: 145px;
    }
    .product-img video {
        height: 455px;
    }
}
@media (max-width: 991px) {
    .slick-slide video {
        height: 109px;
    }
    .product-img video {
        height: 345px;
    }
}
@media (max-width: 767px) {
    .slick-slide video {
        height: 100%;
    }
    .product-img video {
        height: 100%;
    }
}
@media (max-width: 479px) {
    .custom-sticker-packs .files-selected {
        width: 100%;
    }
}
#errorMessage .message-block{
    padding: 0 20px;
}

#popup-info.custom-modal .modal-dialog{
    max-width: 480px;
}
#popup-info.custom-modal p {
    text-align: center;
}
#popup-info .button-black {
    display: block;
    margin: auto;
}