/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
/*----------------------------------------------------------------
* *  1 - Font Face
/*--------------------------------------------------------------*/
/*----------------------------------------------------------------
* *  Variables
/*--------------------------------------------------------------*/
/* 1.1 Typography */
/* 1.2 Colors */
/* 1.3 Overlays */
/* 1.4 Animations */
/* 1.5 Border Radius */
/* 1.6 Grid Breakpoints */
/*----------------------------------------------------------------
* *  Classes
/*--------------------------------------------------------------*/
/* 1.1 Background Colors */
.white-bg {
  background-color: #fff;
}

.light-bg {
  background-color: #f5f5f5;
}

.gray-bg {
  background-color: #999;
}

.dark-bg {
  background-color: #212529;
}

.black-bg {
  background-color: #000;
}

.accent-bg {
  background-color: #09496c;
}

.accent2-bg {
  background-color: #09496c;
}

/* 1.2 Text Colors */
.white-color {
  color: #fff;
}

.light-color {
  color: #f5f5f5;
}

.gray-color {
  color: #999;
}

.dark-color {
  color: #212529;
}

.black-color {
  color: #000;
}

.accent-color {
  color: #09496c;
}

.accent2-color {
  color: #09496c;
}

/* 1.3 Fill Colors */
.white-fill {
  fill: #fff;
}

.light-fill {
  fill: #f5f5f5;
}

.gray-fill {
  fill: #999;
}

.dark-fill {
  fill: #212529;
}

.black-fill {
  fill: #000;
}

.accent-fill {
  fill: #09496c;
}

.accent-fill-light {
  fill: #09496c;
  opacity: 0.6;
}

.accent2-fill {
  fill: #09496c;
}

/* 1.6 Headings */
.vc_custom_heading {
  margin: 0 0 30px;
  font-family: Muli;
}

.vc_custom_heading.main-title {
  font-weight: 300;
  line-height: 1;
  font-size: 48px;
}

@media (max-width: 1199px) {
  .vc_custom_heading.main-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .vc_custom_heading.main-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .vc_custom_heading.main-title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .vc_custom_heading {
    margin: 0 0 20px;
  }
}

.section-title {
  margin: 0 0 30px;
  font-family: Muli;
  font-family: 42px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-title {
    font-family: 36px;
  }
}

@media (max-width: 1024px) {
  .section-title {
    margin: 0 0 20px;
    font-family: 30px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 10px;
    font-family: 24px;
  }
}

/* 1.5 Buttons */
/* 1.6 Divider */
.divider {
  margin: 40px 0 !important;
  width: 100%;
}

.divider.bordered {
  height: 1px;
  background-color: #999;
}

.divider.divider-lg {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .divider {
    margin: 30px 0 !important;
  }
}

@media (max-width: 767px) {
  .divider {
    margin: 20px 0 !important;
  }
}

/*----------------------------------------------------------------
* *  Header
/*--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .custom-mobile-menu {
    max-width: 40px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .custom-mobile-menu button.rey-headerIcon {
    position: absolute !important;
    left: 0px !important;
    top: -6px !important;
    z-index: 2;
  }
  .custom-mobile-logo {
    width: 100% !important;
    text-align: center;
    margin: auto !important;
    z-index: 1;
  }
  .custom-mobile-logo .rey-siteLogo {
    width: auto;
    display: block;
    max-width: 100px;
    margin: auto;
  }
  .custom-mobile-search {
    position: absolute !important;
    right: 35px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .custom-mobile-cart {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .elementor-element .elementor-widget-reycore-header-cart {
    margin: 0;
  }
}

.header-currency-text {
  width: auto !important;
  margin: 0 !important;
}

.header-currency-text .btn:after {
  display: none !important;
}

.header-currency-text .rey-header-dropPanel-content {
  padding: 10px !important;
}

.header-currency-text .rey-header-dropPanel-content ul {
  padding: 0;
}

.header-currency-text .rey-header-dropPanel-content ul li {
  min-width: 80px;
}

.header-currency-text .rey-header-dropPanel-content ul li:last-child {
  margin-bottom: 0;
}

/* Header Cart*/
.rey-headerCart-wrapper button.btn {
  position: relative;
}

.rey-headerCart-wrapper button.btn .rey-headerCart-nb {
  width: 5px;
  height: 5px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .rey-headerCart-wrapper button.btn .rey-headerCart-nb {
    left: 12px;
  }
}

.rey-headerCart-wrapper[data-rey-cart-count="0"] button.btn .rey-headerCart-nb {
  opacity: 0 !important;
}

.rey-mega-gs {
  padding: 20px 15px !important;
}

@media (max-width: 1024px) {
  .rey-mega-gs {
    padding: 20px 15px !important;
  }
}

.rey-mobileNav-header .rey-siteLogo img {
  max-height: 40px;
}

@media (min-width: 1025px) {
  .rey-siteHeader.header-pos--fixed .custom-logo {
    width: 131px !important;
  }
}

.rey-siteHeader.header-pos--absolute + .rey-siteHeader-helper,
.rey-siteHeader.header-pos--fixed + .rey-siteHeader-helper {
  display: block !important;
}

.rey-mainMenu .menu-item-has-children .--submenu-indicator-circle {
  display: none !important;
}

.rey-mainMenu .current-menu-item > a:after {
  display: none !important;
}

.rey-stickyContent .elementor-section-wrap .pre-header-section {
  display: none !important;
}

.rey-stickyContent .elementor-section-wrap .elementor-container .elementor-row > .elementor-column {
  padding-left: var(--half-gutter-size, 15px);
  padding-right: var(--half-gutter-size, 15px);
}

/*----------------------------------------------------------------
* *  Footer
/*--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer-contact-details .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contact-details .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }
}

/* Scroll to Top */
.scroll-to-top {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-to-top a {
  width: 30px;
  height: 30px;
  background-color: #212529;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  color: #fff !important;
}

.scroll-to-top a:hover {
  background-color: #000;
}

html[data-scroll-dir-y="1"] .scroll-to-top {
  opacity: 1;
}

/*----------------------------------------------------------------
* *  Shop Grid
/*--------------------------------------------------------------*/
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: #212529;
}

.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

/* Size Chart */
.rey-modalInner {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 20px !important;
}

.rey-modalInner .chart-content {
  display: none;
}

.rey-modalInner .rey-modalClose {
  top: 20px;
  right: 20px;
}

.woocommerce div.product .product_title {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  .woocommerce div.product .product_title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .woocommerce .filters-top-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .woocommerce .filters-top-sidebar.filters-topbar-fixed {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 500;
    top: 60px;
    left: 0;
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    z-index: 900;
  }
  .woocommerce .filters-top-sidebar.filters-topbar-fixed .rey-sidebarInner {
    max-width: var(--container-max-width);
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce .rey-loopHeader {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .woocommerce .mobile-fixed-filters {
    background-color: #f5f5f5;
    position: fixed;
    z-index: 500;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    margin: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    z-index: 900;
  }
  .woocommerce .mobile-fixed-filters .woocommerce-result-count,
  .woocommerce .mobile-fixed-filters .rey-viewSelector {
    display: none;
  }
}

/* Content Container Extra Padding */
.woocommerce-page .rey-siteContainer {
  padding-top: 0;
}

/* Variation Swatches */
.woocommerce-page.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
  text-align: center;
  min-width: 35px;
  height: 25px;
  padding: 2px 6px;
  margin: 0 5px 5px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 1px solid #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-page.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.woocommerce-page.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.woocommerce-page.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected span {
  color: #fff;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

b, strong {
  font-weight: 500;
}

/*----------------------------------------------------------------
* *  2 - Collection Page
/*--------------------------------------------------------------*/
.collection-overlap-box-wrapper .elementor-element.elementor-widget-image {
  overflow: hidden;
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.collection-overlap-box-wrapper .elementor-element.elementor-widget-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection-overlap-box-wrapper .elementor-element.elementor-widget-image:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.collection-overlap-box-wrapper .elementor-element.elementor-widget-image:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.collection-overlap-box {
  position: absolute !important;
  bottom: 30px;
  left: 15px;
  width: 50%;
}

.collection-overlap-box.light-box .elementor-element .elementor-heading-title {
  color: #212529 !important;
}

.collection-overlap-box.light-box .elementor-element .elementor-button {
  fill: #212529;
  color: #212529 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #212529;
}

.collection-overlap-box.light-box .elementor-element .elementor-button:hover, .collection-overlap-box.light-box .elementor-element .elementor-button:focus {
  color: #212529 !important;
  border-color: #212529;
}

/*----------------------------------------------------------------
* *  3 - Gallery Page
/*--------------------------------------------------------------*/
.gallery-item .gallery-icon {
  overflow: hidden;
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-item .gallery-icon:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.gallery-item .gallery-icon:hover a {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/*----------------------------------------------------------------
* *  4 - Order Tracking Page
/*--------------------------------------------------------------*/
#ewd-otp-tracking-form .ewd-otp-text-input {
  height: 50px;
  border: 2px solid #999;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 15px;
  font-size: 20px;
}

#ewd-otp-tracking-form .ewd-otp-text-input:focus {
  border-color: #212529;
}

#ewd-otp-tracking-form input.ewd-otp-submit {
  background-color: #000;
  border: 2px solid #212529;
  color: #212529;
  padding: 10px 30px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}

/*----------------------------------------------------------------
* *  5 - Contact Page
/*--------------------------------------------------------------*/
.contact-page-form-wrapper .elementor-row .elementor-element.elementor-column {
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  .contact-page-form-wrapper .elementor-row .elementor-element.elementor-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-page-form-wrapper .elementor-row .elementor-element.elementor-column .elementor-column-wrap {
  width: 70% !important;
}

@media screen and (max-width: 1024px) {
  .contact-page-form-wrapper .elementor-row .elementor-element.elementor-column .elementor-column-wrap {
    width: 100% !important;
  }
}

.contact-page-form-wrapper .elementor-row .elementor-element.elementor-column .contact-page-detail-column {
  width: 30% !important;
}

@media screen and (max-width: 1024px) {
  .contact-page-form-wrapper .elementor-row .elementor-element.elementor-column .contact-page-detail-column {
    width: 100% !important;
  }
}

/*----------------------------------------------------------------
* *  6 - Form Styles
/*--------------------------------------------------------------*/
.rey-form-row .rey-input {
  background-color: #ffffff;
  border: 2px solid #ccc;
  color: #212529;
  padding: 5px 15px;
  border-radius: 0;
}

.rey-form-row .rey-input:focus {
  border-color: #212529;
}

.js-rey-woocommerce-form-login .rey-form-row {
  margin: 0 0 15px;
}

.wpcf7-form .custom-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.wpcf7-form .custom-form-row .custom-form-col-12 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.wpcf7-form .custom-form-row .custom-form-col-6 {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form .custom-form-row .custom-form-col-6 {
    width: 100% !important;
  }
}

.wpcf7-form label span.form-required {
  color: #C01C25;
}

.wpcf7-form .form-input {
  background-color: #ffffff;
  border: 2px solid #ccc;
  color: #212529;
  padding: 5px 15px;
}

.wpcf7-form .form-input.wpcf7-not-valid {
  border-color: #C01C25;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C01C25' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C01C25' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.wpcf7-form .form-input:focus {
  border-color: #212529;
}

.wpcf7-form .btn-primary {
  padding: 10px 25px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
  letter-spacing: 2px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #C01C25;
  font-size: 14px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 3px;
  padding-left: 5px;
  border-left: 3px solid #C01C25;
}

.wpcf7-form .ajax-loader {
  margin: 10px !important;
  width: 32px !important;
  height: 32px !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='%23000000'>   <path opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/>   <path d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'>     <animateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' />   </path> </svg>") !important;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------------------
* *  7 - Chat & Cookie Widget
/*--------------------------------------------------------------*/
#wh-widget-send-button.wh-widget-right {
  z-index: 900 !important;
}

#catapult-cookie-bar {
  padding: 7px 20px 7px !important;
  font-size: 12px !important;
}

#catapult-cookie-bar button#catapultCookie {
  border: 0 !important;
  padding: 3px 7px !important;
  border-radius: 2px !important;
  font-weight: 500 !important;
}

/*----------------------------------------------------------------
* *  8 - Cart Popup
/*--------------------------------------------------------------*/
.js-rey-cartPanel .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  margin-right: 0.5rem;
}

/*----------------------------------------------------------------
* *  9 - Subscription Form
/*--------------------------------------------------------------*/
.subscribe-form-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

.subscribe-form-wrapper input[type="email"] {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  padding-right: 110px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #ccc;
}

.subscribe-form-wrapper input[type="email"]:focus {
  border-color: #000;
}

.subscribe-form-wrapper input[type="submit"] {
  background-color: #212529 !important;
  width: 100px;
  height: 40px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.subscribe-form-wrapper input[type="submit"]:focus, .subscribe-form-wrapper input[type="submit"]:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/*----------------------------------------------------------------
* *  10 - Breadcrumb
/*--------------------------------------------------------------*/
.rey-breadcrumbs-item:first-child {
  margin-left: 0 !important;
}
.rey-mobileNav-header .rey-siteLogo img{
    max-height: 100px;
    width: auto;
}