.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.border-none {
  border: 0 !important;
}

.vertical-middle-wrapper {
  width: 100%;
  content: '';
  display: table;
  height: 100%;
  vertical-align: middle;
}

.vertical-middle-wrapper > * {
  vertical-align: middle !important;
  height: 100% !important;
  display: table-cell !important;
}

img {
  max-width: 100%;
}

body {
  color: #1a1a1a;
}

.styled-btn {
  display: inline-block;
  white-space: nowrap;
  height: 40px;
  line-height: 37px;
  padding: 0 10px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #e13859;
  border: 2px solid #e13859;
  user-select: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  max-width: 100%;
  outline: none;
  transition: 0.2s;
}
.styled-btn:hover, .styled-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #c81e3f;
  border-color: #c81e3f;
}
.styled-btn.grey {
  background-color: #515962;
  border-color: #515962;
}
.styled-btn.grey:hover, .styled-btn.grey:focus {
  background-color: #3a4046;
  border-color: #3a4046;
}
.styled-input, .styled-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0 10px;
  resize: vertical;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
}
.styled-input {
  height: 40px;
}
.styled-textarea {
  padding: 10px;
}
.styled-select {
  width: 100%;
  display: block;
}
.styled-select + .select2 {
  width: 100% !important;
  display: block;
}
.styled-select + .select2.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
}
.styled-select + .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-right: 22px;
}
.styled-select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 38px;
}
.styled-select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 9px;
  height: 5px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
.styled-select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 5px);
  width: 6px;
  height: 6px;
  border: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.styled-select + .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.styled-radio {
  display: none;
}
.styled-radio + label {
  margin: 0;
  color: #515962;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  display: inline-block;
  cursor: pointer;
}
.styled-radio + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 50%;
}
.styled-radio + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.styled-radio:checked + label:after {
  opacity: 1;
}
.styled-checkbox {
  display: none;
}
.styled-checkbox + label {
  margin: 0;
  color: #515962;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  display: inline-block;
  cursor: pointer;
}
.styled-checkbox + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  background-color: #ffffff;
}
.styled-checkbox + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
  opacity: 0;
  border: 2px solid #cccccc;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
}
.styled-checkbox:checked + label:after {
  opacity: 1;
}
.styled-link {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #1a1a1a;
  font-size: 14px;
  display: inline-block;
}
.styled-link:hover {
  text-decoration: none;
  border-bottom-color: transparent;
  color: #e13859;
}
.styled-article {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.styled-article p {
  padding: 0;
  margin: 0 0 20px;
}
.styled-article h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 0 0;
  margin: 0 0 10px;
}
.styled-article h2:first-child {
  padding-top: 0;
}
.styled-article .accent {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #f7f7f7;
  margin: 0 0 20px;
}
.styled-article ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.styled-article ul li {
  margin: 0 0 10px;
}
.styled-article ul li:last-child {
  margin-bottom: 0;
}
.styled-article a.disabled {
  color: #707070;
}

.modal .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  z-index: 20;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}

.modal .close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal .close:before, .modal .close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  background-color: #000;
  width: 25px;
  z-index: 1;
}
.modal .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:hover {
  opacity: 1;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 60px;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1023px;
    max-width: 100%;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  max-width: 1157px;
}

.brand-link {
  color: #e13859;
}
.brand-link:hover {
  opacity: 0.9;
  text-decoration: none;
}

.header-new {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header-new .top-header {
  height: 80px;
  padding: 20px 0;
  font-size: 12px;
  position: relative;
}
.header-new .top-header .left-t-header {
  padding-top: 16px;
  float: left;
}
.header-new .curs-top {
  margin-left: 9%;
  padding-top: 15px;
  float: left;
}
.header-new .curs-select {
  width: 80px;
  margin-left: 20px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 10px;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.header-new .curs-select .box-select-drop {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% - 4px);
  padding: 0 0 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #e4e4e4;
  border-top: 0;
  background-color: white;
}
.header-new .curs-select .box-select-drop a {
  display: block;
  padding: 10px 10px;
  color: #1a1a1a;
}
.header-new .curs-select .box-select-drop a:hover {
  color: #e13859;
  background-color: #f9f9f9;
}
.header-new .curs-select .box-select-drop a.active {
  color: rgba(246, 76, 101, 0.7);
}
.header-new .curs-select .box-select-drop a:hover {
  color: rgba(246, 76, 101, 0.7);
}
.header-new .curs-select:hover {
  border: 1px solid #e4e4e4;
}
.header-new .curs-select:hover .box-select-drop {
  opacity: 1;
  visibility: visible;
}
.header-new .curs-select:hover .line-now-c i {
  color: #e13859;
}
.header-new .bottom-header {
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}
.header-new .bottom-header ul.category-menu {
  text-align: center;
}
.header-new .bottom-header ul.category-menu > li {
  margin: 0 20px;
  padding: 17px 10px;
  display: inline-block;
}
.header-new .bottom-header ul.category-menu > li > a {
  color: #1a1a1a;
  font-size: 13px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.header-new .bottom-header ul.category-menu > li > a i {
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-new .bottom-header ul.category-menu > li > a:hover {
  color: #e13859;
}
.header-new .logo {
  width: 200px;
  top: 22px;
  display: block;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  font-size: 30px;
  color: #e13859;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
}

.line-now-c {
  position: relative;
  padding-right: 11px;
}
.line-now-c i {
  position: absolute;
  right: 2px;
  top: 5px;
}

.two-btn-t {
  padding-top: 19px;
  float: right;
}
.two-btn-t a {
  margin-right: 20px;
  display: block;
  float: left;
  font-size: 12px;
  color: #787878;
}
.two-btn-t a:last-child {
  margin-right: 0;
}
.two-btn-t a:hover {
  color: #e13859;
}

.box-btn-header {
  margin-left: 30px;
  float: right;
}
.box-btn-header .header-btn {
  margin-left: 15px;
  display: block;
  float: left;
}
.box-btn-header .header-btn a {
  display: block;
  font-size: 8px;
  color: #1a1a1a;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.box-btn-header .header-btn a:hover {
  color: #e13859;
}
.box-btn-header .header-btn a:hover i {
  color: #e13859;
}
.box-btn-header [class^="fashion-"],
.box-btn-header [class*=" fashion-"] {
  padding-bottom: 2px;
}
.box-btn-header i {
  width: 20px;
  margin: 0 auto 4px;
  display: block;
  color: #1a1a1a;
  font-size: 18px;
}

.main-slider-preview {
  position: relative;
}
.main-slider-preview .one-block {
  height: 490px;
}
.main-slider-preview .one-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.main-slider-preview .slick-custom {
  width: 100px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 20;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.main-slider-preview .slick-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.main-slider-preview .slick-custom.prev-slick {
  left: 30px;
}
.main-slider-preview .slick-custom.prev-slick:before {
  left: 10px;
  content: "\e90d";
}
.main-slider-preview .slick-custom.next-slick {
  right: 30px;
}
.main-slider-preview .slick-custom.next-slick:before {
  right: 10px;
  content: "\e90c";
}
.main-slider-preview .slick-custom:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-slider-preview .slick-custom:before {
  position: absolute;
  top: 15px;
  z-index: 10;
  opacity: 0.6;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-slider-preview .slick-custom:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-slider-preview .slick-custom:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-slider-preview .slick-custom:hover:before {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.text-main-1 {
  padding: 80px 0;
  font-weight: 300;
}
.text-main-1 .caption {
  margin-bottom: 30px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: 300;
  line-height: 70px;
}
.text-main-1 .caption span {
  font-family: "Libre Baskerville", sans-serif;
  color: #e13859;
}
.text-main-1 .limiter {
  max-width: 960px;
}
.text-main-1 p {
  margin-bottom: 40px;
  color: #515962;
  font-size: 18px;
  line-height: 30px;
}
.text-main-1 .black-underline {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #1a1a1a;
}
.text-main-1 .black-underline:hover {
  text-decoration: none;
  border-bottom-color: transparent;
  color: #e13859;
}

.main-box-with-photo {
  margin-bottom: 80px;
  position: relative;
}
.main-box-with-photo .one-block {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.main-box-with-photo .one-block:last-child {
  margin-right: 0;
}
.main-box-with-photo .one-block .item {
  width: 100%;
  height: 724px;
  display: block;
  background-color: black;
  position: relative;
  line-height: 0;
}
.main-box-with-photo .one-block .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.main-box-with-photo .one-block .item:before {
  height: 1px;
  top: -5px;
  left: 40px;
  right: 20px;
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
  background-color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item:after {
  width: 1px;
  top: 20px;
  bottom: 40px;
  right: -5px;
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
  background-color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item:hover:before {
  top: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item:hover:after {
  right: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  z-index: 2;
}
.main-box-with-photo .one-block .item span img {
  height: 46px;
}
.main-box-with-photo .one-block .item2 {
  width: 100%;
  height: 350px;
  margin-bottom: 24px;
  display: block;
  background-color: black;
  position: relative;
}
.main-box-with-photo .one-block .item2 span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  z-index: 2;
}
.main-box-with-photo .one-block .item2 span img {
  height: 46px;
}
.main-box-with-photo .one-block .item2:last-child {
  margin-bottom: 0;
}
.main-box-with-photo .one-block .item2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.main-box-with-photo .one-block .item2:before {
  height: 1px;
  top: -5px;
  left: 40px;
  right: 20px;
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
  background-color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item2:after {
  width: 1px;
  top: 20px;
  bottom: 40px;
  right: -5px;
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
  background-color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item2:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item2:hover:before {
  top: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-box-with-photo .one-block .item2:hover:after {
  right: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.st_news_letter_form .inputNew {
  padding-right: 30px;
}

.menu li > a {
  color: grey;
}

.menu li {
  text-align: left;
}

#footer .block {
  color: #1a1a1a;
}

.mar_b4, .style_content p.mar_b4 {
  margin-bottom: 10px;
  line-height: 26px;
}

.style_content p {
  font-size: 15px;
}

#footer .title_block {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}

.block .title_block {
  margin: 0 0 10px 0;
}

.bullet li a {
  display: inline-block;
}

.bottom-footer {
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.sent-email {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 5px;
  border: 0;
  background-color: transparent;
  color: #e13859;
}
.sent-email:hover {
  opacity: 0.9;
}

.st_news_letter_content {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 14px;
}

.bullet li a {
  padding: 0 0 5px 0;
}

.st_news_letter_form .inputNew {
  width: 100%;
  height: 30px;
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid #1a1a1a;
}
.st_news_letter_form .form-group {
  width: 100% !important;
  position: relative;
}

.stsocial_list {
  font-size: 16px;
}
.stsocial_list li {
  margin-right: 0;
}

#wpblogcustomblocka-sidebar li a:hover {
  color: #F64C65;
}

.stsocial_list li a:hover {
  color: #F64C65;
}

#wpblogcustomblocka-sidebar li {
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0;
}
#wpblogcustomblocka-sidebar li a {
  color: #1a1a1a;
  font-weight: 500;
}

.brand-color {
  color: #F64C65;
}

#footer {
  border-top: 1px solid #e4e4e4;
}

.slider-product-wrapper {
  margin-bottom: 80px;
}
.slider-product-wrapper .caption {
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 500;
}
.slider-product-wrapper .caption .brand-color {
  font-family: "Libre Baskerville", sans-serif;
}

.slider-product {
  margin: 0 -4px;
  position: relative;
}
.slider-product:before {
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 28px;
  top: -49px;
  content: "/";
}
.slider-product .slick-custom {
  position: absolute;
  top: -50px;
  font-size: 20px;
  color: #515962;
  cursor: pointer;
}
.slider-product .slick-custom.next-slick {
  right: 0;
}
.slider-product .slick-custom.prev-slick {
  right: 50px;
}
.slider-product .one-block {
  padding: 0 4px;
}
.slider-product .one-block .item {
  height: 340px;
  display: block;
  position: relative;
  line-height: 0;
  background-color: black;
}
.slider-product .one-block .item:hover > img {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-product .one-block .item > img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-product .one-block .item .name-brand {
  width: 100%;
  height: 80px;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.slider-product .one-block .item .name-brand img {
  max-width: 90%;
  max-height: 100%;
}

.link-menu {
  display: none;
}

.menu-small {
  padding-top: 137px;
}
.menu-small .top-header {
  height: 56px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
.menu-small .header-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  height: 56px;
}
.menu-small .header-new .logo {
  top: 10px;
}
.menu-small .header-new .two-btn-t {
  display: none;
}
.menu-small .header-new .left-t-header, .menu-small .header-new .curs-top {
  display: none;
}
.menu-small .header-new .bottom-header {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.menu-small .link-menu {
  width: 35px;
  position: relative;
  float: left;
  margin-top: 4px;
  color: #1a1a1a;
  font-size: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.menu-small .link-menu span {
  width: 20px;
  height: 1px;
  margin: 0 auto 5px;
  display: block;
  background-color: #1a1a1a;
}
.menu-small .link-menu span:nth-child(3) {
  margin-bottom: 7px;
}

body.menu-active.menu-small .link-menu {
  color: #e13859;
}
body.menu-active.menu-small .link-menu span {
  background-color: #e13859;
  transition: inherit;
}
body.menu-active.menu-small .header-new {
  height: auto;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
body.menu-active.menu-small .header-new .top-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.menu-active.menu-small .header-new .bottom-header {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.scroll-down {
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  display: block;
}
.scroll-down:before {
  width: 1px;
  height: 15px;
  left: 50%;
  top: 10px;
  position: absolute;
  display: block;
  background-color: white;
  content: "";
  -webkit-animation-name: call;
  animation: call 1.3s infinite ease-in-out;
}

.wrapper-main-slider {
  position: relative;
}

@keyframes call {
  0%, 100% {
    top: 10px;
  }
  50% {
    top: 25px;
  }
}
.page-404 {
  padding: 90px 100px 200px;
  position: relative;
}
.page-404:before {
  width: 366px;
  height: 500px;
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: -1;
  background: url("../img/img-404.png") no-repeat center/contain;
}
.page-404 .number-404 {
  font-size: 120px;
  color: #515962;
  line-height: 1.4;
  font-weight: 300;
}
.page-404 .under-404 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #515962;
  text-transform: uppercase;
  font-weight: 500;
}
.page-404 .text-top-form-404 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 500;
}

.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-full-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.form-404 {
  width: 340px;
  position: relative;
}
.form-404 input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 60px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #eeeeee;
}
.form-404 .red-404 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  font-size: 20px;
  z-index: 2;
  background-color: #e13859;
  color: white;
}

.icon_text {
  font-size: 0.8em;
}

.bread-list {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.bread-list li {
  margin-right: 5px;
  display: inline-block;
  color: #787878;
  font-size: 12px;
}
.bread-list li a {
  color: #787878;
  font-size: 12px;
}
.bread-list li a:hover {
  color: #e13859;
}

.static-page {
  padding: 30px 0 80px;
}
.static-page .catalog-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.static-page .catalog-page .left-q {
  width: 267px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.static-page .catalog-page .left-q .caption-l {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.static-page .catalog-page .right-q {
  width: 100%;
}
.static-page .catalog-page .right-q .name-rubric {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 21px;
}
.static-page .catalog-page .catalog-filter {
  padding-bottom: 15px;
}
.static-page .catalog-page .catalog-filter li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.static-page .catalog-page .catalog-filter li:last-child {
  border-bottom: 0;
}
.static-page .catalog-page .catalog-filter li.active a {
  color: #e13859;
}
.static-page .catalog-page .catalog-filter li a {
  color: #1a1a1a;
  font-size: 14px;
}
.static-page .catalog-page .catalog-filter li a:hover {
  color: #e13859;
}

a {
  line-height: 1.3;
}

.watched-product {
  margin-bottom: 30px;
}
.watched-product .one-block {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.watched-product .one-block:last-child {
  margin-bottom: 0;
}
.watched-product .one-block .box-img {
  width: 47px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.watched-product .one-block .box-img a {
  display: inline-block;
}
.watched-product .one-block .info-for-product {
  width: 100%;
}
.watched-product .one-block .info-for-product .name {
  margin-bottom: 2px;
  line-height: 16px;
}
.watched-product .one-block .info-for-product .name a {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}
.watched-product .one-block .info-for-product .name a:hover {
  color: #e13859;
}
.watched-product .one-block .info-for-product .brand {
  color: #1a1a1a;
  font-size: 11px;
}
.watched-product .one-block .info-for-product .date {
  font-size: 10px;
  color: #787878;
  font-weight: 500;
}
.watched-product .one-block .info-for-product .price {
  font-size: 12px;
  font-weight: 600;
  color: #e13859;
}
.watched-product .one-block .info-for-product .price span {
  font-size: 9px;
  text-decoration: line-through;
  color: #787878;
  display: inline-block;
}

.tags-line {
  margin-bottom: 25px;
}
.tags-line > div {
  margin-bottom: 5px;
}
.tags-line > div:last-child {
  margin-bottom: 0;
}
.tags-line a {
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 500;
}
.tags-line a:hover {
  color: #e13859;
}

.year-list {
  margin-bottom: 20px;
}
.year-list a:hover {
  color: #e13859;
}
.year-list > li {
  border-bottom: 1px solid #eeeeee;
}
.year-list > li:last-child {
  border-bottom: 0;
}
.year-list > li.active > a:before {
  content: '-';
}
.year-list > li > a {
  padding: 10px 20px 10px 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #1a1a1a;
}
.year-list > li > a:before {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #1a1a1a;
  content: "+";
  display: block;
}
.year-list > li ul {
  padding-bottom: 10px;
  display: none;
}
.year-list > li ul li {
  padding: 3px 10px 3px 20px;
}
.year-list > li ul li a {
  font-size: 12px;
  color: #1a1a1a;
}

.pagination-product {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.pagination-product .left-p {
  padding-top: 6px;
  float: left;
  color: #787878;
  font-size: 14px;
  font-weight: 300;
}
.pagination-product ul {
  float: right;
  display: block;
}
.pagination-product ul li {
  display: block;
  float: left;
}
.pagination-product ul li.active a {
  background-color: #f7f7f7;
  color: #1a1a1a;
}
.pagination-product ul li a {
  padding: 7px 12px;
  display: inline-block;
  color: #787878;
  font-size: 14px;
  font-weight: 300;
}
.pagination-product:last-child {
  border-bottom: 0;
}

.list-product {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.list-product .one-block {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-product .one-block .box-img {
  width: 266.666px;
  height: 400px;
  margin-right: 35px;
  position: relative;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.list-product .one-block .box-img .new-bl {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 8px;
  text-align: center;
  z-index: 20;
  background-color: #38ade1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.list-product .one-block .box-inform {
  width: 100%;
}
.list-product .one-block .box-inform .name-product {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.list-product .one-block .box-inform .name-product a {
  color: #1a1a1a;
}
.list-product .one-block .box-inform .box-btn-product a {
  margin-bottom: 20px;
  float: left;
  display: block;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.list-product .one-block .box-inform .box-btn-product a .box-i {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.list-product .one-block .box-inform .box-btn-product a .box-name {
  color: #272727;
  font-size: 15px;
}
.list-product .one-block .box-inform .box-btn-product a .box-name .remove-text {
  display: none;
}
.list-product .one-block .box-inform .box-btn-product a:hover {
  color: #e13859;
}
.list-product .one-block .box-inform .box-btn-product a:hover span {
  color: #e13859;
}
.list-product .one-block .box-inform .box-btn-product a.active .box-i {
  color: #e13859;
}
.list-product .one-block .box-inform .box-btn-product a.active .box-i i:before {
  content: "\e919";
}
.list-product .one-block .box-inform .box-btn-product a.active .box-name .remove-text {
  display: inline;
}
.list-product .one-block .box-inform .box-btn-product a.active .box-name .add-text {
  display: none;
}
.list-product .one-block .box-inform .brand-name {
  margin-bottom: 8px;
}
.list-product .one-block .box-inform .brand-name a {
  color: #1a1a1a;
  font-size: 18px;
}
.list-product .one-block .box-inform .price-count {
  margin-bottom: 20px;
  font-size: 20px;
  color: #e13859;
  font-weight: 600;
}
.list-product .one-block .box-inform .price-count span {
  font-size: 15px;
  color: #787878;
  text-decoration: line-through;
}
.list-product.product-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.list-product.product-blocks .one-block {
  width: calc(33.33333333333% - 30px);
  margin: 0 15px;
  display: block;
}
.list-product.product-blocks .one-block:nth-child(3n+3) {
  margin-right: 0;
}
.list-product.product-blocks .one-block .box-img {
  width: 100%;
  margin-bottom: 15px;
}
.list-product.product-blocks .one-block:hover .box-inform .box-btn-product {
  top: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-product.product-blocks .one-block .box-inform .name-product {
  margin-bottom: 2px;
  font-size: 16px;
}
.list-product.product-blocks .one-block .box-inform .brand-name {
  margin-bottom: 2px;
  font-size: 14px;
}
.list-product.product-blocks .one-block .box-inform .box-btn-product {
  position: absolute;
  top: -50px;
  left: 15px;
  z-index: 20;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-product.product-blocks .one-block .box-inform .box-btn-product a {
  clear: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-product.product-blocks .one-block .box-inform .box-btn-product a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-product.product-blocks .one-block .box-inform .box-btn-product a .box-name {
  display: none;
}
.list-product.product-blocks .one-block .box-inform .price-count {
  font-size: 16px;
}
.list-product.product-blocks .one-block .box-inform .price-count span {
  font-size: 12px;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter-catalog {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.filter-catalog .toggle-view {
  float: left;
}
.filter-catalog .toggle-view a {
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: block;
  float: left;
  color: #787878;
  border: 1px solid #787878;
  background-color: white;
}
.filter-catalog .toggle-view a.active {
  color: white;
  background-color: #787878;
}
.filter-catalog .toggle-view a:hover {
  opacity: 0.9;
}
.filter-catalog .filter-right {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.filter-catalog .filter-right .txt-for-block {
  margin-right: 10px;
  color: #787878;
  font-size: 14px;
  font-weight: 300;
}
.filter-catalog .filter-right select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.filter-catalog .filter-right .wrapper-select1 {
  width: 60px;
  margin-right: 20px;
}
.filter-catalog .filter-right .wrapper-select2 {
  width: 300px;
}

.footercontacts {
  font-size: 15px;
}

#wpblogcustomblocka-posts.main-last-news li {
  margin-bottom: 10px;
  margin-top: 0;
}
#wpblogcustomblocka-posts.main-last-news .post-image {
  max-width: 69px;
  padding-right: 0;
  margin-right: 15px;
}
#wpblogcustomblocka-posts.main-last-news img {
  border: none;
}
#wpblogcustomblocka-posts.main-last-news .post-details {
  max-width: 255px;
  width: calc(75% - 15px);
}

#rightbar a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#rightbar a.rightbar_tri i {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.cart-counter {
  position: relative;
  display: block;
}
.cart-counter-number {
  position: absolute;
  right: calc(50% - 15px);
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: #e13859;
  text-align: center;
  line-height: 15px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  border-radius: 50%;
}

.fb_like_box_warp iframe {
  max-width: 100%;
}

.main-content {
  overflow: hidden;
}

.category-menu-container {
  position: relative;
}
.category-menu > li.has-submenu.active .menu-sub {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.category-menu > li.has-submenu.active .fa-angle-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-new .bottom-header ul.category-menu > li.has-submenu.active > a {
  color: #e13859;
}

.menu-sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fafafa;
  padding: 30px;
  text-align: left;
  z-index: 25;
}
.menu-sub:after {
  content: "";
  display: table;
  clear: both;
}
.menu-sub-img-list {
  margin: -10px;
  padding: 0;
  list-style: none;
}
.menu-sub-img-list:after {
  content: "";
  display: table;
  clear: both;
}
.menu-sub-img-list li {
  list-style: none;
  float: left;
  margin: 10px;
  height: 130px;
  width: calc(25% - 20px);
  position: relative;
}
.menu-sub-img-list li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
.menu-sub-img-list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-sub-img-list li a img {
  width: 100%;
  max-width: 55%;
}
.menu-sub-img-list li a:hover, .menu-sub-img-list li a:focus {
  color: #fff;
}
.menu-sub-img-list li a:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
.menu-sub-img-list.small li {
  height: 100px;
  width: calc(20% - 20px);
}
.menu-sub-img-list.small li a img {
  max-width: 80%;
}
.menu-sub-logo {
  position: relative;
  z-index: 2;
}
.menu-sub-col-list {
  margin: 0 -10px 20px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.menu-sub-col-list:after {
  content: '';
  display: table;
  clear: both;
}
.menu-sub-col-list ul {
  float: left;
  width: calc(20% - 20px);
  margin: 0 10px;
}
.menu-sub.white {
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
}

.header-btn {
  position: relative;
}
.header-btn .is-empty .cart-counter-number {
  display: none;
}
.header-btn.empty .empty-btn-massage {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.empty-btn-massage {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  position: absolute;
  right: 0;
  top: 45px;
  width: 267px;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  z-index: 20001;
  padding: 20px;
  color: #515962;
  font-size: 12px;
  line-height: 18px;
}
.empty-btn-massage strong {
  font-weight: 600;
}
.empty-btn-massage p {
  margin: 0;
}
.empty-btn-massage .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.empty-btn-massage .close:before, .empty-btn-massage .close:after {
  display: block;
  content: "";
  height: 11px;
  width: 1px;
  background-color: #787878;
  position: absolute;
  top: 2px;
  left: 8px;
}
.empty-btn-massage .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.empty-btn-massage .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card-left {
  width: calc(57% - 30px);
  float: left;
  margin-right: 30px;
}
.card-right {
  float: left;
  width: 43%;
}
.card-title {
  margin: 0 0 5px;
  padding: 0;
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 400;
}
.card-subtitle {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px;
}
.card-tags {
  list-style: none;
  margin: 15px -4px 19px;
  padding: 0;
}
.card-tags li {
  display: inline-block;
  margin: 0 4px 5px;
  background-color: #f7f7f7;
  color: #515962;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
}
.card-price {
  color: #e13859;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
}
.card-price-block {
  margin: 0 0 20px;
}
.card-price-old {
  color: #515962;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 8px;
}
.card-price-discount {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #515962;
  border-radius: 60%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  vertical-align: bottom;
  margin-left: 14px;
}
.card-options-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  border-bottom: 2px solid #eeeeee;
  margin: 10px 0;
}
.card-options-list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.card-options-list li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.card-options-list.color-list a {
  display: inline-block;
  width: 40px;
  height: 60px;
  border: 1px solid transparent;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
}
.card-options-list.color-list a:hover {
  border-color: #e2e2e2;
}
.card-options-list.color-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-options-list.color-list a.active {
  border: 1px solid #515962;
}
.card-options-list.size-list label {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  padding: 0 2px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
}
.card-options-list.size-list label:hover {
  background-color: #eee;
}
.card-options-list.size-list input:checked ~ label {
  border: 1px solid #515962;
  color: #ffffff;
  background-color: #515962;
}
.card-options-item input {
  display: none;
}
.card-options-item label {
  cursor: pointer;
}
.card-buy {
  margin: 15px 0;
}
.card-btn {
  height: 40px;
  background-color: #e13859;
  border: 1px solid #e13859;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  vertical-align: top;
  margin: 0 5px;
  max-width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
}
.card-btn:hover {
  background-color: #d8304e;
}
.card-btn i {
  font-size: 18px;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.card-reserves {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 19px;
}
.card-actions {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.card-actions li {
  margin: 0 0 5px;
}
.card-actions li a {
  font-size: 14px;
  font-weight: 400;
}
.card-actions li a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
}
.card-comments-first {
  text-align: center;
  padding: 50px 0 25px;
  color: #1a1a1a;
}
.card-comments-first .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.card-comments-first .desc {
  font-size: 14px;
  font-weight: 400;
}
.card-comments-first-btn {
  display: inline-block;
  height: 40px;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  font-weight: 400;
  line-height: 38px;
  vertical-align: top;
  max-width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
  color: #1a1a1a;
  font-size: 16px;
  margin-top: 20px;
}
.card-comments-first-btn i {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.card-images {
  float: right;
  width: 366px;
  max-width: calc(63% - 30px);
}
.card-images-item {
  width: 100%;
  height: 546px;
  display: none;
}
.card-images-item.active {
  display: block;
}
.card-thumbnails {
  float: left;
  width: 246px;
  max-width: calc(46% - 25px);
}
.card-thumbnails-item {
  width: calc(50% - 5px);
  height: 176px;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #fff;
  opacity: 0.6;
}
.card-thumbnails-item:hover {
  opacity: 0.8;
}
.card-thumbnails-item.active {
  border-color: #515962;
  opacity: 1;
}
.card-thumbnails-item:nth-child(2n+2) {
  margin-right: 0;
}
.card-thumbnails-item img {
  width: 100%;
  height: 100%;
}
.card-wish .remove-text {
  display: none;
}
.card-wish .add-text {
  display: inline;
}
.card-wish.active i {
  color: #e13859;
}
.card-wish.active i:before {
  content: "\e919";
}
.card-wish.active .remove-text {
  display: inline;
}
.card-wish.active .add-text {
  display: none;
}

.qty {
  display: inline-block;
  width: 60px;
  position: relative;
  vertical-align: top;
}
.qty-input {
  display: block;
  width: 100%;
  padding: 0 22px 0 2px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 40px;
  font-weight: 500;
}
.qty-input::-webkit-outer-spin-button, .qty-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 */
}
.qty-p, .qty-m {
  display: block;
  position: absolute;
  right: 1px;
  width: 20px;
  line-height: 20px;
  border-left: 1px solid #cccccc;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  padding-right: 1px;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
  background-color: transparent;
}
.qty-p:hover, .qty-m:hover {
  background-color: #eee;
}
.qty-p {
  top: 1px;
  border-bottom: 1px solid #cccccc;
  line-height: 20px;
  height: 20px;
}
.qty-p:before, .qty-p:after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
  width: 10px;
  height: 1px;
  background-color: #515962;
}
.qty-p:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
  left: calc(50% - 4px);
}
.qty-m {
  bottom: 1px;
  line-height: 16px;
  border-top: 1px solid #cccccc;
  height: 19px;
  color: #1a1a1a;
  font-size: 14px;
}
.qty-m:before {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #515962;
}

.product-carousel {
  position: relative;
}
.product-carousel-section {
  margin-top: 45px;
  margin-bottom: 0;
}
.product-carousel:before {
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 28px;
  top: -49px;
  content: "/";
}
.product-carousel .slick-list {
  margin: 0 -15px;
}
.product-carousel .slick-custom {
  position: absolute;
  top: -50px;
  font-size: 20px;
  color: #515962;
  cursor: pointer;
}
.product-carousel .slick-custom.next-slick {
  right: 0;
}
.product-carousel .slick-custom.prev-slick {
  right: 50px;
}
.product-carousel-item {
  padding: 0 15px;
  display: block;
}
.product-carousel-item:hover .product-carousel-title {
  color: #e13859;
}
.product-carousel-img {
  max-width: 100%;
  width: 266px;
  height: 400px;
  margin-bottom: 15px;
  display: block;
}
.product-carousel-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  display: block;
  -webkit-transition: 0.22s;
  -moz-transition: 0.22s;
  -ms-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
}
.product-carousel-subtitle {
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
}
.product-carousel-price {
  color: #e13859;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.product-carousel-price .old {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 12px;
}

.product-status-last,
.product-status-wait {
  background-color: #515962;
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  display: inline-block;
  max-width: 100%;
  padding: 4px 6px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.product-status-last {
  background: #e13859;
}

#to_top a:hover {
  color: #1a1a1a;
}

#rightbar-shopping_cart {
  padding-top: 9px;
  line-height: 1.4;
}
#rightbar-shopping_cart i {
  font-size: 15px;
  position: relative;
}

.category-mobile-btn i.fa {
  display: none;
}

.mobile-menu-links {
  display: none;
}

.modal-fast .card-images {
  width: 353px;
  max-width: none;
}
.modal-fast .card-thumbnails {
  width: 118px;
  max-width: none;
  height: 545px !important;
}
.modal-fast .card-thumbnails-item {
  width: 100%;
  height: 176px;
  margin: 0 0 9px;
  float: none;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-fast .card-thumbnails-item:nth-child(2n+2) {
  margin: 0 0 9px;
}
.modal-fast .card-thumbnails .slick-list {
  height: 546px !important;
}
.modal-fast .card-thumbnails .slick-prev, .modal-fast .card-thumbnails .slick-next {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #cccccc;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-fast .card-thumbnails .slick-prev:before, .modal-fast .card-thumbnails .slick-next:before {
  content: "";
  position: absolute;
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  top: calc(50% - 10px);
  border: 2px solid #515962;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-fast .card-thumbnails .slick-prev.slick-disabled, .modal-fast .card-thumbnails .slick-next.slick-disabled {
  opacity: 0;
}
.modal-fast .card-thumbnails .slick-prev.slick-disabled:hover, .modal-fast .card-thumbnails .slick-next.slick-disabled:hover {
  opacity: 0;
}
.modal-fast .card-thumbnails .slick-prev:hover, .modal-fast .card-thumbnails .slick-next:hover {
  opacity: 0.8;
}
.modal-fast .card-thumbnails .slick-prev {
  top: 0;
}
.modal-fast .card-thumbnails .slick-prev:before {
  top: calc(50% - 5px);
  border-bottom: none;
  border-right: none;
}
.modal-fast .card-thumbnails .slick-next {
  bottom: 0;
}
.modal-fast .card-thumbnails .slick-next:before {
  top: calc(50% - 15px);
  border-top: none;
  border-left: none;
}

.product-carousel-section .caption .red {
  color: #e13859;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
}

.modal-search .modal-dialog {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
}
.modal-search .modal-content {
  min-height: 100vh;
}
.modal-search .modal-body {
  padding: 90px 0 50px;
}
.modal-search-form {
  display: block;
  max-width: 762px;
  margin: 0 0 120px;
}
.modal-search-form .input {
  height: 65px;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #787878;
  padding: 0;
  color: #1a1a1a;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}
.modal-search-message {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.modal-search .close {
  top: 30px;
  right: 15px;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.modal-search .close:before, .modal-search .close:after {
  width: 40px;
  background-color: #1a1a1a;
  top: 14px;
  left: -5px;
}
.modal-search .container {
  position: relative;
}
.modal-search .product-carousel-img {
  height: 271px;
}
.modal-search .product-carousel-item {
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.modal-search .product-carousel-search .slick-custom {
  position: absolute;
  top: -50px;
  font-size: 20px;
  color: #515962;
  cursor: pointer;
}
.modal-search .product-carousel-search .slick-custom.next-slick {
  right: 0;
}
.modal-search .product-carousel-search .slick-custom.prev-slick {
  right: 50px;
}
.modal-search .product-carousel-search:before {
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 28px;
  top: -49px;
  content: "/";
}
.modal-search .product-carousel-search .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}

.modal .slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.4s;
  -moz-transition: opacity 0.25s 0.4s;
  -ms-transition: opacity 0.25s 0.4s;
  -o-transition: opacity 0.25s 0.4s;
  transition: opacity 0.25s 0.4s;
}

.modal.fade.in .slick-slider {
  opacity: 1;
}

.rating-stars {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.rating-stars li {
  float: right;
  margin: 0;
  padding: 0;
}
.rating-stars li label {
  margin: 0;
  padding: 1px;
  font-size: 17px;
  color: #828282;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rating-stars li:hover label, .rating-stars li.active label {
  color: #fd8925;
}
.rating-stars li:hover ~ li label, .rating-stars li.active ~ li label {
  color: #fd8925;
}

.review-modal .modal-dialog {
  width: 952px;
  max-width: calc(100% - 20px);
}
.review-modal .modal-body {
  padding: 60px;
}
.review-modal-content .left {
  float: left;
  width: 280px;
}
.review-modal-content .left img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.review-modal-content .left .name {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.review-modal-content .right {
  float: right;
  width: calc(100% - 310px);
  margin-left: 30px;
}
.review-modal-content .right .title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px;
  line-height: 1.1;
}
.review-modal-content .right .rating {
  margin-bottom: 25px;
}
.review-modal-content .right .rating .r-label {
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin: 0;
}
.review-modal-content .right .rating .rating-stars {
  float: left;
  margin-left: 18px;
}
.review-modal-content .right .review-row {
  margin-bottom: 20px;
}
.review-modal-content .right .review-row:after {
  content: "";
  display: table;
  clear: both;
}
.review-modal-content .right .review-row:last-child {
  margin-bottom: 0;
}
.review-modal-content .right .review-row label {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
}
.review-modal-content .right .review-row label .req {
  color: #e13859;
}
.review-modal-content .right .review-row input {
  height: 40px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0 10px;
  display: block;
  width: 100%;
}
.review-modal-content .right .review-row textarea {
  height: 120px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 5px 10px;
  display: block;
  width: 100%;
}
.review-modal-content .right .req-text {
  float: left;
  color: #515962;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
}
.review-modal-content .right .review-cancel {
  float: right;
  color: #515962;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}
.review-modal-content .right .review-cancel:hover {
  color: #000;
}
.review-modal-content .right .styled-btn {
  float: right;
  margin-left: 20px;
  width: 180px;
}
.review-modal .close {
  top: 60px;
  right: 60px;
}

.modal-subscribe .modal-dialog {
  margin-top: 160px;
  width: 660px;
  max-width: calc(100% - 20px);
}
.modal-subscribe .modal-body {
  padding: 0;
}
.modal-subscribe .close {
  width: 30px;
  height: 30px;
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.modal-subscribe .close:before, .modal-subscribe .close:after {
  left: 7px;
  top: 14px;
  height: 2px;
  width: 16px;
  background: #515962;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-subscribe .close:hover:before, .modal-subscribe .close:hover:after {
  background: #000;
}
.modal-subscribe .img {
  float: right;
  min-height: 460px;
  height: 100%;
  background-position: center;
  background-size: cover;
  width: calc(100% - 330px);
}
.modal-subscribe .subscribe {
  position: relative;
  z-index: 1;
  width: 330px;
  float: left;
  padding: 30px;
}
.modal-subscribe .subscribe .title {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 230px;
  margin: 0 0 25px;
}
.modal-subscribe .subscribe .title .red {
  color: #e13859;
  font-size: 28px;
  font-weight: 400;
  font-family: "Libre Baskerville", sans-serif;
}
.modal-subscribe .subscribe .text {
  margin: 0 0 20px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.modal-subscribe .subscribe .styled-btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 25px;
}
.modal-subscribe .subscribe .styled-btn.grey {
  margin-bottom: 0;
}
.modal-subscribe .subscribe input {
  height: 40px;
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #515962;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  margin: 0 0 20px;
}

.cart-table {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  table-layout: fixed;
}
.cart-table td {
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
}
.cart-table td:nth-child(1) {
  width: 100px;
}
.cart-table td:nth-child(1) img {
  width: 60px;
  display: inline-block;
  margin: 0 10px;
}
.cart-table td:nth-child(2) {
  text-align: left;
}
.cart-table td:nth-child(3) {
  width: 160px;
}
.cart-table td:nth-child(4) {
  width: 160px;
}
.cart-table td:nth-child(5) {
  width: 40px;
  padding: 5px;
}
.cart-table td:nth-child(6) {
  width: 160px;
}
.cart-table thead {
  text-align: center;
}
.cart-table thead td {
  font-size: 14px;
  font-weight: 500;
}
.cart-table .title {
  font-weight: 500;
  margin: 0 0 3px;
}
.cart-table .title a {
  color: #1a1a1a;
}
.cart-table .desc {
  color: #1a1a1a;
  margin: 0 0 3px;
  font-weight: 500;
}
.cart-table .desc span {
  color: #787878;
  font-weight: 400;
}
.cart-table .price {
  color: #e13859;
  font-weight: 600;
  margin: 0 0 3px;
}
.cart-table .price-old {
  color: #515962;
  text-decoration: line-through;
  margin: 0 0 3px;
}
.cart-table .price-full {
  color: #e13859;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.cart-table .discount {
  color: #1a1a1a;
  margin: 0 0 3px;
}
.cart-remove {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.cart-remove:before, .cart-remove:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  width: 18px;
  height: 1px;
  background-color: #515962;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cart-remove:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-remove:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-remove:hover:before, .cart-remove:hover:after {
  background-color: #000;
}
.cart-sum {
  float: left;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  margin-left: 105px;
}
.cart-sum span {
  color: #e13859;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  min-width: 125px;
  padding-left: 10px;
}
.cart-clr {
  padding-left: 18px;
  float: left;
  position: relative;
  color: #515962;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1px;
  margin-bottom: 30px;
}
.cart-clr:before, .cart-clr:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 9px;
  width: 12px;
  height: 1px;
  background-color: #515962;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cart-clr:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-clr:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-clr:hover:before, .cart-clr:hover:after {
  background-color: #e13859;
}
.cart-detail {
  margin-left: auto;
  max-width: 522px;
}

.checkout-form {
  padding: 40px;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
}
.checkout-form-title {
  text-align: center;
  color: #515962;
  font-size: 14px;
  line-height: 20px;
  margin: 50px 0 20px;
}
.checkout-form-title a {
  color: #1a1a1a;
  font-weight: 500;
}
.checkout-form-title a:hover {
  color: #e13859;
}
.checkout-form .col-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.checkout-form .styled-input {
  max-width: 425px;
}
.checkout-form .styled-select,
.checkout-form .styled-select + .select2 {
  max-width: 425px;
}
.checkout-form .styled-textarea {
  height: 160px;
}
.checkout-form-bottom {
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.checkout-form-bottom .styled-btn {
  width: 400px;
}

.form-row {
  margin: 0 0 20px;
  position: relative;
}
.form-row > label {
  margin: 0 0 5px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 0;
}
.form-row-text {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  clear: both;
}
.form-row.inline {
  margin-bottom: 10px;
}
.form-row.inline > label {
  float: left;
  width: 215px;
  display: block;
  margin-bottom: 0;
  padding-right: 10px;
  margin-top: 9px;
}
.form-row.inline > label.radio-section-label {
  margin-top: 0;
}
.form-row.inline:after {
  content: "";
  display: table;
  clear: both;
}
.form-row.inline .styled-input {
  float: left;
  width: calc(100% - 215px);
}
.form-row.inline .styled-btn {
  margin-left: 215px;
}
.form-row.inline .forget {
  display: block;
  float: left;
  margin-left: 215px;
  margin-bottom: 10px;
}
.form-row.inline .form-row-text {
  float: left;
  margin-left: 215px;
}
.form-row.inline .styled-textarea {
  float: left;
  width: calc(100% - 215px);
}
.form-row.inline .personal-subscribe {
  margin-left: 215px;
}

.page-title {
  padding: 0 0 8px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
}

.login-form {
  display: block;
  width: 100%;
  margin: 0 auto;
  min-height: 378px;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
  padding: 40px 35px 40px 40px;
}
.login-form .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.login-form .text {
  font-size: 14px;
  margin: 0 0 15px;
}
.login-form .styled-input {
  width: 425px;
}
.login-form .styled-btn {
  width: 425px;
}
.login-form .styled-btn.registration {
  margin-top: 40px;
}
.login-form .styled-btn.login {
  margin-top: 12px;
}
.login-form .form-row label {
  font-weight: 600;
}
.login-form .forget {
  display: inline-block;
  margin-top: 10px;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
}
.login-form .forget:hover {
  color: #e13859;
}

.personal-categories {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.personal-categories:after {
  content: "";
  display: table;
  clear: both;
}
.personal-categories li {
  margin: 0 15px 30px;
  padding: 0;
  float: left;
}
.personal-categories li .icon {
  overflow: hidden;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 2px;
  background-color: #e13859;
  color: #fff;
  font-size: 32px;
}
.personal-categories li .icon:hover, .personal-categories li .icon:focus {
  color: #fff;
}
.personal-categories li .icon:hover {
  background-color: #c81e3f;
}
.personal-categories li .text {
  float: left;
  margin-left: 10px;
  width: calc(100% - 85px);
  color: #515962;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.personal-categories li .text a {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}
.personal-categories li .text a:hover {
  color: #e13859;
}
.personal-categories li:after {
  content: "";
  display: table;
  clear: both;
}
.personal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.personal-menu li {
  margin: 0 0 10px;
  padding: 0;
}
.personal-menu li:last-child {
  margin-bottom: 0;
}
.personal-menu a {
  padding: 0 10px;
  display: block;
  height: 40px;
  background-color: #fff;
}
.personal-menu a:hover {
  color: #515962;
  background-color: #f7f7f7;
}
.personal-menu a.active {
  background-color: #e13859;
  color: #fff;
}
.personal-menu a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 40px;
}
.personal-menu a .icon {
  width: 22px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.personal-menu a .text {
  margin-left: 5px;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
}
.personal-form-pass {
  max-width: 600px;
}
.personal-form-pass .title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
}
.personal-form-pass .styled-btn {
  margin-top: 10px;
  width: 200px;
}
.personal-form-pass .forget {
  display: inline-block;
  color: #e13859;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0;
}
.personal-form-pass .forget:hover {
  color: #c81e3f;
}
.personal-information-form .update-text {
  color: #1a1a1a;
  font-size: 14px;
  margin: 0 0 30px;
}
.personal-information-form .update-text p {
  margin: 0;
}
.personal-information-form .update-text .req-text {
  color: #e13859;
  font-size: 12px;
  font-weight: 400;
}
.personal-information-form .form-limiter {
  max-width: 600px;
}
.personal-information-form .styled-btn {
  margin-top: 10px;
  width: 200px;
}

.history-table {
  width: 100%;
}
.history-table thead {
  background-color: #f7f7f7;
}
.history-table thead td {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
}
.history-table td {
  padding: 10px;
}
.history-table tbody td {
  vertical-align: top;
}
.history-table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.history-table .status {
  display: inline-block;
  border-radius: 2px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.1;
}
.history-table .status.grey {
  background-color: #515962;
}
.history-table .nwrap {
  white-space: nowrap;
}
.history-table .detail {
  display: inline-block;
  margin: 10px 0;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.history-table .detail:hover {
  color: #e13859;
}
.history-empty-text {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}
.history-empty-message {
  color: #515962;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff6cc;
}

.personal-menu-btn {
  display: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
  background-color: #f9f9f9;
}
.personal-menu-btn i.fa {
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.personal-menu-btn.active {
  color: #e13859;
}
.personal-menu-btn.active i.fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.validate-mark {
  position: absolute;
  right: -20px;
  top: 13px;
  height: 8px;
  width: 12px;
  border: 2px solid #000;
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
  border-top: none;
  border-right: none;
  display: none;
}

.styled-input.error + .validate-mark {
  display: block;
  border-color: #e13838;
}
.styled-input.success + .validate-mark {
  display: block;
  border-color: #38ade1;
}

.radio-section {
  margin: 0 -10px 10px;
  float: left;
  width: calc(100% - 215px);
}

.radio-item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
}

.personal-date {
  float: left;
  width: calc(100% - 215px);
}
.personal-date .styled-select,
.personal-date .styled-select + .select2 {
  width: 100px !important;
  display: inline-block;
  vertical-align: top;
}

.personal-subscribe {
  margin-top: 10px;
}

.about-text {
  margin: 0 0 20px;
  color: #515962;
  font-size: 14px;
  line-height: 21px;
}

.service-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
}
.service-subscribe .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.service-subscribe .subtitle {
  max-width: 290px;
  line-height: 21px;
  margin: 0 0 30px;
}
.service-subscribe .styled-input {
  width: 366px;
}
.service-subscribe .styled-btn {
  width: 200px;
}
.service-subscribe .status {
  border-radius: 2px;
  background-color: #e6e6e6;
  padding: 0 10px;
  color: #515962;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 22px;
  margin: 0 0 10px;
}
.service-subscribe .status-text {
  margin: 0 0 15px;
}
.service-subscribe .status-mail {
  margin: 0 0 15px;
}
.service-subscribe .status-mail strong {
  font-weight: 500;
}
.service-subscribe .about-text {
  margin-top: 30px;
}
.service-return p {
  margin-bottom: 20px;
}
.service-return-steps {
  margin-bottom: 20px;
}
.service-return-steps .step {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  max-width: 663px;
}
.service-return-steps .step .number {
  display: table-cell;
  vertical-align: top;
  width: 60px;
}
.service-return-steps .step .number span {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  line-height: 60px;
  text-align: center;
  color: #1a1a1a;
  font-size: 30px;
}
.service-return-steps .step .text {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  padding-left: 10px;
}
.service-company .site-name {
  color: #e13859;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.service-company .site-name p {
  margin-bottom: 20px;
}
.service-company .images {
  margin: 0 0 25px;
}
.service-company .images a,
.service-company .images span {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 2px 0;
}
.service-company .images img {
  display: block;
  width: 84px;
}
.service-company p {
  margin: 0 0 20px;
}

.partnership-item {
  padding: 10px 0;
}
.partnership-item .img {
  width: 120px;
  height: 120px;
  background-color: #f7f7f7;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.partnership-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.partnership-item .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.partnership-item .text p {
  padding: 0;
  margin: 0 0 20px;
}
.partnership-item .text p:last-child {
  margin-bottom: 0;
}
.partnership-item:after {
  content: "";
  display: table;
  clear: both;
}
.partnership-item:last-child {
  padding-bottom: 0;
}

.service-contacts .contacts {
  line-height: 25px;
}
.service-contacts .contacts strong {
  font-weight: 600;
}
.service-contacts .contacts p {
  margin: 0 0 5px;
  padding: 0;
}

.service-map-wrapper {
  width: 612px;
  max-width: 100%;
  margin: 0 auto;
}

#serviceMap .land {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#serviceMap .enabled {
  fill: #E13859;
  cursor: pointer;
}
#serviceMap .enabled.active {
  fill: #c81e3f;
}

.service-map-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  -moz-transition: visibility 0.2s, opacity 0.2s;
  -ms-transition: visibility 0.2s, opacity 0.2s;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
  pointer-events: none;
  position: absolute;
  text-align: left;
  padding: 10px 15px;
  z-index: 5;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #eee;
  display: block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  box-shadow: 0 0 0 1px #eee;
}
.service-map-popup p {
  margin-bottom: 5px;
}
.service-map-popup p:last-child {
  margin-bottom: 0;
}
.service-map-popup.active {
  opacity: 1;
  visibility: visible;
}
.service-map-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.service-map-contact {
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 25px;
}

.col-md-9 {
  position: static;
}

.service-sizes .title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
}
.service-sizes .note {
  padding: 0;
  line-height: 21px;
  margin: 0 0 30px;
}
.service-sizes .universal {
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  padding: 10px;
  margin: 0 0 30px;
  line-height: 21px;
  font-weight: 500;
}

.sizes-table {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.sizes-table a {
  color: #e13859;
}
.sizes-table a:hover {
  color: #c81e3f;
}
.sizes-table td {
  border: 1px solid #f0f0f0;
  padding: 8px 10px;
  text-align: center;
  font-weight: 500;
}
.sizes-table td:nth-child(1) {
  text-align: left;
  width: 30%;
}
.sizes-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.sizes-many {
  position: relative;
  margin-bottom: 30px;
}
.sizes-many .item .sizes-table {
  margin-bottom: 0;
}
.sizes-many .item-1 {
  padding-right: 11%;
}
.sizes-many .item-2 {
  padding-left: 11%;
}
.sizes-many .more-sizes {
  cursor: pointer;
  color: #787878;
  font-weight: 500;
  width: 11%;
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  z-index: 1;
  height: 100%;
  padding-top: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #f0f0f0;
  opacity: 1;
  visibility: visible;
}
.sizes-many .more-sizes:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #787878;
  margin-top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  position: relative;
  left: -5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sizes-many .more-sizes:hover {
  color: #e13859;
}
.sizes-many .more-sizes:hover:after {
  border-color: #e13859;
}
.sizes-many .more-sizes.prev {
  left: 0;
}
.sizes-many .more-sizes.prev:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
}
.sizes-many .more-sizes.next {
  right: 0;
}
.sizes-many .more-sizes.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.blog-page .caption-l {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-list .col:nth-child(2n + 1) {
  clear: both;
}
.blog-list .item {
  display: block;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin: 0 0 30px;
}
.blog-list .item:hover {
  background-color: #f7f7f7;
}
.blog-list .item .images {
  text-align: center;
  display: block;
  margin: 0 -0.5px 9px;
}
.blog-list .item .images a {
  position: relative;
  display: block;
  float: left;
  width: calc(33.3333333333333333% - 1px);
  margin: 0 0.5px 1px;
}
.blog-list .item .images a :nth-child(3n + 1) {
  clear: both;
}
.blog-list .item .images a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog-list .item .images a:hover:after {
  opacity: 1;
}
.blog-list .item .images img {
  display: block;
  width: 100%;
}
.blog-list .item .images:after {
  content: "";
  display: table;
  clear: both;
}
.blog-list .item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  display: block;
  margin: 0 0 10px;
}
.blog-list .item .title a {
  color: #1a1a1a;
}
.blog-list .item .title a:hover {
  color: #e13859;
}
.blog-list .item .date {
  color: #787878;
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}
.blog-list .item .link {
  font-size: 16px;
  font-weight: 600;
}
.blog-list .item .link a {
  color: #e13859;
}
.blog-list .item .link a:hover {
  color: #c81e3f;
}
.blog-info {
  margin: -10px 0 20px;
}
.blog-info span {
  display: inline-block;
  color: #515962;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.blog-info span:after {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 12px;
  position: relative;
  top: -1px;
}
.blog-info span:last-child:after {
  display: none;
}
.blog-gallery {
  margin: 0 -2px 40px;
}
.blog-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.blog-gallery a {
  position: relative;
  float: left;
  width: calc(25% - 4px);
  margin: 0 2px 4px;
}
.blog-gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog-gallery a:hover:after {
  opacity: 1;
}
.blog-gallery a:nth-child(4n + 1) {
  clear: both;
}
.blog-gallery img {
  display: block;
  width: 100%;
}
.blog-tell {
  margin-bottom: 30px;
}
.blog-tell:after {
  content: "";
  display: table;
  clear: both;
}

.comments-form {
  background-color: #fafafa;
  padding: 35px 30px 10px;
}
.comments-form-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 0;
}
.comments-form .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
}
.comments-form .styled-btn {
  width: 200px;
  margin-top: 10px;
}
.comments-list {
  margin-top: 20px;
}
.comments-list .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.comments-list .item:last-child {
  border-bottom: none;
}
.comments-list .item .top {
  margin-bottom: 8px;
  font-size: 16px;
}
.comments-list .item .top .name {
  display: inline-block;
  margin-right: 18px;
  font-weight: 500;
}
.comments-list .item .top .date {
  color: #787878;
}
.comments-list .item .text {
  font-size: 14px;
  line-height: 1.5;
}

.promo-counter {
  display: inline-block;
  vertical-align: middle;
}
.promo-counter-block {
  margin: 0 0 20px;
}
.promo-counter-block .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.promo-counter > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  min-width: 36px;
  min-height: 30px;
  padding: 5px 1px;
  border-radius: 2px;
  background-color: #fff6cc;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 6px;
  text-transform: uppercase;
}
.promo-counter > div > span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }

  .header-new .top-header .curs-select {
    margin-left: 5px;
  }

  .header-new .top-header .curs-top {
    margin-left: 4%;
  }

  .box-btn-header {
    margin-left: 5px;
  }

  .page-404 {
    padding: 80px 0;
  }

  .static-page .catalog-page .left-q {
    width: 220px;
  }

  .filter-catalog .filter-right {
    margin-bottom: 20px;
  }
  .filter-catalog .filter-right .wrapper-select2 {
    width: 200px;
  }

  .list-product .one-block .box-img {
    height: 300px;
    width: 206.66px;
  }

  .product-carousel-img {
    height: 300px;
  }

  .card-right {
    width: 35%;
  }

  .card-left {
    width: calc(65% - 30px);
  }
}
@media (min-width: 991px) {
  .personal-categories li {
    width: calc(25% - 30px);
  }
  .personal-categories li:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .menu-small {
    padding-top: 56px;
  }

  .scroll-down {
    display: none;
  }

  .header-new .top-header .curs-top {
    margin-left: 0;
    padding-top: 17px;
  }
  .header-new .top-header .left-t-header {
    position: absolute;
    top: 5px;
  }

  .box-btn-header {
    margin-left: 0;
  }

  .main-slider-preview .one-block {
    height: 400px;
  }

  .text-main-1 {
    padding: 30px 0 60px;
  }
  .text-main-1 .caption {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 57px;
  }

  #footer .title_block {
    font-size: 13px;
  }

  .page-404:before {
    width: 250px;
    height: 400px;
  }

  .list-product .one-block .box-img {
    height: 225px;
    width: 132.83px;
  }

  .product-status-last, .product-status-wait {
    font-size: 9px;
  }

  .list-product .one-block .box-inform .box-btn-product a {
    margin-bottom: 20px;
  }

  .list-product .one-block .box-inform .name-product {
    font-size: 14px;
  }

  .card-images-item {
    height: 365px;
  }

  .card-thumbnails {
    max-width: calc(50% - 35px);
  }
  .card-thumbnails-item {
    height: 115px;
  }

  .card-left {
    width: calc(55% - 30px);
  }

  .card-right {
    width: 45%;
  }

  .product-carousel-item {
    padding: 0 5px;
  }

  .product-carousel .slick-list {
    margin: 0 -5px;
  }

  .mobile-menu-links {
    display: block;
  }

  .bottom-header {
    overflow: auto;
    padding-bottom: 60px;
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 56px;
    height: calc(100vh - 56px);
    width: 100%;
  }

  .header-new .bottom-header ul.category-menu {
    text-align: left;
  }
  .header-new .bottom-header ul.category-menu > li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-new .bottom-header ul.category-menu > li > a {
    padding: 12px 10px;
    display: block;
  }
  .header-new .bottom-header ul.category-menu > li.has-submenu {
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    -ms-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;
    transition: max-height 1.5s;
  }
  .header-new .bottom-header ul.category-menu > li.has-submenu .menu-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .header-new .bottom-header ul.category-menu > li.has-submenu.active {
    max-height: 2000px;
  }
  .header-new .bottom-header ul.category-menu .menu-sub {
    position: static;
    border-top: 1px solid #f0f0f0;
  }

  .header-new .curs-select {
    width: 100px;
  }

  .menu-small .header-new .mobile-menu-links .curs-top {
    display: block;
    margin-left: 10px;
  }
  .menu-small .header-new .mobile-menu-links .curs-top i.fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -1px;
    top: 4px;
  }
  .menu-small .header-new .mobile-menu-links .curs-top .box-select-drop {
    border-bottom: none;
    border-top: 1px solid #e4e4e4;
    top: auto;
    bottom: calc(100% - 4px);
  }

  .mobile-menu-links {
    margin-top: 10px;
  }
  .mobile-menu-links li > a,
  .mobile-menu-links li > span {
    padding: 7px 10px;
    color: #757575;
    display: block;
  }
  .mobile-menu-links li > span {
    color: #c5c5c5;
    font-weight: 400;
  }
  .mobile-menu-links .mobile-login-link {
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 5px;
  }

  .menu-small.menu-active {
    overflow: hidden;
  }

  .menu-sub {
    padding: 20px;
  }
  .menu-sub-img-list li {
    height: 100px;
  }

  .modal-fast .card-left {
    float: none;
    width: 485px;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .modal-fast .card-right {
    float: none;
    width: 100%;
  }
  .modal-fast .card-images-item {
    height: 547px;
    width: 100%;
  }

  .modal-search .close {
    top: -40px;
  }

  .cart-table td:nth-child(6) {
    width: auto;
  }
  .cart-table td:nth-child(3), .cart-table td:nth-child(4) {
    width: 100px;
  }

  .personal-categories li {
    width: calc(50% - 30px);
  }
  .personal-categories li:nth-child(2n + 1) {
    clear: both;
  }

  .personal-menu-mobile {
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .personal-menu-btn {
    display: block;
  }
  .personal-menu-btn.active + .personal-menu-mobile {
    max-height: 600px;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
  }
}
@media (max-width: 767px) {
  .main-slider-preview .one-block {
    height: 350px;
  }

  .text-main-1 {
    padding: 50px 0;
  }
  .text-main-1 .caption {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }
  .text-main-1 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
  }

  .we-in-social {
    padding-top: 20px !important;
    text-align: center !important;
    clear: both;
  }
  .we-in-social .title_block {
    text-align: center;
  }

  .main-box-with-photo .one-block .item2 span img, .main-box-with-photo .one-block .item span img {
    height: 35px;
  }

  #wpblogcustomblocka-sidebar {
    clear: both;
    padding-top: 20px !important;
  }

  .main-box-with-photo .one-block .item2 span img, .main-box-with-photo .one-block .item span img {
    height: 25px;
  }

  .main-box-with-photo .one-block .item {
    height: 404px;
  }
  .main-box-with-photo .one-block .item span {
    left: 10px;
    bottom: 10px;
  }
  .main-box-with-photo .one-block .item2 {
    height: 190px;
  }
  .main-box-with-photo .one-block .item2 span {
    left: 10px;
    bottom: 10px;
  }

  .slider-product-wrapper .caption {
    font-size: 24px;
  }

  .slider-product .one-block .item {
    height: 260px;
  }

  .slider-product-wrapper {
    margin-bottom: 50px;
  }

  #footer .title_block {
    font-size: 14px;
  }

  .style_content p {
    font-size: 12px;
    line-height: 15px;
  }

  .page-404:before {
    width: 250px;
    margin-right: -125px;
    right: 50%;
    opacity: 0.7;
  }

  #footer-top .container {
    padding-bottom: 0;
  }

  #facebook_like_box_footer {
    margin-bottom: 0;
  }

  .box-btn-header .header-btn {
    margin: 0 2px;
    text-align: center;
  }
  .box-btn-header .header-btn .text {
    display: none;
  }
  .box-btn-header .header-btn > a {
    margin: 0;
    padding: 4px;
  }
  .box-btn-header .header-btn i {
    font-size: 20px;
    width: auto;
  }

  .box-btn-header [class^="fashion-"], .box-btn-header [class*=" fashion-"] {
    margin-bottom: 0;
  }

  .box-btn-header {
    position: relative;
    top: 5px;
    right: -7px;
  }

  .menu-small .link-menu {
    position: relative;
    top: 7px;
  }
  .menu-small .link-menu span {
    height: 2px;
    width: 25px;
  }
  .menu-small .link-menu .text {
    display: none;
  }

  .static-page .catalog-page {
    display: block;
  }
  .static-page .catalog-page .left-q {
    display: block;
    width: auto;
    margin-right: 0;
  }

  .list-product.product-blocks {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list-product.product-blocks .one-block {
    margin: 0 5px;
    width: calc(33.333333333333% - 10px);
  }

  .list-product .one-block .box-img {
    height: 280px;
    width: 170px;
  }

  .category-mobile {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .category-mobile-btn {
    padding: 10px;
    background-color: #f9f9f9;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .category-mobile-btn i.fa {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .category-mobile-btn.active {
    color: #e13859 !important;
  }
  .category-mobile-btn.active i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .category-mobile-btn.active + .category-mobile {
    max-height: 600px;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
  }

  .static-page .catalog-page .right-q .name-rubric {
    margin-top: 20px;
  }

  .static-page {
    padding: 30px 0;
  }

  .card-left {
    max-width: 400px;
    width: auto;
    float: none;
    margin: 0 auto 15px;
  }

  .card-right {
    float: none;
    width: auto;
  }

  .menu-sub-img-list li,
  .menu-sub-img-list.small li {
    width: calc(33.3333333333333% - 20px);
  }

  .menu-sub-col-list ul {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .menu-sub-col-list ul:nth-child(2n + 1) {
    clear: both;
  }

  .modal-fast .card-images {
    float: none;
    max-width: none;
    width: auto;
    margin: 0 auto 20px;
  }
  .modal-fast .card-thumbnails {
    width: auto;
    max-width: none;
    height: auto !important;
    float: none;
  }
  .modal-fast .card-thumbnails-item {
    float: left;
    margin: 0 5px;
    height: 152px;
  }
  .modal-fast .card-thumbnails-item:nth-child(2n + 2) {
    margin: 0 5px;
  }
  .modal-fast .card-thumbnails .slick-list {
    margin: 0 -5px;
    height: auto !important;
  }
  .modal-fast .card-thumbnails .slick-prev {
    left: -84px;
    top: 66px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    height: 20px;
  }
  .modal-fast .card-thumbnails .slick-next {
    left: auto;
    right: -84px;
    top: 66px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    height: 20px;
  }

  .modal-body {
    padding: 40px 20px;
  }

  .review-modal .modal-body {
    padding: 40px 20px;
  }
  .review-modal .close {
    right: 20px;
    top: 10px;
  }

  .review-modal-content .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .review-modal-content .left:after {
    content: "";
    display: block;
    clear: both;
  }
  .review-modal-content .left img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 20px;
  }
  .review-modal-content .left .name {
    font-size: 15px;
    margin-top: 10px;
  }
  .review-modal-content .right {
    width: 100%;
    float: none;
    margin: 0;
  }

  .review-modal-content .right .title {
    font-size: 25px;
  }

  .modal-subscribe .modal-dialog {
    margin-top: 40px;
  }

  .checkout-form {
    padding: 10px 20px 30px;
  }

  .checkout-form .col-title {
    margin-top: 30px;
  }

  .login-form {
    padding: 20px;
    min-height: auto;
    margin-bottom: 30px;
  }
  .login-form .title {
    font-size: 16px;
  }
  .login-form .styled-btn {
    font-size: 14px;
  }
  .login-form .styled-btn.login {
    margin-top: 20px;
  }
  .login-form .styled-btn.registration {
    margin-top: 20px;
  }

  .validate-mark {
    right: -10px;
    top: 13px;
    height: 5px;
    width: 8px;
  }

  .service-map-contact {
    float: left;
    width: 50%;
    padding: 0 15px;
    font-size: 13px;
  }

  .service-map-wrapper {
    position: relative;
    padding-bottom: 40px;
  }

  .service-map-popup {
    left: 50% !important;
    top: auto !important;
    bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-color: #f5bdc8;
  }
  .service-map-popup:after {
    display: none;
  }

  .sizes-many .more-sizes {
    font-size: 10px;
    line-height: 1.3;
  }
}
@media (max-width: 615px) {
  .mobile-hide {
    display: none;
  }

  .pagination-product:first-child {
    padding: 0;
  }

  .name-rubric + .pagination-product {
    padding: 0;
  }

  .list-product .one-block .box-img {
    margin-right: 15px;
  }

  .cart-table {
    display: block;
    border: none;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table tbody {
    display: block;
    border: none;
  }
  .cart-table tr {
    border: 1px solid #cccccc;
    display: block;
    margin: 0 0 40px;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table td {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    padding-top: 0;
  }
  .cart-table td:before {
    content: attr(data-th);
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    padding: 5px;
    background-color: #eee;
    margin: 0 -10px 10px;
  }
  .cart-table td:nth-child(1) {
    border-bottom: none;
  }
  .cart-table td:nth-child(1) img {
    width: 125px;
  }
  .cart-table td:nth-child(2):before {
    display: none;
  }
  .cart-table td:nth-child(1), .cart-table td:nth-child(2), .cart-table td:nth-child(3), .cart-table td:nth-child(4), .cart-table td:nth-child(5), .cart-table td:nth-child(6) {
    width: 100%;
  }
  .cart-table td:nth-child(6) {
    clear: both;
  }
  .cart-table td:nth-child(4), .cart-table td:nth-child(5) {
    float: left;
    width: 50%;
    border-bottom: none;
  }
  .cart-table td:nth-child(4):before, .cart-table td:nth-child(5):before {
    display: none;
  }
  .cart-clr {
    display: block;
    float: right;
    width: 235px;
  }
  .cart-sum {
    clear: both;
    float: none;
    display: block;
    margin: 0 0 30px;
  }
  .cart-detail {
    max-width: none;
    text-align: center;
  }

  .personal-categories li {
    width: calc(100% - 30px);
    float: none;
  }

  .history-table {
    display: block;
    border: none;
  }
  .history-table thead {
    display: none;
  }
  .history-table tbody {
    display: block;
    border: none;
  }
  .history-table tbody tr:nth-child(even) td {
    background-color: #fff;
  }
  .history-table tr {
    border: 1px solid #cccccc;
    display: block;
    margin: 0 0 40px;
  }
  .history-table tr:last-child {
    margin-bottom: 0;
  }
  .history-table td {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    padding-top: 0;
  }
  .history-table td:before {
    text-align: center;
    content: attr(data-th);
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    padding: 5px;
    background-color: #eee;
    margin: 0 -10px 10px;
  }

  .form-row.inline {
    margin-bottom: 20px;
  }
  .form-row.inline > label {
    margin-top: 0;
    margin-bottom: 3px;
    width: auto;
    float: none;
    padding: 0;
  }
  .form-row.inline .styled-input {
    width: 100%;
    float: none;
  }
  .form-row.inline .forget {
    margin-left: 0;
    float: none;
  }
  .form-row.inline .styled-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .form-row.inline .validate-mark {
    top: 40px;
  }
  .form-row.inline .form-row-text {
    margin-left: 0;
    float: none;
  }
  .form-row.inline .radio-section {
    float: none;
    width: 100%;
  }
  .form-row.inline .personal-date {
    float: none;
    width: 100%;
  }
  .form-row.inline .styled-textarea {
    float: none;
    width: 100%;
  }
  .form-row.inline .personal-subscribe {
    margin-left: 0;
    margin-top: 0;
  }

  .personal-date .styled-select, .personal-date .styled-select + .select2 {
    width: 30% !important;
  }

  .sizes-table {
    font-size: 13px;
    line-height: 1.4;
  }

  .sizes-many .item-1 {
    padding-right: 8%;
  }
  .sizes-many .item-2 {
    padding-left: 8%;
  }
  .sizes-many .more-sizes {
    width: 8%;
  }
  .sizes-many .more-sizes > span {
    display: none;
  }
  .sizes-many .more-sizes:after {
    position: absolute;
    top: calc(50% - 10px);
    margin-top: 0;
    left: calc(50% - 13px);
  }
  .sizes-many .more-sizes.prev:after {
    left: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .menu-small .header-new .logo {
    font-size: 22px;
    top: 17px;
  }

  .box-btn-header a {
    margin-left: 8px;
  }

  .main-slider-preview .one-block {
    height: 200px;
  }

  .text-main-1 {
    padding-top: 15px;
  }

  .main-slider-preview .slick-custom {
    width: 70px;
    height: 50px;
  }
  .main-slider-preview .slick-custom:before {
    font-size: 21px;
  }
  .main-slider-preview .slick-custom.prev-slick {
    left: 10px;
  }
  .main-slider-preview .slick-custom.next-slick {
    right: 10px;
  }

  .scroll-down {
    bottom: 20px;
  }

  .text-main-1 .caption {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 35px;
  }

  .text-main-1 p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .main-box-with-photo .one-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .slider-product .slick-custom {
    top: -55px;
  }

  .slider-product:before {
    top: -54px;
  }

  .slider-product-wrapper .caption {
    padding-right: 70px;
    font-size: 24px;
    line-height: 30px;
  }

  #footer .block {
    width: 100%;
    margin-bottom: 20px;
  }

  #footer #facebook_like_box_footer {
    margin-bottom: 0;
  }

  .slider-product .one-block .item {
    height: 240px;
  }

  .form-404 {
    width: 100%;
  }

  .page-404 .text-top-form-404 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #1a1a1a;
    font-weight: 500;
  }

  .page-404 {
    padding: 50px 0;
  }

  .main-box-with-photo {
    margin-bottom: 15px;
  }

  .slider-product-wrapper {
    margin-bottom: 30px;
  }

  .we-in-social {
    padding-top: 0 !important;
  }

  .list-product.product-blocks .one-block {
    width: calc(50% - 10px);
  }

  .list-product.product-blocks .one-block:nth-child(3n+3) {
    margin-right: 5px;
  }

  .list-product .one-block .box-img {
    height: 220px;
    width: 120px;
  }

  .pagination-product {
    padding-bottom: 0;
  }
  .pagination-product .left-p {
    float: none;
    text-align: center;
    padding: 0;
  }
  .pagination-product ul {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .pagination-product ul li {
    float: none;
    display: inline-block;
  }

  .card-images-item {
    height: 275px;
  }

  .card-images {
    width: 60%;
    max-width: none;
  }

  .card-thumbnails {
    width: 40%;
    max-width: none;
  }
  .card-thumbnails-item {
    margin-right: 5px;
    height: 85px;
  }
  .card-thumbnails-item:nth-child(2) {
    margin-right: 2px;
  }

  .product-carousel-img {
    height: 280px;
  }

  .menu-sub-img-list li,
  .menu-sub-img-list.small li {
    width: calc(100% - 20px);
  }

  .modal-search .close {
    top: -30px;
  }
  .modal-search .modal-body {
    padding-top: 50px;
  }
  .modal-search-form {
    margin-bottom: 40px;
  }
  .modal-search-form .input {
    font-size: 23px;
    height: 50px;
  }

  .modal-subscribe .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
  }
  .modal-subscribe .subscribe {
    width: 100%;
  }

  .partnership-item .img {
    width: 60px;
    height: 60px;
  }
  .partnership-item .text {
    width: calc(100% - 70px);
    padding-left: 10px;
  }

  .service-return-steps .step {
    margin-bottom: 20px;
  }

  .service-company .images {
    text-align: center;
  }
  .service-company .images a:nth-child(3) ~ a,
  .service-company .images span:nth-child(3) ~ span {
    display: none;
  }

  .sizes-table {
    font-size: 11px;
  }
  .sizes-table td {
    padding: 5px;
  }
  .sizes-table td:nth-child(1) {
    width: 10%;
  }

  .blog-list .col {
    width: 100%;
    float: none;
  }
  .blog-list .item .images {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }

  .comments-form {
    background-color: #fafafa;
    padding: 15px 10px 10px;
  }

  .filter-catalog .filter-right {
    display: block;
    float: none;
  }
  .filter-catalog .filter-right .txt-for-block {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0;
  }
  .filter-catalog .filter-right .wrapper-select1,
  .filter-catalog .filter-right .wrapper-select2 {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .filter-catalog .toggle-view {
    float: right;
  }
}
@media (max-width: 400px) {
  .blog-gallery a {
    width: calc(50% - 4px);
  }
  .blog-gallery a:nth-child(2n + 1) {
    clear: both;
  }
}

/*# sourceMappingURL=style.css.map */
