@charset "UTF-8";
@import "nullstyle.css";
.cart-wrapper {
  padding-bottom: 50px;
  padding-top: 10px;
}
.cart-wrapper .cart-table {
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cart-wrapper .cart-table .cart-grid {
  display: grid;
  grid-template-columns: 14.5% 32% 12% 20% 10.5% 11%;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
}
.cart-wrapper .cart-table .cart-table__names {
  background: #CBC2BA;
  border-radius: 15px 15px 0px 0px;
  padding: 10px 0px 9px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.cart-wrapper .cart-table .cart-item-row h3,.cart-wrapper .cart-table .cart-item-row .h3  {
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.cart-wrapper .cart-table .cart-item-row .item-name {
  text-align: left;
  padding-left: 20px;
}
.cart-wrapper .cart-table .cart-item-row .item-name h3, .cart-wrapper .cart-table .cart-item-row .item-name .h3 {
  margin-bottom: 10px;
}
.cart-wrapper .cart-table .cart-item-row .item-name .item-description {
  font-size: 12px;
  letter-spacing: 0.03em;
}
.cart-wrapper .cart-table .cart-item-row .item-count {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-wrapper .cart-table .cart-item-row .item-count .number-field input {
  border: 1px solid #1B130E;
  border-radius: 20px;
  width: 100px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 6px 0px;
  padding-bottom: 11px;
}
.cart-wrapper .cart-table .cart-item-row .item-count .item-return-btn {
  border-radius: 20px;
  transition: 0.3s;
  background: #CBC2BA;
}
.cart-wrapper .cart-table .cart-item-row .item-count .item-return-btn img {
  padding: 12px 12px;
}
.cart-wrapper .cart-table .cart-item-row .item-count .item-return-btn:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.cart-wrapper .cart-table .cart-item-row .item-count button {
  margin-left: 10px;
}
.cart-wrapper .cart-table .cart-border {
  border-top: 1px solid #A2692F;
  width: 94%;
  margin: 0 auto;
}
.cart-wrapper .cart-table-mobile {
  display: none;
}
.cart-wrapper .cart-result-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.cart-wrapper .cart-result-block .cart-result {
  width: 20%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 25px;
}
.cart-wrapper .cart-result-block .cart-result h3, .cart-wrapper .cart-result-block .cart-result .h3 {
  font-weight: 700;
}
.cart-wrapper .cart-result-block .cart-result .cart-sum-block {
  display: flex;
  justify-content: space-between;
}
.cart-wrapper .cart-result-block .cart-result .cart-sum-block .cart-sum h3, .cart-wrapper .cart-result-block .cart-result .cart-sum-block .cart-sum .h3 {
  font-size: 18px;
}
.cart-wrapper .cart-result-block .cart-result .cart-score-block {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.cart-wrapper .cart-result-block .cart-result .cart-score-block .result-sum h3, .cart-wrapper .cart-result-block .cart-result .cart-score-block .result-sum .h3 {
  font-size: 18px;
}
.cart-wrapper .cart-result-block .cart-result .cart-result-border {
  border-bottom: 1px solid #A2692F;
  padding-top: 10px;
}
.cart-wrapper .cart-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-table {
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cart-table .cart-grid {
  display: grid;
  grid-template-columns: 14.5% 32% 12% 20% 10.5% 11%;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
}
.cart-table .cart-table__names {
  background: #CBC2BA;
  border-radius: 15px 15px 0px 0px;
  padding: 10px 0px 9px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.cart-table .cart-item-row h3, .cart-table .cart-item-row .h3 {
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.cart-table .cart-item-row .item-name {
  text-align: left;
  padding-left: 20px;
}
.cart-table .cart-item-row .item-name h3, .cart-table .cart-item-row .item-name .h3 {
  margin-bottom: 10px;
}
.cart-table .cart-item-row .item-name .item-description {
  font-size: 12px;
  letter-spacing: 0.03em;
}
.cart-table .cart-item-row .item-count {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-table .cart-item-row .item-count .number-field input {
  border: 1px solid #1B130E;
  border-radius: 20px;
  width: 100px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 6px 0px;
  padding-bottom: 11px;
}
.cart-table .cart-item-row .item-count .item-return-btn {
  border-radius: 20px;
  transition: 0.3s;
  background: #CBC2BA;
}
.cart-table .cart-item-row .item-count .item-return-btn img {
  padding: 12px 12px;
}
.cart-table .cart-item-row .item-count .item-return-btn:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.cart-table .cart-item-row .item-count button {
  margin-left: 10px;
}
.cart-table .cart-border {
  border-top: 1px solid #A2692F;
  width: 94%;
  margin: 0 auto;
}

/*Ordering page styles*/
.ordering-wrapper {
  margin: 10px 0px 50px 0px;
}
.ordering-wrapper .ordering {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 12px 30px;
}
.ordering-wrapper .ordering .step-list .step .step-title {
  padding: 12px 0px;
}
.ordering-wrapper .ordering .step-list .step .step-title h2, .ordering-wrapper .ordering .step-list .step .step-title .h2 {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.ordering-wrapper .ordering .step-list .step .step-border {
  border-top: 1px solid #A2692F;
}
.ordering-wrapper .ordering .step-list .step .step-content {
  padding: 20px 0px;
}
.ordering-wrapper .ordering .step-list .step .step-content p {
  margin-bottom: 20px;
}
.ordering-wrapper .ordering .step-list .step .step-content .step-subtitle {
  margin-bottom: 20px;
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option h3, .ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option .h3 {
  font-weight: 700;
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option h3 span, .ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option .h3 span {
  color: #FF6767;
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option input {
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 0px 12px 20px;
  margin: 10px 0px 20px 0px;
  transition: 0.3s;
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option input::placeholder {
  color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.ordering-wrapper .ordering .step-list .step .step-enter .step-enter-option input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.ordering-wrapper .ordering .step-list .step .select-dropdown {
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px;
  margin: 10px 0px 20px 0px;
  transition: 0.3s;
  position: relative;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown::placeholder {
  color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.ordering-wrapper .ordering .step-list .step .select-dropdown:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.ordering-wrapper .ordering .step-list .step .select-dropdown .dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown .dropdown-selected p {
  margin-bottom: 0;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown .dropdown-list {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: 40px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-top: 10px;
  z-index: 9999;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown .dropdown-list p {
  cursor: pointer;
}
.ordering-wrapper .ordering .step-list .step .select-dropdown .select-dropdown-show {
  box-shadow: none;
  border: 1px solid;
  border-top: none;
}
.ordering-wrapper .ordering .step-list .step .select-active {
  border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid;
}
.ordering-wrapper .ordering .step-list .step .step-button {
  display: flex;
  justify-content: flex-end;
}
.ordering-wrapper .ordering .step-list .step .step-option-area {
  margin-top: 10px;
}
.ordering-wrapper .ordering .step-list .step .step-option-area textarea {
  resize: none;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 100%;
  padding: 12px 20px 0px 20px;
  transition: 0.3s;
}
.ordering-wrapper .ordering .step-list .step .step-option-area textarea::placeholder {
  color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .step-option-area textarea:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.ordering-wrapper .ordering .step-list .step .step-option-area textarea:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
/*.ordering-wrapper .ordering .step-list .step .step-checkboxes {
  margin-bottom: 20px;
}*/
.ordering-wrapper .ordering .step-list .step .step-checkboxes h3б .ordering-wrapper .ordering .step-list .step .step-checkboxes .h3 {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .select-menu {
  display: none;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .select-show {
  display: block;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #CBC2BA;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio:not(:disabled):active + label::before {
  background-color: #CBC2BA;
  border-color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio:checked + label::before {
  border-color: #CBC2BA;
  background-color: #CBC2BA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio:disabled + label::before {
  background-color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .step-checkboxes .radio-box .step-radio:focus:not(:checked) + label::before {
  border-color: #CBC2BA;
}
.ordering-wrapper .ordering .step-list .step .agreement-check {
  margin-top: 20px;
  position: relative;
}
.ordering-wrapper .ordering .step-list .step .agreement-check label p {
  margin-bottom: 0;
}
.ordering-wrapper .ordering .step-list .step .agreement-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ordering-wrapper .ordering .step-list .step .agreement-check input + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.ordering-wrapper .ordering .step-list .step .agreement-check input + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  background-size: 80% 80%;
}
.ordering-wrapper .ordering .step-list .step .agreement-check input:checked + label::before {
  background-image: url(/img/check.svg);
}
.ordering-wrapper .ordering .step-list .step .agreement-check a {
  margin-left: 5px;
  font-weight: 700;
}
.ordering-wrapper .ordering .step-list .step .agreement-check .alert-agreement {
  display: none;
  position: absolute;
  top: -70px;
  background: #FCF8E3;
  width: 100%;
  border-radius: 15px;
  padding: 17px 0px 17px 47px;
}
.ordering-wrapper .ordering .step-list .step .agreement-check .alert-agreement p {
  margin-bottom: 0;
  font-weight: 300;
}
.ordering-wrapper .ordering .step-list .step-1 .step-content {
  display: flex;
}
.ordering-wrapper .ordering .step-list .step-1 .step-content .left-side {
  width: 50%;
  margin-right: 20px;
}
.ordering-wrapper .ordering .step-list .step-1 .step-content .left-side .method-to-buy {
  width: 80%;
}
.ordering-wrapper .ordering .step-list .step-1 .step-content .right-side {
  width: 50%;
}
.ordering-wrapper .ordering .step-list .step-4 .step-content .choose-delivery .step-checkboxes .radio-box {
  margin-bottom: 20px;
}
.ordering-wrapper .ordering .step-list .step-4 .step-content .choose-delivery .step-checkboxes .radio-box .step-radio + label {
  margin-bottom: 0px;
}
.ordering-wrapper .ordering .step-list .step-6 .step-content .payment-method-wrapper .payment-method .cart-table-mobile {
  display: none;
}
.ordering-wrapper .ordering .step-list .step-6 .step-content .payment-method-wrapper .payment-method .cart-grid {
  grid-template-columns: 39% 12% 27% 11% 11%;
}
.ordering-wrapper .ordering .step-list .step-6 .step-content .payment-method-wrapper .payment-method .cart-item-row {
  padding: 40px 0px;
}
.ordering-wrapper .ordering .step-list .step-6 .step-content .payment-method-wrapper .payment-method .cart-item-row p {
  margin-bottom: 0;
}
.ordering-wrapper .ordering .step-list .step-6 .step-content .payment-method-wrapper .payment-method .cart-border {
  width: 97%;
}
.ordering-wrapper .ordering .step-list .step .payment-method-wrapper .cart-table-desktop .cart-grid{
  grid-template-columns: 25.5% 32% 12% 20% 10.5%;
}
.formed-order-wrapper {
  padding: 10px 0px 225px 0px;
}
.formed-order-wrapper .formed-order .formed-order__text {
  margin-bottom: 20px;
}
.formed-order-wrapper .formed-order .formed-order__text a {
  border-bottom: 1px solid #1B130E;
}
.formed-order-wrapper .formed-order .formed-order__button {
  display: flex;
  justify-content: flex-end;
}

.profile-block {
  padding: 10px 0px 50px 0px;
}
.profile-block .forgot-password-send {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #CBF3BA;
  border-radius: 15px;
  padding: 17px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.profile-block .forgot-password-send img {
  margin-right: 10px;
}
.profile-block .profile-wrapper {
  display: grid;
  grid-template-columns: 81.5% 16%;
  justify-content: space-between;
  align-items: flex-start;
}
.profile-block .profile-wrapper .profile-content .profile-subtitle {
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-subtitle h2, .profile-block .profile-wrapper .profile-content .profile-subtitle .h2 {
  font-weight: 700;
  font-size: 18px;
}
.profile-block .profile-wrapper .profile-content .block-subtitle {
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .block-subtitle h3, .profile-block .profile-wrapper .profile-content .block-subtitle .h3 {
  font-weight: 700;
}
.profile-block .profile-wrapper .profile-content .profile-text {
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-text a {
  border-bottom: 1px solid #1B130E;
}
.profile-block .profile-wrapper .profile-content .profile-text span {
  font-weight: 700;
}
.profile-block .profile-wrapper .profile-content .profile-text p:first-child {
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-page-count {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-button {
  text-align: right;
  margin-top: 30px;
}
.profile-block .profile-wrapper .profile-content .profile-buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option {
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option h3, .profile-block .profile-wrapper .profile-content .form-block .form-option .h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option h3 span, .profile-block .profile-wrapper .profile-content .form-block .form-option .h3 span {
  color: #FF6767;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option input {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option input::placeholder {
  color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .profile-textfield {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  resize: none;
  padding: 12px 20px 0px 20px;
  width: 100%;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .profile-textfield::placeholder {
  color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .profile-textfield:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .profile-textfield:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select {
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px;
  margin: 10px 0px 20px 0px;
  transition: 0.3s;
  position: relative;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select .option-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select .dropdown-list {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  left: 0;
  top: 40px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-top: 10px;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select .dropdown-list p {
  margin-bottom: 10px;
  cursor: pointer;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-select .select-dropdown-show {
  box-shadow: none;
  border: 1px solid;
  border-top: none;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .select-active {
  border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid;
}
.profile-block .profile-wrapper .profile-content .form-block .select-date {
  position: relative;
}
.profile-block .profile-wrapper .profile-content .form-block .select-date input {
  width: 220px;
}
.profile-block .profile-wrapper .profile-content .form-block .select-date .select-button {
  position: absolute;
  background: #A2692F;
  border-radius: 0px 20px 20px 0px;
  padding: 12px 13px 12px 11px;
  top: 24px;
  left: 182px;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .select-date .select-button:hover {
  box-shadow: 0px 3px 10px #A2692F;
}
.profile-block .profile-wrapper .profile-content .form-block .select-date .select-button:focus {
  background: #7C4D1D;
  box-shadow: 0px 3px 10px #7C4D1D;
}
.profile-block .profile-wrapper .profile-content .profile-check-block {
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-check-block h3, .profile-block .profile-wrapper .profile-content .profile-check-block .h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-check-block h3 span, .profile-block .profile-wrapper .profile-content .profile-check-block .h3 span {
  color: #FF6767;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #CBC2BA;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio:not(:disabled):active + label::before {
  background-color: #CBC2BA;
  border-color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio:checked + label::before {
  border-color: #CBC2BA;
  background-color: #CBC2BA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio:disabled + label::before {
  background-color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .profile-check-block .profile-checkbox .profile-radio:focus:not(:checked) + label::before {
  border-color: #CBC2BA;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement {
  position: relative;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .agree-check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .agree-check + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .agree-check + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  background-size: 80% 80%;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .agree-check:checked + label::before {
  background-image: url(/img/check.svg);
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement a {
  margin-left: 5px;
  font-weight: 700;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .alert-agreement {
  display: none;
  position: absolute;
  top: -60px;
  background: #FCF8E3;
  width: 100%;
  border-radius: 15px;
  padding: 17px 0px 17px 47px;
}
.profile-block .profile-wrapper .profile-content .profile-check-agreement .alert-agreement p {
  margin-bottom: 0;
  font-weight: 300;
}
.profile-block .profile-wrapper .profile-content .forgot-link {
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .forgot-link a {
  border-bottom: 1px solid #1B130E;
}
.profile-block .profile-wrapper .profile-content .left-side .profile-subtitle h2, .profile-block .profile-wrapper .profile-content .left-side .profile-subtitle .h2 {
  font-size: 14px;
}
.profile-block .profile-wrapper .profile-content .profile-menu .profile-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-menu .profile-menu__list a {
  display: flex;
  align-items: center;
}
.profile-block .profile-wrapper .profile-content .profile-menu .profile-menu__list a:not(:first-child) {
  margin-top: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-menu .profile-menu__list a h3 {
  border-bottom: 1px solid;
  margin-left: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-menu .profile-menu__list a .margin-img {
  padding-left: 4px;
}
.profile-block .profile-wrapper .profile-content .profile-table {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.03em;
}
.profile-block .profile-wrapper .profile-content .profile-table .item-border {
  border-bottom: 1px solid #A2692F;
  width: 97%;
  margin: 0 auto;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid {
  display: grid;
  grid-template-columns: 18% 37% 11% 12% 10% 12%;
  align-items: center;
  text-align: center;
  padding: 5px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .name-grid {
  background: #CBC2BA;
  border-radius: 15px 15px 0px 0px;
  padding: 10px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .name-grid h1, .profile-block .profile-wrapper .profile-content .profile-table .name-grid .h1 {
  color: #fff;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-description {
  text-align: left;
  padding-left: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-description p {
  font-size: 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-description h2, .profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-description .h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid h2, .profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .h2 {
  font-weight: 700;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-buttons .gray-btn {
  background: #CBC2BA;
  border-radius: 20px;
  transition: 0.3s;
  margin-right: 5px;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-buttons .gray-btn:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-buttons .gray-btn:focus {
  background: #ADA49C;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.profile-block .profile-wrapper .profile-content .profile-table .profile-item-grid .item-buttons .gray-btn img {
  padding: 12px 11px;
}
.profile-block .profile-wrapper .profile-content .profile-table .history-grid {
  grid-template-columns: 13% 15% 17% 13% 20% 10% 12%;
}
.profile-block .profile-wrapper .profile-content .profile-table .history-item-grid {
  padding: 20px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .history-item-grid .item-buttons .gray-btn img {
  padding: 14px 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-name-grid {
  grid-template-columns: 100%;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-detail-name-grid {
  grid-template-columns: 50% 50%;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid {
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  padding: 20px 40px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .item-text {
  display: flex;
  align-items: center;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .item-text:first-child {
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .item-text h2, .profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .item-text .h2 {
  margin-right: 5px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .left {
  justify-content: flex-start;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-detail-grid .item .right {
  justify-content: flex-end;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-page-address-grid {
  padding: 20px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-item-grid {
  grid-template-columns: 41% 11% 15% 10% 10% 13%;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-item {
  padding: 30px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-item .item-description {
  padding-left: 40px;
}
.profile-block .profile-wrapper .profile-content .profile-table .order-item .item-buttons .item-return-btn img {
  padding: 12px 11px;
}
.profile-block .profile-wrapper .profile-content .profile-table .history-name-grid {
  grid-template-columns: 29% 29% 42%;
}
.profile-block .profile-wrapper .profile-content .profile-table .history-order-grid {
  grid-template-columns: 29% 29% 42%;
  padding: 20px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .download-grid {
  grid-template-columns: 41% 45% 13%;
}
.profile-block .profile-wrapper .profile-content .profile-table .download-item-grid {
  padding: 30px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .download-item-grid .item-buttons .gray-btn img {
  padding: 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table .download-item-grid .item-description {
  padding-left: 40px;
}
.profile-block .profile-wrapper .profile-content .profile-table .bonus-grid {
  grid-template-columns: 33% 47% 20%;
}
.profile-block .profile-wrapper .profile-content .profile-table .bonus-item-grid {
  padding: 20px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-list {
  grid-template-columns: 25% 17% 15% 13% 17% 13%;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-list-item {
  padding: 20px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-list-item .item-buttons .gray-btn img {
  padding: 14px 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-info-grid {
  grid-template-columns: 55% 28% 17%;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-info-item-grid {
  padding: 30px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .return-info-item-grid .item-description {
  padding-left: 40px;
}
.profile-block .profile-wrapper .profile-content .profile-table .payment-grid {
  grid-template-columns: 25% 50% 25%;
}
.profile-block .profile-wrapper .profile-content .profile-table .payment-item-grid {
  padding: 30px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid {
  grid-template-columns: 13% 21.75% 21.75% 21.75% 21.75%;
  padding: 10px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid .item .item-rating .stars .fa-stack {
  font-size: 9px;
  width: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid .item .item-rating .stars .fa-stack .fa-star{
  font-size: 20px;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid .item .item-rating .stars {
  margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid .item-compare-text {
  text-align: left;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-grid p {
  letter-spacing: 0.05em;
}
.profile-block .profile-wrapper .profile-content .profile-table .text-grid {
  align-items: flex-start;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-text-grid {
  grid-template-columns: 13% 21% 21% 21% 21%;
  justify-content: space-between;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-text-grid .grid-title {
  width: 80%;
  margin: 0 auto;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-btn-grid .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-block .profile-wrapper .profile-content .profile-table .compare-btn-grid .item .btn {
  margin-right: 20px;
}
.profile-block .profile-wrapper .profile-content .table-description {
  padding-bottom: 0;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile {
  display: none;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .item-border {
  width: 94%;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .item .item-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .item .item-count h2, .profile-block .profile-wrapper .profile-content .profile-table-mobile .item .item-count .h2 {
  border: 1px solid;
  border-radius: 20px;
  width: 40px;
  padding: 13px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .profile-item-grid {
  grid-template-columns: 35% 45% 20%;
  padding: 10px 0px;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .profile-item-grid .item-description p {
  font-size: 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .profile-item-grid h1, .profile-block .profile-wrapper .profile-content .profile-table-mobile .profile-item-grid .h1 {
  font-size: 12px;
}
.profile-block .profile-wrapper .profile-content .profile-table-mobile .profile-item-grid img {
  width: 80px;
}
.profile-block .profile-wrapper .profile-content .address-table {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .address-table .name-grid {
  background: #CBC2BA;
  padding: 10px 10px;
  border-radius: 15px 15px 0px 0px;
  color: #fff;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block {
  padding: 15px 30px;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-text {
  text-align: left;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons .address-delete {
  background: #FF6767;
  margin-right: 20px;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons .address-delete:hover {
  filter: drop-shadow(0px 3px 10px #FF6767);
  box-shadow: none;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons .address-delete:focus {
  background: #E64D4D;
  filter: drop-shadow(0px 3px 10px #E54D4D);
  box-shadow: none;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons-mobile {
  display: none;
  align-items: center;
  justify-content: center;
}
.profile-block .profile-wrapper .profile-content .address-table .address-block .address-buttons-mobile .item-delete-btn {
  margin-right: 10px;
}
.profile-block .profile-wrapper .profile-content .address-table .address-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  align-items: center;
}
.profile-block .profile-wrapper .profile-content .address-table .address-border {
  border-bottom: 1px solid #A2692F;
  width: 94%;
  margin: 0 auto;
}
.profile-block .profile-wrapper .profile-content .cart-result-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result {
  width: 25%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 25px;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result h3, .profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .h3 {
  font-weight: 700;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-sum-block {
  display: flex;
  justify-content: space-between;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-sum-block .cart-sum h3, .profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-sum-block .cart-sum .h3 {
  font-size: 18px;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-result-border {
  border-bottom: 1px solid #A2692F;
  padding-top: 10px;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-score-block {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-score-block .result-sum h3, .profile-block .profile-wrapper .profile-content .cart-result-block .cart-result .cart-score-block .result-sum .h3 {
  font-size: 18px;
}
.profile-block .profile-wrapper .profile-flex-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile-block .profile-wrapper .profile-flex-content .left-side {
  width: 47.5%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 35px;
}
.profile-block .profile-wrapper .profile-flex-content .left-side .profile-button {
  text-align: left;
  margin-top: 35px;
}
.profile-block .profile-wrapper .profile-flex-content .right-side {
  width: 47.5%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
}
.profile-block .profile-wrapper .profile-flex-content .right-side .profile-button {
  text-align: left;
}
.profile-block .profile-wrapper .profile-nav {
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
.profile-block .profile-wrapper .profile-nav .profile-mobile-title {
  display: none;
  padding: 13px 0px;
  background: #E5E5E5;
  position: relative;
}
.profile-block .profile-wrapper .profile-nav .profile-mobile-title h1, .profile-block .profile-wrapper .profile-nav .profile-mobile-title .h1 {
  text-transform: uppercase;
  font-size: 16px;
}
.profile-block .profile-wrapper .profile-nav .profile-mobile-title img {
  position: absolute;
  right: 20px;
  top: 10px;
}
.profile-block .profile-wrapper .profile-nav .profile-mobile-title .burger-close {
  display: none;
}
.profile-block .profile-wrapper .profile-nav .nav-list .nav-item {
  cursor: pointer;
  padding: 7px 0px;
}
.profile-block .profile-wrapper .profile-nav .nav-list .active-nav-item{
  background: #CBC2BA;
}
.profile-block .profile-wrapper .profile-nav .nav-list .nav-item a {
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-nav .nav-list .nav-item a:hover {
  border-bottom: 1px solid #A2692F;
}
.profile-block .profile-wrapper .profile-nav .nav-list .active-item {
  background: #CBC2BA;
  cursor: pointer;
  transition: 0.3s;
}
.profile-block .compare-wrapper {
  display: block;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #1B130E;
}
body h1, body .h1 {
  font-size: 18px;
  font-weight: 700;
}
body a {
  color: #1B130E;
}
body p {
  line-height: 16px;
}

.validity {
  /*&:required:valid {
      color: #1B130E;
      box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
  }*/
}
.validity:invalid {
  color: #FF6767;
  border: 1px solid #FF6767;
  box-shadow: 0px 3px 10px rgba(255, 71, 71, 0.15) !important;
}

.resp-img {
  height: auto;
  width: 100%;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.main-container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}

/*Nav active link*/
.active-link {
  border-bottom: 1px solid #A2692F;
  padding-bottom: 3px;
}

/*Buttons*/
.btn {
  background: #A2692F;
  padding: 15px 25px;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0px 3px 10px #A2692F;
}
.btn:active {
  background: #7C4D1D;
  box-shadow: 0px 3px 10px #7C4D1D;
}

.small-btn {
  background: #A2692F;
  padding: 10px 15px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.3s;
  line-height: 16px;
}
.small-btn:hover {
  box-shadow: 0px 3px 10px #A2692F;
}

.support-btn {
  padding: 15px 25px;
  background: #8D7868;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.3s;
  text-transform: uppercase;
}
.support-btn:hover {
  box-shadow: 0px 3px 10px #8D7868;
}
.support-btn:active {
  background: #726052;
  box-shadow: 0px 3px 10px #726052;
}

/*Price and rating block*/
.offer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
.offer-info .offer-price {
  font-weight: 700;
  font-size: 18px;
}
.offer-info .offer-rating img {
  display: inline;
}

.block-title {
  margin-bottom: 20px;
}

.item-delete-btn {
  cursor: pointer;
  background: #FF6767;
  border-radius: 20px;
  transition: 0.3s;
}
.item-delete-btn:hover {
  filter: drop-shadow(0px 3px 10px #FF6767);
}
.item-delete-btn img {
  padding: 12px 13px;
}
.item-delete-btn:active {
  background: #E64D4D;
  filter: drop-shadow(0px 3px 10px #E54D4D);
}

.call-back-popup {
  display: none;
}
.call-back-popup::before {
  z-index: 9999;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  left: 0;
  top: 0;
}
.call-back-popup .popup-content {
  position: fixed;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  border-radius: 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.call-back-popup .popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.call-back-popup .popup-content .close-btn button {
  background: transparent;
}
.call-back-popup .popup-content .popup-title {
  margin-bottom: 20px;
}
.call-back-popup .popup-content .popup-text {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.call-back-popup .popup-content .form-block .input-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.call-back-popup .popup-content .form-block .input-block input {
  width: 100%;
  padding: 12px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.call-back-popup .popup-content .form-block .input-block input::placeholder {
  color: #CBC2BA;
}
.call-back-popup .popup-content .form-block .input-block input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.call-back-popup .popup-content .form-block .input-block input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.call-back-popup .popup-content .form-block .enter-code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.call-back-popup .popup-content .form-block .enter-code input {
  width: 22%;
  padding: 12px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-right: 20px;
  transition: 0.3s;
}
.call-back-popup .popup-content .form-block .enter-code input::placeholder {
  color: #CBC2BA;
}
.call-back-popup .popup-content .form-block .enter-code input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.call-back-popup .popup-content .form-block .enter-code input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.call-back-popup .popup-content .form-block .agreement-check {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.call-back-popup .popup-content .form-block .agreement-check .pop-agree-check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.call-back-popup .popup-content .form-block .agreement-check .pop-agree-check + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.call-back-popup .popup-content .form-block .agreement-check .pop-agree-check + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  background-size: 80% 80%;
}
.call-back-popup .popup-content .form-block .agreement-check .pop-agree-check:checked + label::before {
  background-image: url(../img/check.svg);
}
.call-back-popup .popup-content .form-block .agreement-check a {
  margin-left: 5px;
  font-weight: 700;
}
.call-back-popup .popup-content .form-block .agreement-check .alert-agreement {
  display: none;
  position: absolute;
  top: -60px;
  background: #FCF8E3;
  width: 100%;
  border-radius: 15px;
  padding: 17px 0px 17px 47px;
}
.call-back-popup .popup-content .form-block .agreement-check .alert-agreement p {
  margin-bottom: 0;
  font-weight: 300;
}

/*Header styles*/
header .header-top {
  background: #CBC2BA;
  padding: 17px 0px;
}
header .header-top a {
  font-weight: 700;
}
header .header-top .header-top_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .header-top_content .left-side .mobile-menu-window {
  display: none;
}
header .header-top .header-top_content .left-side .mobile-menu-window::before {
  z-index: 9999;
  content: "";
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-close {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  top: 15px;
  right: 46%;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 50%;
  height: 100%;
  padding: 60px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: scroll;
}

header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content a {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .drop-menu-link .dropdown-menu{
  display: none;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .drop-menu-link .drop-toggle {
  display: block;
}
header .header-top .header-top_content .left-side a {
  margin-right: 40px;
}
header .header-top .header-top_content .left-side .mobile-menu-btn {
  display: none;
}
header .header-top .header-top_content .right-side {
  display: flex;
}
header .header-top .header-top_content .right-side a {
  margin-left: 40px;
}
header .header-top .header-top_content .right-side .compare {
  display: flex;
  font-weight: 700;
}
header .header-top .header-top_content .right-side .compare a {
  display: flex;
  align-items: center;
}
header .header-top .header-top_content .right-side .compare .compare-value {
  margin-left: 3px;
}
header .header-top .header-top_content .right-side .compare-mobile {
  display: none;
}
header .header-top .header-top_content .right-side .compare-mobile .compare-mobile-value {
  position: absolute;
  z-index: 8888;
  background: #E6A151;
  padding: 2px 4px;
  color: #fff;
  border-radius: 15px;
  font-size: 11px;
  top: 12px;
  right: 185px;
}
header .header-top .header-top_content .right-side .profile .profile-show {
  display: none;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .menu-item{
  padding-left: 20px;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .menu-item a{
  font-weight: 500 !important;  
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .menu-item .submenu{
  padding-left: 40px;
}
header .header-top .header-top_content .left-side .mobile-menu-window .mobile-menu-content .menu-item .submenu a{
  font-weight: 300 !important;
  text-transform: none;
}
header .header-top .header-top_content .right-side .profile .profile-show .profile-mobile {
  background: #fff;
  padding: 7px 0px;
  width: 30px;
  border-radius: 15px;
  height: 30px;
}
header .header-top .header-top_content .right-side .profile:hover .profile-dropdown {
  opacity: 1;
  visibility: visible;
}
header .header-top .header-top_content .right-side .profile img {
  margin-right: 8px;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown {
  opacity: 0;
  visibility: hidden;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 11%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 15px 15px;
  z-index: 9999;
  background: #fff;
  top: 35px;
  transition: 0.3s;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-name {
  display: flex;
  background: #E5E5E5;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-name a {
  margin-left: 0;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-name p {
  margin-right: 20px;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-menu {
  display: flex;
  flex-direction: column;
  padding: 0px 19px 10px 27px;
  align-items: flex-start;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-menu a {
  font-weight: 300;
  margin-top: 10px;
  margin-left: 0;
}
header .header-top .header-top_content .right-side .profile .profile-dropdown .profile-menu img {
  margin-right: 10px;
}
header .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 20px 0px;
}
header .header-bottom nav {
  height: 30px;
  display: flex;
  align-items: center;
}
header .header-bottom nav .active {
  border-bottom: 1px solid #A2692F;
}
header .header-bottom nav a {
  text-transform: uppercase;
  transition: 0.3s linear;
}
header .header-bottom nav a:not(:last-child) {
  margin-right: 32px;
}
header .header-bottom nav a:hover {
  /*transform: translateY(-5px);*/
  border-bottom: 1px solid #A2692F;
}
header .header-bottom nav .drop-menu-link {
  transition: 0.3s;
  position: relative;
}
header .header-bottom nav .drop-menu-link .active{
  border-bottom: 1px solid #A2692F;
}
header .header-bottom nav .drop-menu-link a {
  border-bottom: none;
  cursor: pointer;
}
header .header-bottom nav .drop-menu-link:hover .dropdown-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: translateY(-10px);
}
header .header-bottom nav .drop-menu-link .dropdown-menu {
  position: absolute;
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  flex-direction: column;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  padding: 10px 0px;
  width: 146px;
  top: 25px;
  transition: 0.3s;
  z-index: 9999;
}
header .header-bottom nav .drop-menu-link .dropdown-menu a {
  text-transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .header-bottom nav .drop-menu-link .dropdown-menu a:hover {
  transform: none;
  border-bottom: 1px solid #A2692F;
}
header .header-bottom nav .drop-menu-link .dropdown-menu a:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
header .header-bottom nav .drop-menu-link .dropdown-menu .menu-item {
  position: relative;
  padding: 0px 10px;
}
header .header-bottom nav .drop-menu-link .dropdown-menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
header .header-bottom nav .drop-menu-link .dropdown-menu .menu-item .submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  display: flex;
  position: absolute;
  background: #FFFFFF;
  transition: 0.3s;
  border-radius: 0px 15px 15px 15px;
  flex-direction: column;
  right: -149px;
  top: 0px;
  padding: 10px;
  width: max-content;
  left: calc(100% - 1px);
}
header .header-bottom nav .drop-menu-link .dropdown-menu .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}
header .header-bottom nav .active-link:hover {
  transform: none;
}
header .header-bottom .phone-and-bag {
  display: flex;
  align-items: center;
}
header .header-bottom .phone-and-bag .phone-number {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
header .header-bottom .phone-and-bag .phone-number a {
  font-size: 24px;
}
header .header-bottom .phone-and-bag .phone-number .call-back-btn {
  background: #fff;
  font-size: 14px;
  border: 1px solid #1B130E;
  border-radius: 20px;
  padding: 12px 10px;
  margin-top: 10px;
  transition: 0.3s;
}
header .header-bottom .phone-and-bag .phone-number .call-back-btn img {
  margin-right: 6px;
}
header .header-bottom .phone-and-bag .phone-number .call-back-btn:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
}
header .header-bottom .phone-and-bag .phone-number .call-back-btn:focus {
  box-shadow: inset 0px -3px 10px rgba(27, 19, 14, 0.15);
}
header .header-bottom .phone-and-bag .value {
  position: absolute;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  background: #E6A151;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -8px;
}
header .header-bottom .phone-and-bag .favourite-btn {
  margin-right: 25px;
  position: relative;
}
header .header-bottom .phone-and-bag .cart-btn {
  position: relative;
}
header .header-bottom .phone-and-bag .cart-popup {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 15px;
  padding: 10px 20px 20px 20px;
  width: 21%;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  top: 115px;
  right: 330px;
}
header .header-bottom .phone-and-bag .cart-popup h2, header .header-bottom .phone-and-bag .cart-popup .h2 {
  font-weight: 700;
  line-height: 16px;
}
header .header-bottom .phone-and-bag .cart-popup .item-line {
  display: flex;
  justify-content: space-between;
  /*grid-template-columns: 25% 40% 10% 10% 10%;*/
  align-items: center;
  text-align: center;
}
header .header-bottom .phone-and-bag .cart-popup .item-line .item-name {
  width: 30%;
  text-align: left;
}
header .header-bottom .phone-and-bag .cart-popup .item-line .item-price {
  width: 10%;
}
header .header-bottom .phone-and-bag .cart-popup .item-line .item-delete-btn {
  cursor: pointer;
  background: #FF6767;
  border-radius: 20px;
  transition: 0.3s;
}
header .header-bottom .phone-and-bag .cart-popup .item-line .item-delete-btn:hover {
  filter: drop-shadow(0px 3px 10px #FF6767);
}
header .header-bottom .phone-and-bag .cart-popup .item-line .item-delete-btn img {
  padding: 12px 13px;
}
header .header-bottom .phone-and-bag .cart-popup .cart-border {
  border-bottom: 1px solid #A2692F;
  margin-top: 5px;
}
header .header-bottom .phone-and-bag .cart-popup .cart-result {
  padding: 20px 0px;
}
header .header-bottom .phone-and-bag .cart-popup .cart-result .flex-result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-bottom .phone-and-bag .cart-popup .cart-result .flex-result h2, header .header-bottom .phone-and-bag .cart-popup .cart-result .flex-result .h2 {
  margin-right: 10px;
}
header .header-bottom .phone-and-bag .cart-popup .cart-result .flex-result:first-child {
  margin-bottom: 10px;
}
header .header-bottom .phone-and-bag .cart-popup .submit-buy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .header-bottom .phone-and-bag .cart-popup .submit-buy .submit-cart-btn {
  font-size: 12px;
}
header .header-bottom .phone-and-bag .cart-popup .submit-buy .open-cart {
  background: #8D7868;
  margin-top: 10px;
}

/*Footer styles*/
footer {
  background: #CBC2BA;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  position: relative;
}
footer .footer-content .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
footer .footer-content .footer-column .column-title{
  text-transform: uppercase;
}
footer .footer-content .footer-column .column-border {
  border-bottom: 1px solid #1B130E;
  width: 70px;
  margin-top: 5px;
}
footer .footer-content .footer-column .column-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-content .footer-column .column-links a {
  margin-top: 10px;
}
footer .footer-content .footer-column .column-links p {
  margin-top: 10px;
}
footer .footer-content .footer-contacts {
  width: 90%;
}
footer .footer-content .footer-contacts img {
  margin-right: 10px;
}
footer .footer-content .button-up {
  position: absolute;
  background: #E6A151;
  padding: 10px;
  border-radius: 20px;
  right: 0;
  bottom: 50px;
  cursor: pointer;
  transition: 0.3s;
}
footer .footer-content .button-up:hover {
  box-shadow: 0px 4px 4px #e7ab67;
}
footer .footer-content .button-up:focus {
  background: #C58843;
  box-shadow: 0px 3px 7px #C58843;
}
footer .footer-content .write-btn {
  display: none;
  position: absolute;
  background: #E5E5E5;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  padding: 10px 9px;
  border-radius: 20px;
  top: 65px;
  right: 10px;
}
footer .sub-footer {
  background: #1B130E;
  padding: 17px 0px;
}
footer .sub-footer .site-link a {
  color: #fff;
}

/*Main content styles*/
.categories-banners {
  display: flex;
  justify-content: center;
}
.categories-banners .small-banners-block {
  display: flex;
  flex-direction: column;
}
.categories-banners .small-banners-block a:first-child {
  margin-bottom: 6px;
}
.categories-banners .banner-left a:first-child {
  margin-bottom: 5px;
}
.categories-banners .center-banner {
  margin: 0px 6px;
}

.features {
  padding: 90px 0px 100px;
}
.features .features-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features .features-list .feature-item {
  display: flex;
  align-items: center;
  width: 31.5%;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  border-radius: 15px;
  padding: 13px 22px;
}
.features .features-list .feature-item .feature-content {
  margin-left: 20px;
}
.features .features-list .feature-item .feature-content .feature-title {
  margin-bottom: 7px;
}
.features .features-list .feature-item .feature-content .feature-text {
  line-height: 16px;
}

.offers {
  padding-bottom: 100px;
}
.offers .offers-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.offers .offers-list .offer-item {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px;
  width: 31.5%;
  text-align: center;
  height: 365px;
}
.offers .offers-list .offer-item .offer-content {
  padding-top: 15px;
  margin-bottom: 30px;
}
.offers .offers-list .offer-item .offer-content .offer-title {
  margin-bottom: 15px;
}
.offers .offers-list .offer-item .offer-content .offer-title h1, .offers .offers-list .offer-item .offer-content .offer-title .h1 {
  font-size: 24px;
  line-height: 28px;
}
.offers .offers-list .offer-item .offer-content .offer-text {
  margin-bottom: 25px;
}
.offers .offers-list .offer-item .offer-content .new-offer {
  margin-bottom: 15px;
}
.offers .offers-list .offer-item .offer-content .new-offer p {
  font-weight: 700;
  color: #E6A151;
  text-transform: uppercase;
}

.recommend-block {
  padding-top: 60px;
  padding-bottom: 30px;
}
.recommend-block .recommend-to-watch .recommend-title {
  text-align: center;
  margin-bottom: 15px;
}
.recommend-block .recommend-to-watch .news_mobile_title {
  display: none;
}
.recommend-block .recommend-to-watch .recommend-title h1, .recommend-block .recommend-to-watch .recommend-title .h1 {
  font-size: 36px;
  line-height: 21px;
}
.recommend-block .recommend-to-watch .recommend-border-line {
  border-bottom: 1px solid #CBC2BA;
  width: 26.5%;
  margin: 0 auto;
}
.recommend-block .recommend-to-watch .recommend-posts {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend-block .recommend-to-watch .recommend-posts .post-item {
  width: 31.5%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
}
.recommend-block .recommend-to-watch .recommend-posts .post-item .post-img {
  padding: 0px 20px 7px 0px;
  float: left;
}
.recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-title {
  margin-bottom: 10px;
}
.recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-date {
  margin-bottom: 10px;
}
.recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-text {
  width: 100%;
}

/*Category page*/
.category-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.category-main .category-wrapper {
  display: grid;
  grid-template-columns: 16% 82%;
  justify-content: space-between;
  padding-top: 10px;
}
.category-main .category-wrapper .burger-left-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 11px;
}
.category-main .category-wrapper .burger-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 11px;
}
.category-main .category-wrapper .category-left .category-menu {
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
.category-main .category-wrapper .category-left .category-menu .menu-title {
  padding: 8px 0px;
}
.category-main .category-wrapper .category-left .category-menu .menu-title h1, .category-main .category-wrapper .category-left .category-menu .menu-title .h1 {
  font-size: 14px;
  text-transform: uppercase;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .menu-item {
  cursor: pointer;
  padding: 7px 0px;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .menu-item a {
  transition: 0.3s;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .menu-item a:hover {
  border-bottom: 1px solid #A2692F;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .menu-item .item-dropdown {
  display: none;
  background: #fff;
  flex-direction: column;
  align-items: center;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .menu-item .item-show {
  display: flex;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .active-item {
  background: #CBC2BA;
  cursor: pointer;
  transition: 0.3s;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .active-child a{
  border-bottom: 1px solid #A2692F;
}
.category-main .category-wrapper .category-left .category-menu .menu-list .child-item {
  border-left: 5px solid #CBC2BA;
}
.category-main .category-wrapper .category-left .category-news {
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.category-main .category-wrapper .category-left .category-news .category-news__title {
  background: #CBC2BA;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  padding: 12px 0px;
}
.category-main .category-wrapper .category-left .category-news .category-news__title h1, .category-main .category-wrapper .category-left .category-news .category-news__title .h1 {
  font-size: 14px;
}
.category-main .category-wrapper .category-left .category-news .news-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-main .category-wrapper .category-left .category-news .news-block .news-item {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 12px;
}
.category-main .category-wrapper .category-left .category-news .news-block .news-item .big-news {
  display: none;
}
.category-main .category-wrapper .category-left .category-news .news-block .news-item .news-content {
  margin-left: 3px;
}
.category-main .category-wrapper .category-left .category-news .news-block .news-item .news-content .news-title {
  font-size: 12px;
  font-weight: 700;
}
.category-main .category-wrapper .category-left .category-news .news-block .news-item .news-content .news-date {
  font-size: 12px;
  margin-top: 6px;
}
.category-main .category-wrapper .category-right {
  padding-bottom: 20px;
}
.category-main .category-wrapper .category-right .category-product {
  display: grid;
  align-items: center;
  grid-template-columns: 23% 23% 23% 23%;
  justify-content: space-between;
  padding: 0px 0px 50px 0px;
}
.category-main .category-wrapper .category-right .category-product .category-product__item {
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s linear;
  margin-top: 20px;
}
.category-main .category-wrapper .category-right .category-product .category-product__item:hover {
  transform: translateY(-20px);
}
.category-main .category-wrapper .category-right .category-product .category-product__item img {
  height: 208px;
  border-radius: 15px;
}
.category-main .category-wrapper .category-right .category-product .category-product__item .product-name {
  background: #CBC2BA;
  padding: 7px 0px;
  border-radius: 0px 0px 15px 15px;
}
.category-main .category-wrapper .category-right .category-info {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
.category-main .category-wrapper .category-right .category-info span {
  font-family: "Raleway", sans-serif !important;
}
.category-main .category-wrapper .category-right .category-info .info-title {
  text-align: center;
  margin-bottom: 20px;
}
.category-main .category-wrapper .category-right .category-info h2, .category-main .category-wrapper .category-right .category-info .h2 {
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-main .category-wrapper .category-right .category-info .info-text {
  margin-bottom: 30px;
}
.category-main .category-wrapper .category-right .category-info p {
  line-height: 21px;
}
.category-main .category-wrapper .category-right .category-info .info__params-list {
  margin-bottom: 30px;
}
.category-main .category-wrapper .category-right .category-info .info__params-list .params-title {
  margin-bottom: 20px;
}
.category-main .category-wrapper .category-right .category-info ul {
  margin-top: 20px;
}
.category-main .category-wrapper .category-right .category-info ul li {
  list-style: inherit;
  list-style-position: inside;
  /*list-style-image: url(../img/black-circle.svg);*/
  margin-bottom: 5px;
  margin-left: 0 !important;
}
.category-main .category-wrapper .category-right .category-info .info__params-list ol li {
  list-style-position: inside;
  line-height: 21px;
}

/*Subcategory page*/
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list {
  padding-top: 27px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left {
  display: flex;
  align-items: center;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .compare-product-mobile {
  display: none;
  background: #CBC2BA;
  border-radius: 15px;
  padding: 7px 5px;
  position: relative;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .compare-product-mobile .compare-mobile-value {
  position: absolute;
  background: #E6A151;
  border-radius: 15px;
  padding: 1px 3px;
  font-size: 11px;
  color: #fff;
  top: -4px;
  right: -3px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .change-view {
  margin-right: 35px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .change-view .view-btn {
  color: #CBC2BA;
  cursor: pointer;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .change-view .view-btn:first-child {
  margin-right: 15px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-left .change-view .view-btn-active {
  background: #CBC2BA;
  color: #fff;
  padding: 6px;
  border-radius: 15px;
}
.view-btn-active {
  background: #CBC2BA;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 219px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .sort-btn {
  top: -20px;
  display: flex;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param {
  width: 150px;
  overflow: hidden;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param #input-sort{
  width: 80%;
  padding: 6px 0px;
  font-family: 'Raleway', sans-serif;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count #input-limit { 
  padding: 6px 0px;
  font-family: 'Raleway', sans-serif;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count {
  width: 60px;
  overflow: hidden;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .sort-btn p {
  cursor: pointer;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .sort-btn img {
  cursor: pointer;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param {
  margin-right: 30px;
  align-items: center;
  flex-direction: column;
  border: 1px solid #1B130E;
  border-radius: 15px;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 9998;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param .param-value {
  display: flex;
  align-items: center;
  padding: 7px 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param .param-value p {
  margin-right: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param .param-dropdown {
  display: none;
  text-align: center;
  padding-bottom: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .param .param-dropdown p {
  margin-top: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count {
  align-items: center;
  flex-direction: column;
  border: 1px solid #1B130E;
  border-radius: 15px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 9998;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count .sort-value {
  display: flex;
  align-items: center;
  padding: 7px 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count .sort-value p {
  margin-right: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count .sort-dropdown {
  display: none;
  text-align: center;
  padding-bottom: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .count .sort-dropdown p {
  margin-top: 5px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .param-value {
  border-bottom: 1px solid #1B130E;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .sort-value {
  border-bottom: 1px solid #1B130E;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .param-dropdown {
  display: block;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .param-dropdown p:hover {
  border-bottom: 1px solid #8D7868;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .sort-dropdown {
  display: block;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-options .options-right .option-active-dropdown .sort-dropdown p:hover {
  border-bottom: 1px solid #8D7868;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper {
  padding-top: 27px;
  padding-bottom: 50px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row {
  justify-content: space-between;
  align-items: center;
  /*grid-template-rows: 24% 28% 28% 28%;*/
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 12px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 15px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item:hover {
  border-radius: 15px 15px 0px 0px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item:hover .subcategory-hover-item {
  display: block;
  border-radius: 0px 0px 15px 15px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item {
  display: none;
  background: #fff;
  position: absolute;
  /*bottom: -208px;*/
  z-index: 9999;
  padding-top: 10px;
  /*border-radius: 0px 0px 15px 15px;*/
  top: calc(100% - 1px);;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-option {
  padding: 0px 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-option .h2,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-option h2 {
  font-weight: 700;
  display: inline;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-option p {
  display: inline;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-buttons {
  background: #000;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item .hover-buttons .hover-btn {
  background: transparent;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-title {
  margin: 10px 0px 20px 0px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-title .h1,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-title h1 {
  font-size: 14px;
  line-height: 16px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-info {
  width: 100%;
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-info .offer-price .h2,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item .offer-info .offer-price h2 {
  font-size: 14px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view {
  display: none;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side {
  display: flex;
  align-items: flex-start;
  width: 80%;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content {
  margin-left: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-title {
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-text {
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-description .description-item {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-description .description-item .h2,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-description .description-item h2 {
  display: inline;
  font-weight: 700;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .left-side .left-side-content .offer-description .description-item p {
  display: inline;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #A2692F;
  padding: 5px 0px 5px 23px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side .offer-info {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side .offer-info .offer-price {
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side .item-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side .item-buttons button {
  background: transparent;
  margin-top: 24px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-horizontal-view .subcategory-item .right-side .item-buttons button img {
  margin-right: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view {
  display: none;
  margin-bottom: 20px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content {
  display: flex;
  align-items: center;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .left-side {
  margin-right: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side {
  width: 100%;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-title .h1,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-title h1 {
  font-size: 14px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-info {
  margin: 10px 0px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-info .offer-price .h2,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-info .offer-price h2 {
  font-size: 14px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-buttons .arrow-down-mobile {
  background: #CBC2BA;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: 15px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-buttons .arrow-down-mobile img {
  padding-top: 6px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content .right-side .offer-buttons .rotate-arrow {
  padding-bottom: 5px;
  transform: rotate(180deg);
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown {
  display: none;
  padding: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown .offer-text {
  margin-bottom: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown .offer-description .description-item {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown .offer-description .description-item .h2,
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown .offer-description .description-item h2 {
  display: inline;
  font-weight: 700;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-content-dropdown .offer-description .description-item p {
  display: inline;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-dropdown-show {
  display: block;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-buttons {
  background: #1B130E;
  padding: 7px 0px;
  display: flex;
  justify-content: space-around;
  border-radius: 0px 0px 15px 15px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-mobile-view .subcategory-item .mobile-buttons button {
  background: transparent;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-navigation .pagination {
  display: flex;
  align-items: center;
}
.page-navigation .pagination li {
  border: 1px solid #CBC2BA;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  transition: 0.3s;
  margin-right: 10px;
  text-align: center;
  padding-top: 5px;
}
.page-navigation .pagination li:hover {
  transform: translateY(-2px);
}
.page-navigation .active {
  background: #CBC2BA !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.page-navigation .active span {
  color: #fff;
  font-weight: 700;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .pagination-mobile {
  display: none;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .pagination-mobile .pagination-btn {
  border: 1px solid #CBC2BA;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  transition: 0.3s;
  margin-right: 10px;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .pagination-mobile .pagination-btn:hover {
  transform: translateY(-10px);
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .pagination-mobile .pagination-active {
  color: #fff;
  font-weight: 700;
  background: #CBC2BA;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .page-count-horizontal {
  display: none;
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .page-navigation .page-count-mobile {
  display: none;
}

/*Product page styles*/
.product-block {
  padding: 10px 0px 50px 0px;
  letter-spacing: 0.05em;
}
.product-block .product-item {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 50px;
}
.product-block .product-item .left-side {
  margin-right: 20px;
}
.product-block .product-item .left-side img {
  border-radius: 15px;
}
.product-block .product-item .right-side .product-rating {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.product-block .product-item .right-side .product-rating .rating-review {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.product-block .product-item .right-side .product-rating .rating-review .rating {
  display: flex;
  align-items: center;
}
.product-block .product-item .right-side .product-rating .rating-review .rating .rating-review-write {
  margin-left: 40px;
}
.product-block .product-item .right-side .product-rating .rating-review .rating-stars {
  margin-right: 10px;
}
.product-block .product-item .right-side .product-rating .rating-review .rating .rating-review-write a {
  border-bottom: 1px solid #1B130E;
  background: transparent;
}
.product-block .product-item .right-side .product-rating .rating-review .rating .rating-review-write .open-review-button {
    background: transparent;
}
.product-block .product-item .right-side .product-price {
  display: flex;
  align-items: center;
}
.product-block .product-item .right-side .product-price .available {
  margin-left: 20px;
}
.product-block .product-item .right-side .product-price .available p {
  color: #E6A151;
}
.product-block .product-item .right-side .product-info .info-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-block .product-item .right-side .product-info .info-item .h2,
.product-block .product-item .right-side .product-info .info-item h2 {
  font-weight: 700;
  margin-right: 5px;
}
.product-block .product-item .right-side .product-select-block .product-select {
  margin-top: 20px;
}
.product-block .product-item .right-side #product .select-title .h2,
.product-block .product-item .right-side #product .select-title h2 {
  font-weight: 700;
  margin-top: 20px;
}
.product-block .product-item .right-side #product .select-title .h2 span,
.product-block .product-item .right-side #product .select-title h2 span {
  color: #FF6767;
}
.product-block .product-item .right-side .select-dropdown {
  width: 92%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px;
  margin: 10px 0px 0px 0px;
  transition: 0.3s;
  position: relative;
}
.product-block .product-item .right-side .select-dropdown .dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-block .product-item .right-side .product-select-block .product-select .select-dropdown .dropdown-selected p {
  color: #CBC2BA;
}
.product-block .product-item .right-side .dropdown-list {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: 41px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
}
.product-block .product-item .right-side .product-select-block .product-select .select-dropdown .dropdown-list p {
  cursor: pointer;
}
.product-block .product-item .right-side .product-select-block .product-select .select-dropdown .dropdown-list p:not(:last-child) {
  margin-bottom: 10px;
}
.product-block .product-item .right-side .product-select-block .product-select .select-dropdown .select-dropdown-show {
  box-shadow: none;
  border: 1px solid;
  border-top: none;
}
.product-block .product-item .right-side .select-active {
  border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid;
}
.product-block .product-item .right-side .option {
  cursor: pointer;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  margin-top: 10px;
}
.product-block .product-item .right-side .option:active {
  box-shadow: inset 0px -2px 5px rgba(27, 19, 14, 0.15);
}
.product-block .product-item .right-side .option:focus {
  box-shadow: inset 0px -2px 5px rgba(27, 19, 14, 0.15);
}
.product-block .product-item .right-side .product-buttons {
  display: flex;
  padding-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product-block .product-item .right-side .product-buttons #button-cart{
  margin-right: 10px;
}
.product-block .product-item .right-side .product-buttons .product-count {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 11px 15px;
}
.product-block .product-item .right-side .product-buttons .product-count .number {
  font-weight: 700;
  font-size: 18px;
}
.product-block .product-item .right-side .product-buttons .product-count .arrow-buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.product-block .product-item .right-side .product-buttons .product-count .arrow-buttons button {
  background: none;
  height: 10px;
  display: flex;
  align-items: center;
}
.product-block .product-item .right-side .product-buttons .product-count .arrow-buttons img {
  cursor: pointer;
}
.product-block .product-item .right-side .product-buttons .product-count .arrow-buttons img:first-child {
  margin-bottom: 5px;
}
.product-block .product-item .right-side .product-buttons .buy-btn button {
  padding: 15px 45px;
}
.product-block .product-item .right-side .product-buttons .item-btn {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.product-block .product-item .right-side .product-buttons .item-btn a {
  background: #CBC2BA;
  border-radius: 20px;
  transition: 0.3s;
}
.product-block .product-item .right-side .product-buttons .item-btn a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.product-block .product-item .right-side .product-buttons .item-btn a:focus {
  background: #ADA49C;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.product-block .product-item .right-side .product-buttons .item-btn .fav-btn {
  margin-right: 10px;
}
.product-block .product-item .right-side .product-buttons .item-btn .fav-btn a {
  padding: 12px 11px;
}
.product-block .product-item .right-side .product-buttons .item-btn .compare-btn a {
  padding: 12px 10px;
}
.product-block .product-item .right-side .product-buttons .social-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-block .product-item .right-side .product-buttons .social-btn button {
  background: #CBC2BA;
  border-radius: 20px;
  transition: 0.3s;
}
.product-block .product-item .right-side .product-buttons .social-btn button:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.product-block .product-item .right-side .product-buttons .social-btn button:focus {
  background: #ADA49C;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.product-block .product-item .right-side .product-buttons .social-btn a {
  background: #CBC2BA;
  border-radius: 20px;
  transition: 0.3s;
}
.product-block .product-item .right-side .product-buttons .social-btn a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.product-block .product-item .right-side .product-buttons .social-btn a:focus {
  background: #ADA49C;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.product-block .product-item .right-side .product-buttons .social-btn .like-btn button {
  display: flex;
  align-items: center;
  padding: 11px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  margin-right: 10px;
}
.product-block .product-item .right-side .product-buttons .social-btn .like-btn button img {
  margin-right: 10px;
}
.product-block .product-item .right-side .product-buttons .social-btn .like-btn button p {
  margin-left: 5px;
}
.product-block .product-item .right-side .product-buttons .social-btn .twit-btn {
  margin-right: 10px;
}
.product-block .product-item .right-side .product-buttons .social-btn .twit-btn a {
  padding: 12px 11px;
}
.product-block .product-item .right-side .product-buttons .social-btn .more-btn button {
  padding: 18px 11px 6px 11px;
}
.product-block .product-item .right-side .product-buttons .product-button {
  margin-right: 10px;
}
.product-block .product-tabs .tabs-nav {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  background: #CBC2BA;
  width: 739px;
  overflow: hidden;
}
.product-block .product-tabs .tabs-nav .tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
.product-block .product-tabs .tabs-nav .tab-btn:hover {
  background: #ABA39C;
}
.product-block .product-tabs .tabs-nav .tab-btn .h1,
.product-block .product-tabs .tabs-nav .tab-btn h1 {
  color: #fff;
}
.product-block .product-tabs .tabs-nav .active-tab {
  background: #A2692F;
}
.product-block .product-tabs .tabs-nav .active-tab:hover {
  background: #A2692F;
}
.product-block .product-tabs .tabs-nav .active-tab .tab-content {
  display: block;
  position: absolute;
}
.product-block .product-tabs .tabs-content {
  padding: 20px;
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.15);
  border-radius: 0px 15px 15px 15px;
}
.product-block .product-tabs .tabs-content .content-item {
  display: none;
}
.product-block .product-tabs .tabs-content .content-item p:not(:last-child) {
  margin-bottom: 20px;
}
.product-block .product-tabs .tabs-content .content-item ul {
  margin-bottom: 20px;
}
.product-block .product-tabs .tabs-content .content-item ul li {
  list-style: inside;
}
.product-block .product-tabs .tabs-content .content-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.product-block .product-tabs .tabs-content .content-item .content-text {
  display: flex;
  align-items: center;
}
.product-block .product-tabs .tabs-content .content-item .content-text .h2,
.product-block .product-tabs .tabs-content .content-item .content-text h2 {
  font-weight: 700;
  margin-right: 5px;
}
.product-block .product-tabs .tabs-content .content-item .content-text:not(:last-child) {
  margin-bottom: 10px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .review-item:not(:first-child) {
  margin-top: 20px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .review-item .review-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .review-item .review-top .name {
  margin-right: 20px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .review-item .review-text {
  margin-bottom: 10px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .review-border {
  border-bottom: 1px solid #A2692F;
}
.product-block .product-tabs .tabs-content .content-item .review-list .view-all-review {
  margin-top: 20px;
}
.product-block .product-tabs .tabs-content .content-item .review-list .view-all-review a {
  border-bottom: 1px solid #1B130E;
}
.product-block .product-tabs .tabs-content .content-item .pay-item:not(:last-child) {
  margin-bottom: 20px;
}
.product-block .product-tabs .tabs-content .content-item .pay-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-block .product-tabs .tabs-content .content-item .pay-item .item-title .img {
  margin-right: 10px;
  width: 31px;
}
.product-block .product-tabs .tabs-content .content-item .pay-item .item-title .small-img {
  padding-left: 3px;
}
.product-block .product-tabs .tabs-content .active-content {
  display: block;
}
.product-block .write-your-review .form-block #review{
  margin-bottom: 20px;
}
.product-block .write-your-review .form-block .review-title{
  margin-bottom: 20px;
}
.product-block .write-your-review .form-block form .form-option {
  margin-bottom: 20px;
}
.product-block .write-your-review .form-block form .form-option .h2,
.product-block .write-your-review .form-block form .form-option h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.product-block .write-your-review .form-block form .form-option .h2 span,
.product-block .write-your-review .form-block form .form-option h2 span {
  color: #FF6767;
}
.product-block .write-your-review .form-block form .form-option input {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
  padding: 12px 20px;
  transition: 0.3s;
}
.product-block .write-your-review .form-block form .form-option input::placeholder {
  color: #CBC2BA;
}
.product-block .write-your-review .form-block form .form-option input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.product-block .write-your-review .form-block form .form-option input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.product-block .write-your-review .form-block form .form-option textarea {
  resize: none;
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px 0px 20px;
  transition: 0.3s;
}
.product-block .write-your-review .form-block form .form-option textarea::placeholder {
  color: #CBC2BA;
}
.product-block .write-your-review .form-block form .form-option textarea:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.product-block .write-your-review .form-block form .form-option textarea:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}/*
.product-block .write-your-review .form-block form .form-option .star-rating {
  font-size: 0;
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap {
  display: inline-block;
  font-size: 1.02rem;
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__ico:hover:before, .product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__ico:hover ~ .star-rating__ico:before, .product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__input:checked ~ .star-rating__ico:before {
  content: "";
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap::after {
  content: "";
  display: table;
  clear: both;
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__ico:last-child {
  padding-left: 0;
}
.product-block .write-your-review .form-block form .form-option .star-rating .star-rating__wrap .star-rating__input {
  display: none;
}*/
.product-block .add-to-cart-popup::before {
  z-index: 9999;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  left: 0;
  top: 0;
}
.product-block .add-to-cart-popup .popup-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  width: 423px;
}
.product-block .add-to-cart-popup .popup-content .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-block .add-to-cart-popup .popup-content .close-btn button {
  background: transparent;
}
.product-block .add-to-cart-popup .popup-content .popup-text {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.product-block .add-to-cart-popup .popup-content .popup-text .h1,
.product-block .add-to-cart-popup .popup-content .popup-text h1 {
  font-weight: 300;
  line-height: 21px;
}
.product-block .add-to-cart-popup .popup-content .popup-text a {
  font-weight: 700;
}

/*Brand pages*/
.brands .brand-names .brand-wrapper {
  padding: 10px 0px 50px 0px;
}
.brands .brand-names .brand-wrapper .brand-title {
  margin-bottom: 20px;
}
.brands .brand-names .brand-wrapper .brand-alphabet {
  display: flex;
}
.brands .brand-names .brand-wrapper .brand-alphabet .h2,
.brands .brand-names .brand-wrapper .brand-alphabet h2 {
  font-weight: 700;
}
.brands .brand-names .brand-wrapper .brand-alphabet .letters a {
  text-decoration: underline;
  margin-left: 20px;
}
.brands .brand-names .brand-wrapper .brand-letter .brand-letter-row {
  margin-top: 20px;
}
.brands .brand-names .brand-wrapper .brand-letter .brand-letter-row .brand-name {
  height: 35px;
  display: flex;
  align-items: center;
}
.brands .brand-names .brand-wrapper .brand-letter .brand-letter-row a {
  border-bottom: 1px solid #1B130E;
  margin-right: 140px;
  transition: 0.3s;
}
.brands .brand-names .brand-wrapper .brand-letter .brand-letter-row a:hover {
  color: #8D7868;
  transform: translateY(-10px);
}

/*Products brand page styles*/
.products-brand .products-brand-wrapper {
  display: block;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-net-view .subcategory-products-row .subcategory-item .image200 {
  width: 200px;
  height: 200px;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-net-view .subcategory-products-row .subcategory-item .subcategory-hover-item {
  bottom: -160px;
  width: 100%;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .left-side {
  width: 80%;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .left-side .left-side-content .offer-description {
  font-size: 12px;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .right-side {
  padding: 0px 0px 0px 23px;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .right-side .item-buttons {
  margin-bottom: 20px;
}
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .right-side .offer-info .offer-price .h2,
.products-brand .products-brand-wrapper .products-brand-list .subcategory-products-list .subcategory-products-wrapper .products-brand-horizontal-view .subcategory-item .right-side .offer-info .offer-price h2 {
  font-size: 14px;
}
/*.products-brand .btn-popup {
  display: none;
}*/
.products-brand .btn-popup::before {
  z-index: 9999;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  left: 0;
  top: 0;
}
.products-brand .btn-popup .popup-content {
  position: fixed;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  width: 423px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-brand .btn-popup .popup-content .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.products-brand .btn-popup .popup-content .close-btn button {
  background: transparent;
}
.products-brand .btn-popup .popup-content .popup-text {
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
}
.products-brand .btn-popup .popup-content .popup-text .h1,
.products-brand .btn-popup .popup-content .popup-text h1 {
  font-weight: 300;
  line-height: 21px;
}
.products-brand .btn-popup .popup-content .popup-text a {
  font-weight: 700;
}

/*Information page styles*/
.information-block .information {
  padding: 10px 0px 50px 0px;
}
.information-block .information .info-subtitle {
  margin-top: 20px;
}
.information-block .information .info-subtitle .h2,
.information-block .information .info-subtitle h2 {
  font-weight: 700;
}
.information-block .information .info-text {
  margin-top: 15px;
}
.information-block .information .info-text p {
  margin-bottom: 15px;
}
.information-block .information .info-text span {
  font-weight: 700;
}
.information-block .information .info-text-block p {
  margin-top: 15px;
}
.information-block .information .info-text-block span {
  font-weight: 700;
}
.information-block .information .info-list {
  margin-top: 15px;
}
.information-block .information .info-list .list-title {
  margin-bottom: 15px;
}
.information-block .information ul li {
  /*font-weight: 700;*/
  list-style: inside;
}
.information-block .information ul li:not(:first-child) {
  margin-top: 3px;
}

/*news blog page styles*/
.news-block .news-wrapper {
  padding: 10px 0px 50px 0px;
}
.news-block .news-wrapper .news-list {
  margin-bottom: 20px;
}
.news-block .news-wrapper .news-list .news-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-top: 20px;
  padding-bottom: 35px;
}
.news-block .news-wrapper .news-list .news-item .right-side {
  margin-left: 20px;
}
.news-block .news-wrapper .news-list .news-item .right-side .news-item-btn {
  margin-top: 40px;
}
.news-block .news-wrapper .news-list .news-item .right-side .news-item__title {
  margin-bottom: 20px;
}
.news-block .news-wrapper .news-list .news-item .right-side .news-title__text {
  margin: 20px 0px;
  margin-bottom: 40px;
}
.news-block .news-wrapper .news-page-count {
  text-align: right;
}

/*blog item page styles*/
.blog-item .blog-item-block {
  padding: 10px 0px 50px 0px;
}
.blog-item .blog-item-block .blog-item-content {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.blog-item .blog-item-block .blog-item-content .left-side {
  margin-right: 20px;
  filter: drop-shadow(0px 3px 10px rgba(27, 19, 14, 0.15));
}
.blog-item .blog-item-block .blog-item-content .left-side img {
  border-radius: 15px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-date {
  margin-bottom: 15px;
  color: #CBC2BA;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-text {
  margin-bottom: 15px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-text .h3,
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-text h3 {
  margin-bottom: 5px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons {
  display: flex;
  align-items: center;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .blog-btn {
  background: #CBC2BA;
  border-radius: 20px;
  margin-right: 10px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .twitter-btn {
  padding: 10px 9px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .like-btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .like-btn img {
  margin-right: 10px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .like-btn .like-count {
  margin-left: 5px;
}
.blog-item .blog-item-block .blog-item-content .right-side .blog-item-buttons .more-btn {
  padding: 15px 9px 7px 9px;
}

/*404 page styles*/
.not-found-page {
  padding: 10px 0px 390px 0px;
}
.not-found-page .not-found-title {
  margin-bottom: 20px;
}

/*contacts page styles*/
.contacts {
  padding: 10px 0px 50px 0px;
}
.contacts .contacts-subtitle {
  margin-bottom: 20px;
}
.contacts .contacts-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contacts .contacts-content .left-side .contacts-item-list .contacts-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contacts .contacts-content .left-side .contacts-item-list .contacts-item .contact-item__content {
  width: 50%;
  margin-left: 20px;
}
.contacts .contacts-content .left-side .contacts-item-list .contacts-item .contact-item__content .h2,
.contacts .contacts-content .left-side .contacts-item-list .contacts-item .contact-item__content h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.contacts .contacts-content .right-side {
  width: 45%;
}
.contacts .contacts-content .right-side .contact-us .form-option .h3,
.contacts .contacts-content .right-side .contact-us .form-option h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.contacts .contacts-content .right-side .contact-us .form-option .h3 span,
.contacts .contacts-content .right-side .contact-us .form-option h3 span {
  color: #FF6767;
}
.contacts .contacts-content .right-side .contact-us .form-option input {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 0px 12px 20px;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.3s;
}
.contacts .contacts-content .right-side .contact-us .form-option input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.contacts .contacts-content .right-side .contact-us .form-option input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.contacts .contacts-content .right-side .contact-us .form-option input::placeholder {
  color: #CBC2BA;
}
.contacts .contacts-content .right-side .contact-us .form-option textarea {
  resize: none;
  width: 100%;
  padding: 12px 10px 0px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.contacts .contacts-content .right-side .contact-us .form-option textarea:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.contacts .contacts-content .right-side .contact-us .form-option textarea:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.contacts .contacts-content .right-side .contact-us .form-option textarea::placeholder {
  color: #CBC2BA;
}
.common-home .container {
  max-width: 1310px;
}
.at-icon-wrapper {
  width: 40px;
  height: 40px;
}
.at-icon-wrapper .at-icon {
  width: 30px !important;
  height: 30px !important;
}
.at-resp-share-element .at-share-btn {
  margin-right: 10px !important;
}
.fa-stack {
  color: #E6A151;
  width: 1em !important;
  font-size: 13px !important;
}
/*.btn-popup {
  display: none;
}*/
.btn-popup::before {
  z-index: 9999;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  left: 0;
  top: 0;
}
.btn-popup .popup-content {
  position: fixed;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  width: 423px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-popup .popup-content .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-popup .popup-content .close-btn button {
  background: transparent;
}
.btn-popup .popup-content .popup-text {
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
}
.btn-popup .popup-content .popup-text .h1,
.btn-popup .popup-content .popup-text h1 {
  font-weight: 300;
  line-height: 21px;
}
.btn-popup .popup-content .popup-text a {
  font-weight: 700;
}

.form_radio_group {
	display: inline-block;
	/*overflow: hidden;*/
}
.select-options {
	display: inline-block;
	float: left;
  margin-top: 10px;  
}
.select-options input[type=radio] {
	display: none;
}
.select-options label {
	display: inline-block;
	cursor: pointer;
	padding: 4px 10px;
	line-height: 34px;
  box-shadow: 0px 3px 10px rgb(27 19 14 / 15%);
	user-select: none;
  border-radius: 20px;   
}
 
/* Checked */
.form_radio_group input[type=radio]:checked + label {
  box-shadow: inset 0px -2px 5px rgba(27, 19, 14, 0.15);
}
 
/* Hover */
.form_radio_group label:hover {
	color: #666;
}
.cart-btn-block #cart .cart-btn {
  background: none;
}

/*bootstrap*/
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.slide-item .rating .fa-stack {
  width: 20px;
  font-size: 8px;
}
.write-your-review .review-item .stars .fa-stack {
  font-size: 8px;
  width: 19px;
}
.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}
.not-found-btn {
  margin-top: 30px;
}
.form-horizontal {
  padding-top: 10px;
}
#column-left .recommend-block {
    padding-top: 30px;
}
#column-left .recommend-block .recommend-to-watch {
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
}
#column-left .recommend-block .recommend-to-watch .recommend-title h1 {
  font-size: 14px;
  text-transform: uppercase;
}
#column-left .recommend-block .recommend-to-watch .recommend-title {
  background: #CBC2BA;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  padding: 10px 0px;
  margin-bottom: 0;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-title {
  margin-bottom: 5px;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts {
  padding-top: 0;
  flex-direction: column;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item .post-img {
  padding: 0;
  margin-right: 5px;
}
#column-left .recommend-block .recommend-to-watch .recommend-border-line {
  display: none;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-date {
  font-size: 12px;
  margin-bottom: 0;
}
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-title .h1,
#column-left .recommend-block .recommend-to-watch .recommend-posts .post-item .post-content .post-title h1 {
  font-size: 12px;
}
#column-left .news_mobile_title {
  display: none;
  background: rgba(229, 229, 229, 1);
  position: relative;
  padding: 13px 0px;
  text-align: center;
}
#column-left .news_mobile_title .h1,
#column-left .news_mobile_title h1 {
  font-size: 14px;
  text-transform: uppercase;
}
#column-left .news_mobile_title .news-btn{
  display: block;
}
.search-content .h3,
.search-content h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.search-content .search-input {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 12px 20px;
  width: 50%;
  margin-bottom: 20px;
}
.search-content .search-input:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.search-content .search-input:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.search-content select {
  /*
  box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
  border-radius: 20px;
  padding: 12px 20px;
  margin-bottom: 20px;
  */
}
.subcategory-main .subcategory-wrapper .subcategory-right .subcategory-products-list .subcategory-products-wrapper .subcategory-net-view .subcategory-products-row .subcategory-item a img {
    border-radius: 15px;
}
.breadcrumb {
    padding: 5px;
}
.product-block .product-item .right-side #product .form-group-column {
    display: flex;
    flex-direction: column;
}

/*Simple checkout*/
.simple-content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.simplecheckout {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 30px;
}
#simplecheckout_customer input[type='text'] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simplecheckout_shipping_address input[type='text'] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#shipping_address_country_id {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#shipping_address_zone_id {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simplecheckout_customer input[type='email'] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simplecheckout_customer input[type='password'] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simplecheckout_customer input[type='tel'] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simplecheckout_customer input[type='text']:hover {
    box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
#simplecheckout_customer input[type='text']:focus {
    box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.simplecheckout-cart {
    width: 100%;
    border-collapse: collapse;
}
#simplecheckout_cart .table-responsive {
   margin-bottom: 10px;
}
.simplecheckout-block .panel-heading {
    background: #CBC2BA;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
}
.simplecheckout-cart-count {
    text-align: center;
    margin: 0px 5px;
}
.simplecheckout-cart-total {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 15px;
}
.simplecheckout-cart-border {
    border-bottom: 1px solid #A2692F;
}
#simplecheckout_customer .panel-heading {
    display: flex;
    justify-content: space-between;
}
.simplecheckout-block-content {
    padding: 20px;
}
.simplecheckout-block-content .radio {
    margin-bottom: 5px;
}
/*#simplecheckout_customer {
    padding: 20px;
}*/
#simplecheckout_customer .simplecheckout-block-content .form-group label {
    font-weight: 700;
}
.row-customer_register .col-sm-8 {
    margin-top: 10px;
}
/*#simplecheckout_shipping {
    padding: 20px;
}
#simplecheckout_payment {
    padding: 20px;
}
#simplecheckout_comment {
    padding: 20px;
}*/
.simplecheckout-cart thead {
    background: #CBC2BA;
    border-radius: 15px 15px 0px 0px;
}
.simplecheckout-cart thead tr th{
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
}
.simplecheckout-cart tbody tr td{
    text-align: center;
}
.simplecheckout-cart tbody .image{
    padding: 10px 0px;
}
.simplecheckout-cart tbody tr .quantity .input-group {
    display: flex;
    justify-content: center;
}
.simplecheckout-cart tbody tr .quantity .input-group .input-group-btn {
    display: flex;
}
.simplecheckout-cart tbody tr .quantity .input-group .input-group-btn .btn {
    padding: 12px 12px;
}
.simplecheckout-cart tbody tr .quantity .input-group .input-group-btn .checkout-delete-btn {
    background: #FF6767;
    margin-left: 10px;
}
.simplecheckout-cart tbody tr .quantity .input-group .input-group-btn .checkout-delete-btn:hover {
    filter: drop-shadow(0px 3px 10px #FF6767);
    box-shadow: none;
}
.simplecheckout-button-right {
    text-align: right;
}
.simplecheckout-button-block {
    padding: 0px 20px;
}
.simplecheckout-block-content textarea {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
    resize: none;
}
#simple_login_layer {
    background: #000;
    opacity: 0.5 !important;
}
#simple_login {
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    height: 260px !important;
}
#simple_login #temp_popup_container input {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    margin: 10px 0px;
    transition: 0.3s;
}
#simple_login #temp_popup_container .simplecheckout-block-content .form-group:nth-child(2) {
    margin-bottom: 30px;
}
#simple_login #temp_popup_container .simplecheckout-block-content {
    position: relative;
}
#simplecheckout_button_login {
    cursor: pointer;
}
#simple_login_header img {
    right: 9px;
    top: 7px;
    position: absolute;
}
.additional-image-block {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.additional-image-block .image-additional:not(:last-child){
    margin-right: 10px;
}
.additional-image-block .image-additional img{
    cursor: pointer;
}
.open-review-button {
    background: transparent;
}
.simplecheckout-proceed-payment {
    display: none !important;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .form-amount {
    width: 10%;
}
/*Voucher page*/
.profile-block .profile-wrapper .profile-content .form-block .radio-option {
    margin-bottom: 10px;
}
.profile-block .profile-wrapper .profile-content .form-block .radio-option h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
.certificat-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*textarea*/
.profile-block .profile-wrapper .profile-content .form-block .form-option textarea {
  resize: none;
  width: 100%;
  padding: 12px 10px 0px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option textarea:hover {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option textarea:focus {
  box-shadow: 0px 3px 10px rgba(27, 19, 14, 0.25);
}
.profile-block .profile-wrapper .profile-content .form-block .form-option textarea::placeholder {
  color: #CBC2BA;
}
/*Tracking dropdown*/
.profile-block .profile-wrapper .profile-content .form-block .form-option .dropdown-menu {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 15px;
  display: none;
  border-radius: 15px;
  margin-top: 5px;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .dropdown-menu li{
  padding: 5px 0px;
  transition: 0.3s;
}
.profile-block .profile-wrapper .profile-content .form-block .form-option .dropdown-menu li:hover a{
  border-bottom: 1px solid #A2692F;
}
.language-block {
    position: relative;
}
.language-block .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 0px 15px 15px 15px;
    background: #fff;
    padding-top: 10px;
    position: absolute;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
    padding: 10px;
}
.language-block:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.language-block:hover .lang-button{
    border-radius: 15px 15px 15px 0px;
}
.language-block:hover .dropdown-menu li:not(:last-child){
    margin-bottom: 10px;
}
.language-block .lang-button {
    background: transparent;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 5px 10px;
    transition: 0.3s;
}
.alert {
    padding: 7px 35px 6px 10px;
    border: 0;
    border-radius: 2px;
    text-align: center;
}
.alert-danger {
    color: #dd4b39;
    background-color: #f2dede;
}
.category-menu .menu-item{
  text-align: left;
  padding-left: 10px !important;
  font-weight: 500 !important;
}
.category-menu .child-item{
  padding-left: 20px !important;
  font-weight: 300 !important;
}
.available_0, .available_0 p{
  color: #4F4F4F !important;
}
.available_1, .available_1 p{
  color: #E6A151 !important;
}
/*
@media only screen and (min-width: 1024px)
.simplecheckout-left-column {
    width: 39% !important;
}
*/
.offer-title-options{
 height: auto !important; 
}
.simplecheckout-left-column {
    float: left;
    margin-right: 10px;
    min-width: 280px;
    max-width: 900px;
    width: 39%;
}
/*
@media only screen and (min-width: 1024px){
.simplecheckout-right-column {
    width: 59% !important;
}
}
*/
.simplecheckout-right-column {
    float: right;
    min-width: 280px;
    max-width: 900px;
    width: 59%;
}
@media only screen and (max-width: 1024px){
.simplecheckout-right-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
}
}
@media only screen and (max-width: 1024px){
.simplecheckout-left-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
}
}