/*
Theme Name: Travel
Theme URI: https://aluxe.me./
Author: the Aluxe team
Author URI: https://aluxe.me./
*/

/*#wpadminbar {*/
/*  display: none;*/
/*}*/

.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  display: none !important;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
}

/* .out {
  padding-top: 170px !important;
} */

.pagination span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 0 0 4.7px 0.3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  min-width: 40px;
  height: 40px;
  transition:
    color 0.3s,
    background-color 0.3s,
    opacity 0.3s;
}

.pagination span.current {
  background-color: #444;
  color: #fff;
}

.article img {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.product__block.product__text ul li::before {
  content: "\2022";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
}

.product__block.product__text p {
  padding-bottom: 10px;
}

header .header__content {
  background-color: #6d4696 !important;
}

.header .header__search {
  background-color: white;
  height: 60px;
}

.header__search .search-content {
  display: flex;
  align-items: center;
  height: 60px;
  gap: 10px;
}

.search-content .asl_w_container {
  width: 60%;
}

.search-content-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 40%;
}

.search-content .btn-header {
  border: 1px solid #4b2673;
  background: linear-gradient(90deg, #a26bdd 0%, #6d4696 100%);
  width: 216px;
  height: 34px;
  text-align: center;
  padding: 5px;
}

.header nav.nav {
  text-align: center;
}

.header__logo {
  width: 8% !important;
  display: flex;
  align-items: center;
}



.header__nav {
  width: 55% !important;
  display: flex;
  gap: 5px;
  overflow: none;
}

.header__nav-in {
  width: 70% !important;
}

.header .nav li {
  margin-right: 0 !important;
  padding: 0px 8px;
  text-transform: uppercase;
}

.header .header-call {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7ef1f;
  font-weight: 700;
}

.header__contacts {
  width: 37%;
}

.header__contacts-in .info-block {
  background: #f2d218;
  color: #6d4696;
  border: 1px solid #f2d218;
  animation: pulseBtn 1.5s infinite;
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
}

.header .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_i {
  display: flex;
  width: 30%;
  justify-content: space-around;
  align-items: center;
  top: auto;
  left: auto;
}

@media (max-width: 1310px) {

  .header .nav li,
  .header__contacts-in,
  .header__contacts-in .info-block {
    font-size: 14px;
  }

}

@media (max-width: 1199px) {

  .header .nav li,
  .header__contacts-in,
  .header__contacts-in .info-block {
    font-size: 12px;
  }

  .header-call .icon-telephone {
    width: 25px !important;
    height: 25px !important;
  }

  .header__burger {
    display: none !important;
  }

  .header__nav {
    position: relative !important;
    background-color: transparent !important;
    /* transition: none !important; */
    transform: none !important;
    color: white !important;
    padding: 0px;
  }

  .header .nav ul {
    gap: 2px;
  }

}

@media (max-width: 1025px) {

  .social_i {
    display: none;
  }

  .header__nav {
    width: 50% !important;
  }

  .header__nav-in {
    width: 100% !important;
  }

  .header__contacts {
    width: 40% !important;
  }

}

@media screen and (max-width: 900px) {
  .header__burger {
    display: block !important;
    z-index: 999999;
  }

  .header__nav:before {
    display: none;
  }

  .header__contacts-in {
    gap: 30px !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }

  .header__nav {
    width: 100% !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .nav ul {
    flex-direction: column;
  }

  .header__nav {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    background-color: #fff !important;
    overflow: auto;
    color: #868686 !important;
    text-align: center;
    font-size: 0;
    -webkit-transform: translate(0, -100%) !important;
    transform: translate(0, -100%) !important;
    z-index: 999999;
  }

  .header__nav--open {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .header__contacts-in p,
  .search-content .btn-header {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .search-content .asl_w_container {
    width: 50%;
  }

  .header__contacts-in {
    gap: 15px !important;
  }

  .header__contacts-in>* {
    width: auto !important;
    margin-right: 10px !important;
  }

  .search-content-button {
    width: 50%;
    justify-content: center;
  }

  .header__contacts-in .info-block {
    font-size: 10px;
  }

}

@media (max-width: 575px) {
  .header .header__search {
    height: 90px;
  }

  .search-content-button {
    width: 100%;
    justify-content: space-between;
  }

  .tel-block {
    display: none;
  }

  .header__logo {
    width: auto !important;
  }

  .search-content {
    flex-direction: column;
    padding: 5px;
  }

  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    font-size: 12px !important;
  }

  .search-content .asl_w_container {
    width: 100%;
  }

  .hero--lg .hero__inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .header .nav li {
    font-size: 16px;
  }
}

@keyframes pulseBtn {
  0% {
    background: #6d4696;
    color: #f2d218;
    /* box-shadow: 0 0 0 rgba(242, 210, 24, 0); */
  }

  50% {
    background: #f2d218;
    color: #6d4696;
    /* box-shadow: 0 0 20px rgba(242, 210, 24, 0.8); */
  }

  100% {
    background: #6d4696;
    color: #f2d218;
    /* box-shadow: 0 0 0 rgba(242, 210, 24, 0); */
  }
}

.header__inner {
  height: 110px;
}

.header__contacts-in {
  display: flex;
  justify-content: space-between;
  /* gap: 5px; */
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
}

.mark-link {
  box-shadow: none;
  border: 0.5px solid #dbdada;
}

.mark-link__title {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.model-card__art {
  margin-bottom: 10px;
  word-wrap: break-word;
  color: #606060;
}

.price__label {
  color: #606060;
}

.model-card__title {
  word-wrap: break-word;
}

.text-center {
  text-align: center;
}

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

.model-card__btn a {
  width: 100%;
}

.model-card__title.title.title {
  font-size: 17px;
  line-height: 20px;
}

.home .hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home .hero--lg {
  height: clamp(400px, 43vw, 1200px);
}

.home .hero--lg .hero__inner {
  padding-bottom: 56px;
}

.home .hero__title {
  font-size: clamp(16px, 2.2vw, 48px) !important;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: white !important;

}

.home .hero__subttl {
  font-size: clamp(10px, 1vw, 24px) !important;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  margin-bottom: 0px !important;
}

/*---------- ANIMATION CALL_BACK -----*/
.callb_sign {
  position: relative;
  display: inline-block;
  bottom: 27px;
  left: 80%;
  font-weight: 700;
  color: #a939d7;
  text-align: left;
  width: 170px;
}

#popup__toggle {
  bottom: 25px;
  left: 10px;
  position: fixed;
  z-index: 999;
}

.img-circle {
  background-color: #a939d7;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #29aee3;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #29aee3;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
}

.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(https://www.ladimiragro.com.ua/wp-content/uploads/2021/07/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
  }
}

@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

/*---------- ANIMATION CALL_BACK -----*/

/* .hero .container {
  background: none;
  transition: all ease-out 2s;
} */

/* .hero_container_fade {
  background: #00000060 !important;
  max-width: 100%;
} */


.hero__title {
  color: #ff9e00;
}

.mb-10 {
  margin-bottom: 10em;
}

.product-gallery__slider {
  max-height: 522px;
}



@media screen and (max-width: 900px) {
  #popup__toggle {
    display: none;
  }

  .desktop-search {
    display: none;
  }

  .social_i {
    font-size: 20px;
  }
}

/************** CART ******************/
#cart-container {
  min-height: 500px;
}

#cart-container .cart {
  margin: 40px auto;
  color: #333;
}

#cart-container .cart-notice {
  margin-bottom: 30px;
  font-size: 16px;
}

#cart-container .cart-notice span {
  color: #c40000;
  font-weight: bold;
}

#cart-container .cart-header {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 50px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}

#cart-container .cart-item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 50px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

#cart-container .cart-product {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
}

#cart-container .cart-product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

#cart-container .title {
  font-weight: 600;
  font-size: 16px;
  color: #444;
}

#cart-container .title:hover {
  color: #a939d7;
}

#cart-container .brand {
  color: #888;
  font-size: 14px;
}

#cart-container .price,
#cart-container .sum {
  font-size: 16px;
}

#cart-container .qty {
  display: flex;
  align-items: center;
  width: fit-content;
}

#cart-container .qty button {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
}

#cart-container .qty input {
  width: 40px;
  text-align: center;
  border: none;
}

#cart-container .remove {
  text-align: center;
  color: red;
  cursor: pointer;
  font-size: 18px;
}

#cart-container .cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  gap: 10px;
}

#cart-container .back {
  padding: 10px 20px;
  border: 1px solid #a939d7;
  background: white;
  color: #a939d7;
  cursor: pointer;
}

#cart-container .total {
  text-align: right;
}

#cart-container .total-price {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

#cart-container .checkout {
  background: #a939d7;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
#cart-container input::-webkit-outer-spin-button,
#cart-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#cart-container input[type="number"] {
  -moz-appearance: textfield;
}

.header-cart {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
}

.header-cart i {
  color: #f2d218;
}

.cart-count {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -6px;
  right: -9px;
  background: red;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px 6px;
  display: none;
}

@media screen and (max-width: 764px) {
  .header-cart {
    font-size: 28px;
  }

  #cart-container .cart-header {
    display: none;
  }

  #cart-container .sum,
  #cart-container .cart-product img {
    display: none;
  }

  #cart-container .cart-item {
    grid-template-columns: 3fr 1fr 1fr 50px;
  }

  #cart-container .title {
    font-size: 14px;
  }

  #cart-container .qty input {
    width: 30px;
  }

  #cart-container .qty button {
    height: 20px;
    width: 20px;
  }

  #cart-container .price,
  #cart-container .sum {
    font-size: 12px;
  }

  #cart-container .back {
    font-size: 16px;
    height: 75px;
  }

  .cart-count {
    height: 17px;
    width: 17px;
    font-size: 10px;
  }
}

#thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 60vh;
  min-height: 600px;
}

#thank-you .card {
  max-width: 720px;
  background: #ffffff;
  padding: 50px 12px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

#thank-you .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #3f8f2f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
}

#thank-you h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #2f6f25;
}

#thank-you p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

#thank-you .note {
  background: #eef6ea;
  padding: 18px;
  border-radius: 12px;
  margin: 25px 0;
  font-size: 16px;
}

#thank-you .buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

#thank-you .btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

#thank-you .btn-primary {
  color: #ffffff;
}

#thank-you .btn-secondary {
  background: transparent;
  color: #a939d7;
}

@media (max-width: 600px) {
  #thank-you {
    min-height: 700px;
  }

  #thank-you .card {
    padding: 35px 24px;
  }

  #thank-you h1 {
    font-size: 28px;
  }

  #thank-you p {
    font-size: 16px;
  }
}

.footer__logo {
  max-width: 85px;
}

.form__field select {
  border: none;
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  padding: 10px 0px;
  color: #868686;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}