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

.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: #052030;
}

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

.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: #052030;
  background-color: #ffffff;
}

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

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

.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: #052030;
}

.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: #052030;
  color: #052030;
  background-color: #ffffff;
}

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

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

.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: #052030;
}

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

/* custom */
/* Commonly used button */

.btn-custom-normal {
    box-shadow: 5px 4px 0px #052030;
    border: 1px solid #052030 !important;
    background-color:white;
    padding: 15px 30px;
    border-radius: 100px;
    font-size:16px !important;
    color: #052030;
    text-decoration: none;
}

.btn-custom-normal:hover{
    cursor: pointer;
    background-color: #239FE9;
    color: #FFF;
    border: #052030 solid 1px;
    transform: scale(0.97);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-custom-small {
    box-shadow: 5px 4px 0px #052030;
    border: 1px solid #052030 !important;
    background-color:white;
    padding: 10px 20px;
    border-radius: 100px;
    font-size:16px !important;
    color: #052030;
    text-decoration: none;
}

.btn-custom-small:hover{
    cursor: pointer;
    background-color: #239FE9;
    color: #FFF;
    border: #052030 solid 1px;
    transform: scale(0.97);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

h2 {
	font-size: 35px !important;
}

h3 {
	font-size: 22px;
}

/* -------------------- Mobile hero banners ----------------------------- */

@media (max-width:600px) {
	.slider-mobile-height-custom{
  	height:500px !important;
  }
  
  .hero-slideshow-banner-title-custom {
  	margin-top: 50px;
    margin-left: 50px;
  }
  
  .hero-slideshow-banner-title-custom-button {
    margin-left: 50px;
  }
  
  .hero-carousel .carousel__item {
    justify-content: start;
	}
}

@media ((min-width: 600px) and (max-width:850px)) {
  .hero-carousel .carousel__item {
    padding-left: 30px;
	}
}

/* Hero slideshow section */

.hero-carousel .carousel__item .btn--arrow::after {
  content: "";
}

.hero-carousel .carousel__item .btn {
	box-shadow: 5px 4px 0px #052030;
  border: 1px solid #052030 !important;
  background-color:white;
  padding: 15px 30px;
	border-radius: 100px;
  font-size:16px !important;
  color: #052030;
  text-decoration: none;
}

.hero-carousel .carousel__item .btn:hover {
	cursor: pointer;
  background-color: #239FE9;
  color: #FFF;
  border: #F5B22F solid 1px;
  transform: scale(0.97);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-carousel .carousel__counter {
	color: #FFFFFF;
}

.hero-carousel .carousel__control {
	border: 1.5px solid #052030;
  box-shadow: 5px 4px 0px #052030;
}

.hero-carousel .carousel__control:hover {
	background-color: #239FE9 !important;
  color: #FFFFFF !important;
  transform: scale(0.97);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.hero__content .carousel__item-body h1 {
    font-weight: 900;
  }

/* To center the slideshow text vertically after commenting out a class in the original code */
.hero__content {
	justify-content: center;
}

@media (max-width: 600px) {
	.hero-carousel .carousel__item--index-1 p {
     margin-top: 100px;
    }
  
  .hero-carousel .carousel__item--index-2 h1 {
   margin-top: 352px;
  }
  
  .hero__content .carousel__item-body h1 {
      font-size: 30px;
  }
  
  .hero-carousel .carousel__item--index-3 h1 {
   margin-top: 220px;
  }
}

@media (min-width: 600px) {
  .hero-carousel .carousel__item--index-2 h1 span, .hero-carousel .carousel__item--index-3 h1 {
    font-size: 35px;
    font-weight: 500;
  }
  
  .hero-carousel .carousel__item--index-2 p {
    font-size: 20px;
  }
  
  .hero-carousel .carousel__item--index-3 p {
    font-size: 20px;
  }
  
  .hero-carousel .carousel__item {
 		font-size: 20px;
	}
  
	/*   To make it show the full width of the slideshow banner */
  .hero-carousel.hero-carousel--keep-ratio .carousel__item {
    padding-bottom: 35%;
	}
}

@media ((min-width: 600px) and (max-width: 850px)) {
	.hero-carousel .carousel__item--index-2 p {
    width: 334px;
    font-size: 18px;
  }
  
  .hero-carousel .carousel__item--index-3 p {
    width: 340px;
    font-size: 18px;
  }
  
  .hero-carousel .carousel__item--index-2 h1 span, .hero-carousel .carousel__item--index-3 h1 {
    font-size: 25px;
    font-weight: 500;
  }
  
  .hero__content .carousel__item-body h1 {
    width: 305px;
  }
  
  .hero-carousel {
  	margin-bottom: -50px;
  }
}

@media (min-width: 850px) {
	.hero-carousel .carousel__item--index-2 p {
    font-size: 20px;
    width: 475px;
  }
  
  .hero-carousel .carousel__item--index-3 p {
    font-size: 20px;
    width: 475px;
  }
  
  .hero-carousel .carousel__item {
  	height: 600px;
  }
  
  .hero__content .carousel__item-body h1 {
    font-size: 50px;
    width: 425px;
  }
  
  .hero-carousel {
  	margin-bottom: 30px;
  }
}

/* Footer section */

.footer {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__nav-title {
/* 	color: #EB7F7F !important; */
  font-size: 20px;
  font-weight: 800;
}

.footer__news-title {
	line-height: 8px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 800;
/*   color: #EB7F7F !important; */
}

.footer__nav-group a, .footer__info-item {
	font-size: 16px;
}

.footer__socials .icon {
    color: #FFFFFF;
}

.footer__colophon {
	color: #FFFFFF;
}

@media (max-width: 600px) {
  .footer__colophon {
  	margin-bottom: 30px;
  }
}


.footer {
  background-image: url('https://cdn.shoplightspeed.com/shops/636732/files/53822517/footer.png');
}


@media (min-width: 850px) {
  .footer__nav {
  	justify-content: space-between;
    margin-right: 20px;
  }
  
  .description-heading-custom{
  font-size:18px;
    font-weight:600;
  }
  
  .footer__news {
  	margin-bottom: 0;
  }
  
  .footer__news-title {
    margin-top: 5px;
  }
  
  .footer__colophon {
    margin-top: 40px;
  }
}

/* Contact page */

.input-box-custom {
	border: 1px solid #052030;
	border-radius: 100px;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
}

.textarea-custom {
	border: 1px solid #E7E7E7;
	border-radius: 0px;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  resize: none;
  min-height: 150px;
}

.addresses-container-custom {
	text-align: center;
  justify-content: space-around;
}

.addresses-container-custom h4 {
	color: #239FE9;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.addresses-container-custom span, .addresses-container-custom a {
  font-size: 18px;
}

.addresses-container-custom p {
  margin-top: 10px;
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .addresses-container-custom {
   gap: 10px;
  }
}

@media (min-width: 850px) {
	.form-contact-title {
    font-size: 45px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* About us page */

.about-page-container-custom h2 {
	font-style: italic;
  margin-bottom: 20px;
  font-size: 25px !important;
}

.about-page-container-custom .about-para {
	font-size: 16px;
  font-weight: 600;
}

.play-now-store-sign-custom {
	margin-top: 40px !important;
  margin-bottom: 69px !important;
}

@media (max-width: 600px) {
	.about-page-container-custom h2 {
  	font-size: 21px;
    line-height: 30px;
  }
  
  .store-ailes-custom {
  	margin-top: -50px !important;
    margin-bottom: -20px !important;
  }
}

@media (min-width: 600px) {
  .play-now-store-sign-custom {
		width: 567px;
  }
  
  .about-page-container-custom h2, .about-page-container-custom .about-para {
  	width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .about-page-container-custom h2 {
  	font-size: 25px;
    line-height: 34px;
  }
  
  .store-ailes-custom {
  	margin-top: -134px !important;
    margin-bottom: -50px !important;
  }
}

/* Header section */

.mega-nav__icon-btn .counter--cart {
	  background-color: #239FE9;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
  	right: -5px;
}

.pre-header__msg {
	font-style: italic;
}

.mega-nav:not(.mega-nav--overlay) {
	background-color: rgba(255, 255, 255, 1);
}

.mega-nav__sub-items {
	column-fill: unset !important;
}

/* Product gallery section */

.carousel__control {
    box-shadow: 5px 4px 0px #052030;
    border: 1px solid #052030 !important;
    background-color:white;
    color: #052030;
}

.carousel__control:hover {
  	cursor: pointer;
    background-color: #239FE9;
    color: #FFF;
    border: #052030 solid 1px;
    transform: scale(0.97);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.products-gallery .prod-card__brand {
	font-size: 16px;
}

.products-gallery h1 {
	margin-bottom: 10px;
}

@media (max-width: 600px) {
  .products-gallery .prod-card__price {
  	font-size: 16px;
  }
}

/* Testimonials section */

.testimonial-module .carousel__item div:first-child {
	font-size: 16px;
}

.testimonial-module .carousel__item div:nth-child(2) {
	font-weight: 700;
}

.rating svg {
	max-width: 22px;
}

@media (max-width: 850px) {
	.testimonial-module .carousel__item div:first-child {
      margin-top: 30px;
  }
  
  .rating__icon--inactive {
    top: 34px;
  }
}

@media (min-width: 850px) {
	.testimonial-module .carousel__item {
    padding-right: 60px;
  }
  
  .rating__icon--inactive {
    top: 4px;
  }
}

/* Newsletter section */

.socials input {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.socials input::placeholder, .socials .btn {
	font-size: 16px;
}

.socials p {
	font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 600px) {
  .socials h2 {
  	font-size: 50px !important;
  }
}

/* Collection page */

.js-collection-filter__toggle, .js-accordion .accordion__header {
	font-weight: 700;
  font-size: 27px;
}

.radio:checked+label::before {
    background-size: unset;
  	border-width: 5px;
  	background-color: #FFF;
}

.sort__button {
	text-decoration: none;
  font-weight: 700;
}

@media (min-width: 850px) {
  .collection__intro h1 {
    font-size: 35px;
  }
}

/* Product details page */

.product-v2 .product__brand {
	color: #239FE9;
  text-transform: uppercase;
  font-size: 14px;
}
.product-v2 h1 {
  font-size: 25px !important;
  font-weight: 700 !important;
}

.product-v2 .btn {
   box-shadow: 5px 4px 0px #052030;
    border: 1px solid #052030 !important;
    background-color:white;
    padding: 18px 30px;
    border-radius: 100px;
    font-size:20px !important;
  	font-weight: 900;
    color: #052030;
    text-decoration: none;
  	text-transform: uppercase;
}

.product-v2 .btn:hover {
  background-color: #239FE9;
  color: #FFF;
  border: #052030 solid 1px;
  transform: scale(0.97);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15)
}

.thumbslide__nav-item--active::after {
  backdrop-filter: none !important;
  background: #000000;
	opacity: 0.5;
}

#productLocationInventory {
	color: #239FE9;
}

.product-content p, .product-content ul {
	font-size: 18px;
}


#product_configure_form .number-input--v2 {
	border: 1px solid #052030;
  border-radius: 100px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#product_configure_form .number-input--v2 .number-input__btn {
	border: 1px solid #979797;
}

.product-configure .btns__btn {
	box-shadow: 5px 4px 0px #052030;
  border: 1px solid #052030 !important;
  background-color:white;
  padding: 10px 20px;
  border-radius: 100px;
  font-size:16px !important;
  color: #052030;
  text-decoration: none;
}

.product-configure .btns__btn:hover {
	cursor: pointer;
  background-color: #239FE9;
  color: #FFF;
  border: #052030 solid 1px;
  transform: scale(0.97);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
	.product-detail-desc-custom {
  	margin-bottom: -100px;
  }
}

@media (min-width: 600px) {
	.product__availability {
    font-size: 28px;
  }
  
  #addToCart {
  	width: 400px;
  }
}

@media (min-width: 850px) {
	#product_configure_form .flex {
    flex-direction: column-reverse;
  }
  
  #product_configure_form .number-input--v2 {
  	width: 142px;
  }
  
  .product-detail-desc-custom {
  	flex-direction: column;
  }
  
  .product-detail-desc-title-custom {
  	margin-bottom: 20px;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .product-detail-desc-custom {
  	margin-bottom: -130px;
  }
}

/* Cart drawer */

.dr-cart__product h2 a {
	font-size: 20px;
}

/* Gift card page */

#gift-cards-page .breadcrumbs {
	display: none;
}
