/* 20250410153736 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #142794;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #142794;
  box-shadow: 0 0 2px #142794;
}

.gui-select.gui-focus .gui-handle {
  border-color: #142794;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* Custom font - Proxima Nova */

span, div, a, p {
	font-family: proxima-nova, sans-serif;
}

/* General styles */

h3 {
	font-size: 35px !important;
}

/* Header section */

.main-nav a {
	font-weight: 400 !important;
}

.nav-category-dropdown-button a {
  background-color: transparent !important;
  color: #000 !important;
}

.top-bar {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55541451/topbar.png');
  background-size: contain;
}

.site-header-main-wrapper .cart-trigger sup {
	color: #FFF;
  background: #F6B66B;
  padding: 2px 6px;
  border-radius: 100px;
}

.site-header-main-wrapper .shopping_bag-20 {
	margin-right: -3px;
}

@media (max-width: 600px) {
  .nav-category-dropdown.nav-category-dropdown-button>a {
    padding-left: 0 !important;
	}
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .main-nav {
  	width: 100vw;
  }
  
  .nav-category-dropdown.nav-category-dropdown-button>a {
    padding-left: 0 !important;
	}
}

@media (min-width: 850px) {
 .site-header.menu-bottom-layout .main-nav-wrapper, .site-header.menu-bottom-layout .site-header-main-wrapper {
    border-bottom: 1px solid #E48E5D50;
	}
  
  .main-nav-wrapper {
  	padding: 25px 0 !important;
  }
  
  .header-wrapper {
  	margin-bottom: 30px;
  }
}

/* Footer section */

footer a {
	font-weight: 400 !important;
}

footer .hint-text {
	opacity: 1;
  font-weight: 400;
}

footer .bold {
	font-weight: 400;
}

.footer-shop-name-custom {
	font-family: "Abril Fatface", Helvetica, sans-serif;
  color: #223E92;
  font-size: 25px;
  margin-bottom: 0.5em;
}

.footer-address, .footer-email, .footer-phone {
	margin-top: 10px;
  margin-bottom: 10px;
}

footer .nc-icon-mini {
	color: #F6B66B;
}

.footer-elements-wrapper {
	border-top: 1px solid #E48E5D50;
  border-bottom: 1px solid #E48E5D50;
  padding-top: 30px;
}

.footer-bottom {
	margin-top: 10px;
}

.copyright {
	text-align: center;
  font-size: 16px;
}

@media (max-width: 600px) {
  footer {
  	border-top: none;
  }
  
  .footer-menu {
  	border-bottom: none;
  }
}

@media (min-width: 850px) {
 .footer-elements-wrapper {
    gap: 8vw;
	}
}

/* Mobile hero banners */

@media (max-width: 600px) {
  .hero-image {
  	height: 630px !important;
  }
  
  .hero-content-custom {
    position: absolute;
    top: 10%;
  }
  
  .hero .hero-content h2{
		font-size:25px !important;
    color: #223E92;
	}
  
/*   .hero .hero-content p{
    color:white;
	} */
}

/* Hero banners */

.hero .button {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  padding: 15px 40px;
  font-weight: 500;
}

.button-featured-code-custom {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  padding: 10px 40px;
  font-weight:400;
}

.button-featured-code-custom:hover {
	background: unset;
  background: #223E92;
}

.hero .button:hover {
  background: unset;
	background-color: #223E92;
}

@media (max-width: 600px) {
  .hero h2 {
  	margin-top: 0 !important;
  }
  
  .hero-content-custom {
  	padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .hero .hero-content {
  	margin-top: -40px;
  }
}

/* Featured categories */

.featured-categories .category-content {
	display: none;
}

.featured-categories {
	border-top: 1px solid #E48E5D50;
  border-bottom: 1px solid #E48E5D50;
  padding-top: 50px;
	padding-bottom: 50px;
  margin-top: 100px;
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .featured-categories.catalog-list .categories a {
    min-height: 160px;
	}
}

/* Popular products section */

.featured-products .featured-products-load-more {
  margin-bottom: 60px;
}

.featured-products .featured-products-load-more a {
  background: transparent;
  color: #F6B66B;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-products .featured-products-load-more a:hover {
	color: #223E92;
}

.featured-products .section-title {
    margin-bottom: 5px;
}

.product-element .product-brand {
	display: none;
}

.product-element .product-title {
	font-size: 16px !important;
}

.product-element .new-price {
	font-size: 20px;
  color: #F6B66B;
}

.product-element .label-sale {
	background: #223E92;
}

/* Instagram section */

.instagram-feed h3 {
	margin-bottom: 10px;
}

.instagram-handle-custom {
	color: #F6B66B;
}

/* Newsletter section */

.newsletter-module .button {
  background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  font-weight: 500;
}

.newsletter-module .button:hover {
	background: unset;
	background-color: #223E92;
}

.newsletter-module .newsletter-promo-media .block-image-placeholder {
  width: 0%;
}

.newsletter-module {
  margin-bottom: 0;
}

.newsletter-module-container-custom {
  padding-top: 40px;
}

@media (max-width: 600px) {
  .newsletter-promo-content {
    background: #FFFBEF;
  }
  
  .newsletter-module .button {
  	text-align: center;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .newsletter-module figure {
  	background-size: contain !important;
    background-repeat: no-repeat;
  }
  
  .newsletter-module .button {
  	margin-top: 20px;
  }
  
  .newsletter-module .newsletter-promo-content {
  	padding: 15px 70px;
  }
}

/* Collection page */

.collection-top-wrapper {
	border-top: 1px solid #E48E5D50;
}

.collection-top-wrapper .hint-text {
  opacity: 1;
}

.ui-slider-horizontal .ui-slider-handle {
    background-color: #223E92;
}

.price-filter-range {
    font-size: 16px;
    opacity: 1;
}

.checkbox input[type="radio"]:checked+label:before {
	background: none;
  border: 5px solid #223E92;
}

.pagination li.active a {
	background: #223E92;
  color: #FFF;
}

.collection-top .grid-list {
	display: none;
}

/* Product details page */

.product-content .product-label {
	background: #223E92;
}

.product-content .brand-name a {
  color: #415EB4;
  text-transform: uppercase;
}

.product-content h1 {
	font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.product-configure-options-option .selectric {
	border: 1px solid #FFE6C8;
}

.product-configure {
  border-bottom: none;
}

.product-content .price {
	font-weight: 400 !important;
  color: #F6B66B;
}

.product-content #addtocart {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55561261/addtocart.png');
  background-size: cover;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.product-content #addtocart:hover {
	background: unset;
	background-color: #223E92;
}

.button.button-disabled {
	padding-top: 15px;
  padding-bottom: 15px;
}

.product-tabs-horizontal .tabs-nav {
    border-bottom: 1px solid #E48E5D50;
}

.product-tabs-horizontal .tabs-nav>li {
    border-top: 1px solid #E48E5D50;
}

.related-products h3 {
	margin-bottom: 40px;
}

.related-products {
	border-top: 1px solid #E48E5D50;
  border-bottom: 1px solid #E48E5D50;
  padding-top: 50px !important;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .product-content #addtocart {
    padding: 8px 25px;
    background-repeat: no-repeat;
	}
}

@media (min-width: 850px) {
  .product-content #addtocart {
  	padding: 12px 25px;
    background-repeat: no-repeat;
	}
}

/* Contact page */

.form-contact textarea {
	resize: none;
}

.form-contact-wrapper .gui-field label {
	color: #000;
  font-size: 16px;
  font-weight: 500;
}

.form-contact-wrapper button {
	border: none;
  background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.form-contact-wrapper button:hover {
	background: unset;
	background-color: #223E92;
}

@media (min-width: 850px) {
  .form-contact-wrapper button {
  	margin-top: 40px;
  }
}

/* About page */

.about-page-logo-custom {
	width: 293px;
  height: 85px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-page-summary {
	font-family: "Abril Fatface", Helvetica, sans-serif;
  font-size: 25px;
  color: #223E92;
  font-style: italic;
}

@media (min-width: 850px) {
 .about-page-desc {
		width: 700px;
    margin-left: auto;
    margin-right: auto;
	}
  
  .about-page-desc-long {
  	line-height: 30px;
  }
}

/* Cart page */

.cart-message-wrapper li {
	color: #223E92;
}

/* Login page */

.gui-login .gui-button-small {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  font-weight: 500 !important;
}

.gui-login .gui-button-small:hover {
	background: unset;
	background-color: #223E92 !important;
}

@media (max-width: 600px) {
  .gui-login .gui-col2-big-col1 .gui-button-small {
    margin-top: 30px;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .gui-login .gui-col2-big-col1 .gui-button-small {
    margin-top: 50px;
  }
}

@media (min-width: 850px) {
  .gui-login .gui-col2-big-col1 .gui-button-small {
    margin-top: 30px;
  }
}

/* Register page */

.gui-register .gui-button-small {
	background: url('https://cdn.shoplightspeed.com/shops/643252/files/55540255/slideshow-btn.png');
  font-weight: 500 !important;
}

.gui-register .gui-button-small:hover {
	background: unset;
	background-color: #223E92 !important;
}
