/* 20250307192144 - v2 */
.gui,
.gui-block-linklist li a {
  color: #201e1e;
}

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

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

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

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

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

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

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

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

.gui-block-option {
  border-color: #e9f3e8;
  background-color: #f7fbf7;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #bdddbc;
  background-color: #f7fbf7;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.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: #324090;
  border-color: #324090;
}

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

/* custom */
body {
  font-size: 16px;
}

.gui-table tbody tr td {
      font-size: 16px;
}

label, legend, label span, p, a, input, select {
  	font-size: 16px !important;
}

.sidebar .item {
    font-size: inherit;
}

input[type='checkbox'] {
    transform: scale(1.5);
}
.cart-draw-button-custom{
  cursor:pointer;
padding: 20px;
  background-color: #214A98;
  width: 100%;
  font-size: 20px !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.cart-draw-button-custom:hover{
transform: scale(0.95);
  background-color: #83BB70;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}
/*navigation*/

nav.desktop .item .itemLink {
		text-transform: none;
    font-size: 22px;
		padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  nav.desktop .item {
    display: block;
    float: left;
    padding: 12px;
    padding-right: 9px;
    font-size: 22px;
    width: 25%; /* Four links of equal widths */
    text-align: left;
  }
}

#formSearch input {
    margin-bottom: 10px;
}

/* page titels*/ 

.page-title h1 {
    font-size: 1.6875em;
  
}

/* sale and new labels font and background*/

div.sale-new{
   background-color: red!important;
   color: white;
}

/* categories box background */ 

.categories .category span.title {
	background-color: #224A99!important;
  color: white;
  box-shadow: -4px 0 0 0 #224A99, 4px 0 0 0 #224A99;
}

/* google map */

.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*contact us form*/

.gui-block {
  	border: none;
}

.gui-required {
    display: none;
}

/*about us section*/

/*
tbody {
  box-sizing: border-box;
}

tbody tr {
    display: flex;
    padding-top: 0px;
}

tbody td {
    padding: 10px;
   	flex: 1;
  	margin: 8px;
  	padding: 0 8px;
  
}

td::after, .row::after {
  content: "";
  clear: both;
  display: table;
  
}

@media screen and (max-width: 650px) {
  .cardcolumn {
    width: 100%;
    display: block;
  }
  
  .card-row {
    display: block;
  }
}
*/

.aboutuscontainer {
  box-sizing: border-box;
}

.card-row {
  display: flex;
  padding-top: 0px;
}

.team-info {
  padding: 0 16px;
}

.team-info::after, .row::after {
  content: "";
  clear: both;
  display: table;
  
}

.aboutuscontainer h2 {
  font-size: 20px;
  color: #000;
  margin-top: 40px;
}

.aboutuscontainer .member-bio {
  color: #000;
}

.form-contact-title {
	font-size: 45px;
}

.input-box-custom {
	border: 1px solid #052030;
	border-radius: 0px;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
}

.textarea-custom {
	border: 1px solid #052030;
	border-radius: 0px;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  resize: none;
  min-height: 150px;
}

.feature1-btn-custom {
	border-radius: 0px;
  background: #FFF;
  color: #052030;
  padding: 15px 40px;
  transition: 0.3s ease-in;
  font-size: 16px;
  margin-top: 15px;
  border: 1px solid #052030;
	box-shadow: 3px 4px 0px #052030;
  font-weight: 600;
}

.feature1-btn-custom:hover {
	background: #214A98;
  color: #FFF;
}

.form-contact label {
	font-size: 16px;
}

@media (min-width: 850px) {
  .form-contact-title {
		width: 330px;
  }
}

@media screen and (max-width: 650px) {
  .cardcolumn {
    width: 100%;
    display: block;
  }
  
  .card-row {
    display: block;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .form-contact-title {
		max-width: unset;
  }
}

@media (max-width: 850px) {
	.cardcolumn {
    flex: 1;
    padding: 0 8px;
    margin: 8px;
  }
  
  .aboutuscontainer .member-bio {
    margin-bottom: 60px;
  }
}

@media (min-width: 850px) {
	.cardcolumn {
    display: flex;
    flex-direction: row;
    flex: 1;
  }
  
  .team-info {
  	max-width: 290px;
  }
  
  .aboutuscontainer img {
  	margin-left: 0;
    margin-right: 30px;
  }
  
  .aboutuscontainer .member-bio {
    margin-bottom: 100px;
  }
}

/* Custom Google fonts - Shackleton */

h1, h2, h3 {
	font-family: shackleton, serif;
}

h2 {
	font-size: 25px;
}

/* Custom Google fonts - Proxima Nova */

span, div, a, p {
	font-family: proxima-nova, sans-serif;
}

/* Textpage general */

.textpage-title-custom {
	font-size: 35px;
}

/* Footer section */

.footer {
  background-image: url('https://cdn.shoplightspeed.com/shops/607960/files/54701370/footer.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__socials {
  color: #214A98;
}

.footer__nav-title, .footer__news-title {
  font-size: 16px;
  color:#214A98 !important;
  font-family: shackleton, serif;
}

.footer__news{
	margin-bottom: 10px;
}

.footer__body {
  padding-top: 80px;
}

.footer__nav-group ul, .footer__info-item, .footer__colophon span {
	font-size: 16px;
}

@media (max-width: 850px) {
	.footer__body {
    padding-top: 50px;
  }
}

@media (min-width: 850px) {
  .footer__nav {
		gap: 40px;
  }
  
  .footer__body {
    padding-top: 70px;
  }
  
  .footer__colophon svg {
    transform: scale(1.5);
  }
}

/* Header section */

.pre-header__container p, .pre-header__container span, header .mega-nav__items a, .mega-nav__items .mega-nav__control {
	font-size: 16px !important;
}

header .counter {
	background-color: #214A98;
}

header {
	border-bottom: 1px solid #E2E2E2;
}

.mega-nav:not(.mega-nav--overlay) {
	background-color: rgba(255, 255, 255, 1);
}

.mega-nav__icon-btns .mobile-account-nav-icon-custom {
	font-size: 25px !important;
}

/* Product gallery sections */

.prod-card__stock-wrapper {
	display: none;
}

.prod-card .prod-card__brand {
	color: #024385;
  text-transform: uppercase;
  font-size: 14px;
}

.prod-card__price {
	color: #83BB70;
  font-size: 16px;
}

.product-gallery__carousel .product-card__title {
	font-size: 16px;
}

.carousel__control {
  box-shadow: 5px 4px 0px #052030;
  border: 2px solid #052030 !important;
  background-color:white !important;
  width: 50px;
  height: 50px;
}

.carousel__control:hover {
  cursor:pointer;
  background-color: #214A98 !important;
  color: #FFF !important;
    transform: scale(0.97);
}

/* Login drawer section */

.drawer__body label {
	color: #214A98;
  font-weight: 700;
  font-size: 16px;
}

.drawer__body button {
	color: #214A98;
}

/* Featured categories section */

.featured-categories h2 {
	font-size: 30px;
}

.featured-categories h3 {
  text-align: left;
  text-transform: unset;
  font-weight: 500;
}

.featured-categories .category-card__image img {
	border-radius: 0;
}

@media (max-width: 850px) {
  .featured-categories h3 a {
    font-size: 20px;
  }
}

@media (min-width: 850px) {
	.featured-categories h3 {
    font-size: 20px;
  }
}

/* Testimonials section */

.testimonial-module .carousel__wrapper {
	margin-top: 30px;
}

.testimonial-module div {
	font-size: 16px;
}

.testimonial-module div.text-sm {
	font-weight: 700;
}

.testimonial-module .rating__icon {
	color: #83BB70;
}

/* Brands sections */

.customer-logos__logo {
	max-height: unset;
}

@media (max-width: 850px) {
	.brand-logos .carousel__control--next {
  	margin-right: 20px;
  }
  
  .brand-logos .carousel__control--prev {
  	margin-left: 20px;
  }
}

/* Newletter signup section */

.socials .socials__title {
	font-size: 35px;
}

.socials .form-control {
	border-bottom: 1px solid #C9C9C9;
}

/* Collection page */

.product-grid .product-card__title {
	font-size: 16px;
}

.radio:checked+label::before {
    background-size: unset;
  	border-width: 5px;
  	background-color: #214A98;
}

.pagination__list {
	font-size: 18px;
}

.pagination__list .pagination__item--selected {
	background-color: #024385;
  border-radius: 15px;
}

.pagination__list .pagination__item:hover {
	border-radius: 15px;
}

.collection__intro h1 {
	font-size: 35px;
}

.products-gallery .accordion__item span, .products-gallery .margin-bottom-lg label, .products-gallery .margin-bottom-lg p, .products-gallery .margin-bottom-lg button {
	font-size: 16px;
}

.products-gallery .margin-bottom-lg button span {
	color: #052030;
  font-weight: 700;
}

.products-gallery .accordion__item button div {
	font-size: 18px;
  font-weight: 600;
}

.products-gallery .text-switch {
	font-size: 20px;
  font-weight: 600;
}

/* Product details page */

.product-v2 .product__brand {
	color: #214A98;
  text-transform: uppercase;
  font-size: 14px;
}
.product-v2 h1 {
  font-size: 25px !important;
  font-weight: 700 !important;
}

.product-content .product__price span {
	color: #052030;
  font-size: 20px;
}

.product-v2 .btn {
    background-color: #FFF;
    padding: 22px 30px;
    font-size:20px !important;
  	font-weight: 700;
    color: #052030;
    text-decoration: none;
  	font-family: shackleton, serif;
  	border: 1px solid #052030;
		box-shadow: 3px 5px 0px #052030;
  	border-radius: 0;
  	text-transform: uppercase;
}

.product-v2 .btn:hover {
  background-color: #214A98;
  color: #FFF;
  transform: scale(0.97);
  box-shadow: unset;
}

.thumbslide__nav-item--active::after {
  backdrop-filter: none !important;
  background: #000;
	opacity: 0.5;
}

.btns--radio input[type="radio"]:checked+label {
	background-color: #FFF;
	padding: 7px 22px;
  border: 1px solid #052030;
	box-shadow: 3px 4px 0px #052030;
  color: #052030;
}

.btns--radio input[type="radio"]+label {
	background-color: #FFFFFF;
  padding: 7px 22px;
  border: 1px solid #979797;
}

.description-title-container-custom {
	margin-bottom: 20px;
}

.description-section-custom div div {
	flex-direction: column;
}

.description-section-custom .text-component p {
	font-size: 16px;
}

#productLocationInventory {
	color: #239FE9;
}

.product-content p, .product-content ul {
	font-size: 18px;
}


#product_configure_form .number-input--v2 {
  background: #FFF;
  border: 1px solid #052030;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#product_configure_form .number-input--v2 .number-input__btn {
	background: #FFF;
  color: #052030;
  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);
}

.products-gallery .product-card__title {
  	font-size: 16px;
    color: #15232E;
  }

#product_configure_form .number-input--v2 .form-control {
	font-size: 20px !important;
}

.product-configure-variants label {
	font-size: 16px;
}

@media (max-width: 600px) {
	.product-detail-desc-custom {
  	margin-bottom: -100px;
  }
  
  .related-products-gallery-custom h2 {
  	margin-bottom: 30px;
  }
}

@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: 147px;
    height: 50px;
  }
  
  .product-detail-desc-custom {
  	flex-direction: column;
  }
  
  .product-detail-desc-title-custom {
  	margin-bottom: 20px;
  }
  
  #product_configure_form .number-input--v2 .number-input__btn {
    width: 33px;
    height: 33px;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .product-detail-desc-custom {
  	margin-bottom: -130px;
  }
}

/* Cart drawer section */

.drawer__body .dr-cart__product .number-input {
	font-size: 23px;
}

/* Account registration and login page */

.gui-register .gui-right .gui-button-small:hover, .gui-login .gui-right .gui-button-small:hover {
	color: #FFF !important;
}
