/* 20260509032904 - 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: #0a8de9;
}

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

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

.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 - Staatliches */

h1, h3, h4, h5 {
	font-family: 'Staatliches', cursive !important;
}

h1 {
	font-size: 35px !important;
}

/* Custom font - Mukta */

div, p, a {
	font-family: 'Mukta', sans-serif !important;
}

/* Footer section */

footer {
  background-size: cover;
  background-repeat: no-repeat;
}

footer a {
	font-weight: 400 !important;
}

footer .hint-text {
	opacity: 1;
  font-weight: 400;
}

footer .bold {
	font-weight: 400;
}

.footer-contact-details p {
	font-family: 'Staatliches', cursive !important;
  font-size: 25px;
  margin-bottom: 10px !important;
}

@media (max-width: 850px) {
	footer {
    background: url('https://cdn.shoplightspeed.com/shops/663030/files/54145276/footer-mobile.png');
    background-size: cover;
  }
}

@media (min-width: 850px) {
  footer {
    background: url('https://cdn.shoplightspeed.com/shops/663030/files/54145252/footer.png');
    background-size: cover;
  }
  
  .footer-elements-wrapper {
    gap: 65px;
	}
}

/* Header section */

.top-bar {
  background-size: cover !important;
  background-repeat: no-repeat;
	background: url('https://cdn.shoplightspeed.com/shops/663030/files/54146851/topbar.png');
}

.cart-trigger sup {
	position: absolute;
  left: 14px;
  border-radius: 100px;
  padding: 0.5px 5px;
  background: #9CCB3B;
  color: #FFF;
  font-weight: 700;
}

.main-nav a {
	font-weight: 400 !important;
}

 .nav-category-dropdown-button a {
    background-color: transparent !important;
    color: #000 !important;
  }

.logo.logo-center {
	transform: scale(1.2);
}

@media (max-width: 600px) {
  .logo.logo-center {
  	left: 27%;
  }
  .hero .hero-image{
  height: 317px;
  }
  .hero .hero-element:not(.slick-slide) .hero-content {
  padding-bottom: 0px;
}
}

@media ((min-width: 600px) and (max-width: 850px)) {
   .site-header-main-wrapper {
  	height: 100px !important;
    max-height: 100px !important;
  }
  
  .secondary-nav, .logo, .burger {
  	margin-top: 17px;
  }
  
  .logo.logo-center {
  	left: 41%;
  }
}

@media (max-width: 850px) {
  .nav-category-dropdown-button a {
    padding-left: 0 !important;
  }
}

@media (min-width: 850px) {
  .main-nav-wrapper {
    height: 65px !important;
  }
  
  .main-nav {
		padding-top: 5px !important;
  }
  
  .site-header-main-wrapper {
  	padding-left: 100px !important;
    padding-right: 100px  !important;
  }
  
  .site-header-main-wrapper {
  	height: 100px !important;
    max-height: 100px !important;
  }
  
  .secondary-nav, .logo {
  	margin-top: 17px;
  }
  
  .logo.logo-center {
  	left: 44%;
  }
}

/* About page */

.about-page-para {
	margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px;
}

@media (max-width: 600px) {
  .about-page-para {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .about-page-para {
    width: 591px;
  }
}

/* Featured categories section */

.featured-categories img {
	border-radius: 5px;
}

.catalog-list .category-content {
	text-align: center;
}

.catalog-list .button {
	background: #000;
  color: #FFF;
  font-weight: 400;
  border: 2px solid #000;
  border-radius: 3px;
}

.catalog-list .button:hover {
	background: #FFF;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
}

@media (min-width: 850px) {
	.catalog-list h3 {
   	font-weight: 500;
    font-size: 25px !important;
  }
}

/* Products section */

.featured-products .link {
	text-decoration: underline;
}

.featured-products .product-price {
	font-size: 20px;
  opacity: 1;
}

.featured-products .product-title {
	margin-top: 5px;
  font-size: 20px;
}

.featured-products .slick-dots {
	margin-top: 40px;
}

.featured-products .section-title {
	margin-bottom: 60px !important;
}

/* Newsletter section */

.newsletter-module figure, .newsletter-module .block-image-placeholder {
	border-radius: 5px;
}

.newsletter-module input {
	border: 1px solid #FFFFFF;
  color: #FFF !important;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0px 0px 5px;
}

.newsletter-module input::placeholder {
	color: #FFF;
  opacity: 1;
}

.newsletter-module a {
	background: #FFF;
  color: #000;
  padding-left: 40px;
  padding-right: 40px !important;
  border-radius: 0px 5px 5px 0px;
}

.newsletter-module a:hover {
  color: #FFF;
}

@media (max-width: 600px) {
	.newsletter-module input, .newsletter-module a {	
  	border-radius: 5px;
	}
}

@media (min-width: 850px) {
  .newsletter-promo-content {
    height: 425px;
  }
  
  .newsletter-module h3 {
  	font-size: 35px;
  }
}

/* Collection page */

.collection-top-wrapper {
	display: flex;
  justify-content: center;
  border-top: none;
}

.collection-top-wrapper .results-info, .collection-top-wrapper .selectric, .collection-top-wrapper .grid-list, #filter_form_top {
	display: none !important;
}

.collection-content {
	margin-top: 50px;
}

.sidebar-filters .filter-title {
	font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.categories-list a, .filter-item label {
	color: #3B3B3B;
}

.checkbox input[type="radio"]:checked+label:before {
	background: none;
  border: 5px solid #000;
}

.product-element .product-brand {
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
}

.product-element .product-title{
	font-size:18px;
}

.product-element .product-price {
  opacity: 1;
  color: #000;
  margin-top: 5px;
  font-size: 18px;
}

.price-filter .sidebar-filter-slider {
	margin-top: 35px;
  margin-bottom: 35px;
}

/* Product details page */

.product-content .brand-name {
	display: none !important;
}

.product-content h1 {
	font-weight: 500;
}

.product-content .up, .product-content .down {
	color: #323232;
  opacity: 1 !important;
}

.product-content .price {
	color: #3B3B3B;
  font-size: 20px !important;
}

.product-content .row.m-b-15 {
	display: flex;  
  align-items: center;
}

#addtocart {
	display: flex;
  justify-content: center;
  height: 64px;
  align-items: center;
  font-size: 30px;
  border-radius: 3px;
  font-weight: 400;
  font-family: 'Staatliches', cursive !important;
}

.product_configure_form_wrapper .button-disabled {
	border-radius: 3px;
}

#addtocart:hover {
	background: #3B3B3B;
}

.product-tabs .tabs-nav .tab-description a, .product-tabs .tabs-nav .tab-content a {
	font-size: 16px;
  font-weight: 400;
  color: #000;
  opacity: 1;
}

#product-details p, .tabs-element .product-description {
	color: #3B3B3B;
}

.product-tabs .tabs-nav .tab-description a:after {
	color: #3B3B3B;
}

.single-product-content .quantity-selector {
	color: #3B3B3B;
}

.quantity-input-wrapper input {
	border-radius: 3px;
}

.product_configure_form .m-b-15 {
	margin-bottom: 60px !important;
}

.related-products .link {
	display: none;
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .header-wrapper .main-nav {
  	width: 100vw;
  }
  
  #searchForm {
    width: 96.5vw;
	}
}

@media (max-width: 850px) {
  .product-images .slick-dots {
  	display: flex;
    gap: 15px;
  }
}

@media (min-width: 850px) {
  .product-intro .product-media img {
  	max-width: 525px !important;
  }
  
  .product-images .slick-dots li img {
    width: 157px !important;
  }
  
  .product-images .slick-dots li {
    width: 157px;
	}
  
  .product-images .slick-list {
    margin-left: 20px !important;
	}
  
  .product-images .slick-dots li img {
  	margin-top: 0;
  }
  
  .product-media {
    margin-top: 70px !important;
	}
}

/* Product details - One type of variant with swatch boxes */

.product-custom-variants-options li.active a {
  border: 1px solid #000;
  font-weight: 400;
  color: #FFF;
  background: #000;
  border-radius: 3px;
}

.product-custom-variants-options li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  border-radius: 3px;
  color: #3B3B3B;
}

/* Contact page */

.form-contact textarea {
	resize: none;
}

.form-contact input, .form-contact textarea {
	border-radius: 3px;
}

.form-contact .gui-field label {
    font-size: 16px;
    font-weight: 600;
}

.form-contact .submit .button {
  border: none;
  border-radius: 3px;
}

.form-contact .submit .button:hover {
  background: #3B3B3B;
}

@media (max-width: 850px) {
  .form-contact .submit .button {
    margin-bottom: 50px;
  }
}

@media (min-width: 850px) {
  .form-contact .submit .button {
  	margin-top: 50px;
    margin-bottom: 100px;
    padding: 11px 40px;
  }
  
  .form-contact-title {
    line-height: 35px;
  }
}

/* Sidebar cart section */

.cart-sidebar-container .button {
	border-radius: 3px;
}

/* Register page */

.gui-register {
	background: #98fb984a;
  padding: 20px;
  border-radius: 7px;
}
