/** Animations **/
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body{
	background-color: #FFF;
	color: #62489A;
	line-height: 1.3;
	font-family: Roboto, Arial;
	font-size: 11pt;
}

footer{
	background-color: #3F314D;
	color: #D4CAF5;
	bottom: 0px;
}

footer h5{
	color: #D4CAF5;
	text-decoration: underline;
	font-size: 13pt;
}

footer a,
footer a:link,
footer a:visited{
	color: #EEECFF;
}

footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

a,
a:link,
a:visited,
a:hover{
	color: #99D9EA;
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited{
	color: #62489A;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	text-decoration: none;
	color: #D4CAF5;
}

hr{
	border-color: #62489A;
}

footer hr{
	border-color: #EEECFF;
}

footer .powered{
	text-align: center;
}

#logo img{
	width: 100%;
	max-width: 270px;
	margin-top: -3%;
}

header form.input-group{
	width: 100%;
	margin: 0 auto;
}

#top{
	background-color: #D4CAF5;
	border-bottom: none;
	padding-bottom: 0px;
	color: #62489A;
	font-size: 12pt;
	height: 38px;
	box-shadow: 0px 2px 1px #D4CAF5;
}


#top #language{
	top: 2.5px;
	font-size: 12pt;
}

#top .list-inline-item > a, 
#top .list-inline-item .dropdown > a,
#top #language .dropdown-toggle{
	background-color: #62489A;
	color: #EEECFF;
	padding: 7px;
	border-radius: 10px;
	font-size: 12pt;
	box-shadow: 0px 0px 1px #62489A;
}

#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover,
#top #form-language .dropdown-toggle:hover{
	filter: brightness(110%);
}

#top #form-language img{
	transform: scale(1.4);
	display: inline-block;
	padding-right: 2px;
	margin-top: -3px;
}

#menu{
	background-image: none;
	background: linear-gradient(182deg, #d4caf5, #62489a);
	border-color: #9972d3 #c5abe1 #bc80ed;
	min-height: 39px;
	text-transform: uppercase;
}

#menu .navbar-nav .nav-link,
#menu .navbar-nav .nav-link:link,
#menu .navbar-nav .nav-link:visited
{
    font-weight: 400;
    font-size: 12pt;
}

#menu a:hover,
#top a:hover{
	text-decoration: none;
}


.table-bordered th{
    background-color: #62489A;
    color: #EEECFF;
}

.table-bordered td{
	color: #62489A;
}

.table-bordered,
.img-thumbnail,
.product-thumb{
	background: rgba(255,255,255,0.9);
	border-color: #D4CAF5;
	border-radius: 3px;
}

#cart .dropdown-menu,
.dropdown-menu{
	background: rgba(255,255,255,0.9);
	border-color: #786aa9;
	box-shadow: 0px 0px 4px 0px #786aa9;
}

.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited{
	color: #62489A;
	font-size: 13pt;
	line-height: 1.5;
}

.dropdown-item:hover{
    background: #d4caf5;
    color: #786aa9;
}

#cart .dropdown-menu li{
    min-width: auto;
    width: 100%;
}
#cart .dropdown-menu{
   width: 100%;
}

#top .dropdown-menu a:hover{
	background-color: #62489A;
	color: #EEECFF;
}

#content, #column-left, #column-right{
   padding-bottom: 280px;
}

.input-group-text,
.form-select,
.form-control{
	background: rgba(255,255,255,0.9);
	color: #62489A;
	border: 1px solid #62489A;
}

.input-group-text{
	font-weight: bold;
}

.form-select:focus,
.form-control:focus{
	box-shadow: 0 0 0 0.25rem #D4CAF5;
	border-color: #62489A;
}


.form-control::placeholder {
  color: #D4CAF5;
}

.btn-light,
.btn-light:focus,
.btn-light:active{
	background-color: #D4CAF5;
	border: 1px solid #62489A;
	color: #62489A;	
}

.btn-light:hover{
	background-color: #62489A;
	color: #EEECFF;
	border: 1px solid #62489A;
}

.btn-dark,
.btn-dark:active,
.btn-dark.show,
.btn-dark:hover{
	background-color: #3F314D;
	color: #D4CAF5;
  --bs-btn-active-color: #D4CAF5;
  --bs-btn-active-bg: #4F425D;
  --bs-btn-active-border-color: #D4CAF5;
}

.btn-light:link,
.btn-light:visited,
.btn-light.active,
.btn-light.active:active,
.btn-primary,
.btn-primary:hover,
a.btn-primary:link,
a.btn-primary:visited{
	background-color: #62489A;
	color: #EEECFF;
	border: 1px solid #62489A;
	text-decoration: none;
}
.btn-light:hover,
.btn-primary:hover{
	filter: brightness(110%);
	text-decoration: none;
}

.btn-info,
.btn-info:link,
.btn-info:visited{
   background-color: #99D9EA;
   color: #FFF;
   border: none;
   border-radius: 5px;
   transition: filter 1s;
}

.btn-info:hover{
   background-color: #99D9EA;
   color: #FFF;
   filter: brightness(94%);
   transition: filter 1s;
}

.scrollable{
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: auto;
        scrollbar-width: none; /* Firefox  - hides scrollbar */
}
.scrollable::-webkit-scrollbar {
  display: none; /* Chrome, Safari  - hides scrollbar */
}

.breadcrumb{
	background: #D4CAF5;
	border-color: #62489A;
}

.breadcrumb > li.breadcrumb-item{
    text-shadow: 0 1px 0 #eeecff;
}
.breadcrumb > li.breadcrumb-item:after{
	border-color: #62489A;
	top: -2px;
	height: 22px;
}
.breadcrumb > li.breadcrumb-item > a,
.breadcrumb > li.breadcrumb-item > a:link,
.breadcrumb > li.breadcrumb-item > a:visited{
	color: #62489A;
}

.list-group-item,
.list-group-item:link,
.list-group-item:visited{
	background: #EEECFF;
	border-color: #d4caf5;
	color: #62489A;
	text-decoration:none;
}

.list-group-item:hover{
	filter: contrast(110%);
}

.list-group-item.active,
.list-group-item.active:link,
.list-group-item.active:visited{
	background: #62489A;
	color: #eeecff;
	border-color: #d4caf5;
}

.list-group-item + .list-group-item.active{
	background: #d4caf5;
	color: #62489A;
}

ul.subcategories-list{
	list-style-type: none;
}
ul.subcategories-list li a,
ul.subcategories-list li a:link,
ul.subcategories-list li a:visited{
	background-color: #99D9EA;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	display: inline-block;
}
ul.subcategories-list li a:hover{
	text-decoration: none;
	filter: contrast(110%);
}
ul.subcategories-list .cat-product-count{
	background-color: #FFF;
	color: #99D9EA;
	padding: 3px;
	margin-left: 2px;
	border-radius: 5px;
}

.carousel{
	box-shadow: 0 1px 4px #62489A;
	border-width: 3px;
	margin-bottom: 10px;
}

.bg-primary{
	background-color: #62489A;
}

.circle-count{    
    background-color: #99D9EA;
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
    margin-left: 3px;
    bottom: 1px;
    font-size: 10pt;
    position: relative;
    font-weight: bold;
}

.tooltip{
    --bs-tooltip-bg: #99D9EA;
    font-size: 12pt;
    line-height: 1.4;
}


.product-thumb{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #62489A99;
}
.product-thumb .content{
	background: rgba(255,255,255, 0.94);
}
.product-thumb .image{
	background: rgba(255,255,255, 0.8);
}
.product-thumb .image .img-fluid{
	width: 100%;
	height: 100%;
}
.product-thumb .description{
	padding: 7px;
	margin-bottom: 0px;
	height: 285px;
    	overflow: hidden;
	text-align: justify;
	font-size: 12pt;
}
.product-thumb .price,
.product-thumb .rating{
	display: inline-block;
}
.product-thumb .rating{
	position: absolute;
	margin-left: 5px;
	z-index: 2;
	top: 0px;
	left: 0px;
}
@media screen and (min-width: 960px){
  #product-list.product-list .product-thumb .rating{
      top: -4px;
      left: -170px;
      margin-top: 0px;
  }
  #product-list.product-list .product-thumb .price{
      animation: fade 4s infinite; /* 4 seconds, infinite loop */
  }

  #product-list.product-list .product-thumb .price:hover{
      animation: none;
      opacity: 1;
  }
}
.product-thumb .price{
	background-color: #EEECFF;
	color: #62489A;
	font-size: 13pt;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
    top: 0px;
    right: 0px;
}
.product-thumb a:hover{
	color: #62489A;
	filter: saturation(110%);
}
.product-thumb .button button + button,
.product-thumb .button button{
	background-color: #62489A;
	color: #EEECFF;
	border-radius: 5px;
	margin: 2px;
	border: 1px solid #62489A;
}
.product-thumb .button button:hover{
	background-color: #EEECFF;
	color: #62489A;
}

#product-list{
    margin-top: 20px;
}

/* Product category left sidebar filters */
#product-category #column-left .card-header{
    background-color: #62489A;
    color: #eeecff;
}
#refine_filters_mobile .card a.list-group-item,
#product-category #column-left .card a.list-group-item{
    font-weight: bold;
    background-color: #d4caf5;
}
#refine_filters_mobile .card a.list-group-item:hover,
#product-category #column-left .card a.list-group-item:hover{
    text-decoration: none;
    color: #62489A;
}
#product-category #column-left .card .list-group-item{
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}
#refine_filters_mobile .card .list-group-item .form-check-label,
#product-category #column-left .card .list-group-item .form-check-label{
   font-size: 14px;
}

/* Product category sub categories list mobile filters */
#product-category .refine_header h3{
  display: inline-block;
}
#product-category .refine_header button{
  float: right;
}
#refine_filters_mobile{
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  overflow-y: auto;
}
#refine_filters_mobile.shown{
  display: block;
}
#refine_filters_mobile .btn.close{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1001;
}
#refine_filters_mobile #button-filter{
  position: absolute;
  top: 4px;
  right: 105px;
  z-index: 1001;
}
@media (min-width: 768px){
    #product-category .refine_header button{
       display: none;
    }
}

/* Some styling for home page's hedings */
#common-home #content h3{
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20pt;
	text-transform: uppercase;
	background: #EEECFF;
	border-radius: 10px;
	padding: 10px;
}
@media screen and (max-width: 360.5px){
   #common-home #content h3{
       font-size: 17pt;
   }
}

/* Home Page Mobile Slider */
#common-home #content #carousel-banner-2{
      display: none;
}
@media screen and (max-width: 991.5px){
  #common-home #content #carousel-banner-2{
      display: block;
      margin-top: 20px;
      transform: scaleY(1.1);
  }
}
@media screen and (max-width: 505px){
  #common-home #content #carousel-banner-2{
     margin-top: 30px;
     transform: scaleY(1.5);
     border-width: 2px;
  }
}


/* Product info page styling */
#product-info #content{
	max-width: 1200px;
	margin: 0 auto;
}

#product-info #product #input-quantity{
	max-width: 70px;
}

#product-info #product .below_quantity{
   padding: 10px;
   padding-left: 0px;
}

#product-info #product .below_quantity .btn-success,
#product-info #product .below_quantity .btn-success:link,
#product-info #product .below_quantity .btn-success:visited{
     background-color: #0B0;
     color: #FFF;
     border-color: #0F0;
     font-size: 16px;
     transition: filter 1s;
}
#product-info #product .below_quantity .btn-success:hover{
     filter: brightness(110%);
     text-decoration: none;
     transition: filter 1s;
}

#product-info #product .below_quantity .btn-light,
#product-info #product .below_quantity .btn-light:link,
#product-info #product .below_quantity .btn-light:visited{
     background-color: #D4CAF5;
     color: #62489A;
     border-color: #ede9fc;
     font-size: 16px;
     transition: filter 1s;
}
#product-info #product .below_quantity .btn-light:hover{
     transition: filter 1s;     
}

#product-info ul#details{
	margin-top: 20px;
}

#product-info ul#details li{
	margin-top: 5px;
}

#product-info .nav-tabs{
	background-color: #62489A;
	padding-top: 3px;
	padding-bottom: 2px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 1px;
	margin-bottom: 0px;
	font-weight: bold;
}

#product-info .nav-tabs li{
	margin-left: 5px;
	border-radius: 5px 5px 0px 0px;
}

#product-info .nav-tabs li,
#product-info .nav-tabs li a,
#product-info .nav-tabs li a:link,
#product-info .nav-tabs li a:visited{
	background-color: #D4CAF5;
	color: #62489A;
	border: none;
	box-shadow: 0px 0px 1px;
}

#product-info .nav-tabs li a:hover{
	filter: brightness(110%);
	text-decoration: none;
}

#product-info .nav-tabs li a.active,
#product-info .nav-tabs li a.active:link,
#product-info .nav-tabs li a.active:visited{
	background-color: #EEECFF;
}

#product-info .tab-content{
	border: 1px solid #62489A;
	border-radius: 0px 0px 5px 5px;
	border-top: none;
	background-color: #EEECFF;
	padding: 10px;
	box-shadow: 0px 0px 1px #62489A;
	filter: contrast(110%);
	font-size: 14pt;
}

#product-info #form-review{
	margin-bottom: 0px;
}

#product-info #form-review table{
  width: 100%;
  table-layout: fixed;
  white-space: normal; /* Ensures text wraps normally */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#product-info #form-review h2{
	text-align: center;
	color: #EEECFF;
}

#product-info #write-review{
	background-color: #62489A;
	color: #EEECFF;
	max-width: 500px;
    margin: 10px auto;
	padding: 10px;
	margin-top: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #D4CAF5;
}

#product-info #write-review .form-control{
	color: #62489A;
	background: rgba(255,255,255,0.8);
	font-size: 13pt;
}

#product-info #write-review .form-label{
	font-weight: bold;
	font-size: 10pt;
	color: #D4CAF5;
}

#product-info #write-review #input-rating{
	background: rgba(255,255,255, 0.8);
	color: #62489A;
	padding: 5px;
	margin-left: 10px;
	border-radius: 5px;
	max-width: 260px;
	text-align: center;
	font-size: 11pt;
}

#product-info #form-product .btn-info{
    font-size: 15pt;
    border: 1px solid #62489A;
}

#product-info #write-review #input-rating .form-check-input{
	margin-top: 1px;
}

#product-info #write-review .btn-light:hover{
	color: #62489A;
	background-color: #D4CAF5;
	filter: brightness(110%);
}

.get_in_touch h4{
  margin-top: 10px;
  margin-bottom: 15px;
}

/** Captcha input **/
#input-captcha{
  max-width: 300px;
}

/** Contact page **/
a.contact-btn,
#information-contact a.contact-btn{
   border: 1px solid; 
   border-radius: 5px; 
   padding: 10px;
}
a.contact-btn,
#information-contact a.contact-btn:hover{
   text-decoration: none;
   filter: brightness(110%);
}


/** Checkout page styles **/
#form-register p{
  text-align: center;
}

#checkout-cart h1,
#checkout-checkout h1{
   text-align: center;
}

#checkout_finalize,
#customer_details{
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 10px auto;
  border: 2px solid #62489A;
  border-radius: 5px;
  color: #62489A;
  background: #f7f4ff;
}

#customer_details p.info{
   width: 100%;
   max-width: 500px;
   border: 1px solid #5fc3dd;
   color: #5fc3dd;
   background-color: #e5f8fd;
   text-align: justify;
   padding: 10px;
   border-radius: 5px;
   font-size: 12pt;
}

#checkout_finalize label,
#customer_details label{
    font-weight: bold;
    font-size: 11pt;
}

#checkout_finalize legend,
#customer_details legend{
    border-bottom: 1px solid #5fc3dd; 
}

#checkout_finalize{
   filter: blur(4px);
   pointer-events: none;
   user-select: none;
}

#checkout_finalize.show{
   filter: none;
   pointer-events: auto;
   user-select: auto;
   transition: filter 1s;
}

/** User My Account **/
#account-account #content{
   text-align: center;
}
#account-account #content h1,
#account-account #content h2
{
   font-size: 20pt;
   text-transform: uppercase;
   border-bottom: 2px solid #99D9EA;
   margin-top: 20px;
}
#account-account #content li{
   display: inline-block;
   margin: 8px;
   margin-top: 20px;
}
#account-account #content li i{
   font-size: 20pt;
   position: relative;
   top: 5px;
   right: 2px;
}
#account-account #content li a,
#account-account #content li a:link,
#account-account #content li a:visited{
   padding: 10px;
   background: #f0eafe;
   color: #62489a;
   border: 2px solid #62489a;
   border-radius: 6px;
   font-size: 9pt;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
   transition: background 1s, color 1s;
}
#account-account #content li a:hover{
   background: #62489a;
   color: #f0eafe;
   transition: background 1s, color 1s;
}
#account-account #content .scrollable{
  overflow-y: hidden;
  padding-bottom: 20px;
}

/** Home Page Cards -- Why Choose Us?  --**/
#common-home #why-choose-us{
    margin-right: 0;
}
#common-home #why-choose-us .card{
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 150px;
    margin: 10px;
    font-family: Roboto, Arial, sans;
    z-index: 0;
    box-shadow: 0px 0px 4px mediumpurple;
    background: mediumpurple;
    text-shadow: 0px 0px 2px #62489A;
    letter-spacing: 1px;
    overflow: auto;
}
#common-home #why-choose-us .card:hover{
    filter: brightness(110%);
}
#common-home #why-choose-us .card-body{
    padding: 10px;
    position: relative;
    z-index: 2;
    min-height: 148px;
    background: linear-gradient(45deg, #580080, transparent);
    color: #ffffff;
}
#common-home #why-choose-us .card-title{
    text-transform: uppercase;
    font-weight: bold;
}
#common-home #why-choose-us .card-text{
   font-size: 10pt;
}
#common-home #why-choose-us .card i{
    position: absolute;
    display: block;
    z-index: 0;
    font-size: 80pt;
    color: #d7b7f1;
    width: 100%;
    text-align: center;
    top: 9px;
}
@media (max-width: 991.5px){
    #common-home #why-choose-us .card-title{
	font-size: 14pt;
    }

    #common-home #why-choose-us .card-text{
	font-size: 12pt;
    }
}


/** Home Blog Glimpse Module Custom Styling **/
#common-home .blog-glimpse .col{
   margin-bottom: 10px;
}
#common-home .blog-glimpse .product-thumb{
 
}

/** Overrides bootstrap's container width for mobile devices **/
@media (min-width: 577px){
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 576px){
  #product-info #content h1{
     margin-top: 20px;
  }

  footer .col-sm-3{
     text-align: center;
     padding-bottom: 20px;
  }

  footer h5{
     font-size: 17pt;
  }

  footer a{
     padding: 10px;
     line-height: 1.7;
     font-size: 14pt;
  }

  #content, #column-left, #column-right{
    padding-bottom: 950px;
  }
  
  main{
     margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }

    header form.input-group{
	max-width: 500px;
    }

    #cart .dropdown-menu{
        min-width: 700px;
        max-width: 700px;
    }
}

@media (min-width: 1100px) {
    .container, .container-sm, .container-md {
	width: 95%;
	max-width: 1400px;
    }
}