.submit-button:disabled {
  background-color: lightgrey;
  color: #000;
  cursor: not-allowed;
}

.submit-button:disabled:hover {
  background-color: lightgrey;
  color: #000;
}

.nowrap, .money {
  white-space: nowrap;
}

.banner-content-3 {
  pointer-events: none;
}

.banner-wrap figure {
  height: 350px;
  width: 100%;
  margin: 0;
}

.banner-wrap figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 680px) {
  .banner-wrap figure {
    height: unset !important;
  }
}

.breadcrumb-area li:not(:last-child):after {
  content: '>';
  right: 0;
  top: 4px;
  padding-left: 6px;
  font-size: 10px;
}

.form__error {
  font-size: 12px;
  color: #cc5050;
}

.form__messages.failure {
  color: #cc5050;
}

.form__messages {
  font-size: 12px;
}

#contact-form-message {
  display: none;
}

.privacy-text {
  font-size: 11px;
  padding-top: 14px;
  padding-left: 14px;
  line-height: 1.5;
}

.page-back-link {
  cursor: pointer;
}

.page-back-link svg {
  vertical-align: middle;
  width: 68px;
  margin-right: 10px;
}

.product.page-back-link {
  padding-top: 20px;
  padding-left: 20px;
}

.color-filter a.catalog-filter.active, .product-tags a.catalog-filter.active {
  color: #e77878 !important;
}

.fliter-size a.catalog-filter.active {
  background-color: #e77878 !important;
}

.pro-pagination-style ul li.mobile-pagination-button {
  display: none;
}
.pro-pagination-style ul li.pagination-pages {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .pro-pagination-style ul li.mobile-pagination-button {
    display: inline;
  }

  .pagination-pages {
    display: none !important;
  }
}

@keyframes loading-indicator-animation {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.loading-indicator {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: loading-indicator-animation 1.2s infinite ease-in-out;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
  background: #fff url(../images/loader.gif) center no-repeat;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: fixed;
  display: none;
}

.loading-indicator.active {
  display: block;
}

body .tp-loader.spinner0 {
  display: none;
  visibility: hidden;
}

/*** cookie-bar ***/
#cookie-bar {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100500;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 12px;
  background: #000;
  color: #fff;
}

#cookie-bar div {
  flex: 1;
  padding: 4px;
}

#cookie-bar button {
  border: none;
  color: #000;
  background-color: #e77878;
  cursor: pointer;
}

.menu-icon {
  display: none;
}

@media (max-width: 990px) {
  .menu-icon {
    display: inline;
  }
}

.added-modal .modal-dialog {
  width: 370px;
}

.added-modal .modal-body {
  height: auto !important;
  padding: 10px !important;
}

.added-modal .title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.added-modal .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.added-modal .buttons a {
  font-size: 12px;
  background-color: #262626e6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1;
}

.added-modal .buttons a:hover {
  background-color: #e77878;
}

.cart-error-modal .modal-dialog {
  width: 320px;
}

.cart-error-modal .modal-body {
  height: auto !important;
  padding: 10px !important;
}

.cart-error-modal .title {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.cart-error-modal .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.cart-error-modal .buttons a {
  font-size: 12px;
  background-color: #262626e6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1;
}

.cart-error-modal .buttons a:hover {
  background-color: #e77878;
}


.popup-sizes-list {
  margin: 15px 10px;
  text-align: center;
  width: 100%;
}

.popup-sizes-list li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

.popup-sizes-list a {
  font-size: 24px;
  padding: 4px 8px;
}

.popup-sizes-list a.selected {
  color: #fff;
  background-color: #8a8a8a;
}

.size-modal .modal-dialog {
  width: 370px;
}

.size-modal .modal-body {
  height: auto !important;
  padding: 10px !important;
}

.size-modal .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
}

.size-modal .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
}

.size-modal .buttons button {
  border: none;
  font-size: 12px;
  background-color: #262626;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1;
}

.size-modal .buttons button:hover {
  background-color: #e77878;
}


.product-color {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  font-size: 0;
  display: inline-block;
  position: relative;
  border: 1px solid #a3a3a3;
}

.product-colors .product-color {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-colors .product-color:not(.active):hover {
  border-color: #e77878;
}

.product-color.active {
  border-color: #262626;
}

.product-size {
  height: 42px;
  width: 42px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.product-sizes .product-size {
  color: #a3a3a3;
}

.product-sizes .product-size {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #a3a3a3;
}

.product-sizes a.product-size:hover {
  color: #e77878;
  border-color: #e77878;
}

.product-size.active {
  cursor: default;
  color: #262626;
  border-color: #262626;
}

.sizes-table-button-wrap {
  color: #282828;
  padding: 20px 0 0 0;
}

.sizes-table-button::before {
  font-family: 'FontAwesome';
  font-weight: 400;
  content: '\f05a';
  padding-right: 7px;
}

.sizes-page-modal-content-popup {
  display: none;
}

.sizes-page-modal-content {
  padding: 10px;
}

.sizes-modal-body {
  height: auto !important;
  max-height: unset !important;
}

.cart-table-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

table.cart-table {
  width: auto;
}

.cart-table thead th, .cart-table tbody td, .cart-table tfoot td {
  border-top: none;
}

.cart-table thead th {
  border-bottom: 1px solid #d5d5d5;
}

.table.cart-table tbody > tr:first-child td {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
}

table.cart-table tbody td {
  vertical-align: middle;
}

.table.cart-table tbody > tr:last-child td {
  padding-bottom: 20px;
}

.cart-table tr.even td {
  background-color: #fafafa;
}

.cart-table .total-row td {
  border-top: 1px solid #d5d5d5;
  font-weight: bold;
  padding: 30px 0 20px;
}

.cart-table .product-remove a {
  color: gray;
}

.cart-table .product-remove a:hover {
  color: #e77878;
}

.cart-table .product-thumbnail {
  max-width: 70px;
}

.cart-table .product-thumbnail img {
  width: 100%;
}

.cart-table .product-name h3 {
  font-size: 12px;
  margin-bottom: 0;
}

table.cart-table .product-quantity {
  width: 50px;
  text-align: center;
  margin: 0 auto;
}

table.cart-table .quantity {
  display: flex;
  align-items: center;
}

table.cart-table .quantity .qty {
  text-align: center;
}

table.cart-table .quantity .qtybutton {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  color: gray;
}

table.cart-table .product-price, table.cart-table .product-total-price {
  text-align: right;
}

.qty {
  background: none;
  border-color: #0000;
  width: 33px;
  height: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}


.button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 16px;
  background-color: #262626;
}

.button:hover {
  background-color: #e77878;
  color: #fff;
}

.container.checkout {
  max-width: unset;
}

.checkout-buttons {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-buttons .button {
  min-width: 170px;
}

@media (max-width: 680px) {
  .cart-table-wrap {
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .cart-table .product-thumbnail, .cart-table .product-thumbnail-title {
    display: none;
  }
}

@media (max-width: 575px) {
  table.cart-table td {
    padding: 0;
  }

  .product-color {
    padding: 0;
  }

  /*.checkout-buttons {*/
  /*  margin-top: 30px;*/
  /*  flex-direction: column;*/
  /*}*/
  /*.checkout-buttons .button {*/
  /*  margin-bottom: 10px;*/
  /*}*/
}

.fast-order-modal .modal-dialog {
  width: 370px;
}

.fast-order-modal .modal-body {
  height: auto !important;
  padding: 10px !important;
}

.fast-order-modal .title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.fast-order-modal .buttons {
  width: 100%;
  text-align: center;
}

.fast-order-modal .buttons button {
  font-size: 12px;
  background-color: #262626e6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 16px;
  line-height: 1;
}

.fast-order-modal .buttons button:hover {
  background-color: #e77878;
}

.privacy-text a {
  color: #e77878;
}

.order-modal-content .privacy-text {
  padding-top: 0;
  line-height: 1.2;
}


.form__input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: #0000;
  padding: 2px 20px;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
}

.form__input:focus {
  border: 1px solid #262626;
}

.form__input-textarea {
  padding: 1rem 2rem;
  height: 6rem;
}

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

#delivery-content, #payment-content {
  display: none;
}

#delivery-content h2, #payment-content h2 {
  margin-bottom: 20px;
}

.payment-label {
  cursor: pointer;
}

#payment-title {
  display: none;
}

.checkout-total {
  display: block;
  padding: 10px;
  color: #282828;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.checkout-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 350px) {
  .checkout-buttons {
    flex-direction: column;
  }

  .checkout-buttons button {
    margin-top: 20px;
  }
}

.nice-select .list {
  padding: 0 !important;
}

.required {
  color: #ea4a30;
}

.checkout-form .nice-select {
  min-width: 200px;
}

.payment-radio input {
  margin-right: 1rem;
}

.payment-radio input[type=checkbox], .payment-radio input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.payment-radio label {
  margin-bottom: 0;
}

.select-delivery, .select-payment {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.select-delivery:hover, .select-payment:hover {
  background-color: #fafafa;
}

#checkoutForm label.hover {
  width: 100%;
  margin-bottom: 0;
}

#checkout-address-container, #checkout-points-container {
  display: none;
}

.self-delivery-points {
  display: none;
}

.select-point {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 6px;
  line-height: 1.5;
}

.select-point label {
  padding: 6px;
  width: 100%;
}

.select-point:hover {
  background-color: #fafafa;
}

.select-point label span {
  display: block;
}

.select-point label span:nth-child(1) {
  text-decoration: underline;
  padding-bottom: 4px;
}

.select-point label span:nth-child(1) {
  text-decoration: underline;
  padding-bottom: 4px;
}

.select-point label span:not(:nth-child(1)) {
  padding-left: 5px;
  text-transform: none;
}

button.button {
  border: none;
}

.product-wrap .product-img .product-action {
  bottom: 14px;
}

.coupon-input {
  text-transform: uppercase;
}

.apply-coupon-button {
  padding: 13px;
  margin-left: 10px;
}

.coupon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-applied-text {
  display: none;
  margin-top: 5px;
  color: #282828;
  font-weight: bold;
}

.checkout-discount {
  display: none;
}

.search-form-wrap {
  position: relative;
  display: inline-block;
  max-width: 90%;
  text-align: center;
  font-size: 18px;
  transition: all ease-in-out .3s;
}

.search-form-wrap input {
  width: 800px;
  background-color: #0000;
  border: 0;
  text-align: center;
  font-size: 30px;
  padding: 25px 40px 21px 36px;
  color: #232324;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  border-bottom: 2px solid #232324;
}

.search-form-wrap .button-search {
  position: absolute;
  top: 28px;
  display: block;
  right: 5px;
  border: 0;
  background: 0 0;
  padding: 0;
  font-size: 30px;
  height: 30px;
}
.search-result-pages ul {
  margin: 0 30px;
}

.suggest-search {
  display: none;
  position: fixed;
  right: 0;
  /*min-height: 55px;*/
  width: 370px;
  z-index: 100500;
  background-color: #fff;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.suggest-search a img {
  display: inline-block;
  max-width: 52px !important;
  max-height: 52px !important;

  height: auto;
  padding-right: 8px;
  opacity: 0.75;
}

.suggest-search a img:hover {
  opacity: 1;
}

.suggest-search li {
  line-height: 1.4;
  padding: 4px 6px;
  border-bottom: 1px solid #f0f0f0;
}

.suggest-search li:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.suggest-search h4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
}
.suggest-search a {
  padding-left: 10px;
}
.ssiw {
  display: inline-block;
  width: 52px;
  text-align: center;
  margin-right: 5px;
}

@media (max-width: 574px) {
  .suggest-search {
    width: 100%;
    left: 0;
    right: 0;
  }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.banner-area .banner-wrap .img {
  background: #fff 50% 50% no-repeat scroll;
  background-size: cover;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(1);
  transition: all .35s ease 0s;
}
.banner-area .banner-wrap .img:hover {
  transform: scale(1.1);
  transition: all .35s ease 0s;
}
.product-wrap .product-img > a img {
  height: 475px !important;
  object-fit: contain !important;
}
.homepage-wide-slide-button {
  color: #fff;
}
.homepage-wide-slide-button:hover {
  color: #fff;
}
.homepage-slide-button:hover {
  color: rgb(38, 38, 38);
}
.catalog-sorting-list li {
  padding: 2px 0;
}

.top-banner {
  font-size: 18px;
  text-align: center;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 100500;
}

@media (max-width: 640px) {
  .top-banner {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  header .container, footer .container{
    max-width: 1500px;
  }
}
.banner-wrap .banner-btn a {
  display: inline-block;
  line-height: 1;
  background-color: #262626;
  color: #ffffff;
  padding: 20px 40px 20px 40px;
}
.product-price span {
  padding-right: 20px;
}
.product-baseprice {
  color: grey;
  text-decoration: line-through;
}
.product-discount {
  color: red;
}
.product-prices span {
  padding-right: 20px;
}
.product-content h3 {
  min-height: 70px;
}
