.product-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;border:1px solid #d4d4d4;border-radius:25px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.product-item:hover{-webkit-box-shadow:0 3px 12px rgba(0,0,0,.16);box-shadow:0 3px 12px rgba(0,0,0,.16);border-color:transparent}.product-item:hover .product-item__photo>a>img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product-item .product-item__photo{position:relative;display:block;overflow:hidden;border-radius:25px}.product-item .product-item__photo:before{content:"";display:block;position:relative;width:100%;padding-top:100%}.product-item .product-item__photo>a{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:25px;overflow:hidden;z-index:1}.product-item .product-item__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 1s ease-in-out;transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;border-radius:25px}.product-item .product-item__name{font-weight:400;font-size:14px;max-height:2.4em;overflow:hidden;margin-bottom:6px}.product-item .product-item__sku{font-size:13px;color:#959595;font-weight:400;margin-bottom:.5rem}.product-item .product-item__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-item .product-price,.product-item .product-price-old{display:inline-block;position:relative;font-weight:500;white-space:nowrap}.product-item .product-price{font-size:1rem}.product-item .product-price-old{color:#959595;padding-left:3px;padding-right:3px}.product-item .product-price-old:after{content:"";position:absolute;top:50%;left:0;height:1px;margin-top:-1px;width:100%;background-color:#f2565a;z-index:2}.product-item .product-item__prices_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-item .product-item__prices_list .product-price{font-size:14px}.product-item .product-item__prices_list .product-item__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:10px;opacity:.5}.product-item .product-item__prices_list .product-item__price .small{color:#959595;width:100%;display:block}.product-item .product-item__prices_list .product-item__price.current{opacity:1}@media only screen and (max-width:460px){.product-item .product-item__prices_list{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;margin-top:3px}.product-item .product-item__prices_list+div{margin-left:auto;margin-right:auto}}.product-item .cart-button{position:relative;display:block;width:17px;height:22px}.product-item .cart-button svg{fill:#303030;-webkit-transition:all .3s;transition:all .3s}.product-item .cart-button:hover svg{fill:#c2b396}.product-item .cart-button .quantity-icon{display:none;position:absolute;min-width:17px;height:17px;line-height:17px;bottom:-5px;right:-6px}.product-item .favorite-button{display:inline-block;width:19px;height:17px;margin-left:20px}.product-item .favorite-button svg{fill:#fff;stroke:#303030;stroke-width:1.5;-webkit-transition:fill .15s ease-in-out,stroke .15s ease-in-out;transition:fill .15s ease-in-out,stroke .15s ease-in-out}.product-item .favorite-button:hover svg{fill:none;stroke:#c2b396}.product-item .favorite-button[data-is-favorite="1"] svg,.product-item .favorite-button[data-is-favorite="1"]:hover svg{stroke:#f80a5c;fill:#f80a5c}.product-item .showcase-label{position:absolute;top:10px;left:10px;z-index:2}.product-item .sold-label{position:absolute;left:0;bottom:35px;width:100%;z-index:3}.product-item .product-item__info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:10px 15px 15px}@media only screen and (max-width:991px){.product-item .product-item__info{padding:10px 10px 15px}}.product-item .product-item__footer{position:relative;margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.product-item .product-item__name{font-size:13px;line-height:1.15;max-height:2.3em}.product-item .product-item__sku{font-size:11px}.product-item .product-price{font-size:.875rem}.product-item .product-price-old{font-size:.75rem}.product-item .product-item__info{padding:10px}}.product-item .product-item__likes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#959595;position:absolute;bottom:10px;right:20px;z-index:2}.product-item .product-item__likes svg{max-width:17px;max-height:17px;fill:currentColor}.product-item .product-item__likes span{display:inline-block;margin-left:.25rem}.page-text{display:block}.page-text .h2,.page-text h2{color:#000;margin-bottom:31px;font-size:25px}.page-text #info{margin-top:23px;color:#787878;line-height:20px;text-align:center}.page-text #info *{position:relative;z-index:1}.page-text #info[data-readmore]{display:block;width:100%;-webkit-transition:height .2s;transition:height .2s;overflow:hidden;position:relative}.page-text #info[data-readmore]:before{position:absolute;bottom:0;left:0;height:98px;width:100%;content:"";background:0 0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.01)),color-stop(50%,rgba(255,255,255,.5)),color-stop(51%,rgba(255,255,255,.6)),to(#fff));background-image:linear-gradient(to bottom,rgba(255,255,255,.01) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,.6) 51%,#fff 100%);z-index:3}.page-text #info[data-readmore][aria-expanded=false]:before{display:block}.page-text #info[data-readmore][aria-expanded=true]:before{display:none}.page-text .button-wrap{margin-top:24px;text-align:center}.page-text .button-wrap[data-readmore-toggle] .button-link{display:inline-block;font-weight:600;font-size:15px;text-transform:uppercase}.page-text .button-wrap[data-readmore-toggle] .button-link:hover{color:#484848}.page-text ul ul{padding-left:1.5rem}.page-text ul ul>li{list-style:disc}.page-text ol{list-style:decimal}.page-text ol>li{list-style:decimal}.category-list{margin-top:-10px;margin-bottom:-10px}.category-list .parent-nav-item>a{position:relative;padding-right:20px}.category-list .parent-nav-item .dropdown-button{display:block;width:20px;height:20px;position:absolute;top:10px;right:0;z-index:2}.category-list .parent-nav-item .dropdown-button:after{position:absolute;top:50%;right:6px;content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;margin-top:-2px;-webkit-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.category-list li.active>a{color:#716258;font-weight:600}.category-list li.active>a>.dropdown-button:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.category-list li.active>a+.category-sublist{display:block}.category-list>li>a{font-size:15px;color:#2a2a2a;padding-top:10px;padding-bottom:10px}.category-list .category-sublist{display:none;padding-left:15px}.category-list .category-sublist>li.active>a{color:#716258}.category-list .category-sublist>li.active>a:before{background-color:#e8d8d0}.category-list .category-sublist>li>a{display:block;position:relative;color:#848484;padding-left:16px;text-align:left}.category-list .category-sublist>li>a:before{content:"";position:absolute;top:.8rem;left:0;display:block;width:8px;height:8px;border-radius:50%;background-color:#e1e1e1;-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.table{width:100%;margin-bottom:0;color:#484848}.table td,.table th{padding:.65rem;vertical-align:middle;border-top:1px solid #e1e1e5}.table td.filter-cell,.table th.filter-cell{padding:0}.table td.filter-cell .form-control,.table td.filter-cell .select2-selection,.table th.filter-cell .form-control,.table th.filter-cell .select2-selection{border-radius:0!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;background:#fff}.table td.kv-expand-header-cell,.table td.kv-expand-icon-cell,.table th.kv-expand-header-cell,.table th.kv-expand-icon-cell{font-size:.875rem}.table thead th{vertical-align:bottom;color:#303030;border-top:none;text-align:center;background:#f9f9f9}.table .empty{font-size:18px;font-weight:600;text-align:center;margin:.5em 0}.table tr.kv-expand-detail-row>td{padding:0}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #e1e1e5}.table-bordered td,.table-bordered th{border:1px solid #e1e1e5}.table-bordered thead td,.table-bordered thead th{border-bottom-width:1px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-hover tbody tr:hover{color:#484848;background-color:rgba(48,48,48,.075)}.table-active,.table-active>td,.table-active>th{background-color:rgba(48,48,48,.075)}.table-hover .table-active:hover{background-color:rgba(35,35,35,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(35,35,35,.075)}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.kv-page-summary,.kv-table-footer{border:none}@media only screen and (max-width:991px){.wrapper{padding-top:126px}}.shop-wrap{padding-top:31px;padding-bottom:50px}@media only screen and (max-width:991px){.shop-wrap{padding-top:0}}#catalogue-showcases-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media only screen and (max-width:991px){#catalogue-showcases-list{display:none!important}}.catalogue-categories-section{position:relative;margin-bottom:4.28%;margin-left:-15px;margin-right:-15px}#catalogue-categories .dropdown-menu{width:100%;padding:15px;float:none;margin:0;overflow:auto;max-height:200px}#catalogue-categories .dropdown-menu::-webkit-scrollbar{width:4px;height:4px}#catalogue-categories .dropdown-menu::-webkit-scrollbar-thumb{background:#ebebeb}#catalogue-categories .dropdown-menu::-webkit-scrollbar-track{background:#fff}#catalogue-categories .dropdown-menu{scrollbar-face-color:#ebebeb;scrollbar-track-color:#fff}#catalogue-categories .dropdown-menu .nav-link{position:relative;padding-top:10px;padding-bottom:10px;padding-left:20px;font-size:.875rem}#catalogue-categories .dropdown-menu .nav-link:before{content:"";position:absolute;top:50%;left:0;margin-top:-5px;display:block;height:10px;width:10px;background-color:#d4d4d4;-webkit-transition:background-color .3s;transition:background-color .3s;border-radius:50%}#catalogue-categories .dropdown-menu .nav-link.active:before,#catalogue-categories .dropdown-menu .nav-link:hover:before{background-color:#c2b396}@media only screen and (min-width:992px){#catalogue-categories>.nav-item{width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;padding:15px}#catalogue-categories .dropdown-menu{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);border:none;border-radius:10px;margin-top:-5px}#catalogue-categories .dropdown:hover>.dropdown-menu{display:block}}@media only screen and (max-width:991px){#catalogue-categories{position:static;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;-webkit-box-orient:horizontal;-webkit-box-direction:normal}#catalogue-categories::-webkit-scrollbar{width:3px;height:3px}#catalogue-categories::-webkit-scrollbar-thumb{background:#ebebeb}#catalogue-categories::-webkit-scrollbar-track{background:#fff}#catalogue-categories{scrollbar-face-color:#ebebeb;scrollbar-track-color:#fff}#catalogue-categories>.nav-item{position:static;padding:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:.875rem}#catalogue-categories>.nav-item>.nav-link{position:relative;font-size:.875rem;white-space:nowrap;padding:10px 15px}#catalogue-categories>.nav-item>.nav-link span:after{display:none!important}#catalogue-categories>.nav-item>.nav-link.dropdown-toggle:before{position:absolute;top:50%;right:3px;content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #a4a4a4;margin-top:-2px;-webkit-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}#catalogue-categories>.nav-item>.nav-link:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;background:#c2b396}#catalogue-categories>.nav-item>.nav-link.active:after{-webkit-transform:scaleX(1);transform:scaleX(1)}#catalogue-categories .dropdown-menu{width:100%;padding:15px;float:none;border-radius:0;border-width:0 0 1px 0;top:100%;border-color:#d4d4d4}}#shop-list-products .product-list-item{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-5px;margin-right:-5px}.product-list .infinite-scroll-loading-text{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}@media only screen and (min-width:991px){.product-list{margin-left:-10px;margin-right:-10px}}.product-list-item{width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;padding-left:10px;padding-right:10px;margin-bottom:20px}@media only screen and (max-width:1359px){.product-list-item{width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media only screen and (max-width:1199px){.product-list-item{width:33.3333%;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}}@media only screen and (max-width:991px){.product-list-item{padding-left:5px;padding-right:5px;margin-bottom:10px}}@media only screen and (max-width:767px){.product-list-item{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.sort-sizer-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:54px;background-color:#f9f9f9;border-radius:30px;margin-bottom:1.625rem}.sort-sizer-wrap .filter-btn{width:170px;height:60px;text-transform:uppercase;font-size:15px;border-radius:30px}.sort-sizer-wrap .filter-btn svg{width:13px;height:14px}@media only screen and (max-width:991px){.sort-sizer-wrap{display:none}}.sorter-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #f9f9f9;background-color:#fff;height:100%;padding-left:20px;padding-right:20px;border-radius:30px;font-size:15px}.sorter-select{width:173px;padding-left:15px;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.sorter-title{font-weight:400}.current-sort-attr{position:relative;display:block;padding-right:10px;color:#959595;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-image:url(/img/icons/arrow-down.svg);background-position:right 0 top 50%;background-repeat:no-repeat;background-size:11px 6px}.sorter{padding-left:0;list-style:none;display:none;min-width:267px;margin:8px 0 0;position:absolute;top:100%;left:auto;right:0;background-color:#fff;border:1px solid #fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);overflow-x:hidden;border-radius:15px;z-index:1000}.sorter.active{display:block}.sorter>li{display:block}.sorter>li>a{display:block;padding:.71875rem .71875rem;background-color:#fff;color:#303030;border-radius:0}.sorter>li>a.active,.sorter>li>a.active:hover{color:#303030;background-color:#ebebeb}.sorter>li>a:hover{background-color:#f9f9f9;color:#303030}.mobile-buttons{position:fixed;top:71px;left:0;width:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#f9f9f9;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.09);box-shadow:0 3px 13px rgba(0,0,0,.09);z-index:3}@media only screen and (min-width:992px){.mobile-buttons{display:none}}.mobile-fillter-button{position:relative;width:50%;height:55px;padding:10px 5px 10px 20px;-webkit-transition:background-color .3s;transition:background-color .3s;cursor:pointer}.mobile-fillter-button .mob-button-title{font-size:15px;line-height:20px}.mobile-fillter-button .mob-button-middle-title{font-size:13px;line-height:18px}@media only screen and (max-width:374px){.mobile-fillter-button .mob-button-middle-title{font-size:10px}}.mobile-fillter-button.sorter-fillter-button{background-color:#f9f9f9}.mobile-fillter-button.sorter-fillter-button .mob-button-middle-title{color:#959595}.mobile-fillter-button.sorter-fillter-button:active{background-color:#303030}.mobile-fillter-button.mob-fillter-button{background-color:#d6d0d4}.mobile-fillter-button.mob-fillter-button .mob-button-middle-title{color:#585858}.mobile-fillter-button.mob-fillter-button:active{background-color:#c2b396}.shop-wrap-filters{display:none;position:relative;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:10px;padding-right:140px}.shop-wrap-filters.state-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.shop-wrap-filters #clear-selected-filters{position:absolute;top:7px;right:10px;bottom:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.shop-wrap-filters #clear-selected-filters svg{width:12px;height:12px;display:inline-block;margin-left:8px;vertical-align:top}.listing-choosen{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:54px;overflow:auto;margin-left:-5px;margin-right:-5px}.listing-choosen::-webkit-scrollbar{width:4px;height:4px}.listing-choosen::-webkit-scrollbar-thumb{background:#959595}.listing-choosen::-webkit-scrollbar-track{background:#f9f9f9}.listing-choosen{scrollbar-face-color:#959595;scrollbar-track-color:#f9f9f9}.choosen-filter{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:40px;border-radius:20px;font-size:14px;margin:7px 5px;border:1px solid #e6e6e6;background-color:#fff;padding:10px 18px;-webkit-transition:background-color .3s;transition:background-color .3s}.choosen-filter:hover{background-color:#ebebeb}.choosen-clear,.choosen-filter{cursor:pointer}.choosen-close{display:block;height:12px;width:12px;margin-left:20px;background-image:url(/img/icons/clear.svg);background-repeat:no-repeat;background-size:cover}.accordion .card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #e1e1e5}.accordion .card+.card{margin-top:-1px}.accordion .card-header{padding:0}.accordion .card-header .btn{position:relative;display:block;width:100%;text-align:left;font-weight:inherit;border:none;padding:1.25rem;padding-right:35px!important;border-radius:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.accordion .card-header .btn:hover{background-color:#f9f9f9}.accordion .card-header .btn:after{content:"";position:absolute;top:50%;margin-top:-10px;right:10px;width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMTUuNTYzIDQwLjgzNmEuOTk3Ljk5NyAwIDAgMCAxLjQxNCAwbDE1LTE1YTEgMSAwIDAgMCAwLTEuNDE0bC0xNS0xNWExIDEgMCAwIDAtMS40MTQgMS40MTRMMjkuODU2IDI1LjEzIDE1LjU2MyAzOS40MmExIDEgMCAwIDAgMCAxLjQxNHoiLz48L3N2Zz4=);background-size:cover;background-repeat:no-repeat;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion .card-header .btn[aria-expanded=true]:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.75rem;padding-left:1.6rem;border-top:1px solid #e1e1e5}@media only screen and (max-width:767px){.accordion .card-header .btn{padding:.75rem}.accordion .card-body{padding-left:1.25rem}}.reviews_section{margin:45px 0}.reviews_section_title{position:relative;margin-bottom:40px}.reviews_section_title h2{display:inline-block;font-size:25px;font-weight:500;text-transform:uppercase;background-color:#fff;padding-right:1em;margin:0}@media (max-width:1919px){.reviews_section_title h2{font-size:calc(18px + 7 * ((100vw - 320px)/ 1599))}}.reviews_section_title h2 else{font-size:calc(18px + 7 * ((100vw - 320px)/ -319))}.reviews_section_title:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#c2b396;z-index:-1}.last_review_block{visibility:hidden;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.last_review_block.slick-dotted{margin-bottom:40px}.last_review_block.slick-slider{visibility:visible;opacity:1}.last_review_block.slick-slider .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-left:0;margin-right:0}.last_review_block.slick-slider .slick-list{margin:0 -10px}.last_review_block.slick-slider .slick-slide{height:auto;outline:0!important}.last_review_block.slick-slider .slick-dots li button{border:1px solid transparent;height:20px;width:20px;padding:0;border-radius:50%;-webkit-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.last_review_block.slick-slider .slick-dots li button:before{position:absolute;top:calc(50% - 4px);left:calc(50% - 4px);content:"";width:8px;height:8px;font-family:inherit;font-size:0;line-height:0;text-align:center;color:#000;opacity:1;border-radius:50%;background-color:#d9dadc;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.last_review_block.slick-slider .slick-dots li.slick-active button{border-color:#c2b396}.last_review_block:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px}.last_review_block:not(.slick-initialized) .review{width:50%;max-width:50%}.last_review_block:not(.slick-initialized) .review:nth-last-of-type(n+3){display:none}.review{padding:0 10px}.review_item{background-color:#fff;border:1px solid #ebebeb;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:180px auto;grid-template-areas:"img hd" "img content"}@media only screen and (min-width:992px){.review_item{height:100%}}@media only screen and (max-width:991px){.review_item{border-radius:10px}}@media only screen and (max-width:576px){.review_item{grid-template-columns:90px auto;grid-template-areas:"img hd" "content content"}}.review_item .review_item_img{grid-area:img}.review_item .review_item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:30px}@media only screen and (max-width:991px){.review_item .review_item_img img{border-radius:10px}}.review_item .review_item_info{padding:10px}.review_item .review_item_header{grid-area:hd;padding:10px 10px 0}@media only screen and (max-width:576px){.review_item .review_item_header{padding:5px 5px 0}}.review_item .review_item_content{grid-area:content;padding:10px 10px 15px}.review_item .review_item_article{font-size:12px;margin-bottom:5px}.review_item .review_item_name{font-size:15px;font-weight:400}.review_item .review_item_price_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:5px}.review_item .review_item_price{font-weight:700;margin-right:10px}.review_item .review_item_price_old{color:#999;font-weight:400;text-decoration:line-through}.review_item .last_review_content_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.review_item .review_item_author{font-weight:400}.review_item .review_item .rating{margin-right:20px}.review_item .review_item .rating .star{width:16px;height:16px}