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

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

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

.gui a {
  color: #004485;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* custom */
/* OLD THEME CSS start */

/* Name: Clayton Dupuis | Date: May 27, 2020  | Reason: Demo bar | Begin. */
/*div.wsa-demobar {

top: auto !important;
bottom: 100px;
border-radius:10px;
padding:10px;
width: 20% !important;
height: auto !important;
position: fixed;
font-size:11px;
text-shadow: 0px 0px 3px black !important;
right: 30px;
left: auto !important;
background: #6D056F !important;
box-shadow: 5px 5px 5px hsla(231, 92%, 49%, 0.11) !important;
}*/
div.wsa-demobar{
	background: #6D056F !important;
}

  .product-listing{
  color: #055FFB!important;
  }
@media only screen and (max-width: 815px) {
div.wsa-demobar{
	background: #6D056F !important;
	    bottom: 0;
    top: auto;
	text-overflow: ellipsis!important;
}
}
/* We want to delete the "Return to backoffice" link */
.wsa-demobar a{ display: none; }
/* We want to delete the "Return to backoffice" link */
/* if you want to have this displayed without being able to close it add the next line */
.wsa-demobar a.close { display: none !important; }
/* /if you want to have this displayed without being able to close it add the next line */
/* LightspeedHQ eCom Demo Bar - Creating a message box END */
/* Name: Gabriel Sabbag | Date: April 15, 2020  | Reason: Demo bar | End. */

/* Name: Gabriel Sabbag | Date: April 30, 2020  | Reason: Remove "Hours" from navigation menu | Begin. */
body > header > div.navigation.container > div > nav > ul > li:nth-child(7) > a {
  display: none;
}

body > div.wrapper > footer > div.container > div.links.row > div:nth-child(3) > div > ul > li:nth-child(3) > a {
  display: none;
}
body > div.wrapper > footer > div.container > div.links.row > div:nth-child(2) > div > ul > li:nth-child(4) > a {
  display: none;
}
body > div.wrapper > footer > div.container > div.links.row > div:nth-child(2) > div > ul > li:nth-child(1) > a {
  display: none;
}
/* Name: Gabriel Sabbag | Date: April 30, 2020  | Reason: Remove "Hours" from navigation menu | End. */
@media only screen and (min-width: 800px) {
.index .categories .category {
    margin-bottom: 21px;

    width: 16.5%;
}
}
/* @media only screen and (max-width: 600px) {
.index .categories .category {
    margin-bottom: 21px;

    width: 33.33%;
}
} */

.nav-2 .first-section {
    background: #ffffff;
    box-shadow: 1000px 0 #ffffff, -1000px 0 #ffffff;
  height: 90px;
}
i.fa-chevron-right {
    display: none;
}

/* Header */
span.counter {
    background-color: #055FFB;
    border-radius: 88px;
    font-size: 8px;
    padding: 2px 5px;
    color: white;
    font-weight: bold;
    top: -34%;
    position: absolute;

}

h1.product-page {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.product-info .product-price .price {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    display: block;
    margin-top: 10px;
    color: #024385;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

/* Footer */
footer .logo-footer {
    max-width: 65px;
    margin-bottom: 15px;
    margin-top: 5px;
}
footer .title {
    display: block;
    line-height: 21px;
    float: left;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 20px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #024385!important;
    font-size: 20px;
}

footer, footer a, footer .links a {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 12px;
}
footer #formNewsletter input {
    margin: 0;
    width: 98%;
    padding: 10px 15px;
    border: 1px solid #fff!important;
    border-radius: 2px;
    background-color: #E8F3FE;
}
footer #formNewsletter .btn {
    position: absolute;
    /* right: 55px; */
    left: 0px;
    top: 51px;
    line-height: 26px;
    border-radius: 10px;
    background-color: #024385!important;
    width: 65%;
  font-weight: 500;
}
footer #formNewsletter .btn:hover {
    background: #024385 !important;
    border-color: #024385 !important;
    border-left-color: #cccccc !important;
}
.copyright-payment {
    font-size: 12px;
    padding: 15px 0;
    float: right;
    width: 100%;
    background-color: #024385;
}
.copyright {
    line-height: 23px;
    float: left;
    color: #ffffff;
    font-weight: 600;
}
footer .row {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 50px;
}
footer, footer a, footer .links a {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 13px;
    font-weight: 600;
}
/* Collection Pages */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 1;
    color: #ffffff;
    background-color: #024385!important;
}

.sort.mode a.active {
    box-shadow: none;
    background: #024385 ;
    color: #ffffff;
}
.sort.mode a {
    border-radius: 3px;
    color: inherit;
    background: #ffffff;
    border-color: transparent;
}
.category-pagination button, .pagination .number a {
    border-radius: 3px !important;
    background: #ffffff;
    /* border: 1px solid #00000080; */
font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12px;display: inline-block
}
.nav .morelinks button::after, #collection-filter-price .ui-slider-range {
    background-color: #024385;
}

/* About Us */
.about-us-image img {
	width: 332px;
}

.about-us-text {
	font-size: 16px;
}

@media (max-width: 600px) {
  .about-us-image img {
  	margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 800px) {
.about-us-container {
    display: flex;
  margin: 10px 100px;
}
.about-us-text {
    flex: 1;
  padding: 20px 26px;
}
.about-us-image {
    flex: 1;
  	margin-top: 90px;
}
}


/* Contact Us */
.page-title h1 {
    font-size: 2em;
    word-wrap: break-word;
    text-transform: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    color: #024385;
    padding-top: 15px;
}
@media only screen and (min-width: 600px) {
.contact-us-usp{
    display: flex;
    align-items: centerr;
  justify-content: center;
  
}

.contact-us-usp-single{
  padding: 10px 20px;
}
}


/* Contact Us Form */
.input-contact-form{
  background: none;
  border: none;
  background-color: #002F4F12;
	color: #000000;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 10px 10px 0.875em 10px;
  border-radius: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
}








textarea {
  overflow: auto;
}

#container {
  
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}




.email {
	float: right;
	width: 50%;
}



.message {
	float: none;
}

.name {
	float: left;
	width: 48%;
}


.subject {
  float: left;
	width: 48%;
}

.telephone {
  float: right;
	width: 50%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

#form_button {
 
  background-color: ;
  border: solid 2px #002F4F;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  background-color: #024385;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  border-radius: 15px
}

#form_button:hover {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}

.submit-button{
  background-color: #002F4F;
}
.input-contact-form {
    background: none;
    border: none;
    /* background-color: #002F4F12; */
    color: #000000;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 10px 10px 0.875em 10px;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}
.btn-primary, .gui-button-action, .gui-review .gui-button-small {
    background-color: #024385!important;
    border-color: #024385!important;
    color: #fffff;
  border-radius: 10px!important;
}

.nav-2 .carttop {
    transform: inherit;
    top: inherit;
    position: inherit;
    width: 160px;
}
  .topnav {
    border-color: #0458e9;
    height: 30px!important;
}
  

  header .account li {
    float: right;
    line-height: 28px;
    font-size: 13px;
}
  header .logo {
    padding: 9px 0;
}
.styles-nav {
    position: absolute;
    top: 5%;
    left: 13%;
}
.search .input-group .form-control {
    max-width: inherit;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    background: #F3F4F5;
    border: 1px solid rgba(221, 221, 221, 0.5)!important;
}
@media screen and (max-width: 800px) {
.nav-2 main.nav-pt {
    margin-top: 40px !important;
}
  .nav-2 .stickyholder:not(.sticky) {
    height: 140px !important;
}

}



  .nav-2 nav.desktop {
    height: 50px;
    width: 100%;
    float: left;
    padding-left: 200px!important;
}

.nav-2 main.nav-pt {
    margin-top: 40px !important;
}
 .homeproducts .nav-tabs>li h2 {
  color: #055FFB; 
}
.homeproducts .nav-tabs>li:not(.active) h2{
	color: #000000;
}

.gui a.gui-button-large, .gui a.gui-button-small {
    border-color: #000000;
    color: #ffffff!important;
    background-color: #024385;
}


/* DROPDOWN PRODUCT PAGES */
.product-configure-options-option select {
    font-size: 20px;
  font-weight: bold;
}

.product-configure-options-option label {
    font-size: 20px;
    font-weight: bold;
}

/* FONTS CHNAGE */
.sidebar .item a {
    padding: 10px 0;
    width: calc(100% - 30px);
    float: left;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-family: "Montserrat", Helvetica, sans-serif;
  opacity: 1!important;
}

.products .product .info .price, .sidebar .product .info .price {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}



.content {
    padding: 0px 18px 60px!important;
    display: block!important;
    overflow: hidden;
    background-color: #f1f1f1;
}

body:not(.nav-1) header .carttop .shoppingbag {
    fill: #024385 !important;
}

@media (max-width:600px){
	 .navself .searchtop .searchmagnifier, .searchtop .searchmagnifier {
    fill: #ffffff!important;
    height: 28px;
}
  .navself .searchtop .searchmagnifier:hover {
    fill: #ffffff!important;
}
  .closenav:after, .closenav:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    top: 33px;
    left: 5px;
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: red;
    opacity: 1;
    box-sizing: border-box;
    display: none;
    border-radius: 30px;
    color: #ffffff!important;
}
}

@media (min-width:600px) and (max-width:850px){
	 .navself .searchtop .searchmagnifier, .searchtop .searchmagnifier {
    fill: #ffffff!important;
    height: 28px;
}
  .navself .searchtop .searchmagnifier:hover {
    fill: #ffffff!important;
}
  .closenav:after, .closenav:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    top: 33px;
    left: 5px;
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: red;
    opacity: 1;
    box-sizing: border-box;
    display: none;
    border-radius: 30px;
    color: #ffffff!important;
}
}

/* OLD THEME CSS end */

/* General styles */

@media (max-width: 600px) {
	h1, h2 {
    font-size: 25px !important;
  }
}

@media (min-width: 600px) {
  h1, h2 {
    font-size: 30px !important;
  }
}

/* Footer section */

.footer__nav-title {
	font-size: 18px !important;
}

.footer__nav li a {
	font-size: 16px;
  font-weight: 400;
}

.footer__news-title {
	font-size: 18px;
  font-weight: 500;
}

.footer__news {
	margin-bottom: 15px !important;
}

.footer__info-item {
	font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.footer__colophon span {
	font-size: 14px;
  font-weight: 400;
}

.footer__socials {
	gap: 10px;
}

.footer__socials a {
	transform: scale(1.6);
}

@media (max-width: 600px) {
  .footer {
		background-image: url('https://cdn.shoplightspeed.com/shops/634549/files/54252557/footer-mobile.png');
    background-size: cover;
  	background-repeat: no-repeat;
  }
  
  .footer__colophon {
  	margin-bottom: 30px;
  }
}

@media (min-width: 600px) {
  .footer {
  	background-image: url('https://cdn.shoplightspeed.com/shops/634549/files/54252542/footer.png');
    background-size: cover;
  	background-repeat: no-repeat;
  }
}

/* Header section */

.mega-nav__items-other .counter {
	background-color: #024385;
}

.mega-nav__items-other .form-control {
	border-radius: 100px;
  border: 1px solid #D9D9D9;
}

.mega-nav:not(.mega-nav--overlay) .mega-nav__search-input .form-control {
	background-color: rgba(0, 0, 0, 0) !important;
}

.mega-nav__items-other .form-control::placeholder {
	color: #C4C4C4;
}

@media (min-width: 64rem) {
  .mega-nav {
    height: calc(75px + 10px);
  }
}

@media (max-width: 600px) {
  .mega-nav__icon-btns {
  	transform: scale(0.75);
  }
}

/* Feature block columns section */

.feature-block-columns {
	padding-top: 50px;
}

/* -------------------- 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--index-2 h1, .hero-carousel .carousel__item--index-2 p {
	color: #012243;
}

.hero-carousel .carousel__item .btn--arrow::after {
  content: "";
}

.hero-carousel .carousel__item .btn {
	background-color: #FFFFFF;
  color: #000;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 100px;
}

.hero-carousel .carousel__item .btn:hover {
	background-color: #024385;
  color: #FFFFFF;
}

.hero-carousel .carousel__counter {
	color: #000;
}

.hero-carousel .carousel__control {
	border: none;
}

.hero-carousel .carousel__control:hover {
	background-color: #024385 !important;
  color: #FFFFFF !important;
}

@media (max-width: 600px) {
	.hero-carousel .carousel__item--index-1 p {
     margin-top: 100px;
    }
  
  .hero-carousel .carousel__item--index-2 h1 {
   margin-top: 50px;
  font-size: 25px;
  }
  
  .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;
	}
}

@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-2 h1 {
    font-size: 30px;
    font-weight: 400;
  }
}

@media (min-width: 850px) {
	.hero-carousel .carousel__item--index-2 p {
    font-size: 16px;
    width: 475px;
    margin-top: 20px;
  }
  
  .hero-carousel .carousel__item--index-3 p {
    font-size: 20px;
    width: 475px;
  }
  
  .hero-carousel .carousel__item {
  	height: 600px;
  }
  
  .hero-carousel .carousel__item--index-2 h1 {
  	font-size: 30px;
  }
}

/* Featured categories section */

.featured-categories h2 {
	font-size: 30px;
}

.featured-categories h3 {
  text-align: center;
}

.featured-categories .category-card__image img {
	border-radius: 10px;
}

@media (max-width: 850px) {
  .featured-categories h3 {
    font-size: 20px;
  }
}

@media (min-width: 850px) {
	.featured-categories h3 {
    font-size: 25px;
  }
}

/* Product gallery sections */

.prod-card__stock-wrapper {
	display: none;
}

.prod-card .prod-card__brand {
	color: #024385;
  text-transform: uppercase;
}

.prod-card__price {
	color: #626262;
  font-size: 16px;
}

.carousel__controls .carousel__control {
	background: #FFFFFF;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}

.carousel__controls .carousel__control:hover {
	background: #024385;
  color: #FFF;
  cursor: pointer;
}

/* Testimonial section */

.testimonial-module div {
	font-size: 16px;
}

.testimonial-module div.text-sm {
	font-weight: 500;
}

/* Newletter signup section */

.socials {
	border-top: 1px dashed #024385;
}

.socials .socials__title {
	font-size: 35px;
}

/* Contact page */

.address-icon-container-custom {
	border-bottom: 0.5px dashed #024385;
  padding-bottom: 15px;
}

.address-icon-container-custom img {
	margin-top: 60px;
  margin-left: 0;
}

.addresses-container-custom h4 {
	color: #024385;
  font-size: 18px;
}

.addresses-container-custom span {
  font-size: 18px;
}

.addresses-container-custom a {
	display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
}

.input-box-custom {
	border: 1px solid #E7E7E7;
	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: 10px;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  resize: none;
  min-height: 150px;
}

.contact-form-content .btn {
	background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-size: 16px;
  padding: 15px 40px;
}

.contact-form-content .btn:hover {
	background: #024385;
  color: #FFF;
}

/* FAQ page */

.delivery-section-title-custom {
	border-bottom: 0.5px dashed #024385;
  padding-bottom: 15px;
  font-size: 25px;
  color: #024385;
}

.delivery-section-question-custom {
	font-size: 16px;
  color: #024385;
}

.delivery-para-custom {
	font-size: 16px;
}

/* Collection page */

.product-grid .product-card__title {
	font-size: 16px;
}

.radio:checked+label::before {
    background-size: unset;
  	border-width: 5px;
  	background-color: #024385;
}

.pagination__list {
	font-size: 18px;
}

.pagination__list .pagination__item--selected {
	background-color: #024385;
  border-radius: 15px;
}

.pagination__list .pagination__item:hover {
	border-radius: 15px;
}

/* Product details page */

.product-v2 .product__brand {
	color: #024385;
  text-transform: uppercase;
  font-size: 14px;
}
.product-v2 h1 {
  font-size: 25px !important;
  font-weight: 500 !important;
}

.product-content .product__price span {
	color: #000;
}

.product-v2 .btn {
    background-color: #024385;
    padding: 22px 30px;
    border-radius: 100px;
    font-size:20px !important;
  	font-weight: 500;
    color: #FFF;
    text-decoration: none;
}

.product-v2 .btn:hover {
  background-color: #012e5d;
  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;
}

.btns--radio input[type="radio"]:checked+label {
	background-color: #024385;
	padding: 7px 22px;
  border-radius: 100px;
}

.btns--radio input[type="radio"]+label {
	background-color: #FFFFFF;
  padding: 7px 22px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

.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: #F2F2F2;
  border-radius: 100px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

#product_configure_form .number-input--v2 .number-input__btn {
	background: #024385;
  color: #FFF;
}

.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;
  }

@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: 175px;
    height: 70px;
  }
  
  .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: 48px;
    height: 48px;
  }
}

@media ((min-width: 600px) and (max-width: 850px)) {
  .product-detail-desc-custom {
  	margin-bottom: -130px;
  }
}

/* Account registration page */

.gui-register .gui-right .gui-button-small, .gui-login .gui-right .gui-button-small {
	color: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}

.gui-register .gui-right .gui-button-small:hover, .gui-login .gui-right .gui-button-small:hover {
	color: #FFF !important;
}
