@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@media (min-width: 1700px) {
  .site-main {
    max-width: 1100px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1700px) {
  .site-main {
    max-width: 1100px !important;
  }
}

@media (min-width: 1700px) {
  .slidesFirstLocation {
    margin-top: 50px;
  }
}

@media (min-width: 1100px) and (max-width: 1700px) {
  .slidesFirstLocation {
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  .slidesFirstLocation {
    margin-top: 130px;
  }
}

@media (min-width: 700px) and (max-width: 1100px) {
  .slidesFirstLocation {
    margin-top: 50px;
  }
}

@media (min-width: 1700px) {
  .slidesSecondLocation {
    margin-top: 50px;
  }
}

@media (min-width: 1100px) and (max-width: 1700px) {
  .slidesSecondLocation {
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  .slidesSecondLocation {
    margin-top: 80px;
  }
}

@media (min-width: 700px) and (max-width: 1100px) {
  .slidesSecondLocation {
    margin-top: 50px;
  }
}

label {
  font-weight: 700;
  color: black;
  margin-bottom: 1vh;
}

.comment-form-cookies-consent label {
  font-weight: 400;
  font-size: 0.9em;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  padding: 5px 10px;
  line-height: 1.35;
  height: 36px;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
}

textarea {
  border: 1px solid #cbcbcb;
  border-radius: 0px;
}

/* ============================== HEADER CSS =================================== */
#deskHeaderBlack {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 85px;
}

#deskHeader {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 00px;
}

#mobMenu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
}

#menuCartMob .elementor-menu-cart__toggle .elementor-button {
  border: none;
}

#headerNote {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99;
}

.headerNotice {
  background-color: #F8E3D3;
  height: 3em;
  text-align: center;
  font-size: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 700px) {
  .headerNotice {
    height: 5em;
  }
}

.headerNotice .textArea {
  padding: 0 10vw;
}

.headerNotice .thirdPart {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2em;
  font-weight: 700;
  line-height: 5px;
}

@media (max-width: 700px) {
  .headerNotice .thirdPart {
    top: 2;
  }
}

.menuItems a {
  color: black;
}

.menuItems .item {
  margin: 0.5em 0px;
  letter-spacing: 2px;
}

.mobileMenu {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1100px) and (max-width: 1700px) {
  .mobileMenu {
    display: none;
  }
}

@media (min-width: 1700px) {
  .mobileMenu {
    display: none;
  }
}

.mobileMenu .inner {
  padding: 0.5vh 5vh;
  height: 100vh;
}

.mobileMenu .inner .close {
  text-align: right;
}

.mobileMenu .inner .closeSpan {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
}

#mobileSlides {
  margin-top: 3em;
}

.mobileMenuBtn .inner {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.mobileMenuBtn .inner span {
  width: 100%;
  height: 5px;
  margin: 2px 0px;
  background-color: white;
  display: block;
}

.homePageCat {
  cursor: pointer;
}

/* ===================== PRODUCT LOOP CSS ========================= */
.addToCart .add_to_cart_button {
  width: 100% !important;
  text-align: center !important;
  margin-top: -46px !important;
  position: absolute !important;
  opacity: 0;
  border-radius: 0px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 0.9em !important;
  background: #F8E3D3 !important;
}

.onsale {
  background-color: #f1e3d9 !important;
  color: #333 !important;
}

.products .product:hover .add_to_cart_button {
  opacity: 1;
}

.woocommerce-loop-product__title {
  text-align: center;
  font-size: 0.8em;
  margin: 10px 0px;
  text-transform: initial !important;
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
}

li.product .price {
  text-align: center;
  font-size: 0.9em;
}

li.product .added_to_cart {
  width: 100%;
  text-align: center;
}

.entry-summary .price {
  color: #333 !important;
}

.woocommerce-product-attributes-item__value {
  padding-left: 1vw !important;
}

.elementor-field-label {
  margin-bottom: 1vh;
}

.entry-summary .quantity-title {
  margin-top: 3vh;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 1vh;
}

.entry-summary .quantity {
  width: 100%;
  margin: 0vh 0px 3vh 0px !important;
  float: none !important;
}

.entry-summary .quantity input {
  border-radius: 0px;
  border: 1px solid #cbcbcb;
}

.entry-summary .single_add_to_cart_button {
  width: 70%;
  height: 50px;
  border-radius: 0px !important;
  background-color: #a32765 !important;
  text-transform: uppercase;
}

.entry-summary .single_add_to_cart_button:hover {
  background-color: #d8c8d5 !important;
}

.entry-summary .product_meta {
  display: none;
}

.shipAndReturn {
  margin-top: 1vh;
}

.shipAndReturn .title {
  cursor: pointer;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.shipAndReturn hr {
  border-top: 1px solid #e3e3e3;
}

.shipAndReturn .info {
  padding: 10px 0px;
}

.shipBox {
  height: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 12px;
}

.shipBox h6 {
  font-size: 12px;
}

.longBox {
  height: 400px !important;
}

.variations td {
  background-color: transparent !important;
  display: block;
  padding: 7px 0px;
}

.variations td select {
  border-radius: 0px;
  font-size: 0.9em;
  border: 1px solid #cbcbcb;
  width: 268px;
  padding: 5px 5px 5px 15px;
  line-height: 1;
  height: 34px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right transparent;
  -webkit-appearance: none;
  background-position-x: 95%;
}

.page-content {
  margin-bottom: 3em;
}

select {
  border-radius: 0px;
  font-size: 0.9em;
  border: 1px solid #cbcbcb;
  width: 268px;
  padding: 5px 5px 5px 15px;
  height: 40px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right transparent;
  -webkit-appearance: none;
  background-position-x: 95%;
}

@media (max-width: 700px) {
  select {
    width: 94.5vw;
  }
}

.woocommerce-error {
  border-top: 1px solid #b81c23;
  background-color: transparent;
}

.woocommerce-info {
  border-top: 1px solid black;
  background-color: transparent;
}

.woocommerce-message {
  border-top: 1px solid black;
  background-color: transparent;
}

.woocommerce-message a.button {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-message a.button:hover {
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
  color: white;
}

.place-order button.button.alt {
  background-color: #f389ff !important;
}

.place-order button.button.alt:hover {
  background-color: #e07deb !important;
}

.woocommerce-message::before {
  color: #f389ff;
}

.wc-proceed-to-checkout a.button.alt {
  background-color: #f389ff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
}

.woocommerce-Reviews {
  font-family: Roboto;
}

.woocommerce-form-coupon button {
  background-color: transparent !important;
  border: 1px solid black !important;
  border-radius: 0px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-form-coupon button:hover {
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
  color: white;
}

.variations_form {
  margin-top: 3vh;
}

.pageShove {
  padding-top: 12em;
}

@media (max-width: 700px) {
  .pageShove {
    padding-top: 8em;
  }
}

.afterShove {
  padding-top: 10em;
}

@media (max-width: 700px) {
  .afterShove {
    padding-top: 4em;
  }
}

.woocommerce-loop-product__title {
  color: black !important;
}

.product a {
  color: black !important;
}

.product .price {
  color: black !important;
}

@media (max-width: 700px) {
  .home .products .product:nth-of-type(5) {
    display: none;
  }
}

.secondPart a {
  color: black;
}

.woocommerce-message::before {
  color: #a32765;
}

.woocommerce-NoticeGroup-updateOrderReview, .woocommerce-NoticeGroup-checkout {
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 700px) {
  .woocommerce-NoticeGroup-updateOrderReview, .woocommerce-NoticeGroup-checkout {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.place-order button.button.alt {
  background-color: #a32765 !important;
}

.elementor-166 .elementor-element.elementor-element-268a8b0 .elementor-button[type="submit"] {
  background-color: #a32765 !important;
}

.elementor-166 .elementor-element.elementor-element-d1185bf .elementor-button[type="submit"] {
  background-color: #a32765 !important;
}

.products .star-rating {
  display: none !important;
}

.wc-proceed-to-checkout a.button.alt {
  background-color: #a32765 !important;
}
/*# sourceMappingURL=custom.css.map */