/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
:root {
  --app-top-screen-height: 100vh;
}
.slider .slides {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Slider Home
\* ------------------------------------------------------------ */

.slider-home {
  position: relative;
  overflow: hidden;
  font-family: "ModamWeb", serif;
}
.slider-home .slide-asset {
  background: center/cover no-repeat;
  position: relative;
  height: calc(var(--app-top-screen-height) - 50px);
}
.slider-home .slide-asset .bg-asset {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.slider-home .slider-paging {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  margin-bottom: 20px;
}

.slider-home .slider-thumbs {
  display: table;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.slider-home .slider-thumb {
  display: table-cell;
  border-right: 1px solid rgba(38, 38, 38, 0.15);
  border-top: 0 none;
}
.slider-home .slider-thumb ~ .slider-thumb {
  border-left: 0 none;
}
.slider-home .slider-thumb ~ .slider-thumb.active {
  border-left: none;
}

.slider-home .slider-thumb .slide-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "ModamWeb", serif;
  font-size: 23px;
  line-height: 1.17;
  font-weight: normal;
}

.slider-home .slider-thumb-inner {
  position: relative;
  padding: 0 0 25px;
  border-top: 1px solid rgba(38, 38, 38, 0.15);
  transition: all 0.3s;
}
.slider-home .slider-thumb .slide-title {
  padding: 7px 6px 3px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.15);
  opacity: 0.35;
  transition: opacity 0.3s;
}
.slider-home .slider-thumb p {
  max-width: 212px;
  padding: 3px 6px;
  margin-bottom: 0;
  opacity: 0.35;
  transition: opacity 0.3s;
}

.slider-home .slider-thumb-inner {
  position: relative;
}
.slider-home .slider-thumb-inner::before {
  position: absolute;
  bottom: 100%;
  left: -1px;
  right: -1px;
  height: 100vh;
  border: solid rgba(38, 38, 38, 0.15);
  border-width: 0 1px;
  content: "";
}

.slider-home .slider-thumb ~ .slider-thumb .slider-thumb-inner::before {
  border-left: 0 none;
}

.slider-home .actions {
  padding: 3px 6px;
  opacity: 0;
  font-family: "ModamWeb", serif;
  transition: all 0.3s;
}
.slider-home .actions span {
  text-decoration: underline;
}
.slider-home .actions span:hover {
  text-decoration: none;
}

.slider-home .slider-thumb.active .slider-thumb-inner {
  -webkit-transform: translateY(-37px);
  -ms-transform: translateY(-37px);
  transform: translateY(-37px);
}
.slider-home .slider-thumb.active .slider-thumb-inner::before {
  margin-bottom: -37px;
}
.slider-home .slider-thumb.active .actions {
  height: 24px;
  opacity: 1;
}

.slider-home .slider-thumb.active p,
.slider-home .slider-thumb.active h2 {
  opacity: 1;
}

.slider-home .slide .slider-thumb {
  display: none;
}
.slider-home .slide-asset::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 241px;
  background: url(images/shadow.png) repeat-x 0 0;
  background-size: 1px 241px;
  content: "";
}

@media (min-width: 1025px) {
  .slider-home .owl-stage {
    transform: none !important;
  }
  .slider-home .owl-item {
    backface-visibility: visible;
    opacity: 0;
    animation: none;
    transition: opacity 0.2s ease-in-out;
  }
  .slider-home .owl-item ~ .owl-item {
    position: absolute;
    top: 0;
    left: 0 !important;
    height: 100%;
    width: 100vw;
  }
  .slider-home .owl-item.active {
    opacity: 1;
  }
  .slider-home .slider-thumb-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
}

@media (max-width: 1200px) {
  .slider-home .slider-thumbs {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .slider-home::after {
    display: none;
  }

  .slider-home .slides {
    position: relative;
  }
  .slider-home .slides:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
  }
  .slider-home .slides:not(.owl-loaded) .slide {
    flex: 0 0 auto;
    width: 100%;
  }

  .slider-home .slide {
    position: relative;
    overflow: hidden;
  }
  .slider-home .slide-asset {
    z-index: -1;
  }
  .slider-home .slide-asset::after {
    content: none;
  }

  .slider-home .slide .slider-thumb {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 56px;
    width: 100%;
    border-bottom: 0 none;
    color: #fff;
    transform: none;
  }
  .slider-home .slide .slider-thumb .actions {
    margin: 25px 0 0;
    padding: 0;
  }
  .slider-home .slider-thumb-inner {
    border-top: none;
    padding: 0 30px;
  }
  .slider-home .actions span {
    display: block;
    background: transparent;
    font-family: "ModamWeb", serif;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.02em;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fff;
  }
  .slider-home .actions span:hover {
    background-color: #fff;
    color: #595959;
    text-decoration: none;
  }
  .slider-home .slide .slider-thumb :is(.actions, h2, p) {
    opacity: 1;
  }
  .slider-home .slider-thumb h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.32px;
    vertical-align: top;
    padding: 0;
    border-bottom: none;
  }
  .slider-home .slider-thumb p {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    max-width: 100%;
    padding: 4px 0 0;
  }
  .slider-home .slide .slider-thumb .actions {
    padding-top: 4px;
    border-top: 1px solid rgba(38, 38, 38, 0.15);
    margin-top: 4px;
  }

  /* hacky fix to make link clickable on homepage */
  .slider-home .slider-thumb-inner::before {
    content: none;
  }

  .slider-home .slider-thumb-link {
    top: 0;
    height: auto;
  }

  .slider-home .actions span {
    text-decoration: underline;
  }

  .slider-home .slider-paging {
    bottom: 30px;
    left: 0;
    padding: 0 30px;
  }

  .slider-home .slider-thumbs {
    font-size: 0;
  }
  .slider-home .slider-thumbs .slider-thumb-inner {
    display: none;
  }
  .slider-home .slider-thumbs {
    display: block;
    width: auto;
    overflow: hidden;
  }
  .slider-home .slider-thumbs .slider-thumb {
    counter-increment: count;
    display: inline-block;
    position: relative;
    float: none;
    border: 0 none;
    padding: 10px 0;
    opacity: 1;
  }
  .slider-home .slider-thumbs .slider-thumb ~ .slider-thumb {
    margin-left: 10px;
  }
  .slider-home .slider-thumbs .slider-thumb::before {
    content: "";
    background-color: #f6f8f6;
    display: inline-block;
    width: 24px;
    height: 1px;
    opacity: 0.5;
  }
  .slider-home .slider-thumbs .slider-thumb.active::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .slider-home .slider-thumb .slide-title {
    font-size: 18px;
  }

  .slider-home .slide-asset {
    height: var(--app-top-screen-height);
  }

  .slider-home .slide .slider-thumb {
    font-size: 14px;
  }
  .slider-home .slider-thumb-inner {
    padding: 0 20px;
  }
  .slider-home .slider-thumb .slide-title {
    font-size: 16px;
  }
  .slider-home .slider-thumb p {
    font-size: 12px;
  }

  .slider-home .slider-paging {
    padding: 0 20px;
  }

  .slider-home .slider-thumbs {
    font-size: 0;
  }
  .slider-home .slider-thumbs .slider-thumb ~ .slider-thumb {
    margin-left: 4px;
  }
}

/* ------------------------------------------------------------ *\
	Slider Images
\* ------------------------------------------------------------ */

.slider-images h3 {
  padding-left: 32px;
}
.slider-images .slider-clip {
  position: relative;
}

.slider-images .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.slider-images .owl-prev,
.slider-images .owl-next {
  position: absolute;
  top: auto;
  margin-bottom: 30px;
  bottom: 100%;
  width: 7px;
  height: 11px;
  text-indent: -9999px;
  transition: all 0.3s;
}

.slider-images .owl-prev {
  right: 57px;
  background-image: url(images/sprite/ico-arrow-left.png);
}
.slider-images .owl-next {
  right: 31px;
  background-image: url(images/sprite/ico-arrow-right.png);
}

.slider-images .owl-prev:hover,
.slider-images .owl-next:hover {
  opacity: 0.8;
}







@media (max-width: 767px) {
  .slider-images .slider-prev,
  .slider-images .slider-next {
    width: 45px;
  }

  .slider-images .owl-prev,
  .slider-images .owl-next {
    margin-bottom: 23px;
  }
}

.slider-home .slide-asset::after {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent
  ) !important;
}
.slider-home .slide-asset {
  height: 80vh !important;
  min-height: 600px !important;
  background: #f0f0f0; /* برای دیدن اینکه div هست یا نه */
}
@media (max-width: 1025px) {
  .slider-home {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .slider_main {
    display: none !important;
  }
}
.clearpay-minicart-container {
  margin-bottom: 0.5rem;
}
/* ------------------------------------------------------------ *\
	Mini Cart
\* ------------------------------------------------------------ */

.mini-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: rgba(38, 38, 35, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 0.5s ease;
}
.mini-cart.visible {
  opacity: 1;
  visibility: visible;
}

.mini-cart.visible .form-mini-cart {
  opacity: 1;
}

.mini-cart .popup {
  margin-left: -220px;
}

.mini-cart-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
}
.mini-cart-head h2 {
  margin: 0;
}
.mini-cart-close i {
  margin: 0;
}

.mini-cart-body {
  position: relative;
  padding: 19px;
  max-height: calc(100vh - 225px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mini-cart-item {
  border: solid #e5e5e5;
  border-width: 0 1px;
}
.mini-cart-item ~ .mini-cart-item {
  margin-top: 22px;
}

.mini-cart-item-inner {
  display: flex;
}

.mini-cart-image {
  flex: 0 0 auto;
  width: 140px;
  min-height: 140px;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-left: 0 none;
}
.mini-cart-image img {
  width: 100%;
  height: auto;
}

.mini-cart-item-head ~ .form-row,
.mini-cart-item-head {
  float: left;
  width: calc(100% - 140px);
}

.mini-cart-item-head {
  padding-top: 14px;
}

.mini-cart-title {
  overflow: hidden;
  padding: 4px 7px;
  font-size: 18px;
  text-transform: uppercase;
  color: #464646;
}
.mini-cart-title .mini-cart-price {
  float: right;
  font-size: 17px;
  font-family: "ModamWeb", serif;
}

.mini-cart-details {
  padding: 7px;
  border: solid #e5e5e5;
  border-width: 1px 0;
  font-family: "ModamWeb", serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}
.mini-cart-details p {
  margin: 0;
}

.mini-cart-actions {
  padding: 15px 11px;
}

.mini-cart-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17px 17px 19px;
  border-top: 1px solid #e7e7e7;
  background: #f7f7f5;
}

.mini-cart-subtotal {
  overflow: hidden;
  margin-bottom: 17px;
  font-family: "ModamWeb", serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.mini-cart-subtotal p {
  margin: 0;
}
.mini-cart-subtotal-price {
  float: left;
  font-size: 20px;
}




@media (max-width: 1023px) {
  .mini-cart .popup {
    margin-left: 0;
  }
  .mini-cart-item-head {
    padding-top: 15px;
  }
  .mini-cart-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .mini-cart-head {
    padding: 12px 15px;
  }
  .mini-cart-body {
    max-height: none;
    padding: 17px;
  }

  .mini-cart-foot {
    position: static;
  }

  .mini-cart-image {
    width: 118px;
    min-height: 118px;
  }

  .mini-cart-item-head {
    padding-top: 9px;
  }
  .mini-cart-item-head ~ .form-row,
  .mini-cart-item-head {
    width: calc(100% - 118px);
  }

  .mini-cart-title {
    font-size: 15px;
  }
  .mini-cart-title .mini-cart-price {
    font-size: 14px;
  }

  .mini-cart-details {
    font-size: 12px;
  }

  .mini-cart-subtotal {
    font-size: 13px;
  }
  .mini-cart-subtotal-price {
    font-size: 17px;
  }
}
/* ------------------------------------------------------------ *\
	Form Mini Cart
\* ------------------------------------------------------------ */

.form-mini-cart {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 440px;
  background: #FAF8F5;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.form-mini-cart .form-row {
  margin-top: -1px;
}
.form-mini-cart .form-label {
  padding-top: 1px;
  padding-left: 14px;
  line-height: 51px;
}
.form-mini-cart .fs-dropdown-selected {
  height: 51px;
  line-height: 51px;
  color: #464646;
}
.form-mini-cart .fs-dropdown-options {
  margin-left: -92px;
  width: calc(100% + 92px);
}

.form-mini-cart .form-controls {
  padding-left: 92px;
}

.form-mini-cart .field {
  height: 51px;
  border: 0 none;
  padding-left: 0;
}
.form-mini-cart .field::-webkit-input-placeholder {
  color: #999;
}
.form-mini-cart .field::-moz-placeholder {
  color: #999;
}
.form-mini-cart .field:-ms-input-placeholder {
  color: #999;
}
.form-mini-cart .field::placeholder {
  color: #999;
}

.form-mini-cart .form-actions {
  padding: 0;
  max-width: 100%;
}

.form-mini-cart .form-action {
  margin-bottom: 0.5rem;
}

.form-mini-cart .form-btn {
  width: 100%;
  background: #595959;
  color: #fff;
  text-decoration: none;
  font-family: "ModamWeb", serif;
  font-weight: normal;
}

.form-mini-cart .form-hint {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-mini-cart .alt .fs-dropdown-selected {
  font-family: "ModamWeb", serif;
  font-weight: normal;
}
.form-mini-cart .fs-dropdown-open .fs-dropdown-selected:after {
  width: 13px;
  height: 12px;
  background-image: url(images/sprite/ico-close.png);
}
.form-mini-cart .form-controls .fs-dropdown-options {
  bottom: auto;
  top: 0;
  z-index: 51;
  padding: 9px 0;
  margin-left: 0;
  width: 182px;
  border-radius: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.form-mini-cart .form-hint-large {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.form-mini-cart .form-hint-large i {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-mini-cart .form-hint i.hide,
.form-mini-cart .form-hint.active i {
  display: none;
}
.form-mini-cart .form-hint.active i.hide {
  display: block;
}

@media (max-width: 1023px) {
  .form-mini-cart {
    width: 400px;
    right: -400px;
  }
}

@media (max-width: 767px) {
  .form-mini-cart {
    max-height: 100%;
    width: 100%;
    right: -100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .form-mini-cart .fs-dropdown-selected {
    height: 42px;
    line-height: 42px;
  }
  .form-mini-cart .form-label {
    line-height: 42px;
    font-size: 13px;
  }
  .form-mini-cart .field {
    height: 42px;
  }

  .form-mini-cart .form-controls {
    padding-left: 82px;
  }
}

/* ------------------------------------------------------------ *\
    Mini Cart
\* ------------------------------------------------------------ */
.mini-cart .mini-cart-foot {
  position: relative;
}
.mini-cart .mini-cart-items {
  max-height: 370px;
  height: auto;
}
.clearpay-minicart-container,
.clearpay-update-cart-container {
  font-family: "ModamWeb", serif;
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
  letter-spacing: 1px;
}
.order-items .mini-cart-item {
  border: 1px solid #ebebeb;
  padding: 13px 12px;
  margin-bottom: 14px;
}
.order-items .mini-cart-item ~ .mini-cart-item {
  margin-top: 0;
}
.order-items .mini-cart-item:last-of-type {
  margin-bottom: 0;
}
.order-items .mini-cart-image {
  background: transparent center/cover no-repeat;
  display: block;
  border: 1px solid #e5e5e5;
  width: 82px;
  min-height: 82px;
  margin-right: 11px;
}
.order-items .mini-cart-title {
  font-size: 16px;
  line-height: 1;
}
.order-items .mini-cart-details {
  color: #424242;
  font-size: 12px;
  line-height: 1.25;
}

.mini-cart {
  width: 350px;
  position: absolute;
  top: 100%;
  background: none;
  right: auto;
  overflow: visible;
}

.mini-cart-item ~ .mini-cart-item {
  margin-top: 9px;
  border-top: 1px solid #e3e0dc;
}

.mini-cart-body {
  max-height: 100%;
  padding: 0;
}

.mini-cart-items {
  height: 370px;
  overflow-y: auto;
}

.mini-cart-item {
  padding: 15px 15px 10px;
  border: 0;
  position: relative;
}
.mini-cart-image {
  width: 101px;
  min-height: 101px;
  margin-left: 14px;
}
.mini-cart-content {
  overflow: hidden;
}

.mini-cart-item-head {
  float: none;
  width: 100%;
  padding-top: 0;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .mini-cart-item-head {
    margin-bottom: 10px;
  }
}

.mini-cart-details {
  border: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "ModamWeb", serif;
  font-weight: 700;
}

.mini-cart-title {
  font-size: 17px;
  margin-bottom: 4px;
  padding: 0;
}

.mini-cart-item-body {
  margin-bottom: 0;
}

.mini-cart-item-quantity .field {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  text-align: center;
}

.mini-cart-item-quantity .quantity-decrease {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mini-cart-item-quantity .quantity-increase {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mini-cart-item-quantity .form-row .form-controls {
  width: 50px;
  height: auto;
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  position: relative;
}
.mini-cart-item-quantity.refill .form-row .form-controls {
  padding-left: 0;
}

.mini-cart-item-pair-wrapper {
  display: flex;
}
.mini-cart-item-label {
  flex: 0 0 auto;
  width: 74px;
  font-family: "ModamWeb", serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #404040;
  margin-bottom: 0;
}
.mini-cart-item-value {
  flex: 0 1 auto;
  font-size: 12px;
  color: #262626;
  font-family: "ModamWeb", serif;
  font-weight: 700;
  overflow: hidden;
}

.mini-cart-item-information {
  list-style: none;
  margin-bottom: 4px;
}

.mini-cart-item-information > li {
  margin-bottom: 4px;
}
.mini-cart-item-information > li:after {
  content: "";
  display: table;
  clear: both;
}

.mini-cart-actions {
  position: absolute;
  top: 0;
  right: 5px;
}

.mini-cart-foot {
  background: #FAF8F5;
}
.mini-cart-foot .free-shipping-note {
  text-align: center;
  font-size: 14px;
  font-family: "ModamWeb", serif;
  font-weight: 700;
  padding-top: 9px;
}



.mini-cart-subtotal {
  margin-bottom: 15px;
}

.form-mini-cart {
  width: 350px;
  border: 1px solid #e3e0dc;
  position: relative;
  right: 0;
  top: 0;
  bottom: auto;
}

.mini-cart-subtotal-price {
  font-size: 15px;
}

@media (max-width: 767px) {
  .mini-cart {
    width: 100%;
  }
  .form-mini-cart {
    max-height: 600px;
    overflow: visible;
    width: 100%;
    border-width: 1px 0;
  }

  .mini-cart-foot {
    position: absolute;
  }

  .mini-cart-item ~ .mini-cart-item {
    margin-top: 0px;
  }
}

/* ------------------------------------------------------------ *\
    Cart Item
\* ------------------------------------------------------------ */



.cart-item .mini-cart-image {
  width: 120px;
  min-height: 120px;
  border: none;
  border: 0;
}


.cart-item .mini-cart-actions {
  position: static;
  padding: 0;
  padding-top: 10px;
}
.cart-item .mini-cart-actions a {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}








@media (max-width: 767px) {
  .cart-item .mini-cart-image {
    width: 101px;
    min-height: 101px;
    margin-right: 10px;
  }

  .cart-item .cart-item-price {
    font-size: 13px;
  }
  .cart-item .checkbox-alt label {
    padding-left: 25px;
  }
  .cart-item .mini-cart-content {
    padding-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .cart-item .cart-item-price {
    font-size: 12px;
    top: 20px;
    right: 5px;
  }
  .cart-item .checkbox-alt label {
    padding-left: 23px;
  }
}

/* ------------------------------------------------------------ *\
    No Scroll
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */



.form-contact .form-actions {
  padding-top: 15px;
  margin-bottom: 25px;
}


.form-contact .form-foot strong {
  font-family: "ModamWeb", serif;
  font-weight: 700;
  color: #a9a9a9;
  text-transform: uppercase;
}

.form {
  position: relative;
}
/* ACDC CHANGED - ALWAYS SHOW ACTUAL ERROR MESSAGES */
.form .form-errors {
  padding: 10px 0 0;
}
.form .form-alert {
  position: relative;
  color: #bf0000;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-family: "ModamWeb", serif;
  font-weight: 700;
  display: block;
  padding: 0 10px 10px 32px;
}
.form .form-alert:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 12px;
  background: url(../css/images/asterisk-red.png) no-repeat 0 0;
  width: 9px;
  height: 8px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form .form-row.required .form-label {
  color: #bf0000;
}
.form .form-row.required:after {
  background: url(../css/images/asterisk-red.png) no-repeat 0 0;
}

.form .form-row .input-count,
.personalize-popup .input-count {
  font-size: 15px;
  font-family: "ModamWeb", serif;
  font-weight: 700;
  color: #8c8c8c;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form .form-row.valid:before {
  display: block;
}
.form .form-row.valid .input-count {
  display: none;
}
.form .form-row:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  background: url(../css/images/ico-check-alt.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .form .form-row .input-count {
    right: 15px;
  }
}
.form-mini-cart,
.mini-cart {
  width: 410px;
}
@media (max-width: 767px) {
  .form-mini-cart,
  .mini-cart {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .nav-lang li:last-child {
    width: 66px;
  }
}

.btn-grey {
  display: block;
  background: #595959;
  font-family: "ModamWeb", serif;
  line-height: 54px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}


/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */



/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-products {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-products.filter-expanded {
    padding-top: 133px;
  }
  .section-products .shell {
    padding: 0 5px;
  }
}
/* ------------------------------------------------------------ *\
	Section Product
\* ------------------------------------------------------------ */

.section-product {
  margin-bottom: 80px;
}

.section-product .products-content h3 {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .section-product {
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------ *\
    Product Thumbs
\* ------------------------------------------------------------ */
.product-items-primary {
  position: absolute;
  max-width: 80px;
  width: 100%;
  list-style: none;
}
.product-items-primary .product-thumb {
  margin-bottom: 12px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-items-primary .product-thumb.current {
  opacity: 1;
}

.section-product-primary {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .product-items-primary {
    position: static;
    border-bottom: 1px solid #e9e9e8;
    max-width: 100%;
    padding: 13px;
  }
  .product-items-primary:after {
    content: "";
    display: table;
    clear: both;
  }

  .product-items-primary .product-thumb {
    float: left;
    width: 54px;
    margin-right: 10px;
  }

  .section-product-primary {
    padding: 0 15px;
  }
}

@media (max-width: 820px) {
  .product-items-primary .product-thumb {
    margin-right: 7px;
  }
}

@media (max-width: 414px) {
  .product-items-primary .product-thumb {
    margin-right: 3px;
  }
}

@media (max-width: 390px) {
  .product-items-primary .product-thumb {
    margin-right: 9px;
  }
}

@media (max-width: 374px) {
  .product-items-primary .product-thumb {
    width: calc(20% - 7px);
    margin-right: 7px;
  }
}

@media (max-width: 349px) {
  .product-items-primary .product-thumb {
    width: calc(20% - 5px);
    margin-right: 5px;
  }
}

.product-single .product-head {
  position: relative;
}
.product-single .product-head p {
  margin-bottom: 0;
}
.product-single .product-head .product-price {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  font-family: "ModamWeb", sans-serif;
  color: #404040;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-single .form-product-alt .form-actions {
    position: static;
  }

  .product-actions .product-controls-alt .btn-link {
    font-size: 14px;
  }

  .product-single .product-head .product-price {
    font-size: 16px;
    left: 10px;
    top: 10px;
  }
}

/* ------------------------------------------------------------ *\
    Product Image
\* ------------------------------------------------------------ */

.product-image {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e9e9e8;
}
.product-image .slider-product-images {
  flex: 1 1 auto;
  width: calc(100% - 100px);
}
.product-image .product-thumbs {
  order: -1;
  width: 100px;
}
.product-image .product-thumbs .products-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.product-image .product-image-foot {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 100px 0 0;
  padding: 20px 15px;
  font-size: 14px;
  font-family: "ModamWeb", sans-serif;
  color: #404040;
}
.product-image .product-image-foot span {
  display: inline-block;
  vertical-align: middle;
}
.product-image .product-image-foot .btn {
  vertical-align: top;
}

@media (max-width: 1023px) {
  .product-image {
    display: block;
    border-left: none;
    margin: 0;
  }
  .product-image .slider-product-images {
    width: 100%;
  }
  .product-image .product-thumbs {
    order: unset;
    width: 100%;
  }
  .product-image .product-image-foot {
    margin: 0;
  }
}

/* ------------------------------------------------------------ *\
    Slider product images
\* ------------------------------------------------------------ */

.slider-product-images {
  position: relative;
}
.slider-product-images .slide {
  display: none;
}
.slider-product-images .slider-clip {
  overflow: hidden;
}
.slider-product-images .slide img {
  width: 100%;
  height: auto;
  position: relative;
  margin: -6% 0;
  display: block;
}
.slider-product-images .slide.current {
  display: block;
}

.slider-product-images .label-bottle {
  position: absolute;
  top: 0%;
  left: 0%;
  letter-spacing: 0.005em;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  opacity: 0.8;
  font-family: "ModamWeb", sans-serif;
  font-weight: 700;
}
.slider-product-images .label-engraving {
  position: absolute;
  top: 0%;
  left: 0%;
  font-family: "ModamWeb", Arial, sans-serif;
  color: #bcbcbc;
  opacity: 40;
}
.slider-product-images .label-box {
  position: absolute;
  top: 0%;
  left: 0%;
  letter-spacing: 0.005em;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  opacity: 0.8;
  font-family: "ModamWeb", sans-serif;
  font-weight: 700;
}
.slider-product-images .slide-image .label-bottle.visible {
  display: block;
}

@media (max-width: 1023px) {
  .slider-product-images .label-bottle {
    bottom: 14.5%;
  }
}
/* ------------------------------------------------------------ *\
	Form Product
\* ------------------------------------------------------------ */

.form-product .form-controls {
  padding-right: 90px;
}
.form-product .form-row + .form-row {
  margin-top: -1px;
}
.form-product .form-controls .fs-dropdown-selected {
  height: 52px;
  line-height: 52px;
}
/* ACDC REMOVED PADDING */
.form-product .field {
  height: 52px;
  border: 0 none;
  text-align: right;
  padding-left: 0;
}
.form-product .form-actions {
  padding: 0;
}
.form-product .form-btn {
  width: 100%;
  background: #595959;
  color: #fff;
  text-decoration: none;
  font-family: "ModamWeb", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
}
.form-product .form-btn.disabled-like {
  cursor: default;
  background: #bfbfbf;
  color: #a3a3a3;
}
.form-product .form-label {
  top: 1px;
  line-height: 52px;
}

.form-product .fs-dropdown-open .fs-dropdown-selected:after {
  width: 14px;
  height: 14px;
  background-image: url(images/ico-cross-small.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.form-product .form-controls .fs-dropdown-options {
  top: 0;
  bottom: auto;
  z-index: 51;
  padding: 9px 0;
  margin-right: 0;
  width: 182px;
  border-radius: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.form-product .form-controls > span {
  display: block;
  line-height: 52px;
  font-family: "ModamWeb", sans-serif;
  color: #262626;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 767px) {
  .form-product .field {
    height: 42px;
  }
  .form-product .form-label {
    padding-left: 9px;
    line-height: 42px;
  }
  .form-product .form-controls .fs-dropdown-selected {
    height: 42px;
    line-height: 42px;
  }

  .form-product .form-actions {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}
/* ------------------------------------------------------------ *\
    Form Product Alt
\* ------------------------------------------------------------ */

.form-product-alt .form-controls {
  padding-right: 125px;
}
.form-product-alt .form-actions {
  padding: 15px;
  padding-bottom: 5px;
}
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */

.product h4 {
  margin-bottom: 11px;
}

.products-content {
  padding: 17px;
}
.products-content h2 {
  font-family: "ModamWeb", sans-serif;
  color: #595959;
}

.product-items {
  list-style: none outside none;
  font-size: 0;
  line-height: 0;
}

.product-item {
  display: inline-block;
  width: 49%;
  border: solid #e6e7e6;
  border-width: 1px 1px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
}
.product-item:nth-child(even) {
  margin-left: 2%;
}

.product-item-content {
  position: relative;
}
.product-item .product-item-title {
  font-family: "ModamWeb", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
}



.product-item-head-link:hover {
  text-decoration: underline;
}

.product-item-actions {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  line-height: 20px;
  padding: 6px;
}

.product-item .btn-link {
  flex: 0 0 auto;
}

.product-item-price {
  flex: 0 1 auto;
  color: #595959;
  font-family: "ModamWeb", sans-serif;
  font-size: 13px;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 0.25em;
}
.product-item-price > * {
  white-space: nowrap;
  word-break: keep-all;
}

.product-item-details,
.product-item-title,
.product-item-price-wrapper,
.product-item-image {
  border-bottom: 1px solid #e6e7e6;
}

.product-item-image {
  display: block;
}
.product-item-image img {
  width: 100%;
  height: auto;
}

.products-content .product-item-title,
.product-item-title {
  color: #333;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 0;
}

.product-item-details {
  padding: 6px;
  font-family: "ModamWeb", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
.product-item-details p {
  margin: 0;
}

.product-item-actions .product-item-price {
  border-bottom: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.product-item-image a {
  display: block;
}

.product-item-checkbox label {
  display: block;
  padding: 7px 30px 7px 7px;
}
.product-item-checkbox label:after {
  right: 12px;
  top: 9px;
}
.product-item-checkbox label:before {
  right: 17px;
  top: 14px;
}
.product-item-checkbox label span {
  display: block;
}



.products--order-page .products-content {
  padding: 18px;
}

@media (max-width: 767px) {
  .products-content {
    padding-left: 0;
    padding-right: 0;
  }

  .products-order {
    padding: 17px 18px;
    text-align: left;
  }

  .products {
    padding: 0 5px;
  }

  .product-item-price {
    flex-basis: min-content;
  }

  .products--order-page {
    padding: 0;
  }
  .products--order-page .products-content {
    padding: 18px;
  }
}

/* ------------------------------------------------------------ *\
	Product Items Alt
\* ------------------------------------------------------------ */



.product-items-alt {
  margin-left: -2%;
}
.product-items-alt .product-item {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 34px;
}
.product-items-alt.trio .product-item {
  width: 31.3%;
}
.product-items-alt.trio .product-item .product-item-price {
  font-family: "ModamWeb", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.product-items-alt .product-item-actions {
  text-decoration: none;
}
.product-items-alt .product-item-actions .product-item-price {
  color: #000;
}
.product-items-alt .product-item-actions .btn-link {
  color: #000;
  text-decoration: none;
}
.product-items-alt .product-item-actions .btn-link:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .product-items-alt .product-item {
    width: 31.33%;
  }
}

@media (max-width: 767px) {
  .product-items-alt.trio .product-item,
  .product-items-alt .product-item {
    width: 48%;
  }

  .product-items-alt.trio .product-item .product-item-title {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
	Products Scroll
\* ------------------------------------------------------------ */


.products-scroll .products-content {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.products-scroll .products-content > .simplebar-track {
  z-index: 0;
}
.products-scroll .products-content > .simplebar-track::before {
  content: "";
  background-color: #c6c6c6;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: -1;
}
.products-scroll .products-content > .simplebar-track.simplebar-horizontal {
  bottom: -5px;
}
.products-scroll .products-content .simplebar-scrollbar::before {
  background-color: #676767;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}
.products-scroll .products-content.simplebar-scrollable-x {
  padding: 0 0 24px;
}
.products-scroll .product-items {
  white-space: nowrap;
  margin-left: -12px;
}
.products-scroll .product-item {
  white-space: wrap;
  border: none;
  width: calc(50% - 12px);
  margin: 0 0 0 12px;
}
.products-scroll .product-item-image {
  border-bottom: none;
}
.products-scroll .product-item-content {
  border: solid #e6e7e6;
  border-width: 0 1px;
}
.products-scroll .product-items .product-item .product-item-title {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.24px;
  padding: 8px;
}
.products-scroll .product-item-details {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  white-space: wrap;
  padding: 8px;
}
.products-scroll .product-item-actions {
  border: solid #e6e7e6;
  border-width: 0 1px;
  padding: 10px 8px;
}
.products-scroll .product-item-actions .btn-link {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
.products-scroll .product-item-actions .product-item-price {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
}
.products-scroll .products-content > h4 {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

/* ------------------------------------------------------------ *\
	Product Signle
\* ------------------------------------------------------------ */

.product-single {
  width: 100%;
  border-collapse: collapse;
}
.product-single:after {
  content: "";
  display: table;
  clear: both;
}
.product-single-side {
  float: right;
  vertical-align: top;
  padding-top: 60px;
  border: solid #e7e7e7;
  border-width: 0 1px;
}
.product-single-side ~ .product-single-side {
  margin-left: -1px;
}

.product-single-side:first-child {
  width: 62%;
  border-left: 0 none;
  padding-top: 19px;
}
.product-single-side:last-child {
  width: 38%;
}

.product-single .breadcrumbs {
  margin-bottom: 20px;
}

.product-title {
  font-size: 26px;
  overflow: hidden;
}
.product-title .product-price {
  float: right;
  font-family: "ModamWeb", sans-serif;
  font-size: 24px;
}

.product-overlap-fix {
  margin-left: 100px;
}

.product-type {
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.19;
}

.product-image {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.product-image img {
  width: 100%;
  height: auto;
}

.product-head {
  padding: 0 17px 17px;
}

.pickup-delivery {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #404040;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.27;
  border-bottom: 1px solid #e7e7e7;
  padding: 17px 17px;
}
.pickup-delivery-option-head {
  padding: 0 0 10px;
}
.pickup-delivery-option-head-row {
  display: flex;
  margin: 0 -5px;
}
.pickup-delivery-option-head-col {
  padding: 0 5px;
}
.pickup-delivery-option-head-col_icon {
  display: flex;
  align-items: center;
}
.pickup-delivery-option-title {
  color: #333;
  font-family: "ModamWeb", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 4px;
}
.pickup-delivery-option-body {
  margin: 0 0 -10px;
}
.pickup-delivery-option-text {
  padding: 0 0 10px;
}
.pickup-delivery-option-body ul {
  list-style: none outside none;
}
.pickup-delivery-option-body ul li::before {
  content: "•";
  display: inline;
  margin-right: 4px;
}
.pickup-delivery-option-body a {
}

.product-details {
  padding: 20px 17px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 14px;
}




.product-details p {
  margin-bottom: 15px;
}
.product-details p:last-child {
  margin-bottom: 0;
}
.product-details h2,
.product-ingredients h3,
product-ingredients-inner h3 {
  font-size: 14px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.product-details-actions a {
  color: #6c6c6c;
  font-size: 14px;
  text-decoration: underline;
}
.product-details-actions a:hover {
  color: #333;
  text-decoration: underline;
}



.product-actions label {
  width: 150px;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: normal;
}


.product-actions .product-controls-alt a {
  color: #6c6c6c;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  overflow: hidden;
  z-index: 3;
}
.product-actions .product-controls-alt a:hover {
  color: #333;
  text-decoration: underline;
}
.product-actions .field {
  height: auto;
  padding-left: 0;
  background: none;
  border: 0 none;
  font-size: 14px;
}
.product-actions .field::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  text-decoration: underline;
}
.product-actions .field::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-decoration: underline;
}
.product-actions .field:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  text-decoration: underline;
}
.product-actions .field::placeholder {
  color: #000;
  opacity: 1;
  text-decoration: underline;
}
.product-actions .field:hover::-webkit-input-placeholder {
  text-decoration: none;
}
.product-actions .field:hover::-moz-placeholder {
  text-decoration: none;
}
.product-actions .field:hover:-ms-input-placeholder {
  text-decoration: none;
}
.product-actions .field:hover::placeholder {
  text-decoration: none;
}
.product-actions .btn-link {
  display: block;
  overflow: hidden;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 51px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-single .tooltip {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-actions-inner.alt {
  padding: 17px;
}
.product-actions-inner.alt a {
  color: #6c6c6c;
  text-decoration: underline;
}
.product-actions-inner.alt a:hover {
  color: #333;
  text-decoration: underline;
}

.product-single .products-content {
  padding: 0;
}
.product-single .product-items {
  margin-left: -2%;
}
.product-single .product-item {
  width: 20%;
  margin-left: 2%;
}
.product-single .product-item-content {
  padding: 3px 6px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .product-single .products {
    display: none;
  }
  .product-single-side:first-child {
    width: 50%;
  }
  .product-single-side:last-child {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .product-single {
    display: block;
  }
  .product-single-side {
    float: none;
    display: block;
    padding-top: 0;
    border-width: 0 1px;
  }
  .product-single-side ~ .product-single-side {
    margin-left: 0px;
  }
  .product-single-side:first-child {
    width: auto;
    padding-top: 0;
    border-left: 1px solid #e7e7e7;
  }
  .product-single-side:last-child {
    width: auto;
    padding-bottom: 15px;
  }

  .product-image {
    margin-bottom: 0;
  }

  .product-head {
    padding: 9px;
    border-width: 0 1px;
    border-color: #ebebeb;
  }
  .product-title {
    font-size: 20px;
  }
  .product-title .product-price {
    font-size: 18px;
    margin-top: -2px;
  }
  .product-type {
    font-size: 12px;
  }

  .pickup-delivery {
    padding: 15px 9px 9px 9px;
  }

  .product-details {
    padding: 9px;
    font-size: 13px;
  }
  .product-details p {
    margin-bottom: 10px;
  }
  .product-details p:last-child {
    margin-bottom: 0;
  }

  .product-details-inner {
    padding-bottom: 10px;
  }

  .product-actions-inner {
    font-size: 13px;
    padding: 17px 9px;
  }
  .product-actions .field {
    font-size: 14px;
  }

  .product-single .tooltip {
    right: 12px;
  }

  .product-actions-inner.alt {
    padding: 18px 9px 0;
  }
}

/* ------------------------------------------------------------ *\
	Product Info
\* ------------------------------------------------------------ */

.product-info {
  padding: 40px 0 45px;
  border: solid #000;
  border-width: 0 1px;
  font-size: 14px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
}
.product-info p {
  margin: 0;
}
.product-info h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-family: "ModamWeb", "Arial", "Helvetica", sans-serif;
}






.product-info-foot .separator {
  display: inline-block;
  margin: 0 10px;
  font-weight: bold;
} /* ------------------------------------------------------------ *\
	Promo Bar
\* ------------------------------------------------------------ */


.promo-bar p {
  margin: 0;
}


.promo-close i {
  vertical-align: top;
}
/* ------------------------------------------------------------ *\
	Slider Product
\* ------------------------------------------------------------ */

.slider-product .owl-dots {
  padding: 12px 0 12px 16px;
  border-left: 1px solid #e5e5e5;
  counter-reset: count;
}
.slider-product .owl-dot {
  display: inline-block;
  vertical-align: top;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  color: #8e8e8c;
}
.slider-product .owl-dot.active {
  color: #262626;
}
.slider-product .owl-dot ~ .owl-dot {
  margin-left: 8px;
}
.slider-product .owl-dot span:after {
  counter-increment: count;
  content: counter(count);
}

.slider-product .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media (max-width: 767px) {
  .slider-product .owl-dots {
    border-left: 0 none;
    text-align: center;
  }
}

.product-single-side {
  border: none;
  border-left: 1px solid #e7e7e7;
}
.product-single .single-option-container {
  height: 52px;
  line-height: 52px;
}
.product-single .single-option-container span {
  padding: 0;
  padding-right: 35px;
  border: 0 none;
  box-shadow: none;
  height: 56px;
  line-height: 56px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
}

.section-product-refill .product-type {
  color: #333;
  line-height: 1.25;
  letter-spacing: 0.03px;
}

.product-single .refill-terms,
.product-single .refill-term-error,
.product-single .refill-personalization-error {
  color: #333;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  padding: 15px 15px 0;
}
.product-single .refill-term {
  display: block;
  margin-bottom: 10px;
}
.product-single .refill-term label {
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 23px;
  width: 100%;
  position: relative;
}
.product-single .refill-term label::after {
  background-size: 13px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 12px;
}
.product-single .refill-term label::before {
  position: absolute;
  top: 3px;
  left: 5px;
}
.product-single .refill-term.error label {
  color: #b63547;
}
.product-single .refill-term.error label::after {
  background-image: url(images/checkbox-red.png);
}
.product-single .refill-term-error {
  display: none;
}
.product-single .refill-term-error .error-msg {
  color: #b63547;
  text-align: center;
  padding: 10px 0 0;
}
.product-single .refill-term-error.error {
  display: block;
}
.product-single .refill-personalization-error {
  display: none;
}
.product-single .refill-personalization-error .error-msg {
  color: #b63547;
  text-align: center;
  padding: 10px 0 0;
}
.product-single .refill-personalization-error.error {
  display: block;
}
.product-single .error label,
.product-single .error input,
.product-single .error input::placeholder {
  color: #b63547;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
  margin-bottom: 10px;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
/*  Mobile Visible  */
@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}
.product-image .slides .slide {
  background-size: 708px;
}
.product-single-side.right-side {
  border-right: 1px solid #e7e7e7;
}
.form-row1 {
  position: relative;
}
.form-label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding-right: 18px;
  font-family: "ModamWeb", sans-serif;
  line-height: 56px;
  color: #404040;
}
.form-controls {
  padding-right: 125px;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  background: #fff;
}
.form-controls .fs-dropdown {
  margin: 0;
}
.form-controls .fs-dropdown-selected {
  padding: 0;
  padding-left: 35px;
  border: 0 none;
  box-shadow: none;
  height: 56px;
  line-height: 56px;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
}
.main-checkout .form-controls .fs-dropdown-selected {
  height: 70px;
  line-height: 1.5;
}
.form-controls .fs-dropdown-selected:after {
  border: 0 none;
  width: 10px;
  height: 7px;
  background: url(../img/ico-arrow-down.png);
}
.form-controls .fs-dropdown-options {
  border: 0 none;
  width: calc(100% + 125px);
  margin-right: -125px;
  box-shadow: none;
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
}
.form-controls .fs-dropdown-item {
  border: 0;
  height: 35px;
  line-height: 26px;
  font-weight: bold;
}
.form-controls .fs-dropdown-item.fs-dropdown-item_selected {
  background: none;
}
.form-controls .fs-dropdown-item:hover {
  background: #f7f7f5;
}





.form-row.required:after {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  width: 9px;
  height: 8px;
  background: url(images/asterisk.png) no-repeat 0 0;
  background-size: 9px 8px;
  content: "";
}




.form-controls-number:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0px;
  width: 33px;
  background: #fff;
  content: "";
}

.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0;
  max-width: 100%;
}
.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
  right: -999999px;
}
.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 15px;
  text-align: right;
  text-overflow: clip;
  z-index: 2;
}
.fs-dropdown-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #cccccc;
  content: "";
  display: block;
  margin: auto 0;
}
.no-touch .fs-dropdown-selected:hover {
  color: #222222;
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #cccccc;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.no-opacity .fs-dropdown-options {
  width: auto;
}

.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-align: right;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_selected {
  background: #eeeeee;
}

.fs-dropdown-item:first-child {
  border-radius: 0;
}
.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
  color: #222222;
  background-color: #dddddd;
  border-color: #cccccc;
}


.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 3px 3px;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 3px;
  border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 3px 3px;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #cccccc;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}


.svg-icon--delivery-box {
  width: 16px;
  height: 16px;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 910px; margin: auto; padding: 0 15px; }











@media (max-width: 1199px) {
	.shell-xlarge,
	.shell-xxlarge { padding: 0 40px; }
	.shell-personalization { padding: 0 }
	.shell-category { padding: 0; }
}

@media (max-width: 1023px) {
	.shell-xlarge,
	.shell-xxlarge { padding: 0 80px; }
}

/* Mobile */
@media (max-width: 767px) {
	.shell-films { padding: 0; }
	.shell-xlarge { padding: 0 15px; }
	.shell-no-padding { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.cols { display: table; width: 100%; border: solid #ededec; border-width: 0 1px; }
.col { display: table-cell; vertical-align: top; }
.col-1of2 { width: 50%; }
.col-1of2 ~ .col-1of2 { border-right: 1px solid #ededec; }



.cols-alt .col { display: block; float: left; border: solid #ededec; border-width: 0 1px; }
.cols-alt .col ~ .col { margin-left: -1px; }

@media (max-width: 767px) {
	.cols { display: block; border: 0 none; }
	.col { display: block; width: auto; }
	.col ~ .col { margin-top: 20px; border: 0 none; }

	.cols-alt .col { float: none; }
	.cols-alt .col ~ .col { margin-left: 0; }
}
/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary { min-height: 660px; padding-top: 64px; }
.section-primary .section-inner ~ .section-inner { padding-top: 39px; }

@media (max-width: 1200px) {
	.section-primary { min-height: 400px; }
}

@media (max-width: 767px) {
	.section-primary { min-height: 0; padding-top: 20px; }

	.section-primary .section-inner ~ .section-inner { padding-top: 10px; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section .section-title { padding: 0 18px 13px; text-transform: uppercase; color: #2d2d2d; font-size: 20px; font-weight: normal;}
.section .section-title-border { border-bottom: 1px solid #ededec; }
.section .section-title small { display: block; font-size: 15px; font-family: 'ModamWeb', sans-serif; }

@media (max-width: 767px) {
	.section .section-title { padding-left: 0; padding-right: 0; text-align: right; padding: 0 10px 10px 18px; }
	.main-checkout-login .section .section-title {text-align: right; padding: 0 10px 10px 18px; }
}


/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.form-row { position: relative; }
.form-row + .form-row { margin-top: -1px; }
.form-label { position: absolute; right: 0; top: 0; z-index: 2; padding-right: 18px; font-family: 'ModamWeb', sans-serif; line-height: 56px; color: #404040; }

.field,
.textarea { width: 100%; height: 56px; border: 1px solid #ebebeb; border-width: 0px; color: #262626; font-family: 'ModamWeb', sans-serif; font-weight: bold; }

p.field { display: flex; align-items: center; }
p.field.paypal-field { align-items: flex-start; }

.field::-webkit-input-placeholder { color: #8e8e8e; }

.field::-moz-placeholder { color: #8e8e8e; }

.field:-ms-input-placeholder { color: #8e8e8e; }

.field::placeholder { color: #8e8e8e; }

.textarea { height: 200px; }

.form-actions { padding: 14px 18px; }

.form-btn { background: none; border: 0 none; text-decoration: underline; color: #333; font-family: 'ModamWeb', sans-serif; }
.form-btn:hover { text-decoration: none; }

.sign-in-btn { margin: 0 0 10px; }

.forgot-pass { margin: 0 0 18px; }
.forgot-pass span { display: none; }
.forgot-pass .visible { display: inline; }

.form-controls { border: 1px solid #ebebeb; border-width: 1px 0; background: #fff; width: 100%; }


.form-row.required .field { padding-right: 31px; }
.form-row.required .textarea.field { padding-right: 30px; }
.form-row.required .fs-dropdown { padding-right: 31px; }
.form-row.required:after { position: absolute; top: 50%; right: 14px; margin-top: -4px; width: 9px; height: 8px; background: url(images/asterisk.png) no-repeat 0 0; background-size: 9px 8px; content: ''; }



.form-controls-number { position: relative; }
.form-controls-number:after { position: absolute; top: 1px; bottom: 1px; right: 0px; width: 33px; background: #fff; content: ''; }
.form-controls-number .field { padding-right: 0px; }

@media (max-width: 767px) {
	p.field.paypal-field { padding-top: 7px; }
	.form-actions { padding-left: 6px; padding-right: 6px; }
	.form-actions.update-account { padding: 14px 18px; }
	.form-controls .fs-dropdown-options { margin-left: -7px; width: calc(100% + 13px); }
}

.checkbox label:before,
.checkbox-paypal label:before,
.checkbox-afterpay label:before,
.checkbox-applepay label:before,
.checkbox-creditcard label:before,
.checkbox-gift label:before { top: 5px; left: 5px; width: 5px; height: 6px; background: url("../img/check.png") no-repeat 0 0; background-size: 5px 6px; opacity: 0; transition: all .3s; }
.checkbox label:after,
.checkbox-paypal label:after,
.checkbox-afterpay label:after,
.checkbox-applepay label:after,
.checkbox-creditcard label:after,
.checkbox-gift label:after { width: 17px; height: 16px; background: url("../img/checkbox.png") no-repeat 0 0; background-size: 17px 16px; }
.form .account-newsletter .privacy-policy::before { left: 7px; right: unset; }
.checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
.checkbox label:before {
  top: 25%;
  transform: translateY(-50%);
}

.checkbox label:after {
  top: 25%;
  transform: translateY(-50%);
}
.reset-message {
  display: none;
  padding: 14px 18px;
  font-family: 'ModamWeb', sans-serif;
  font-weight: bold;
}


.ll-cart { direction: rtl; background: #FAF8F5; color: #1c1b18; padding: 56px 20px 90px; min-height: 70vh; font-size: 14px; }
.ll-cart *, .ll-cart *::before, .ll-cart *::after { box-sizing: border-box; border-radius: 0 !important; } /* بدون گردی */
.ll-cart .ll-shell { max-width: 910px; margin: 0 auto; }
.ll-steps { display: flex; justify-content: center; gap: 40px; list-style: none; margin: 0 0 48px; padding: 0; flex-wrap:wrap; }



.ll-title { font-size: 15px; letter-spacing: .14em; font-weight: 500; margin: 0 0 28px; padding-bottom: 16px; border-bottom:1px solid #e2dcd0; padding-right: 10px; }
.ll-cart-layout { display: flex; gap: 25px; align-items: flex-start; }
.ll-cart-main { flex: 1 1 0; min-width: 0; border-right: 1px solid #e2dcd0; border-left: 1px solid #e2dcd0; }
.ll-cart-aside { width: 350px; flex-shrink: 0; border-right: 1px solid #e2dcd0; border-left: 1px solid #e2dcd0; }
.ll-item { display: flex; gap: 18px; padding: 22px 10px; border-bottom: 1px solid #e2dcd0; }
.ll-item:first-child { border-top: 1px solid #e2dcd0; }
.ll-item-img { width: 92px; height: 92px; flex-shrink: 0; background: #fff; }
.ll-item-img img { width: 100%; height: 100%; object-fit: cover; }
.ll-item-body { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.ll-item-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.ll-item-title { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.7; }
.ll-item-title a { color: #1c1b18; text-decoration: none; }
.ll-item-title a:hover { text-decoration: underline; }
.ll-remove { background: none; border: 0; color: #9a917f; cursor: pointer; font-size: 13px; padding: 2px; transition: color 2s; }
.ll-remove:hover { color: #1c1b18; }
.ll-item-meta { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: flex-start; }
.ll-field-label { display: block; font-size: 11px; letter-spacing: .06em; color: #9a917f; margin-bottom: 6px; }
.ll-item-size { font-size: 13px; }
.ll-color-select { padding: 7px 10px; font-family: inherit; font-size: 13px; border: 1px solid #c9c2b6; background: #fff;color: #1c1b18; outline: none; cursor: pointer; min-width: 96px; }
.ll-color-select:focus { border-color: #1c1b18; }
/* کنترل تعداد مثل مینی‌کارت: - [عدد] + */
.ll-qty-control { display: inline-flex; align-items: center; height: auto; }
.ll-qty-control a { width: auto; height: 100%; display: flex; align-items: center; justify-content: center; color: #1c1b18;text-decoration: none; font-size: 15px; line-height: 1; user-select: none; transition: background .15s; }
.ll-qty-input { width: 25px; height: 100%; text-align: center; background: #FAF8F5; color: #1c1b18; font-family: "ModamWeb";font-size: 14px; pointer-events: none; }
.ll-item-price { font-size: 14px; white-space: nowrap; }
.ll-item-price del { color: #b3ab9b; margin-left: 8px; }
.ll-item-price del span span, .ll-item-price ins span span { font-size: 11px; margin-right: 2px; }
.ll-item-price ins { text-decoration: none; }
.ll-line-total { font-size: 14px; font-weight: 500; white-space: nowrap; }
.ll-line-total span { font-size: 11px; color: #9a917f; margin-right: 2px; }
.ll-empty { padding: 60px 0; text-align: center; color: #9a917f; letter-spacing: .04em; }
.ll-summary { background: #FAF8F5; }
.ll-summary h3 { font-size: 13px; letter-spacing: .12em; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid #e2dcd0; padding-right: 10px; }
.ll-summary-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 13px; color:#5e574b; }
.ll-summary-row span.num { color: #1c1b18; }
.ll-summary-row small { font-size: 11px; color: #9a917f; margin-right: 2px; }
.ll-summary-total { border-top: 1px solid #e2dcd0; margin-top: 8px; padding-top: 16px; font-size: 15px; font-weight: 500;color: #1c1b18; }
.ll-coupon-field { display: flex; }
.ll-coupon-field input { flex: 1 1 0; height: 46px; padding: 0 14px; border: 1px solid #c9c2b6; border-left: 0; background:#fff; color: #1c1b18; font-family: inherit; font-size: 13px; }
.ll-coupon-field input:focus { outline: none; border-color: #1c1b18; border-right: 0;}
.ll-coupon-field button { height: 46px; padding: 0 22px; background: #595959; color: #fff; cursor: pointer; font-family:inherit; font-size: 13px; letter-spacing: .08em; white-space: nowrap; }
.ll-coupon-field button:hover { background: #333; }
.ll-btn-next { display: block; width: 100%; text-align: center; margin-top: 20px; height: 52px; line-height: 52px; background:#595959; color: #fff; text-decoration: none; letter-spacing: .12em; font-size: 14px; transition: background .2s; margin-bottom: 50px; }
.ll-btn-next:hover { background: #333; color: #fff; }
.ll-btn-next.disabled { opacity: .4; pointer-events: none; }
.ll-note { margin-top: 24px; font-size: 12px; line-height: 2; color: #8a8270; padding: 10px;}
.ll-note p { margin: 0 0 8px; }
.coupon-message { margin-top: 8px; padding: 10px 12px; font-size: 12px; }
.coupon-success { background: #eef3ee; color: #3c5a3c; border: 1px solid #cfe0cf; }


@media (max-width: 900px) {.ll-cart-main{width: 100%;} .ll-cart-layout { flex-direction: column; } .ll-cart-aside { width: 100%; } }
@media (max-width: 520px) { .ll-item-meta { gap: 14px 20px; } }


.ll-checkout { direction: rtl; background: #FAF8F5; color: #1c1b18; padding: 48px 20px 90px; min-height: 70vh; font-size: 14px; }
.ll-checkout *, .ll-checkout *::before, .ll-checkout *::after { box-sizing: border-box; border-radius: 0 !important; }
.ll-checkout .ll-shell { max-width: 910px; margin: 0 auto; }
.ll-steps { display: flex; justify-content: center; gap: 40px; list-style: none; margin: 0 0 44px; padding: 0; flex-wrap:wrap; }
.ll-steps li a { color: #b3ab9b; text-decoration: none; letter-spacing: .1em; font-size: 13px; padding-bottom: 8px; display:inline-block; }
.ll-steps li a.active { color: #1c1b18; border-bottom: 1px solid #1c1b18; }
.ll-steps li a.disabled { pointer-events: none; opacity: .55; }
/* چیدمان: فرم راست، خلاصه چپ */
.ll-co-layout { display: flex; gap: 25px; align-items: flex-start; }
.ll-co-head { display: flex; justify-content: space-between; align-items: baseline; margin: 0 0 22px; padding: 14px 10px;border-bottom: 1px solid #e2dcd0; }
.ll-co-head h2 { font-size: 15px; letter-spacing: .12em; font-weight: 500; margin: 0; }
.ll-co-head .req { font-size: 11px; color: #9a917f; letter-spacing: .04em; }

.ll-section { margin-bottom: 40px; }
/* فرم به سبک Le Labo */
.ll-form .form-row { position: relative; }
.ll-form .form-label { position: absolute; right: 0; top: 0; z-index: 2; padding-right: 16px; line-height: 56px; color:#000000; font-size: 13px; pointer-events: none; }
.ll-form .form-controls { border-top: 1px solid #e2dcd0; border-bottom: 1px solid #e2dcd0; padding-right: 120px; background: #fff;  }
.ll-form .field { width: 100%; height: 56px; border: 0; background: #fff; color: #1c1b18; font-family: inherit; font-size:14px; padding: 0 14px 0 0; outline: none; font-weight: 500; }
.ll-form .field:focus { background: #fdfcfa; }
.ll-form .field-static { display: flex; align-items: center; height: 56px; padding-right: 2px; color: #1c1b18; font-weight:500; }
/* آدرس پیش‌فرض موجود */


.ll-addr-default p { margin: 0 0 8px; font-size: 13px; color: #5e574b; line-height: 1.8; }
.ll-addr-default p strong { color: #1c1b18; font-weight: 500; }
/* روش پرداخت */
.ll-pay { border-bottom: 1px solid #e2dcd0; background: #FFF; border-top: 1px solid #e2dcd0;}
.ll-pay label { display: flex; align-items: center; gap: 14px; padding: 12px; cursor: pointer; margin: 0; }
.ll-pay input { accent-color: #1c1b18; width: 16px; height: 16px; }
.ll-pay img { width: 42px; height: auto; }
.ll-pay .ll-pay-title { font-size: 14px; font-weight: 500; }
.ll-pay .ll-pay-sub { font-size: 12px; color: #9a917f; margin-top: 2px; }
/* خلاصه‌ی سفارش (چپ) */
/* آیتم به سبک مینی‌کارت (بدون +/-) */
.ll-ci { display: flex; gap: 14px; margin: 10px; border: 1px solid #efe9df; padding: 10px 5px;}
.ll-ci-img { width: 82px; min-height: 82px; flex-shrink: 0; background: #fff; }
.ll-ci-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ll-ci-body { flex: 1 1 0; min-width: 0; }
.ll-ci-title { font-size: 14px; font-weight: 500; margin: 0 0 10px; line-height: 1.4; }
.ll-ci-title a { color: #1c1b18; text-decoration: none; }
.ll-ci-row { display: flex; gap: 8px; margin-bottom: 5px; }
.ll-ci-label { flex: 0 0 auto; width: 64px; font-size: 12px; color: #9a917f; }
.ll-ci-value { font-size: 12px; color: #262626; font-weight: 500; }
.ll-totals { padding: 8px 18px 16px; margin-top: 20px; border-top: 1px solid #efe9df; }
.ll-totals-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 13px; color:#5e574b; }
.ll-totals-row .num { color: #1c1b18; }
.ll-totals-row small { font-size: 11px; color: #9a917f; margin-right: 2px; }
.ll-totals-total { border-top: 1px solid #e2dcd0; margin-top: 6px; padding-top: 14px; font-size: 15px; font-weight: 500;color: #1c1b18; }
.ll-btn-pay { display: block; width: 100%; text-align: center; height: 52px; line-height: 52px; background: #595959; color:#fff; text-decoration: none; letter-spacing: .12em; font-size: 14px; transition: background .2s; margin-top: 6px; }
.ll-btn-pay:hover { background: #333; color: #fff; }
.ll-btn-pay.disabled { opacity: .4; pointer-events: none; }
.ll-co-note { padding: 14px 18px; font-size: 12px; color: #8a8270; border-top: 1px solid #e2dcd0; }
.ll-co-note a { color: #1c1b18; text-decoration: underline; }

@media (max-width: 900px) {
  .ll-co-layout { flex-direction: column; }  /* موبایل: اول فرم، بعد خلاصه و دکمه پرداخت */
  .ll-co-aside { width: 100%; }
}

/* About */
.about-zatr { background:#FAF8F5; color:#1c1b18; direction:rtl; }
.about-zatr *, .about-zatr *::before, .about-zatr *::after { box-sizing:border-box; }
.about-zatr .row.no-gutters { margin-right:0; margin-left:0; }
.about-zatr small { display:block; margin-bottom:28px; color:#77716a; font:600 10px Arial,sans-serif; letter-spacing:.2em; }
.about-zatr h1, .about-zatr h2, .about-zatr h3 { font-weight:400; }
.about-zatr h1 { width:100%; max-width:470px; margin:0 0 18px; font-size:clamp(34px,4.3vw,56px); line-height:1.4; }
.about-zatr h2 { margin:0 0 18px; font-size:clamp(25px,2.6vw,38px); line-height:1.55; }
.about-zatr p { color:#625e58; font-size:14px; font-weight:300; line-height:2.15; }
.about-zatr .about-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:50px clamp(28px,5vw,72px); text-align:right; }
.about-copy > p { width:100%; max-width:470px; }
.about-copy > a { padding-bottom:5px; border-bottom:1px solid currentColor; color:#1c1b18; font-size:12px; }
.about-image { min-height:510px; overflow:hidden; background:#d6d0c7; }
.about-image img { width:100%; height:100%; object-fit:cover; display:block; }
.about-hero, .about-feature { min-height:560px; border-bottom:1px solid rgba(28,27,24,.18); }
.about-story { padding-top:82px; padding-bottom:82px; border-bottom:1px solid rgba(28,27,24,.18); }
.about-story .row { justify-content:space-between; }
.about-text { max-width:720px; }
.about-text p:last-child { margin-bottom:0; }
.about-values { padding-top:78px; padding-bottom:86px; }
.about-values > h2 { margin-bottom:34px; }
.about-values > .row { border-top:1px solid rgba(28,27,24,.18); border-bottom:1px solid rgba(28,27,24,.18); }
.about-values .row > div { min-height:190px; padding:24px; text-align:right; }
.about-values .row > div + div { border-right:1px solid rgba(28,27,24,.18); }
.about-values span { color:#77716a; font:10px Arial,sans-serif; }
.about-values h3 { margin:34px 0 10px; font-size:17px; }
.about-values p { margin:0; font-size:13px; }
.about-end { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:45px max(30px,calc((100vw - 1100px)/2)); background:#11110f; color:#fff; }
.about-end h2 { margin:0; font-size:clamp(22px,2.5vw,34px); }
.about-end a { display:inline-flex; min-width:165px; min-height:48px; align-items:center; justify-content:center; padding:10px 22px; border:1px solid #fff; background:#fff; color:#11110f; font-size:12px; }

@media (max-width:767.98px) {
  .about-zatr .about-copy { min-height:370px; padding:48px 18px 40px; }
  .about-zatr h1 { font-size:clamp(32px,9.5vw,43px); }
  .about-image { min-height:0; aspect-ratio:4/4.1; }
  .about-story { padding:58px 18px; }
  .about-story small { margin-bottom:30px; }
  .about-feature { min-height:0; }
  .about-feature .about-image { aspect-ratio:4/3; }
  .about-values { padding:58px 18px 64px; }
  .about-values .row > div { min-height:0; padding:22px 0 24px; }
  .about-values .row > div + div { border-top:1px solid rgba(28,27,24,.18); border-right:0; }
  .about-values h3 { margin-top:28px; }
  .about-end { flex-direction:column; align-items:flex-start; padding:40px 18px; }
}

/* Mobile navigation */
.z-mobile-menu { display:none; }

@media (max-width:1023px) {
  body.z-mobile-menu-open { overflow:hidden; }
  .header .btn-menu { border:0; padding:0; cursor:pointer; font-size:0; }
  .z-mobile-menu {
    position:fixed;
    inset:0;
    z-index:2500;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    width:100%;
    height:100dvh;
    overflow:hidden;
    transform:translateX(100%);
    background:#FAF8F5;
    color:#171612;
    direction:rtl;
    visibility:hidden;
    transition:transform .42s cubic-bezier(.22,.61,.36,1), visibility .42s;
  }
  .z-mobile-menu.is-open { transform:translateX(0); visibility:visible; }
  .z-mobile-menu *, .z-mobile-menu *::before, .z-mobile-menu *::after { box-sizing:border-box; }
  .z-mobile-menu__head {
    display:flex;
    min-height:66px;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    border-bottom:1px solid rgba(23,22,18,.16);
    background:#fff;
  }
  .z-mobile-menu__logo { display:block; width:88px; height:48px; }
  .z-mobile-menu__logo img { width:100%; height:100%; object-fit:contain; }
  .z-mobile-menu__close {
    position:relative;
    width:42px;
    height:42px;
    border:0;
    background:transparent;
    cursor:pointer;
  }
  .z-mobile-menu__close span {
    position:absolute;
    top:20px;
    right:9px;
    width:24px;
    height:1px;
    background:#171612;
  }
  .z-mobile-menu__close span:first-child { transform:rotate(45deg); }
  .z-mobile-menu__close span:last-child { transform:rotate(-45deg); }
  .z-mobile-menu__body {
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:28px 18px 38px;
  }
  .z-mobile-menu__eyebrow {
    margin:0 0 18px;
    color:#77716a;
    font:600 9px Arial,sans-serif;
    letter-spacing:.22em;
    text-align:right;
  }
  .z-mobile-menu__list, .z-mobile-menu__submenu {
    margin:0;
    padding:0;
    list-style:none;
  }
  .z-mobile-menu__list > li { border-top:1px solid rgba(23,22,18,.17); }
  .z-mobile-menu__list > li:last-child { border-bottom:1px solid rgba(23,22,18,.17); }
  .z-mobile-menu__list > li > a,
  .z-mobile-menu__toggle {
    display:flex;
    width:100%;
    min-height:62px;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:10px 2px;
    border:0;
    background:transparent;
    color:#171612;
    font-family:inherit;
    font-size:17px;
    font-weight:400;
    text-align:right;
    cursor:pointer;
  }
  .z-mobile-menu__list > li > a small {
    color:#827d75;
    font-size:10px;
    font-weight:300;
  }
  .z-mobile-menu__toggle i {
    position:relative;
    flex:0 0 18px;
    width:18px;
    height:18px;
  }
  .z-mobile-menu__toggle i::before,
  .z-mobile-menu__toggle i::after {
    position:absolute;
    top:8px;
    right:2px;
    width:14px;
    height:1px;
    background:#171612;
    content:"";
    transition:transform .2s ease;
  }
  .z-mobile-menu__toggle i::after { transform:rotate(90deg); }
  .z-mobile-menu__toggle[aria-expanded="true"] i::after { transform:rotate(0); }
  .z-mobile-menu__submenu {
    padding:0 15px 16px 0;
    border-top:1px solid rgba(23,22,18,.08);
  }
  .z-mobile-menu__submenu[hidden] { display:none; }
  .z-mobile-menu__submenu a {
    display:block;
    padding:13px 0;
    color:#59554f;
    font-size:13px;
  }
  .z-mobile-menu__foot {
    display:grid;
    grid-template-columns:1fr 1fr;
    flex:0 0 auto;
    border-top:1px solid rgba(23,22,18,.17);
    background:#fff;
  }
  .z-mobile-menu__foot a {
    display:flex;
    min-height:58px;
    align-items:center;
    justify-content:center;
    gap:4px;
    color:#171612;
    font-size:12px;
  }
  .z-mobile-menu__foot a + a { border-right:1px solid rgba(23,22,18,.17); }
}

@media (max-width:479.98px) {
  .z-mobile-menu__head { min-height:58px; padding-inline:14px; }
  .z-mobile-menu__logo { width:78px; height:42px; }
  .z-mobile-menu__body { padding:24px 14px 30px; }
  .z-mobile-menu__list > li > a,
  .z-mobile-menu__toggle { min-height:58px; font-size:16px; }
}

@media (max-width:767.98px) {
  .header .mobile-login-link {
    display:flex;
    width:42px;
    height:50px;
    border-left:1px solid #ebebeb;
  }
  .header .mobile-login-link i {
    width:14px;
    height:20px;
    margin-top:0;
    background-size:14px auto;
  }
  .header .shopping-bag { width:58px; }
}

@media (prefers-reduced-motion:reduce) {
  .z-mobile-menu, .z-mobile-menu__toggle i::after { transition:none; }
}

/* Contact */
.contact-zatr { min-height:70vh; padding:58px 0 92px; background:#f7f4ef; color:#191916; direction:rtl; }
.contact-zatr *, .contact-zatr *::before, .contact-zatr *::after { box-sizing:border-box; border-radius:0; }
.contact-intro { max-width:1120px; padding-bottom:38px; text-align:right; }
.contact-kicker { display:block; margin-bottom:20px; color:#817b72; font:600 9px Arial,sans-serif; letter-spacing:.22em; direction:ltr; text-align:right; }
.contact-intro h1 { margin:0 0 9px; font-size:clamp(31px,3.7vw,48px); font-weight:400; line-height:1.45; }
.contact-intro p { max-width:560px; margin:0; color:#6f6a63; font-size:13px; font-weight:300; line-height:2; }
.contact-stage { display:grid; grid-template-columns: minmax(300px,8fr) minmax(0,6fr); max-width:1120px; min-height:570px; padding:0; border:1px solid #dcd6cc; background:#fff; direction:rtl; }
.contact-card, .contact-form-side { direction:rtl; text-align:right; }
.contact-card { display:flex; flex-direction:column; justify-content:space-between; padding:38px 34px 30px; background:#1b1b18; color:#f7f4ef; }
.contact-card-top { display:flex; min-height:185px; flex-direction:column; justify-content:space-between; }
.contact-card-index { color:#928f87; font:10px Arial,sans-serif; letter-spacing:.14em; }
.contact-card-top > p { max-width:260px; margin:0; font-size:clamp(20px,2vw,27px); font-weight:300; line-height:1.85; }
.contact-card-links { border-top:1px solid rgba(255,255,255,.24); }
.contact-line { display:grid; grid-template-columns:76px 1fr; gap:14px; padding:17px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.contact-line > span { color:#918e86; font-size:14px; line-height:2; font-weight: 500; }
.contact-line p { margin:0; color:#f7f4ef; font-size:12px; font-weight:300; line-height:1.9; }
.contact-line a { display:block; width:max-content; max-width:100%; color:inherit; }
.contact-social p { display:flex; flex-wrap:wrap; gap:6px 18px; }
.contact-social a { border-bottom:1px solid rgba(255,255,255,.55); }
.contact-form-side { display:flex; flex-direction:column; justify-content:center; padding:46px clamp(30px,4vw,62px); }
.contact-form-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:31px; }
.contact-form-head span { display:block; margin-bottom:10px; color:#8d867c; font-size:10px; }
.contact-form-head h2 { margin:0; font-size:clamp(20px,2vw,27px); font-weight:400; line-height:1.6; }
.contact-form-head small { flex:0 0 auto; padding-bottom:6px; color:#999187; font-size:9px; font-weight:300; }
.contact-fields-pair { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-field { position:relative; margin-bottom:14px; border:1px solid #dcd6cc; background:#fff; transition:border-color .2s ease; }
.contact-field:focus-within { border-color:#1b1b18; }
.contact-field label { position:absolute; z-index:1; top:9px; right:13px; margin:0; color:#777168; font-size:9px; line-height:1; pointer-events:none; }
.contact-field input, .contact-field textarea { display:block; width:100%; margin:0; border:0; outline:0; background:transparent; color:#1b1b18; font-family:inherit; font-size:13px; font-weight:300; }
.contact-field input { height:54px; padding:22px 13px 6px; }
.contact-field textarea { min-height:122px; padding:29px 13px 12px; line-height:1.9; resize:vertical; }
.contact-field textarea::placeholder { color:#aaa39a; font-size:11px; }
.contact-field em { display:block; padding:0 13px 8px; color:#a13d35; font-size:9px; font-style:normal; }
.contact-submit { display:flex; width:100%; height:52px; align-items:center; justify-content:space-between; margin-top:5px; padding:0 18px; border:1px solid #1b1b18; background:#1b1b18; color:#fff; font-family:inherit; font-size:12px; cursor:pointer; transition:background .2s ease,color .2s ease; }
.contact-submit i { font:20px Arial,sans-serif; }
.contact-submit:hover { background:#fff; color:#1b1b18; }
@media (max-width:767.98px) {
  .contact-zatr { padding:40px 14px 62px; }
  .contact-intro { padding:0 3px 27px; }
  .contact-kicker { margin-bottom:15px; }
  .contact-intro h1 { font-size:clamp(29px,9vw,39px); }
  .contact-intro p { font-size:12px; }
  .contact-stage { display:flex; min-height:0; flex-direction:column; }
  .contact-card { order:2; padding:27px 22px 22px; }
  .contact-card-top { min-height:125px; }
  .contact-card-top > p { max-width:230px; font-size:19px; }
  .contact-form-side { order:1; padding:29px 18px 26px; }
  .contact-form-head { align-items:flex-start; flex-direction:column; gap:6px; margin-bottom:23px; }
  .contact-form-head small { padding:0; }
  .contact-fields-pair { grid-template-columns:1fr; gap:0; }
}
