/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 15px;
  background: #efefef;
  background: #fff;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  color: #03bfc0;
  text-decoration: none;
}

#categories a:hover {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.btn-primary{
  /*background: linear-gradient(45deg, #03bfc0, #178f84);*/
  background: #03bfc0;
  color: #fff!important;
  border: 0;
}
.bg-primary {
  opacity: 1;
  background-color: #03bfc0 !important;
}
.btn-primary:hover{
  /*background: linear-gradient(45deg, #03bfc0, #178f84)!important;*/
  color: #fff!important;
  border: 0;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
 .rounded-10{
  border-radius: 10px;
 }

.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: #03bfc0!important;
  border-color: #03bfc0!important;
}
.text-primary {
  opacity: 1;
  color: #03bfc0!important;
}
.hand{cursor: pointer}
.btn {
    font-weight: 500;
    text-transform: capitalize;
    /*letter-spacing: 0.09em;*/
    color: #fff;
    background-color: #03bfc0;
    border: none;
    padding: 1.125rem 2.625rem;
    font-size: 1rem;
    border-radius: 10px;
    cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #004488!important;
}

#best-selling-items .product-slider-button-next i, #best-selling-items .product-slider-button-prev i{
  font-size: 36px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #03bfc0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.r-180{
  transform: rotate(180deg);
}

.category_list_submenu i{
  color: #919191;
  font-size: 17px;
}

#product-slider-thumbs .slick-slide {
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.slick-dots li button:before {
  font-size: 18px!important;
}
.slider-for{position: relative;}
.zoom{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  z-index: 99999;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.zoom i{
    color: #222;
  font-size: 21px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #03bfc0;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}
#topbar .cta .dropdown-toggle {
  cursor: pointer;
  color: #000;
  background: transparent;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-group .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  top: 40px;
  right: 0;
}

.btn-group.show .dropdown-menu {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: linear-gradient(45deg, #03bfc0, #004488);
  transition: all 0.5s;
  z-index: 999;
  height: 45px;
  top: 0;
  position: relative;
  padding: 0;
  overflow: visible;
}
#header.header-scrolled {
  background: linear-gradient(45deg, #03bfc0, #178f84);
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

h2.subtitle{
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

/*Products*/
.product{
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  border: 0;
}
.product:hover{
  box-shadow: 0 5px 20px rgba(0,0,0, 0.1);
}
.product-image{
  width: 100%;
  /*aspect-ratio: 1 / 1;*/
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--accent-color);
  font-size: 0;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
h2.product-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.15rem;
  color: #222;
  min-height: 40px;
  /*display: flex;
  align-items: center;*/

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 70px;
}
.product-price{
  color: #03bfc0;
  font-size: 16px;
  font-weight: 700;
  padding-right: 70px;
}
#product .product-price{
  font-size: 18px;
}
.price-box{
  color: #03bfc0;
}
.addToCart{
  /*float: right;
  margin: 15px 0;
  padding: 4px 10px;
  color: #aaa;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 45%;
  min-width: 180px;
  height: 50px;
  background: #222;
  font-size: 14px;
  text-transform: uppercase;*/
}

.addtoWishlist{
  border-radius: 10px;  
}

#wishlistItems li, #cartItems li{
  font-size: 13px;
}

#cartItems a{
  color: #444
}

.listImage{
  overflow: hidden;
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
}
.listImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.addToCart.big{
  text-transform: uppercase;
}
/*.addToCart.simpleBtn{
  background: #ffffff;
  font-size: 24px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #eee;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.addToCart.simpleBtn, .addToCart.simpleBtn:hover{
  padding: 10px;
}*/
.addToCart .bag{
  opacity: 1;
}
.addToCart .plus{
  position: absolute;
  opacity: 0;
}
/*.product:hover .addToCart{
  color: #222; 
}*/
.product:hover .addToCart .bag{
  opacity: 0;
}
.product:hover .addToCart .plus{
  opacity: 1;
}
/*.addToCart:hover{
  background: linear-gradient(135deg, #03bfc0, #178f84);
  border: 1px solid #fff;
  color: #fff!important ;
}*/

#topSearch {
  position: relative;
  margin: -35px auto 0;
  /*width: 60%;*/
}
#topSearch .form-control{
  border-radius: 50px;
  width: 100%;
  padding: 8px 40px 8px 20px;
}
#topSearch .form-control:focus {
  color: #3d3d3f;
  background-color: #fff;
  border-color: #004488;
  outline: 0;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.5);
}
#topSearch i{
  position: absolute;
  font-size: 20px;
  right: 15px;
  color: #004488;
}

#showSearch.btn:hover{
  background: transparent!important;
}

/*Product page*/

.breadcrumb{
  font-size: 0.75rem;
  font-weight: 600;
}
.trust{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading-font);
}
line{
  position: relative;
  width: 45px;
}
line:after{
  position: absolute;
  left: 10px;
  width: 20px;
  right: 5px;
  top: 51%;
  transform: translateY(-45%);
  content: '';
  border-top: 2px solid var(--accent-color);
}

h1.product-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--background-color);
  text-transform: uppercase;
  /*margin-top: 40px;*/
}

#product .description h2{
  font-size: 1.2rem;
}

.itemsNumber{
  position: absolute;
  top: -5px;
  left: 10px;
  background: #03bfc0;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  justify-content: center;
  transition: all 0.4s;
}

/*h2.product-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}*/
label {
  margin-top: 10px;
  margin-bottom: 6px;
}
.category-label{
  background-color: #eef0cc;
  display: inline-flex;
  align-items: center;
  border-radius: 2.375rem;
  padding: 5px 15px;
  text-align: left;
  color: var(--dark-color);
  padding-right: 0.88rem;
  font-weight: 600;
  font-size: 1.22rem;
  font-family: var(--heading-font);
}
#categories .category-label{
  
}
#categories .category-label:hover{
  
}
#product .product-image{
  width: 100%;
  /*aspect-ratio: 1 / 1;*/
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid var(--accent-color);
  font-size: 0;
  position: relative;
}
#product .related .product-image{
  border-radius: 4px;
}
#product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#product .product-image .category-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#product .options{
  font-size: 20px;
  font-weight: 600;
}
#product .options li{
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.4s;
}
#product .product a .options li{
  color: #000;
}
#product .options li.active, #product .options li:hover{
  background-color: rgba(223, 235, 218, 1);
  border-radius: 8px;
  font-weight: 600;
}

#product .nav-tabs {
  border-bottom: 0;
}
#product .nav-tabs .nav-link, #product .nav-tabs .nav-link.active{
  color: var(--dark-color);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 600;
}
#product .nav-tabs .nav-link.active, #product .nav-tabs .nav-link:hover{
  border-bottom: 2px solid #ccc;
}

#product .addToCart, #product .addToCart:hover{
  padding: 15px 15px 15px 40px;
  padding: 15px;
}

#product .quantity-box {
    background: #fff;
    border: 1px solid #222;
    border-radius: 8px;
}

#product .quantity-box button {
    font-size: 30px;
    font-weight: 400;
    margin: 0 8px;
    background: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 12px 0 8px;
}
.navbar > ul > li:first-child{
  padding-left: 0;
  margin-left: -12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ccc;
}

.card-concern {
    text-align: center;
    bottom: 10px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.card:hover .card-concern {
    bottom: 25px;
    opacity: 1;
}
.card-concern .btn {
    padding: 1.125rem;
}

.dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
ul.dropdown-menu {
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #222;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #03bfc0;
}

.dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.icon-box-icon{
  font-size: 30px;
  color: #03bfc0;
  margin-right: 30px;
}

.topBar .dropdown:hover > ul {
  top: 150%;
  padding: 10px 0;
}
.topBar .dropdown-menu, .topBar .dropdown-menu li{
  font-size: 15px;
  padding: 0;
}
.topBar .dropdown-menu a{
  padding: 10px;
}
.dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.inside .navbar > ul > li:first-child{
  padding: 5px 12px 0 8px;
}
.inside span.productsLink{
  padding: 5px 12px;
  margin-bottom: 0;
  border-radius: 10px;
  cursor: pointer;
}

span.productsLink, span.productsLink.active, span.productsLink.opened{
  background: #fff;
  color: #222;
  padding: 5px 12px 15px 12px;
  border-radius: 10px 8px 0 0;
  border: 0;
  margin-bottom: -12px;
  overflow: hidden;
  font-weight: 600;
}
.navbar .active.productsLink, li.productsLink.active:hover > span.productsLink, .navbar li:hover > span.productsLink{
  color: #222;  
}

.showmenu, .topBar .dropdown i{
  font-size: 20px;
}
#main{
  margin-top: 60px;
}
#mobMenu .close{
  top: 0;
  position: relative;
}
#mobMenu li a{
  color: #222;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6b024;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 80vh;*/
  overflow: hidden;
  position: relative;
  /*background: url("../img/hero-bg.jpg") top center;*/
  background-size: cover;
  position: relative;
  z-index: 99;
  transition: 0.3s;
  margin-top: 105px;
  margin-bottom: 50px;
}
#hero:before {
  content: "";
  /*background: rgba(6, 101, 183, 0.9);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}
#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}
.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.content {
  padding: 140px 0;
  background-color: #ffffff;
  position: relative;
}
.about {
  padding: 140px 0;
  background: url("../img/about-bg.png") top center no-repeat;
  position: relative;
}
.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.about .container {
  position: relative;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #03bfc0;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #03bfc0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #03bfc0;
}
.about .content .btn-learn-more:hover {
  background: #03bfc0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .swiper-slide:hover img {
  opacity: 1;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #03bfc0;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03bfc0;
}
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}
.clients .owl-item img:hover {
  opacity: 1;
}
.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.clients .owl-dot.active {
  background-color: #03bfc0 !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  color: #03bfc0;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #f6b024;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}
.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.contact .container {
  position: relative;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  background: #03bfc0;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #03bfc0;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #03bfc0;
  background: #fff;
}
.contact .php-email-form button[type=submit]:hover {
  background: #03bfc0;
  color: #fff;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #f6b024;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #f7b93c;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #03bfc0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #f6b024;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #03bfc0;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #03bfc0;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #03bfc0;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #138df7;
}
.blog .blog-pagination {
  color: #03bfc0;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #03bfc0;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f6b024;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.set-bg{
  padding-bottom: 10px;
  margin-top: 60px;
}
.sidebar{
  margin-bottom: 20px;
}
.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li{
  padding: 6px 0;
}
.sidebar ul li:not(:last-child){
  border-bottom: 2px solid #eee;
}
.sidebar ul li a{
  display: block;
}
.sidebar ul li a{
  color: #222;
}
.sidebar ul li i{
  font-size: 20px;
  color: #858585;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #f8c255;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #03bfc0;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #656565;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #05579e;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #03bfc0;
}
#footer .footer-top {
  background: #85888a;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #222;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #222;
}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #222;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #222;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #000;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #222;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #f6b024;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
  }
}

.mainCategoryList{position: relative; padding-top: 0}

.bannerbox {
    margin-top: 60px;
}

.categoriesMenu .dropdown a i{
  display: inline-block;
  float: right;
  color: #ccc;
}

.searchToggle {cursor: pointer;}
.closeSearchToggle {display: none; cursor: pointer;}
.leftmenu { 
  position: fixed;
  top: 0;
  left: -420px;
  max-width: 400px;
  width: 100%;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 20px rgba(58, 58, 58, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(58, 58, 58, 0.3);
  -moz-box-shadow: 0 0 20px rgba(58, 58, 58, 0.3);
  z-index: 99999999999;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: 'Open Sans', sans-serif;
}
.showLeftMenu { cursor: pointer; }
.closeLeftMenu { 
  width: 20%;
  font-size: 28px;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  padding: 20px;
  color: #000;
  float: right;
  width: 100%;
}
.leftmenu { 
 max-height: 100vh;
 overflow-y: auto;    
}

.showFixedMenu{font-size: 32px; margin-right:10px; cursor: pointer;}
/*.header.shrink .showFixedMenu{display: inline-block; }*/
ul.categoriesMenu, .leftmenu ul { padding-top: 5px; margin-left: -30px; margin-bottom: 0}
ul.categoriesMenu li, .leftmenu ul li { list-style: none; padding: 0; position: relative;}
ul.categoriesMenu li a, .leftmenu ul li a { font-size: 16px; line-height: 24px; color: #000000; }
ul.categoriesMenu li a{display: block; width: 100%; padding: 2px 10px 2px 20px; font-size: 15px}
ul.categoriesMenu li a:hover{
  background: #eee;
  text-decoration: none;
}

ul.categoriesMenu.fixed{
  display: none;
  position: fixed;
  top: 55px;
  background: #fff;
  z-index: 9999;
  width: 320px;
  padding: 10px;
  left: 50px;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

/* Ensure the submenu is hidden initially */
/*.dropdown-menu {
  background: #fff;
  box-shadow: none;
  padding: 10px 0;
  border: none !important;
  height: 100%;
  max-height: 412px;
  column-count: 2;
  column-count: 3;
  width: 950px;
}*/

ul.categoriesMenu.fixed .dropdown-menu{
  top: 6px;
}

/* Adjust dropdown styles */
.dropdown {
  position: static;
}

/* Ensure dropdown items are inline-block */
.dropdown span{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown > a {
  display: inline-flex;
  width: 100%;
  position: relative; /* Needed for the caret positioning */
  text-align: left; /* Align text to the left */
}
.dropdown-menu .dropdown-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%; /* Submenus also take full width */
}

/* Optional styling for better appearance */
ul.dropdown-menu {
  padding: 10px;
  position: absolute;
  top: 60px;
  right: 0;
  left: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li {
  padding: 5px 15px;
  list-style: none;
}

.dropdown-menu a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 0;
}

.dropdown-menu a:hover {
  color: #000;
  background: #f8f8f8;
}
.cart, .storelanguage, .storecurrency {
  width: 100% !important;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.row {
  position: relative;
}


/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
  padding-top: 80px;
  padding-bottom: 80px;
}

.shoping__cart__table {
  margin-bottom: 30px;
}

.shoping__cart__table table {
  width: 100%;
  text-align: center;
}

.shoping__cart__table table thead tr {
  border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
  text-align: left;
}

.shoping__cart__table table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
  width: 630px;
  text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
  display: inline-block;
  margin-right: 25px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
  color: #1c1c1c;
  display: inline-block;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  width: 130px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
  text-align: right;
  cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
  font-size: 24px;
  color: #b2b2b2;
  cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
  width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
  width: 120px;
  height: 40px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
  color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
  color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
  width: 15px;
}

.primary-btn.cart-btn {
  color: #1c1c1c;
  padding: 14px 30px 12px;
  background: #f5f5f5;
}

.primary-btn.cart-btn span {
  font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
  float: right;
}

.shoping__discount {
  margin-top: 45px;
}

.shoping__discount h5 {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 25px;
}

.shoping__discount form input {
  width: 255px;
  height: 46px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #b2b2b2;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}

.shoping__discount form input::placeholder {
  color: #b2b2b2;
}

.shoping__discount form button {
  padding: 15px 30px 11px;
  font-size: 12px;
  letter-spacing: 4px;
  background: #1c1c1c;
}

.shoping__checkout {
  background: #f5f5f5;
  padding: 30px;
  padding-top: 20px;
  margin-top: 50px;
}

.shoping__checkout h5 {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 28px;
}

.shoping__checkout ul {
  margin-bottom: 28px;
}

.shoping__checkout ul li {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 13px;
  margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.shoping__checkout ul li span {
  font-size: 18px;
  color: #03bfc0;
  float: right;
}

.shoping__checkout .primary-btn {
  display: block;
  text-align: center;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
  padding-top: 80px;
  padding-bottom: 60px;
}

.checkout h6 {
  color: #999999;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #a68852;
  padding: 12px 0 12px;
  margin-bottom: 75px;
}

.checkout h6 span {
  font-size: 16px;
  color: #a68852;
  margin-right: 5px;
}

.checkout h6 a {
  text-decoration: underline;
  color: #999999;
}

.checkout__form h4 {
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.checkout__form p {
  column-rule: #b2b2b2;
}

.checkout__input {
  margin-bottom: 24px;
}

.checkout__input p {
  color: #1c1c1c;
  margin-bottom: 20px;
}

.checkout__input p span {
  color: #03bfc0;
}

.checkout__input input {
  width: 100%;
  height: 46px;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  font-size: 16px;
  color: #b2b2b2;
  border-radius: 4px;
}

.checkout__input input.checkout__input__add {
  margin-bottom: 20px;
}

.checkout__input input::placeholder {
  color: #b2b2b2;
}

.checkout__input__checkbox {
  margin-bottom: 10px;
}

.checkout__input__checkbox label {
  position: relative;
  font-size: 16px;
  color: #1c1c1c;
  padding-left: 40px;
  cursor: pointer;
}

.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
  background: #a68852;
  border-color: #a68852;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
  opacity: 1;
}

.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
  width: 14px;
  border: 1px solid #a6a6a6;
  content: "";
  border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 8px;
  border: solid white;
  border-width: 3px 3px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}

.checkout__order {
  background: #f5f5f5;
  padding: 40px;
  padding-top: 30px;
  border-radius: 10px;
}

.checkout__order h4 {
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
  float: right;
}

.checkout__order ul {
  margin-bottom: 12px;
}

.checkout__order ul.productList li {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 40px;
  list-style: none;

  display: flex;
  justify-content: space-between;
  
}

.checkout__order ul li span.productTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  white-space: nowrap;
  display: inline-block;
  /*font-weight: 700;
  float: right;*/
}

.checkout__order .checkout__order__subtotal {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
  float: right;
}

.checkout__order .checkout__input__checkbox label {
  padding-left: 20px;
}

.checkout__order .checkout__order__total {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
  float: right;
  color: #03bfc0;
}

.checkout__order button {
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
}
.qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

.quantity-btn {
    background-color: #f5f5f5;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
}

.qty input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #1c1c1c;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}



/* Asztali: marad táblázat */
table.cart { width:100%; }

/* Mobil: 576px alatt átvált "kártyásra" */
@media (max-width: 576px) {
  .shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 100%;
    text-align: left;
  }
  .shoping__cart__table table tbody tr td.shoping__cart__price {
    width: 45%;
    display: inline-block;
    text-align: left;
  }
  .shoping__cart__table table tbody tr td.shoping__cart__quantity {
    width: 45%;
    display: inline-block;
  }
  .shoping__cart__table table tbody tr td.shoping__cart__total {
    width: 80%;
    text-align: left;
    display: inline-block;
  }
  .shoping__cart__table table tbody tr td.shoping__cart__item__close {
    width: 10%;
    display: inline-block;
  }
  .shoping__cart__table table tbody tr td {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #ebebeb;
  }
  table.cart { display:block; }
  table.cart thead { display:none; }
  table.cart tbody { display:block; }
  table.cart tr { display:block; border:1px solid #eee; border-radius:.5rem; padding:.75rem; margin-bottom:1rem; }
  table.cart td { display:flex; justify-content:flex-start; padding:.25rem 0; }
  table.cart td::before { content: attr(data-label); font-weight:600; margin-right:.75rem; }

  /* Termék cella: kép + név rácsban */
  .shoping__cart__item { display:grid; grid-template-columns:80px 1fr; gap:.5rem; }
  .shoping__cart__item img { width:64px; height:auto; }
}

@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: 120vh;
    padding: 100px 0;
  }
  #topSearch {
    margin: -55px auto 0;
    width: 60%;
  }
  #hero h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 0.6rem 1.2rem;
  }
}

#mobileBack {
  color: #000;
  font-size: 24px;
}

#mobileBack:hover{
  background: transparent!important;
}