@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html, body {max-width: 100%;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}

html.no-scroll,
html.no-scroll body {
  overflow-y: hidden;
}


/***** GLOBAL *****/


/*Btn*/

.btn {
  padding: 20px;
  background: #000;
  color: #FFF;
  text-align: center;
  transition: .5s color, .5s border-color, .5s background;
  border: none;
  cursor: pointer;
}
 
.btn-border {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn:hover {
  background: #eae8e4;
  color: #000;
}

.btn-border:hover {
  border-color: #eae8e4;
}

.btn-gray {
  background: #f6f6f6;
  color: #000;
  width: auto;
}

/*Text block*/

.text-left {
    text-align: left !important;
}

.text-block {
  line-height: 1.8;
  font-weight: 300;
}

.text-block p {
  margin: 0 0 25px;
}

.text-block > *:last-child {
  margin: 0;
}

.text-block ul {
  margin: 0 0 25px;
}

.text-block ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.text-block h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-block p > a {
  color: #000;
  transition: .3s border-color;
  border-bottom: 1px solid rgb(234 232 228);
}

.text-block p > a:hover {
  border-color: transparent;
}

/*Section title*/

.section-title {
  margin: 0 0 40px;
}

.section-title .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}


/*Form*/

.form-group.checkbox-default input {
    display: none;
}

.form-group.checkbox-default label {
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 1.4;
    cursor: pointer;
}

.form-group.checkbox-default label:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #eae8e4;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
}

.form-group.checkbox-default label a {
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    transition: 0.3s border-color;
}

.form-group.checkbox-default label a:hover {
    border-color: transparent;
}

.form-group.checkbox-default input:checked + label:before {
    content: "\f00c";
    background: #000;
    border-color: #000;
    color: #fff;
}

form .form-group {
    margin: 0 0 30px;
}

form .form-group .form-title {
    margin: 0 0 10px;
    font-size: 14px;
}

form .form-group input {
    width: 100%;
    border: 1px solid #eae8e4;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    transition: .3s border-color;
    color: #000;
}
.sdek_select select{
    width: 50%;
    border: 1px solid #eae8e4;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    transition: .3s border-color;
    color: #000;
}
.sdek_status p {
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 600;
}
form .form-group:last-child {
    margin: 0;
}

form .form-group input:hover, form .form-group input:focus {
    border-color: #000;
}

form .form-group textarea {
  width: 100%;
  border: 1px solid #eae8e4;
  padding: 20px;
  height: 150px;
  line-height: 1.2;
  transition: .3s border-color;
  color: #000;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
}

form .form-group textarea:hover, form .form-group textarea:focus {
  border-color: #000;
}



/***** ALERT BLOCK *****/


.alert {
  background: #f6f5f3;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: relative;
  display: none;
}

.alert.show {
    display: block;
}

.alert-block {
  text-align: center;
  font-weight: 300;
  padding: 0 30px;
}

.alert-block .close {
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.alert-block .close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #000;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.alert-block .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-block .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-block .title {
  text-transform: uppercase;
  margin: 0 0 7px;
}

.alert-block .title a {
  color: #000;
}


/***** HEADER *****/


header {
  position: relative;
  top: -100%;
  background: #FFF;
  border-bottom: 1px solid #eae8e4;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 75;
    background: #FFF;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

header .top-line {
  border-bottom: 1px solid #eae8e4;
  padding: 10px 0;
}

header .top-line .ship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  font-size: 12px;
}

header .top-line .ship .flag {
  width: 18px;
  margin-right: 10px;
}

header .top-line .ship span {
  line-height: 1;
}

header .top-line .menu ul {
  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;
}

header .top-line .menu ul li {
  margin-right: 20px;
}

header .top-line .menu ul li a {
  font-size: 14px;
  color: #000;
  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;
}

header .top-line .menu ul li:last-child {
  margin-right: 0;
}

header .top-line .menu ul li a i {
  font-size: 16px;
  margin-right: 6px;
  color: #1B5F34;
}

header .top-line .profile {margin-left: auto;}

header .top-line .profile ul {
  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;
}

header .top-line .profile ul li {
  margin-right: 16px;
}

header .top-line .profile ul li a {
  color: #000;
  font-size: 16px;
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  line-height: 36px;
  background: #f6f5f3;
  border-radius: 50%;
}

header .top-line .profile ul li:last-child {
  margin-right: 0;
}

header .top-line .profile ul li.open-cart a {
  position: relative;
}

header .top-line .profile ul li a span {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #000;
  border-radius: 10px;
  color: #FFF;
  font-size: 10px;
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
}

header .bottom-line {
    padding: 12px 0;
}

header .bottom-line .header-line {
  position: relative;
}

header .logo {
  margin-right: 80px;
}

header .logo a {
  width: 300px;
  display: block;
}

header .bottom-line .menu {}

header .bottom-line .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .bottom-line .menu ul li {
  margin-right: 25px;
  padding: 12px 0px;
  position: relative;
}

header .bottom-line .menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  position: relative;
}

header .bottom-line .menu > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 4px;
    width: 100%;
    background: #1b5f34;
    transition: 0.3s opacity;
    opacity: 0;
    pointer-events: none;
}

header .bottom-line .menu > ul > li > a:hover:after {
  opacity: 1;
}


header .bottom-line .menu ul li:last-child {
  margin-right: 0;
}

header .search {
    position: relative;
  margin-left: auto;
  width: 335px;
  max-width: 100%;
}

header .search form {
  position: relative;
}

header .search input {
  background-color: #fff;
  border: none;
  width: 100%;
  padding-left: 50px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #eae8e4;
  transition: .3s background;
}

header .search button {
  padding: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1B5F34;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

header .search input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::placeholder {
  font-style: italic;
  font-weight: 300;
}

header .bottom-line .menu ul li.sub2 {
  position: relative;
}

header .bottom-line .menu ul li .submenu {
    position: fixed;
    left: 0;
    top: 150px;
    height: calc(100vh - 153px);
    z-index: 35;
    background: #FFF;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eae8e4;
    overflow-y: auto;
    display: none;
}

header .bottom-line .menu ul li .submenu .close {
  position: absolute;
  right: 0;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFF;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

header .bottom-line .menu ul li .submenu .submenu-block {
  width: 26%;
  background: #f6f5f3;
  padding: 2rem 3.13333vw;
}

header .bottom-line .menu ul li .submenu .submenu-block:last-child {
  width: 48%;
  padding: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block:nth-child(2) {
  background: #FFF;
}

header .bottom-line .menu ul li .submenu .submenu-block .image {
  height: 100%;
  position: relative;
  z-index: 3;
}

header .bottom-line .menu ul li .submenu .submenu-block .image a {
  display: block;
  width: 100%;
  height: 100%;
}

header .bottom-line .menu ul li .submenu .submenu-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .bottom-line .menu ul li .submenu .submenu-block ul li {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block ul li a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
}

.header-line .mobile-toggle {
  display: none;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 5;
}

.header-line .mobile-toggle span {
  display: block;
  margin: 0 0 4px;
  width: 24px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
}

.header-line .mobile-toggle span:nth-child(3) {
  margin: 0;
}

.header-line .mobile-toggle span:nth-child(1) {
  top: 0;
}

.header-line .mobile-toggle span:nth-child(2) {
  top: 7px;
}

.header-line .mobile-toggle span:nth-child(3) {
  top: 14px;
}

.header-line .mobile-toggle.open span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.header-line .mobile-toggle.open span:nth-child(2) {
  display: none;
}

.header-line .mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}

header .header-line .logo {
  display: none;
}

.header-line .mobile-cart {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 20px;
  display: none;
  z-index: 5;
}

.cart-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 515px) {
    .cart-header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.cart-title-right .btn {
    font-size: 18px;
    padding: 10px 15px;
}

.cart-title-right .btns {
    gap: 10px;
}

.header-line .mobile-cart a {
  color: #000;
}

.header-line .mobile-cart a span {
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: #585858;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50%;
}

header .callback {
    margin-left: auto;
}

header .callback a {
    color: #1B5F34;
}
header .callback a:hover {
    color: #fff;
    background: #1B5F34;
    border-color: #1B5F34;
}
header .callback .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10.5px 30px;
}

header .bottom-line .menu ul li .subcat {
  position: absolute;
  left: -40px;
  top: 100%;
  width: 300px;
  background: #fff;
  z-index: 35;
  display: none;
  padding: 8px 0;
  border: 1px solid #eae8e4;
}

header .bottom-line .menu ul li .subcat li {
  border-bottom: 1px solid #eae8e4;
  width: 100%;
  padding: 0 20px;
}

header .bottom-line .menu ul li .subcat li a {
  padding: 12px 5px;
  display: block;
}

header .bottom-line .menu ul li:hover > .subcat {
  display: block;
}

header .bottom-line .menu ul li .subcat li:last-child {
  border: none;
}

header .bottom-line .menu ul li .subcat:before {
  content: "";
  position: absolute;
  left: 56px;
  top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #eae8e4;
  transform: rotate(45deg);
  z-index: 4;
  background: #fff;
  border-bottom: 0;
  border-right: 0;
}

header .bottom-line .menu ul li .subcat .subcat {
  top: 0;
  left: 100%;
}

header .bottom-line .menu ul li .subcat .subsub:hover:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #eae8e4;
  z-index: 4;
  background: #fff;
  border-bottom: 0;
  border-right: 0;
}

header .bottom-line .menu ul li .subcat .subcat:before {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li.open-menus {
  display: block
}

header .bottom-line .menu ul li .submenu .submenu-block .open-menus ul li {
  display: block;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li.open-menus b {
  font-size: 16px;
  margin: 0 0 20px;
  display: block;
  color: #080808;
  font-weight: 600;
}

ul.show + ul.sep-top {
  border-top: 1px solid #cccccc;
  padding: 30px 0 0;
}

header .bottom-line .menu ul .new-submenu-block {
  position: absolute;
  left: -20px;
  top: 100%;
  background: #FFF;
  z-index: 2323;
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 30px;
  display: none;
  box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
}

header .bottom-line .menu ul li:hover .new-submenu-block {
    display: flex;
}

header .bottom-line .menu ul .new-submenu-block .block {
  width: calc(100%/3 - 30px*2/3);
  margin-right: 30px;
}

header .bottom-line .menu ul .new-submenu-block .block.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .bottom-line .menu ul .new-submenu-block .block ul {
  display: block;
}

header .bottom-line .menu ul .new-submenu-block .block:last-child {
  margin-right: 0;
}

header .bottom-line .menu ul .new-submenu-block .block .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 14px;
}

header .bottom-line .menu ul .new-submenu-block .block ul li {
  padding: 0;
  margin: 0 0 10px;
}

header .bottom-line .menu ul .new-submenu-block .block ul li a {
  text-transform: none;
}


/***** MODAL CART *****/

.cart-modal {
    top: 0;
    background: #fff;
    width: 480px;
    position: fixed;
    right: -150%;
    z-index: 35;
    height: 100%;
    transition: .3s all;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.cart-modal .modal-title {
  position: relative;
  line-height: 1;
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  border-bottom: 1px solid #eae8e4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-modal .modal-title .title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.cart-modal .modal-title .title span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}

.cart-modal .modal-title .title .ms2_total_count {
    margin-left: 0;
}

.cart-modal .scroll-box {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-modal .modal-title .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 63px;
  border-left: 1px solid #eae8e4;
  cursor: pointer;
}

.cart-modal .modal-title .close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.cart-modal .modal-title .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-modal .modal-title .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cart-items {
    margin: 30px 0;
    max-height: calc(100vh - 230px);
}

.cart-items .item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eae8e4;
  padding: 20px 0;
}
.product-size select {
   width: 200px;
    border: 1px solid #eae8e4;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    transition: .3s border-color;
    color: #000;    
 
}
.cart-items .item .info {
    width: calc(100% - 120px);
}
.cart-items .item .info2 {
    width: 20px;
}
.cart-items .item .image {
  width: 120px;
  margin-right: 10px;
  padding: 10px;
  background: #ffffff;
}

.cart-items .item .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
}

.cart-items .item .price {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
}

.cart-modal .total,
.cart-right .total{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
}

.cart-modal .total .btn,
.cart-right .total .btn{
  width: 100%;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.cart-modal .total .name,
.cart-right .total .name{
  text-transform: uppercase;
}

.cart-modal .total .price,
.cart-right .total .price{
  font-weight: 300;
}



/***** PAGE *****/

.page {
    padding: 0 0 60px;
}

.page.br-gray {
  padding: 60px 0;
  background: #f6f5f3;
}


/***** MOBILE MENU *****/


.mobile-menu {
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 57;
  background: #f6f5f3;
  height: calc(100vh - 50px);
  overflow-y: auto;
  width: 100%;
  display: none;
}

.mobile-menu .menu {
  background: #fff;
}

.mobile-menu .menu ul {
  padding: 0 15px;
}

.mobile-menu .menu ul li {
  border-bottom: 1px solid #eae8e4;
}

.mobile-menu .menu ul li:last-child {
  border: none;
}

.mobile-menu .menu ul li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 14px 30px 14px 5px;
}

.mobile-menu-src-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-src-subopen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    /* background-color: #585858; */
}

.mobile-menu-src-subopen._active svg {
    transform: rotate(90deg);
}

/* .mobile-menu .menu ul li.sub > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 14px;
} */

.mobile-menu .menu ul li .submenu-block {
  display: none;
  position: fixed;
  left: 0;
  top: 51px;
  height: calc(100% - 51px);
  width: 100%;
  z-index: 68;
  background: #fff;
}

.mobile-menu .menu ul li.open > .submenu-block {
  display: block;
}
.mobile-menu .menu ul li.open .submenu-block li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.mobile-menu .menu ul li .submenu-block .title-block {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eae8e4;
  margin: 0;
}

.mobile-menu .menu ul li .submenu-block .title-block .back {
  border-right: 1px solid #eae8e4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  min-width: 60px;
}

.mobile-menu .menu ul li .submenu-block .title-block .title {
  text-align: center;
  width: calc(100% - 48px);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 60px;
}

.mobile-menu .menu ul li .submenu-block .menu {
  height: calc(100vh - 50px - 60px);
  overflow-y: auto;
}

.mobile-menu .menu.more {
  background: transparent;
}

.mobile-menu .menu.more ul li a {
  text-transform: none;
}

.mobile-menu .menu ul li a img {
  width: 20px;
  margin-right: 10px;
}

.mobile-menu .menu ul li a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}


/***** MAIN SLIDER *****/


.main-slider {
  position: relative;
  border-bottom: 1px solid #eae8e4;
}

.main-slider .arrow {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: calc(100%/2 - 290px/2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  transition: .5s background;
}

.main-slider .arrow:hover {
  background: #eae8e4;
}

.main-slider .arrow.prev {
  left: 0;
}

.main-slider .arrow.next {
  right: 0;
}

.main-slider .item {
  padding-bottom: 50px;
  background: #FFF;
}

.main-slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.main-slider .item .image {
  overflow: hidden;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider .item .image a {
  height: 100%;
  width: 100%;
}

.main-slider .item .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
}

.main-slider .item .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 40px;
}

.main-slider .item .btns {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .item .btns .btn {
  width: 260px;
  max-width: 100%;
  margin: 0 20px;
}


/***** MAIN BLOCKS *****/


.main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-blocks .item-block {
  border: 1px solid #eae8e4;
  border-top: none;
  border-right: none;
}

.main-blocks .item-block a {
  text-align: center;
  color: #000;
  padding: 3.125vw;
}

.main-blocks .item-block:nth-child(2n) {
  border-right: none;
}

.main-blocks .item-block:first-child {
  border-left: none;
}

.main-blocks .item-block .image {
  margin: 0 0 30px;
}

.main-blocks .item-block .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

.main-blocks .item-block .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.main-blocks.three {
  border-top: 1px solid #eae8e4;
}

.main-blocks.three .item-block {
  width: calc(100%/3);
}

.main-blocks.three .item-block .title {
  font-size: 22px;
}

.main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-blocks > div {
  width: calc(100%/2);
}

.main-blocks .item-block {
  border: 1px solid #eae8e4;
  border-top: none;
  border-right: none;
}

.main-blocks .item-block.big {
  border-right: 1px solid #eae8e4;
  border-bottom: none;
}

.main-blocks .item-block:first-child {
  border-left: none;
}

.main-blocks .item-block:nth-child(2n) {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.main-blocks .item-block a {
  text-align: center;
  color: #000;
  padding: 3.125vw;
  display: block;
}

.main-blocks .item-block .image {
  margin: 0 0 30px;
}

.main-blocks .item-block .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

.main-blocks.three {
  border-top: 1px solid #eae8e4;
}

.main-blocks .item-block .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.main-blocks.three .item-block {
  width: calc(100%/3);
  border-left: none;
  border-right: 1px solid #eae8e4;
  border-bottom: 1px solid #eae8e4;
}

.main-blocks.three .item-block .title {
  font-size: 22px;
}

.main-blocks.three .item-block:nth-child(3n) {
  border-right: none;
}


/***** FILTERS *****/

.filters {
  border-bottom: 1px solid #eae8e4;
  border-top: 1px solid #eae8e4;
  margin: 0 0 45px;
}

.filters-select {
  border-top: 1px solid #eae8e4;
}

.filters-select-block {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.filters .form-group {
  margin-right: 20px;
  margin-bottom: 20px;
}

.filters .form-group input {
  display: none;
}

.filters .form-group label {
  display: block;
  padding: 0.5rem;
  cursor: pointer;
  background: transparent;
  color: #000;
}

.filters .form-group input:checked + label {
  background: #000;
  color: #fff;
  position: relative;
}

.filters .form-group input:checked + label:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.filters .form-group input:checked + label {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}


.filters .filters-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
}

.filters .filters-title .title {
  font-size: 18px;
}

.filters .filters-title .filters-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.filters .filters-title .filters-block .filters-list {
  position: absolute;
  right: -3.125vw;
  top: 100%;
  width: 100vw;
  display: none;
  z-index: 33;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eae8e4;
  padding: 0 3.125vw;
  box-shadow: 0 30px 20px rgb(0 0 0 / 10%);
  display: none;
}

.filters .filters-title .title {
  font-weight: bold;
}

.filters .filters-title .title span {
  font-weight: 300;
}

.filters-block > .checkbox {
  border-left: 1px solid #eae8e4;
  border-right: 1px solid #eae8e4;
  transition: 0.3s background;
  background: #fff;
  margin-right: 0;
  min-width: 185px;
  margin-bottom: 0;
}

.filters-block > .checkbox input {
  display: none;
}

.filters-block  > .checkbox label {
  padding: 1.87rem 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters-block > .checkbox label:before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  display: block;
  margin-right: 10px;
  text-align: center;
  line-height: 16px;
}

.filters-block .filters-btn {
  padding: 1.87rem 1.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  transition: 0.3s background;
  cursor: pointer;
  min-width: 145px;
}

.filters-block .filters-btn i {
  font-size: 20px;
  font-weight: 100;
  margin-right: 10px;
}

.filters-block .filters-btn:hover {
  background: #f6f5f3;
}

.filters-block > .checkbox:hover {
  background: #f6f5f3;
}

.filters-block > .checkbox input:checked + label:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}

.filters .filters-block > .form-group input:checked + label:after {
  display: none;
}

.filters .filters-block > .form-group input:checked + label {
  background: transparent;
  padding: 1.87rem 1.5rem;
  color: #000;
}

.filters .filters-list .block {
    width: calc(100%/4);
    border-left: 1px solid #eae8e4;
    padding: 0 1.5rem 1.5rem;
}

.filters .filters-list .block:nth-child(4n+1) {
  border-left: none;
}

.filters .filters-list .block .title {
    padding: 1.5rem 0;
}

.filters .filters-list .block .form-group.checkbox {
    border: none;
    margin: 0;
    margin-right: 10px;
}

/*.filters .filters-list .block .options .form-group.checkbox {
  margin: 0 -15px;
}*/

.filters .filters-list .block .form-group.checkbox label {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  display: inline-block;
  vertical-align: top;
}

.filters .filters-list .block .colors .form-group.checkbox label:after {
  display: none;
}

.filters .filters-list .hide-filters {
  width: calc(100% + 3.125vw*2);
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid #eae8e4;
  cursor: pointer;
  transition: .3s background;
  margin: 0 -3.125vw;
}

.filters .filters-list .hide-filters:hover {
  background: #f6f5f3;
}

.filters .filters-list .hide-filters i {
  margin-right: 15px;
}

.filters .filters-list .block:first-child {
  border: none;
}

.filters .filters-list .block .colors {
  display: flex;
  flex-wrap: wrap;
}

.filters .filters-list .block .colors .form-group.checkbox label {
  width: 32px;
  height: 32px;
  background: #CCC;
  padding: 0;
  border: 1px solid #d0d0d0;
}

.filters .filters-list .colors .block .form-group.checkbox {
  margin: 0 10px 10px 0;
}

.filters .filters-list .block .colors .form-group.checkbox label.blue {
  background: #0036f9;
}

.filters .filters-list .block .colors .form-group.checkbox label.brown {
  background: brown;
}

.filters .filters-list .block .colors .form-group.checkbox label.white {
  background: #FFF;
}

.filters .filters-list .block .colors .form-group.checkbox label.red {
  background: #b90000;
}

.filters .filters-list .block .colors .form-group.checkbox label.black {
  background: #000;
}

.filters .filters-list .block .colors .form-group.checkbox label.gray {
  background: gray;
}

.filters .filters-list .block .mse2_number_slider {
    margin: 0 0 20px !important;
    border: 1px solid #eae8e4;
    background: #f6f5f3;
}

.filters .filters-list .block .mse2_number_slider.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    cursor: pointer;
    background: #333333;
    border: none;
}

.filters .filters-list .block .mse2_number_slider.ui-slider .ui-slider-handle:hover {
    background: #000;
}

.filters .filters-list .block .mse2_number_slider.ui-slider .ui-slider-range {
    background: #333333;
}

.filters .filters-list .block .mse2_number_inputs {
    display: flex;
    flex-wrap: wrap;
}

.filters .filters-list .block .mse2_number_inputs .input {
    width: calc(100% / 2 - 30px / 2);
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.filters .filters-list .block .mse2_number_inputs .input input {
    width: 100%;
    order: 2;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #eae8e4;
    background: #f6f5f3;
}

.filters .filters-list .block .mse2_number_inputs .input label {
    order: 1;
    margin-right: 10px;
}

.filters .filters-list .block .mse2_number_inputs .input:last-child {
    margin-right: 0;
}


.filters.breadcrumbs {
    margin: 0;
}

.filters .breadcrumbs {
    margin-right: auto;
    width: calc(100% - 80px);
    padding: 0 20px;
}

.filters .breadcrumbs li {
    font-weight: 300;
}

.filters .back a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #FFF;
    border-right: 1px solid #eae8e4;
    border-left: 1px solid #eae8e4;
    font-size: 22px;
    color: #000;
    transition: .3s background;
}

.filters .back a:hover {
    background: #f6f5f3;
}

.filters .breadcrumbs li.active {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.filters .breadcrumbs li a {
    color: #000;
}


/***** CATALOG *****/

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

.catalog .item {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

.catalog .item:nth-child(3n) {
  margin-right: 0;
}

.catalog .item a {
  display: block;
  position: relative;
}

.catalog .item a img {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2px;
}

.catalog .item .item-images {
  background: #FFF;
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
}

.catalog .item .like {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  cursor: pointer;
  color: #202121;
  font-size: 18px;
}

.catalog .item .like a.voted i {
  font-weight: 900;
}

.catalog .item .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog .item .info .colors {
  display: flex;
  align-items: center;
}

.catalog .item .info .title {
  font-weight: 400;
  font-size: 16px;
  color: #202121;
}

.catalog .item .info .title a {
  color: #000;
}

.catalog .item .info .colors span {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}

.catalog .item .info .price {
  width: 100%;
  margin: 12px 0 0;
  color: #202121;
  font-size: 16px;
  font-weight: 500;
}

.catalog .item .info .colors span.gray {
  background: #575258;
}

.catalog .item .info .colors span.brown {
  background: #654135;
}

.catalog .item .info .colors span:last-child {
  margin-right: 0;
}

.catalog .item .item-images .arrow {
  position: absolute;
  top: 50%;
  background: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 20px;
  transform: translateY(-50%);
  transition: .3s opacity;
  opacity: 0;
  z-index: 7;
  cursor: pointer;
}

.catalog .item .item-images .arrow.prev {
  left: 0;
}

.catalog .item .item-images .arrow.next {
  right: 0;
}

.catalog .item .item-images:hover .arrow {
  opacity: 1;
}

.catalog.catalog-slider .slick-list {
  padding: 0;
}

.catalog.catalog-slider .item {
  margin: 0 15px !important;
}

.catalog.catalog-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 20px;
  background: #FFF;
  z-index: 5;
  cursor: pointer;
}

.catalog.catalog-slider .arrow.prev {
  left: 35px;
}

.catalog.catalog-slider .arrow.next {
  right: 35px;
}

.related {
  padding: 60px 0 70px;
  border-top: 1px solid #eae8e4;
}


/***** ITEM PAGE *****/

.item-page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.item-page .item-image-slider {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.item-page .item-image-slider a {
  width: calc(100% / 2 - 10px / 2);
  display: block;
  background-color: #ffffff;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 360px;
}

.item-page .item-image-slider a:first-child {
  width: 100%;
  max-height: 600px;
  /*height: 100%;
  max-height: inherit;*/
}

.item-page .item-image-slider a:nth-child(2) {
  margin-right: 10px;
}

.item-page .item-image-slider a img {
  max-width: 100%;
  max-height: 100%;
}

.item-page .item-info {
  width: 40%;
  padding: 3.125vw;
}

.item-page .item-info .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 30px;
  margin: 0 0 70px;
}

.item-page .item-info .title .article {
  margin: 0 0 5px;
  text-transform: uppercase;
}

.item-page .item-info .title .like {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.item-page .item-info .title .name {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.4;
}

.item-page .item-info .price-block {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
 /* justify-content: space-between;*/
}
.item-page .item-info .price-block .price2 {
    font-weight: 600;
    color: #000;
      font-size: 20px;
  margin: 0 0 0 5px;
 /* justify-content: space-between;*/
}
.item-page .item-info .price-block .price {
  font-weight: bold;
  font-size: 20px;
}

.item-page .item-info .btns {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 50px;
}

.item-page .item-info .btns a {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.item-page .item-info .price-block .availability {
  position: relative;
  padding-left: 10px;
}

.item-page .item-info .price-block .availability:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.item-page .item-info .price-block .availability.green:before {
  background: #5c7e08;
}

.item-page .item-info .price-block .availability.red:before {
  background: brown;
}

.item-page .item-info .text-block ul {
    column-count: 2;
}

.item-page .item-info .text-block ul li span {
    margin-right: 3px;
    color: #000;
    font-weight: normal;
}

.item-page .item-info .text-block ul li {
    font-weight: 600;
}

.modal-links a {
  color: #202121;
}

.modal-links a {
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #eae8e4;
  padding: 30px 60px 30px 55px;
  position: relative;
}

.modal-links a:last-child {
  border: none;
}

.modal-links a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.modal-links .name {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.modal-links .text {
  font-weight: 300;
}

.modal-links a:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item-page .item-info .sizes {
    margin: 30px 0 !important;
    display: flex;
}

.item-page .item-info .sizes .size {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
}

.item-page .item-info .sizes .size .image {
    width: 92px;
    background: url('../img/sprite_measurments.png') no-repeat -187px center;
    height: 43px;
    margin-bottom: 10px;
}

.item-page .item-info .sizes .size .info {
    font-weight: 600;
}

.item-page .item-info .sizes .size .info span {
    display: block;
    font-weight: 400;
    color: #000;
}

.item-page .item-info .sizes .size:last-child {
    margin: 0;
}

.item-page .item-info .sizes .size:nth-child(2) .image {
    background-position: 0 center;
}

.item-page .item-info .sizes .size:nth-child(3) .image {
    background-position: -278px center;
}


/***** FOOTER *****/


footer {
  background: #19110b;
}

footer .top-line {
  padding: 32px 0;
}

footer .top-line .logo a {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 110px;
  text-transform: uppercase;
}

footer .bottom-line {
  padding: 0 0 32px;
}

footer .bottom-line .menu {
  padding: 32px 0 0;
  border-top: 1px solid #392d23;
}

footer .bottom-line .menu ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottom-line .menu ul li a {
  color: #FFF;
}

footer .logo-block {
  display: flex;
  align-items: center;
}

footer .logo-block .phone {
  margin-left: auto;
}

footer .logo-block .phone a {
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

footer .logo-block .phone a i {
  margin-right: 10px;
  font-size: 26px;
  color: #4f3f31;
}

.filters-list .options{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}


.btn_more {
  display: block;
  margin: 0 auto 30px !important;
  padding-left: 40px;
  padding-right: 40px;
  width: auto !important;
}

.btn_more_block {
  text-align: center;
  margin: 40px 0 0;
}

.btn_more_block .btn {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.msfavorites.voted i {
    font-weight: bold;
}

.colors-type-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.colors-type-list .item {
    width: calc(100%/5 - 10px*4/5);
    margin-right: 10px;
    border: 1px solid #eae8e4;
    padding: 5px;
    background: #ffffff;
    margin-bottom: 10px;
}

.colors-type-list .item:nth-child(5n) {
    margin-right: 0;
}



/***** CART PAGE *****/


.cart-page {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
}

.cart-page .cart-left {
    width: 66.66666%;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 5rem;
    padding-top: 3rem;
    background: #f6f5f3;
}

.cart-page .cart-right {
    width: 33.333333%;
}

.cart-page .cart-left .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.cart-page .cart-left .btns .politic {
    width: calc(100% - 180px);
    margin-right: auto;
    padding-right: 30px;
}

/* .cart-page .cart-block {
    margin: 30px 0;
} */

.cart-page .cart-block > .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 30px;
}

.cart-page .cart-block > .title span {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

.cart-block-items {
    margin: 0 0 20px;
}

.cart-block-items .item {
    margin: 0 0 20px;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
}

.cart-block-items .item:last-child {
    margin: 0;
}

.cart-block-items .item .image {
    width: 200px;
    margin-right: 30px;
}

.cart-block-items .item .info {
    width: calc(100% - 230px);
    padding-right: 180px;
    position: relative;
}

.cart-block-items .item .info .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
}

.cart-block-items .item .info .article {
    font-weight: 300;
    margin: 0 0 15px;
}

.cart-block-items .item .info ul {
    margin: 0 0 30px;
}

.cart-block-items .item .info ul li {
    margin: 0 0 10px;
    font-weight: 400;
}

.cart-block-items .item .info ul li:last-child {
    margin: 0;
}

.cart-block-items .item .info .delete {}

.cart-block-items .item .info .delete button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    border: 1px solid #eae8e4;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    transition: .3s color, .3s background;
}

.cart-block-items .item .info .delete button:hover {
    background: #eae8e4;
}

.cart-block-items .item .info .controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-block-items .item .info .count {
    margin-right: 10px;
}

.cart-block-items .item .info .count input {
    border: 1px solid #CCC;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-right: 5px;
}

.cart-block-items .item .info .count input::-webkit-outer-spin-button,
.cart-block-items .item .info .count input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.cart-block-items .item .info .price {
    font-size: 16px;
}

.cart-page .cart-block .total {
    background: #FFF;
    padding: 40px 30px;
    margin: 0 0 20px;
}

.cart-page .cart-block .total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.cart-page .cart-block .total .item:last-child {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.cart-page .cart-right {
    width: 33.333333%;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 5rem;
    padding-top: 3rem;
    position: sticky;
    top: 140px;
}

.cart-page .cart-right .cart-phone {
  display: flex;
  justify-content: center;
}

.cart-page .cart-right .cart-phone a {
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-page .cart-right .cart-phone a i {
  margin-right: 10px;
  font-size: 20px;
}

.cart-page .cart-right .cart-phone a:hover {
  color: #404040;
}

#politic-btn[disabled] {
  opacity: .3;
  pointer-events: none;
}

.filters-select-block {
    background: transparent !important;
    padding: 18px 0 !important;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.filters-select-block strong {
    margin-right: 10px;
}

.filters-select-block a.mse2_selected_link {
    background: #000;
    color: #fff !important;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filters-select-block a.mse2_selected_link em {
    color: #fff !important;
}

.filters-select-block a.mse2_selected_link sup {
    position: relative;
    top: 0;
    margin-left: 6px;
    font-size: 23px;
    font-size: 0;
    transform: rotate(45deg);
}

.filters-select #mse2_selected_wrapper {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filters-select-block a.mse2_selected_link sup:after {
    content: "+";
    color: #fff;
    font-size: 32px;
    transform: rotate(45deg);
    line-height: 1;
}


.order-block {
    margin: 0 0 50px;
}

.order-block .item-block {
    margin: 0 0 50px;
}

.order-block .item-block .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
}

.cart-page .tip {
  margin: 0 0 20px;
  text-align: right;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-page .tip i {
  font-size: 18px;
  margin-right: 6px;
}

.cart-page .tip a {
  color: #000;
  border-bottom: 1px solid rgb(234 232 228);
  transition: .3s border-color;
}

.cart-page .tip a:hover {
  border-color: transparent;
}

.order-block .item-block .white-block {
    background: #FFF;
    padding: 30px;
}

.order-block .item-block:last-child {
    margin: 0;
}



.cart-page .cart-right .cart-items {
    max-height: inherit;
    margin-top: 15px;
}

.cart-right .total .btn {
    display: none;
}

.cart-page .cart-right .scroll-box {
    margin: 0 0 50px;
}

.cart-page .cart-right .modal-title .close {
    display: none;
}

.cart-page .cart-right .modal-title .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

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

.icon_labels .item {
    width: calc(100%/3 - 30px*2/3);
    margin-right: 30px;
}

.icon_labels .item:nth-child(3) {
    margin-right: 0;
}

.icon_labels .item input {
    display: none;
}

.icon_labels .item .icon {
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px;
}

.icon_labels .item .icon i {
    font-size: 50px;
    line-height: 1;
    vertical-align: bottom;
}

.icon_labels .item .icon img {
    max-height: 100%;
}

.icon_labels .item .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.icon_labels .item label {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px 15px 15px 46px;
  border: 1px solid #eae8e4;
  cursor: pointer;
  position: relative;
  height: 100%;
  text-align: left;
}

.icon_labels .item label i {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 20px;
  line-height: 1;
}

.icon_labels .item input:checked + label {
    background: #f6f5f3;
    border-color: #000;
}

.icon_labels .item input:checked + label:after {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.filters-list .options.colors-list {
  max-height: initial;
  overflow: hidden;
}

.filters-list .options.colors-list .form-group.checkbox {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox label {
  padding: 0;
  border: 2px solid #FFF;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox label:after {
  display: none;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox input:checked + label {
  border-color: #d52b1e;
}

.filters-list .options.colors-list .form-group.checkbox input:disabled + label {
  opacity: .3;
}


/***** CONTACT PAGE *****/

.contact-page-blocks {
  display: flex;
  flex-wrap: wrap;
}

.contact-page-blocks .item {
  margin: 0 30px 30px 0;
  background: #FFF;
  width: calc(100%/2 - 30px/2);
  border: 1px solid #eae8e4;
  padding: 20px;
}

.contact-page-blocks .item:last-child {
  width: 100%;
  margin: 0;
}

.contact-page-blocks .item:nth-child(2) {
  margin-right: 0;
}

.contact-page-blocks.help .item:last-child {
  width: calc(100%/2 - 30px/2);
  margin-bottom: 30px;
}

.contact-page-blocks .item .block-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 30px;
}

.contact-page-blocks .item p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.6;
}

.contact-page-blocks .item p:last-child {
  margin: 0;
}

.contact-page-blocks .item a.btn {
  width: 100%;
  display: block;
}

.contact-page-blocks .item p a {
  color: #000;
}

.contact-page-blocks .item form {
  margin: 30px 0 0;
}

#msOrder {
    margin-top: 0 !important;
}

.contact-page-blocks .item .map {
  height: 400px;
}


/***** MODAL *****/


.modal {
    display: none;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
}

.modal .modal-title {
  font-size: 30px;
  margin: 0 0 20px;
}


/***** BLOG *****/


.blog-page {
  display: flex;
  flex-wrap: wrap;
}

.blog-page .item {
  width: calc(100%/3 - 30px*2/3);
  margin-right: 30px;
  margin-bottom: 30px;
}

.blog-page .item:nth-child(3n) {
  margin-right: 0;
}

.blog-page .item .image {
  margin: 0 0 22px;
}

.blog-page .item .info .cat {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px;
}

.blog-page .item .info .title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 10px;
}

.blog-page .item .info .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}


/*** UI SEARCH ***/


.ui-menu {
  padding: 0;
  display: block !important;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #eae8e4;
  color: #000 !important;
  list-style: none !important;
}

.ui-menu .ui-menu-item small {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  color: #3c3c3c;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
}

.mse2-ac-item {
  padding: 10px;
  transition: 0.3s background, 0.3s color;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.mse2-ac-item:hover {
  background: #f6f5f3;
  border-color: transparent !important;
  color: #1b5f34 !important;
}

.mse2-ac-item .image {
  width: 50px;
  margin-right: 12px;
  border: 1px solid #eae8e4;
  padding: 2px;
}

.mse2-ac-item .info {
  width: calc(100% - 62px);
  font-size: 13px;
}

.filters .filters-list .block .form-group label:before {
  width: 40px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 90% auto;
  margin-right: 7px;
  background-color: #FFF;
}

.form-group[class*="title-"] {
  position: relative;
}

.title-vosmiugolnyie label:before,
header .bottom-line .menu ul li.title-vosmiugolnyie a:before {
  content: '';
  background-image: url(../img/icons/types/shestuglov.svg);
}

.title-kvadratnyie label:before,
header .bottom-line .menu ul li.title-kvadratnyie a:before  {
  content: '';
  background-image: url(../img/icons/types/kvadratnyie.svg);
}

.title-koshachij-glaz label:before,
header .bottom-line .menu ul li.title-koshachij-glaz a:before {
  content: '';
  background-image: url(../img/icons/types/koshachij-glaz.svg);
}

.title-kruglyie label:before,
header .bottom-line .menu ul li.title-kruglyie a:before {
  content: '';
  background-image: url(../img/icons/types/kruglyie.svg);
}

.title-navigator label:before,
header .bottom-line .menu ul li.title-navigator a:before {
  content: '';
  background-image: url(../img/icons/types/navigator.svg);
}
 
.title-aviatoryi label:before,
header .bottom-line .menu ul li.title-aviatoryi a:before {
  content: '';
  background-image: url(../img/icons/types/pilot.svg);
}

.title-pryamougolnyie label:before,
header .bottom-line .menu ul li.title-pryamougolnyie a:before {
  content: '';
  background-image: url(../img/icons/types/pryamougolnyie.svg);
}
.title-ovalnyie label:before,
header .bottom-line .menu ul li.title-ovalnyie a:before {
  content: '';
  background-image: url(../img/icons/types/ovalnye.svg);
}
.title-shestiugolnyie label:before,
header .bottom-line .menu ul li.title-shestiugolnyie a:before {
  content: '';
  background-image: url(../img/icons/types/shestuglov.svg);
}
.title-monolinza label:before,
header .bottom-line .menu ul li.title-monolinza a:before {
  content: '';
  background-image: url(../img/icons/types/monolinza.svg);
}
.title-serdcze label:before,
header .bottom-line .menu ul li.title-serdcze a:before {
  content: '';
  background-image: url(../img/icons/types/serdce.svg);
}
.title-broulainery label:before,
header .bottom-line .menu ul li.title-broulainery a:before {
  content: '';
  background-image: url(../img/icons/types/browline.svg);
}

header .bottom-line .menu ul li a:before {
  width: 40px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 90% auto;
  margin-right: 7px;
  background-color: #FFF;
}

footer .pay {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  color: #66472f;
  justify-content: flex-end;
}

footer .pay span {
  margin-right: 20px;
}

.faq-list .block {
  background: #fff;
  padding: 30px 40px;
}

.faq-list .block .block-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.faq-list .block .items .item {
  margin: 0 0 10px;
  background: #f6f5f3;
}

.faq-list .block .items .item:last-child {
  margin-bottom: 0;
}

.faq-list .block .items .item .item-title {
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.faq-list .block .items .item .item-text {
  padding: 0 20px 20px;
  display: none;
  font-size: 16px;
}

.faq-list .block .items .item .item-title:after {
  content: "+";
  font-family: arial;
  font-weight: 100;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}



.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    border: 1px solid #eae8e4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.pagination li.active a {
    background: #eae8e4;
}

/* Order page */
.total-container {
    width: 100%;
}

.total-container .total {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
}

.total-container .total::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    border-bottom: 2px dotted #ccc;
    z-index: -1;
}

.total-container .name, .total-container .price {
    background: white;
    padding: 0 5px;
}

.total-container .name {
    padding-left: 0;
}

.total-container .price {
    padding-right: 0;
}