body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
img {max-width: 100%;}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;}
label {
  font-size: 12px;
  font-weight: normal;}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }  
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin:0 auto !important;}

header {
    background: #fff;
    padding: 15px 0;}

#logo img {  
   max-width: 84px !important;
    border: 2px solid #3e8bff;
    border-radius: 50%;
    padding: 2px;
    background: #fff;}

.sub-menu .content {
    background: #fff !important;
    margin: 0 auto !important;
    border: none !important;}	
ul.megamenu > li > .sub-menu.single .content ul .main_link h3 {margin: 0 auto;
    padding: 5px;
    line-height: 1;
    background: none;
    height: auto;
    text-align: left;}	
#mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {font-size: 13px !important;
    color:#000 !important;
    font-weight:500 !important;
    padding: 0;
    line-height: 20px;}	
ul.megamenu > li > .sub-menu.single .main_li li {border-bottom: 1px solid #eee;}	
	
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer.footer-dark {  position:relative;
  bottom:0;
  width: 100%;  
  background:#0f57c4 !important;
  font-size: 14px !important;
  padding: 30px 0 10px !important;
  color:#fff !important;}
footer .footer-bottom {border-top: 1px solid #49648d;} 
footer.footer-dark .footer-bottom {border-top: 1px solid #4e7bc0;} 
footer {
  position:relative;
  bottom:0;
  width: 100%;  
  background: #284269 !important;
  font-size: 14px !important;
  padding: 30px 0 10px !important;
  color:#fff !important;}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;}
.breadcrumb>li a {font-size:13px !important; font-weight:normal;}
.breadcrumb>li.breadcrumb-item+li:before {padding: 0 8px;
    content: "\f105";
    color: #424242;
    font-size: 12px;
    line-height: 22px;}  
.breadcrumb > li.breadcrumb-item > a {
  text-decoration:none;}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.slider-top .row .col-3 {padding-left:0 !important;}
.slider-top .row .col-10 {
    padding-left:0 !important;
    padding-right:0 !important;}
.footer-dark {
      background: #1f1f1f;
      color: #ccc;}    
    footer .footer-logo img {    
	max-height: 55px;
    padding-left: 23px;}
	.footer-logo .site-title {font-size: 15px;
    font-weight: 500;}
    footer .social-icons a {
      color: #fff;
      font-size: 18px;
      margin-left: 10px;
      transition: 0.3s;}
    footer .social-icons a:hover {
      color: #f5c542;}
	footer .social-icons {
    margin: 0;
    text-align: right;
    padding: 0;}
	footer h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-weight: 600;}
	.footer-logo {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    color: #fff;
    font-size: 15px;
    flex-direction:column;}
footer .footer-top .list-unstyled a:hover {color:#faa732 !important;}	
.email-box a:hover {color:#faa732 !important;}
footer .social-icons a:hover {color:#faa732 !important;}
	
	.email-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 40%;
    float: right; 
	text-transform:none;}
	.email-box a i.fa-solid {
    font-size:22px;
    margin-bottom:6px;}
	
#mega_menu ul.megamenu {margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;}
.slider-top .carousel-indicators {bottom:-35px;}	
.slider-top .carousel-indicators .active {
    opacity: 0.9;
    background-color: #0e6eff;
    border-color: #0e6eff;}
nav#top {background-color:#d9e7fc;
    padding: 0;
    margin: 0 auto;
    min-height:inherit;
    border-bottom: none;}	
.nav.float-start {
    margin: 0 auto;
    max-width: 100%;
    float: none !important;
    text-align: center;}
.nav.float-start .welcome {    
	margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 7px 0;
    font-size: 14px;
    color: #222;
    font-weight: 500;}	
.megamenu-wrapper ul.megamenu > li > .sub-menu.single .content {padding:0px 15px 0 !important; margin:0 -15px !important;}
#mega_menu ul.megamenu > li > .sub-menu.single .content ul li:hover .main_link .subtitle1 a, #mega_menu ul.megamenu > li > .sub-menu.single .content ul li:hover .main_link .producthover {color:#3e8bff !important;}
	
#search .form-control-lg {font-size:14px;}	

.carousel .carousel-control-prev, .carousel:hover .carousel-control-prev, .carousel .carousel-control-next, .carousel:hover .carousel-control-next {display:none;}

.carousel-indicators [data-bs-target] {border: 1px solid #ffca32;
    background-color: #ffca32;
    opacity: 0.8;
    box-shadow: none;}
.product-thumb .description h4 {
    font-weight: bold;
    height: 120px;
    overflow: hidden;}
.product-thumb h4 a {font-size:14px !important;}	
.box1:hover::before {background:repeating-linear-gradient(#ffffff 0%, #ffffff 7.5px, #ffca32 7.5px, #ffca32 15px, #ffffff 15px, #ffffff 22.5px, #ffca32 22.5px, #ffca32 30px)!important;}
.box1:hover .product-thumb .price-new {color:#ffca32;}

.slider-top .carousel.slide {height:450px; overflow:hidden;}
.slider-top .carousel-indicators {bottom:0;}

#column-left .catebox.list-group a {
	transition:.3s;
    color: #000;
    font-size:0.85rem;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 15px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom:1px solid #c5d6f0;}
#column-left .catebox.list-group .list-group-item:before {display:none;}	
#column-left .catebox.list-group a:hover {
    background: #fff;
    color: #3e8bff;}
.catebox ul.box-category {margin-bottom:0;}	
#column-left .catebox.list-group li:last-child a {border-bottom:none;}

#form-contact .btn-primary {
    background: #111;
    border-radius: 4px;}
#form-contact .btn-primary:hover {background:#3e8bff;}	
.slider-top .catebox {background:#e9f1fd;}
.slider-top .catebox .moduleheading {    
	margin:0;
    background:#faa732;
    color:#fff;
    font-size:16px;
    padding:12px 15px;
    border-radius:4px 4px 0 0;
    font-weight:700;
    text-transform:uppercase;}
.choices__list--dropdown, .choices__list[aria-expanded] {z-index:999 !important;}	

	@media screen and (max-width:1024px) {
	
	.slider-top .row .col-2 {
    padding-left: 0 !important;
    width: 25%;}
	.slider-top .row .col-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 75%;}
	.slider-top .carousel.slide {height:auto;}	
	#column-left .catebox.list-group a {padding:5px 10px; font-size:0.78rem;}
	.heading-title {margin:10px 0;}
	
	}
	
	
	@media screen and (max-width:991px) {
	
	.slider-top .row .col-3 {
    padding-left: 0 !important;
    width: 40% !important;}		
	.slider-top .row .col-9 {width:60%;}
	.email-box a {word-break: break-all;}	
		
	}
	
	
	@media screen and (max-width:767px) {
	
	.footer-logo {margin-bottom:15px; align-items:center; justify-content:center;}	
	.email-box a {    
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    float: none;}
	
	#form-contact textarea.form-control {
    min-height:120px;
    height:120px;}
	#information-contact h1 {
    font-size: 18px;
    font-weight: 600;}
	.responsive .horizontal ul.megamenu > li > a {padding:10px 20px 10px 0px !important;
        height: auto !important;
        border: none;
        font-size: 14px !important;}
	.responsive ul.megamenu > li.with-sub-menu .open-menu {padding:13px 3px 13px 95% !important;}	
	.heading-page {font-size:18px !important; line-height:1.3 !important;}
	.pprice .newprice {font-size:22px !important;}
	#product-info .tab-content p {
    font-size: 14px !important;
    line-height: 22px !important;}
	
	}
	
	
	@media screen and (max-width:600px) {
	
	.footer-bottom .col-lg-6.minbox {text-align:center; padding:5px; margin-bottom:0;}
	.email-box a i.fa-solid { margin-bottom:0;}
	footer .footer-top {padding-top: 10px !important;}
	.breadcrumb {
    margin: 10px 0 !important;
    padding: 5px 0 !important;
    border: none;
    background-color: transparent;}
	footer .social-icons {text-align:center;}
	.slider-top .row .col-2 {display:none;}
	.slider-top .row .col-10 {width:100%; padding:0 !important;}
	#mega_menu ul.megamenu {display:block;}
	#mega_menu .btn-navbar {padding:2px 10px !important;}
	.slider-top .carousel.slide {height:auto; margin-bottom:0 !important;}
	.slider-top .carousel-indicators {bottom:-10px;}
	
	#mega_menu .btn-navbar {
    background: #fff !important;
    border-color: #ffffff !important;
    color: #000 !important;}
	#mega_menu .btn-navbar:hover, #mega_menu .btn-navbar:focus, #mega_menu .btn-navbar:active, #mega_menu .btn-navbar.disabled, #mega_menu .btn-navbar[disabled] {    
		color: #000;
    background-color: #fff;
    border-color: #fff;}
	.responsive ul.megamenu.slide > li.active > .sub-menu > .content {border:none;}
	#mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {color:#000 !important;}
	.responsive .horizontal ul.megamenu > li {border-top: 1px solid #fff !important;}
	
	footer .footer-top .text-center.text-white {text-align:center !important;}
	footer .footer-top .row.align-items-center {text-align:center !important;}
	.email-box a {
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    max-width: 100%;
    float: none;}
	footer .footer-logo img {padding-left:0;}
	footer.footer-dark {padding:10px 0 10px !important;
    color:#fff !important;
    margin-top:10px;}
#mega_menu #menu {margin-bottom:0;}
header #search {
    margin-top:10px;
    margin-bottom:0;}
#mega_menu #category {margin-top:0; line-height:46px;}

#information-information p, #information-information span, #information-information p, #information-information strong {
    font-size:14px;
    font-weight:400;}
		
	}
