html,
body {
  height: 100%;
}
body {
  color: #424449;
  font-family: arial;
  padding-top: 0;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 345px;
}
#languages-bar {
  background: #444444;
  background: linear-gradient(to bottom, #444444 0%, #333333 100%);
  background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 );
  margin-bottom: 15px;
  padding: 8px 0;
}
#languages-bar .phone {
  color: #d83c3c
  font-weight: bold;
}
#languages-bar .phone span {
  margin-right: 5px;
}
#languages-bar ul {
  margin: 0;
  margin-left: -10px;
  padding: 0;
}
#languages-bar ul li {
  border-right: 1px solid #efefef;
  display: inline;
  margin-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
}
#languages-bar ul li a {
  color: #efefef;
  font-size: 13px;
}
#languages-bar ul li img {
  height: 11px;
  margin-right: 2px;
  margin-top: -2px;
  width: 16px;
}
#languages-bar ul li.last-item {
  border-right: none;
}
#top-part {
  margin-bottom: 10px;
  padding: 10px 0;
}
#adv-search .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 14px 20px;
  width: 515px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f6f6f6 47%,
    #ededed 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  border-radius: 30px;
}
 #adv-search .input-group-btn .btn-group {
  display: flex !important;
}
 #adv-search .btn-group .btn {
  border-radius: 10px;
}
 #adv-search .btn-group .form-horizontal .btn[type="submit"] {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
 #adv-search .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
 #adv-search .form-group .form-control:last-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#top-part ul.shop-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-part .site-logo {
  max-height: 65px;
  max-width: 100%;
}
#top-part ul.dropdown-cart {
  height: auto;
  max-height: 250px;
  overflow-x: hidden;
  width: 265px;
}
#top-part ul.shop-dropdown a.dropdown-toggle {
  color: #333;
  font-size: 13px;
}
#top-part ul.shop-dropdown a.dropdown-toggle:hover {
  text-decoration: none;
}
#top-part ul.dropdown-cart li .item {
  display: block;
  margin: 3px 0;
  padding: 3px 10px;
}
#top-part ul.dropdown-cart li .item:hover {
  background-color: #f3f3f3;
}
#top-part ul.dropdown-cart li .item:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#top-part ul.dropdown-cart li .item-in {
  float: left;
}
#top-part ul.dropdown-cart li .item-in img {
  height: 50px;
  width: 50px;
}
#top-part ul.dropdown-cart li .item-in a.item-info span {
  display: block;
  font-size: 12px;
}
#top-part ul.dropdown-cart .go-checkout {
  display: inline-block;
  margin-bottom: 7px;
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#top-part ul.dropdown-cart .item-x-absolute {
  position: absolute;
  right: 10px;
}
#top-part ul.dropdown-cart li .item-in .left-side {
  float: left;
  width: 50px;
}
#top-part ul.dropdown-cart li .item-in .right-side {
  border-bottom: 1px solid #d83c3c
  float: left;
  margin-left: 2px;
  width: 170px;
}
#top-part ul.dropdown-cart .item-info .prices span {
  color: #fe3a3a;
  display: inline !important;
}
#top-part ul.dropdown-cart .item-info .prices,
#top-part ul.dropdown-cart .item-info .currency {
  color: #fe3a3a;
  display: inline !important;
}
.dropdown-cart .shop-item {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f6f6f6 47%,
    #ededed 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.navbar-brand {
  color: #fff;
  font-size: 16px;
  margin-left: 0 !important;
  margin-right: 15px;
  margin-top: 8px;
  padding: 0;
  height: auto;
}
.navbar-brand:hover {
  color: #d83c3c
}
.navbar {
  border-radius: 0;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  /* margin-bottom: 30px; */
  moz-box-shadow: 2px 2px 3px #661313;
  padding: 15px 6px 9px 6px;
  webkit-box-shadow: 2px 2px 3px #661313;
  /* box-shadow: 0 6px 12px rgb(255 0 0 / 25%) */
}
.navbar li {
  float: left;
  list-style: none;
  padding: 0px 6px 0px 6px;
  position: relative;
}
.navbar li a {
  /* border-radius : 10px; */
  color : white;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  moz-border-radius: 10px;
  padding: 6px 20px 6px 20px;
  padding: 8px 12px;
  text-decoration: none;
  /* text-shadow : 2px 2px 3px #000000; */
  webkit-border-radius: 10px;

  /* border-radius: 10px;
  color: #e7e5e5;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  moz-border-radius: 10px;
  padding: 6px 20px 6px 20px;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000000;
  webkit-border-radius: 10px; */
}
.navbar .active a,
.navbar li:hover a {
  /* background : #0399D4; */
  background: linear-gradient(top, #ebebeb, #a1a1a1);
  background: -moz-linear-gradient(top, #ebebeb, #a1a1a1);
  background: -ms-linear-gradient(top, #ebebeb, #a1a1a1);
  /* background : -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1)); */
  /* box-shadow : 0 1px 1px rgba(0, 0, 0, .2); */
  /* color : #3B3944; */
  moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /* text-shadow : 2px 2px 3px #FFFFFF; */
  webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /* background : #0399D4; background : linear-gradient(top, #EBEBEB, #A1A1A1); background : -moz-linear-gradient(top, #EBEBEB, #A1A1A1); background : -ms-linear-gradient(top, #EBEBEB, #A1A1A1); background : -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1)); box-shadow : 0 1px 1px rgba(0, 0, 0, .2); color : #3B3944; moz-box-shadow : 0 1px 1px rgba(0, 0, 0, .2); text-shadow : 2px 2px 3px #FFFFFF; webkit-box-shadow : 0 1px 1px rgba(0, 0, 0, .2);  */
}
/* #adv-search {
  background-color: #f1f0ee;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset,
    0 1px 0 rgba(255, 255, 255, 0.2);
  moz-border-radius: 10px;
  moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset,
    0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 10px;
  webkit-border-radius: 10px;
  webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset,
    0 1px 0 rgba(255, 255, 255, 0.2);
} */
#search_in_title {
  background-color: #fff;
  border: 1px solid #d83c3c;
  border-radius: 10px 0 0 10px;
  font: bold 13px "arial";
  height: 34px;
  padding: 10px 5px;
}
.button-more,
.btn-go-search {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font: bold 13px "arial";
  height: 34px;
  overflow: visible;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: 100%;
}
/* .button-more::before {
  border-style: solid solid solid none;
  border-width: 8px 8px 8px 0;
  content: "";
  left: -6px;
  position: absolute;
  top: 12px;
} */
.btn-go-search {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.basket-box {
  border: 1px solid #e7e7e7;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 60px;
  margin-left: -32px;
  padding: 8px;
}
.green-basket {
  height: 50px;
  margin-top: -5px;
}
.basket-box .green-basket {
  margin-right: 20px;
}
.basket-box h4 {
  margin: 0;
}
.basket-box .center {
  text-align: center;
}
.basket-box .center a {
  color: #333;
  font-size: 11px;
}
.basket-box table {
  width: 100%;
}
.cleaner {
  padding-top: 5px;
  padding-right: 5px;
}
.btn-blue-round {
  display: inline-block !important;
  color: #fff !important;
  background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll
    0 0;
  border-radius: 28px;
  color: #ffffff;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  padding: 4px 20px;
  text-decoration: none;
}
.btn-blue-round a:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#home-slider {
  height: 500px;
  /* margin-bottom: 40px; */
}
#home-slider .right-side {
  padding-top: 60px;
}
#home-slider .left-side img {
  /* max-height: 500px; */
}
#home-slider .description {
  color: #666;
  margin-bottom: 15px;
}
#home-slider .price {
  font-size: 40px;
  margin-bottom: 15px;
}
#home-slider .carousel-control {
  background-color: none;
}
#home-slider .carousel-control.left,
#home-slider .carousel-control.right {
  /* background-image: url("imgs/carousel-sprite.png"); */
}
#home-slider .carousel-control.left {
  /* background-position: 0 center; */
  /* width: 100px; */
}
#home-slider .carousel-control.right {
  /* background-position: -100px center; */
  /* width: 100px; */
}
#home-slider a.option {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 0.85em;
  outline: medium none;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#home-slider a.option.right-5 {
  margin-right: 5px;
}
#home-slider a.option:hover {
  text-decoration: none;
}
#home-slider a.option img {
  width: 20px;
  margin-right: 5px;
}
#home-slider .carousel-indicators li {
  border: 1px solid #333;
}
#home-slider .carousel-indicators .active {
  background-color: #333;
}
.oaerror {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
.oaerror.info {
  background-color: rgba(91, 192, 222, 0.1);
  border-left-color: #5bc0de;
}
.oaerror.info strong {
  color: #5bc0de;
}
.table-products img.product-image {
  width: 80px;
}
.final-step-form {
  margin-top: 50px;
  text-align: center;
}
.final-step-form input,
.final-step-form a {
  margin-bottom: 5px !important;
}
.blog-col,
.left-col-archive {
  margin-bottom: 15px;
}
#search-input-blog {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}
#search-input-blog .search-query {
  padding-right: 30px;
  padding-left: 3px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#search-input-blog button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: absolute;
  top: 5px;
  left: -28px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #d9230f;
}
#search-input-blog .search-query:focus + button {
  z-index: 3;
}
div.filter-sidebar {
  margin-bottom: 30px;
}
div.filter-sidebar .title,
.title.alone {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}
div.filter-sidebar .title span,
.title.alone span {
  border-bottom: 3px solid #8c0707;
  color: #666;
  display: inline-block;
  margin-bottom: -3px;
  padding-bottom: 10px;
}
div.filter-sidebar ul {
  list-style: none;
  padding: 0;
}
div.filter-sidebar ul li,
div.filter-sidebar ul li a {
  margin-bottom: 4px;
}
div.filter-sidebar ul li a {
  color: #6d6d6d;
  display: inline-block;
  font-size: 13px;
}
div.filter-sidebar ul li a.selected,
div.filter-sidebar ul li a:hover {
  color: #1e88e5;
}
div.filter-sidebar ul.children {
  padding-left: 13px;
}
div.filter-sidebar ul.parent i,
div.filter-sidebar ul.children i {
  font-size: 10px;
}
div.filter-sidebar .title a.clear-filter,
div.filter-sidebar .title i {
  color: #666;
  float: right;
}
div.product-list {
  cursor: pointer;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px dotted #d9534f;
}
#products-side div.product-list:hover,
#small_carousel.carousel .carousel-inner {
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */
  /* box-shadow: 0 6px 12px rgb(243 4 4 / 42%); */
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  /* 255 236 236 */
  /* outline: 1px solid #aaa; */
}
.info-btn {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  border-radius: 8px;
}
.info-btn:hover {
  color: #f2f2f2;
}
div.product-list div.inner div.img-container {
  /* margin-bottom: 10px; */
  overflow: hidden;
  margin-top: 30px;
}
div.product-list div.inner div.img-container a {
  height: 200px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 0.2s linear 0s;
  margin: 0px;
}
div.product-list h2 {
  /* height: 55px; */
  overflow: hidden;
  /* line-height: 10px; */
  margin: 0;
  margin-bottom: 10px;
}
div.product-list h2 a {
  color: #666;
  font-size: 17px;
}
div.product-list h2 a:hover {
  text-decoration: none;
}
div.product-list div.price span.underline {
  text-decoration: underline;
}
div.product-list div.price span,
div.product-list div.quantity span {
  font-weight: bold;
}
div.product-list div.price-discount {
  /* text-decoration: line-through; */
}
div.product-list div.price span.price-down {
  background-color: #f44336;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
div.product-sort {
  display: inline-block;
  margin-bottom: 20px;
  moz-box-shadow: 2px 2px 3px #661313;
  padding: 10px 20px;
  webkit-box-shadow: 2px 2px 3px #661313;
  width: 100%;
}
div.product-sort .form-group {
  margin-bottom: 0;
}
.btn-blog {
  background: #33bdef linear-gradient(to bottom, #33bdef 5%, #0781ad 100%)
    repeat scroll 0 0;
  border: 1px solid #057fd0;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #f0f7fa;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #5b6178;
}
.btn-blog:hover {
  color: #fff;
}
.quantity-num {
  border: 1px solid #333;
  margin-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-top: 1px;
}
.paypal-image {
  margin: 20px 0;
}
#checkout-page form .btm-10 {
  margin-bottom: 10px;
}
#checkout-page .paypal-form {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: rgba(255, 255, 255, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  padding-top: 10px;
}
.payment-type-box {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 12px;
  position: relative;
}
.payment-type-box .top-header {
  background-color: #fff;
  font-size: 14px;
  left: 50%;
  margin-left: -75px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: -12px;
  width: 149px;
}
#checkout-page .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #666;
  font-size: 13px;
}
#checkout-page .form-group label {
  color: #666;
  font-size: 13px;
}
#checkout-page .left-side {
  margin-bottom: 30px;
}
#checkout-page .discount {
  margin-bottom: 20px;
}
#small_carousel.carousel {
  padding-bottom: 60px;
}
#home-slider .carousel-inner .right-side h3 a {
  color: #424449;
}
#small_carousel.carousel .carousel-inner .item {
  ms-transition-property: opacity;
  opacity: 0;
  text-align: center;
  transition-property: opacity;
}
#small_carousel.carousel .carousel-inner .active {
  ms-transition-property: opacity;
  opacity: 1;
  transition-property: opacity;
  webkit-transition-property: opacity;
}
#small_carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#small_carousel.carousel .carousel-indicators > li {
  background-color: #1e88e5;
  border: none;
}
#small_carousel blockquote {
  border: none;
  text-align: center;
}
#small_carousel .profile-circle {
  border-radius: 100px;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
#small_carousel .profile-circle img {
  width: 100%;
}
#small_carousel .carousel-indicators .active {
  height: 15px;
  width: 15px;
}
#small_carousel .add-to-cart {
  padding-left: 10px;
  padding-right: 10px;
}
#small_carousel .info-btn {
  margin-left: 10px;
  margin-right: 10px;
}
#small_carousel a.left.carousel-control,
#small_carousel a.right.carousel-control {
  display: none;
}
#view-product h1 {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
#view-product .the-image {
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  padding: 5px;
  border-radius: 10px;
}
#view-product .orders-from-category {
  padding-top: 80px;
}
#view-product .row-info {
  padding: 10px 0 0;
}
#view-product .border-bottom {
  border-bottom: 1px solid #d7d7d7;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
#view-product .manage-buttons a {
  display: block;
  margin-bottom: 5px;
}
#contacts .jumbotron {
  background: #d9534f;
  border-radius: 0px;
  color: #fff;
}
#contacts .jumbotron-sm {
  padding-bottom: 24px;
  padding-top: 24px;
}
#contacts .jumbotron small {
  color: #fff;
}
#contacts .h1 small {
  font-size: 24px;
}
.blog-list .caption {
  color: #666;
}
.blog-list small span {
  margin-right: 7px;
}
.blog-list small,
.blog-list small a,
.blog-preview-time {
  color: silver;
}
.blog-list .caption h5 {
  font-size: 16px;
}
.blog-list img {
  width: 100%;
}
#blog .thumbnail {
  border-radius: 0;
}
.blog-preview-time {
  display: inline-block;
  margin-bottom: 10px;
}
.blog-description {
  color: #666;
  font-size: 13px;
}
.blog-artchive {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.blog-artchive .item {
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-style: none none dotted;
  border-width: 0 0 1px;
  moz-border-bottom-colors: none;
  moz-border-left-colors: none;
  moz-border-right-colors: none;
  moz-border-top-colors: none;
  padding: 10px 0px;
  padding-left: 10px;
}
.blog-artchive .item a {
  color: #666;
}
.blog-home-left-categ {
  margin-bottom: 20px;
}
.blog-list .description {
  height: 125px;
  overflow: hidden;
}
.blog-list h5 {
  height: 40px;
  overflow: hidden;
}
.blog-list .img-container {
  height: 400px;
  overflow: hidden;
}
.btn-blue {
  background-color: #4285f4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.product-list .price,
.product-list .price-discount {
  /* margin-bottom: 6px; */
  /* height: 20px; */
  overflow: hidden;
}
/* .product-list .add-to-cart {
  margin-bottom: 5px;
}
.add-to-cart.btn-add {
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3e779d),
    to(#65a9d7)
  );
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  color: white;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}
.add-to-cart.btn-add.more-blue {
  background: #18679b;
  background: -moz-linear-gradient(top, #18679b 0%, #3997d6 100%);
  background: -webkit-linear-gradient(top, #18679b 0%, #3997d6 100%);
  background: linear-gradient(to bottom, #18679b 0%, #3997d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18679b', endColorstr='#3997d6',GradientType=0 );
}
.add-to-cart.btn-add:hover {
  border-top-color: #28597a;
  background: #28597a;
  color: #ccc;
}
.add-to-cart.btn-add:active {
  border-top-color: #1b435e;
  background: #1b435e;
} */
.btn-inner-search {
  color: #f1f1f1;
}
.add-to-cart a .loader {
  display: none;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 25px;
}
#notificator {
  display: none;
  left: 50%;
  margin-left: -100px;
  padding: 15px 25px;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 200px;
  z-index: 5000;
}
#clear-form {
  margin-left: 0px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {
  opacity: 0.7;
}
/*image preveiw*/
#modalImagePreview {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 150px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#modalImagePreview .modal-content {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 700px;
  width: 80%;
}
#modalImagePreview #caption {
  color: #ccc;
  display: block;
  height: 150px;
  margin: auto;
  max-width: 700px;
  padding: 10px 0;
  text-align: center;
  width: 80%;
}
#modalImagePreview .modal-content,
#modalImagePreview #caption {
  animation-duration: 0.6s;
  animation-name: zoom;
  webkit-animation-duration: 0.6s;
  webkit-animation-name: zoom;
}
#modalImagePreview .close {
  opacity: 1;
  color: #d83c3c;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -40px;
  transition: 0.3s;
}
#modalImagePreview .close:hover,
#modalImagePreview .close:focus {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}
#modalImagePreview img {
  max-width: 100%;
}
.inner-next,
.inner-prev {
  position: absolute;
  top: 50%;
  margin-top: -120px;
  background-image: url("imgs/arrows-2x.png");
  height: 120px;
  width: 80px;
}
.inner-prev {
  left: 10px;
}
.inner-next {
  right: 10px;
  background-position: -110px center;
}
.other-images-container .active img {
  border: 3px solid #b1b1b1;
}
.img-series {
  bottom: -17px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
}
.img-sl {
  cursor: pointer;
}
/*image preveiw finish*/
.steps {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.steps .step {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 2px solid #fff;
}
.step-bg-ok {
  background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #337ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#337ab7',GradientType=0 );
  color: #fff;
}
.step-bg-not-ok {
  background: #d9edf7;
  background: -moz-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
  background: -webkit-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
  background: linear-gradient(to bottom, #d9edf7 0%, #a6dbf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edf7', endColorstr='#a6dbf4',GradientType=0 );
  color: #424449;
}
#dynPage .top-bg {
  background-color: #e7e7e7;
  height: 180px;
}
#dynPage .text-content {
  margin-top: -100px;
  background-color: #fff;
  border-radius: 2px;
  padding: 80px 56px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  color: #424242;
}
@-webkit-keyframes zoom {
  from {
    webkit-transform: scale(0);
  }
  to {
    webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (max-width: 700px) {
  #modalImagePreview .modal-content {
    width: 100%;
  }
}
.other-img-preview {
  cursor: pointer;
  height: 100px;
  margin-bottom: 10px;
  width: 100px;
}
.relative {
  position: relative;
}
.remove-product {
  left: 0;
  position: absolute;
  top: 0;
}
footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
footer .footer-icon li {
  display: block;
  height: 40px;
  width: 100%;
}
.full {
  width: 100%;
}
.gap {
  clear: both;
  display: block;
  height: 30px;
  width: 100%;
}
.footer {
  background: #d92023;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #dddddd;
  height: auto;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.footer p {
  margin: 0;
}
.footer img {
  max-width: 100%;
}
.footer h3 {
  border-bottom: 1px solid #bac1c8;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}
.footer ul {
  color: white;
  list-style-type: none;
  margin-left: 0;
  margin-top: 15px;
  padding-left: 0;
}
.footer ul li a {
  display: block;
  padding: 0 0 5px 0;
}
.footer a,
.footer p {
  color: white;
}
.footer p,
.footer ul {
  font-size: 13px;
}
.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
  background: #ffffff;
  clear: both;
  display: inline-block;
  float: left;
  height: 30px;
  width: 100%;
}
.newsletter-box .btn {
  border: medium none;
  border-radius: 7px;
  color: #333;
  display: inline-block;
  height: 40px;
  moz-border-radius: 7px;
  ms-border-radius: 7px;
  o-border-radius: 7px;
  padding: 0;
  webkit-border-radius: 7px;
  width: 100%;
}
.newsletter-box {
  overflow: hidden;
}
.bg-gray {
  background-image: -moz-linear-gradient(
    center bottom,
    #bbbbbb 0%,
    #f0f0f0 100%
  );
  box-shadow: 0 1px 0 #b4b3b3;
}
.social li {
  background: none repeat scroll 0 0 #b5b5b5;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  moz-border-radius: 50%;
  moz-transition: all 0.5s ease 0s;
  ms-border-radius: 50%;
  ms-transition: all 0.5s ease 0s;
  o-border-radius: 50%;
  o-transition: all 0.5s ease 0s;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  webkit-border-radius: 50%;
  webkit-transition: all 0.5s ease 0s;
  width: 36px;
}
.social li:hover {
  moz-transform: scale(1.1) rotate(360deg);
  ms-transform: scale(1.1) rotate(360deg);
  o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.15) rotate(360deg);
  webkit-transform: scale(1.1) rotate(360deg);
}
.social li a {
  color: #edeff1;
}
.social li:hover {
  background: #2c3e50;
  border: 2px solid #2c3e50;
}
.social li a i {
  color: #edeff1 !important;
  font-size: 16px;
  margin: 0 0 0 5px;
}
.footer-bottom {
  background: #d92023;
  border-top: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
  color: white;
}

.footer-bottom a {
  color: white;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #d9534f;
}

.footer-bottom p.pull-left {
  padding-top: 6px;
}
.payments {
  font-size: 1.5em;
}
.footer .footer-icon span i {
  border: 1px solid #a3a3a3;
  border-radius: 100%;
  height: 30px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.f-cont-info {
  width: 70%;
  word-break: break-all;
}
#show-xs-nav {
  border: 1px solid #666;
  color: #666;
  font-size: 15px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 3px;
}
#show-xs-nav span i {
  margin-left: 5px;
}
#shopping-cart .go-shop,
#checkout-page .go-shop {
  float: left;
}
#shopping-cart .go-checkout,
#checkout-page .go-order {
  float: right;
}
#footer .f-col {
  height: 250px;
}
#top-user-panel {
  font-size: 12px;
  padding: 5px 0;
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
#top-user-panel form {
  float: right;
}
#top-user-panel form .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  height: 32px;
  max-width: 150px;
}
#vendor-page .vendor-title {
  margin: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    width: 415px;
  }
  #home-slider {
    height: 500px;
  }
  #home-slider .right-side h3 {
    font-size: 16px;
  }
  #home-slider .price {
    font-size: 28px;
  }
  #home-slider .left-side img {
    max-height: 360px;
  }
  .other-img-preview {
    height: 75px;
    width: 75px;
  }
}
@media (min-width: 991px) and (max-width: 1200px)
{
  #content {
    padding-bottom: 345px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content {
    padding-bottom: 630px;
  }
  #top-part ul.shop-dropdown a.dropdown-toggle {
    font-size: 12px;
  }
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    width: 305px;
  }
  #home-slider {
    height: 500px;
  }
  #home-slider .right-side h3 {
    font-size: 16px;
  }
  #home-slider .price {
    font-size: 20px;
  }
  #home-slider .right-side {
    padding-top: 10px;
  }
  #home-slider .left-side img {
    max-height: 280px;
  }
  #top-part .site-logo {
    margin-bottom: 10px;
  }
  #languages-bar {
    margin-bottom: 10px;
  }
  #nav-categories,
  #show-xs-nav .hidde-sp {
    display: none;
  }
}

@media (min-width: 991px) {
  #nav-categories {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  #content {
    padding-bottom: 730px;
  }
  #products-side {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top-part {
    height: auto;
  }
  #top-part ul.shop-dropdown {
    width: auto;
  }
  div.product-list {
    text-align: center;
  }
  #view-article .the-image {
    margin-bottom: 40px;
  }
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    width: auto;
  }
  .navbar-collapse.in
  {
    border-top: 1px solid white !important;
  }
  .navbar-toggle {
    border-color: white;
    margin-top: 15px;
  }
  .navbar-toggle .icon-bar {
    background-color: white;
  }
  #home-slider {
    height: auto;
    padding-bottom: 60px;
  }
  #home-slider .right-side .text-right {
    text-align: center;
  }
  #home-slider .right-side a.option {
    margin-bottom: 5px;
    float: none;
    display: inline-block;
  }
  #home-slider .right-side a.option.right-5 {
    margin-left: 5px;
  }
  #home-slider .right-side .xs-center {
    text-align: center;
  }
  #home-slider .item .left-side a {
    display: block;
    text-align: center;
  }
  #home-slider .left-side img {
    display: inline;
  }
  .ord {
    margin-bottom: 7px;
  }
  #view-article .filter-sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  #view-article a.btn:first-child {
    margin-bottom: 5px;
  }
  #view-article div.product-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  #view-product .the-image {
    margin-bottom: 30px;
  }
  .other-img-preview {
    height: 75px;
    margin-bottom: 50px;
    width: 75px;
  }
  #nav-categories,
  #show-xs-nav .hidde-sp {
    display: none;
  }
  .final-left-col {
    margin-bottom: 30px;
  }
  #top-part .site-logo {
    margin-bottom: 10px;
  }
  #languages-bar {
    margin-bottom: 10px;
  }
  #adv-search {
    margin-bottom: 10px;
  }
  .basket-box {
    height: auto;
    margin-left: 0;
  }
  .navbar {
    z-index: 1;
  }
  .navbar li {
    float: none;
    position: static;
    z-index: 1232;
  }
  .steps .step {
    margin-bottom: 2px;
  }
  #dynPage .text-content {
    padding: 20px 20px;
  }
  .footer p,
  .footer ul {
    font-size: 12px;
  }
  #footer .f-col {
    height: 220px;
  }
  #top-user-panel form {
    width: 100%;
    margin-top: 5px;
  }
  #top-user-panel form .form-control {
    max-width: 100%;
    width: 100%;
  }
  .social-media-product-share {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  #home-slider .carousel-control.right {
    background-position: -140px center;
    width: 50px;
  }
  #home-slider .carousel-control.left {
    background-position: 0 center;
    width: 50px;
  }
  #checkout-page a.pull-right {
    float: left !important;
    margin-top: 10px;
  }
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    width: 210px;
  }
  #shopping-cart .go-shop,
  #shopping-cart .go-checkout,
  #checkout-page .go-order,
  #checkout-page .go-shop {
    float: none;
    margin-bottom: 7px;
  }
}





.carousel {
    position: relative;
}


.carousel-indicators li {
    background-color: #fff; /* Indicator color */
    border-radius: 50%;
    width: 10px; /* Size of the indicator */
    height: 10px; /* Size of the indicator */
}

.carousel-indicators .active {
    background-color: #007bff; /* Active indicator color */
}

.carousel-control {
    top:unset;
    margin:15px;
    width: 50px !important; /* Width of the controls */
    height: 50px; /* Height of the controls */
    background-color: rgba(0, 0, 0, 0.5); /* Background color */
    border-radius: 100%; /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}

.carousel-control:hover {
    background-color: rgba(209, 206, 206, 0.527); /* Darker background on hover */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px; /* Icon size */
    height: 20px; /* Icon size */
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-control-prev {
    left: 10px; /* Position from left */
}

.carousel-control-next {
    right: 10px; /* Position from right */
}


/* General styling for the modern product tile */
.product-list {
  height: 410px;
  /* padding: 15px; */
  /* border: 1px solid #e0e0e0; */
  border-radius: 12px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for modern look */
  /* background-color: #fff; */
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin: 4px;
  overflow: hidden;
  padding-top: 0px !important;
}

.product-list:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
  transform: translateY(-5px); /* Slight lift on hover */
}

/* Product image styling */
.img-container a {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.img-container a:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Product title */
h2 a {
  /* font-size: 20px; */
  /* color: #666; */
  /* font-size: 17px; */
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

h2 a:hover {
  color: #007bff; /* Color change on hover */
}

/* Price section */
.price {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  margin-top: 10px;
}

.price span {
  /* color: #d9534f; /* Discount percentage color */
}

/* Discount badge styling */
.price-down {
  display: inline-block;
  background-color: #ff6666;
  color: white;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 8px;
  transition: background-color 0.3s ease;
}

.price-down:hover {
  background-color: #d9534f; /* Darker red on hover */
}

/* Original price (before discount) */
.price-discount {
  font-size: 10px;
  color: #888;
  margin-bottom: 10px;
}



/* Hide loader unless necessary */
/* .loader {
  display: none;
} */

/* Container for the badge */
.round-badge {
  position: absolute; /* To place it in the top-left corner */
  top: 25px; /* Adjust the distance from the top */
  left: 15px; /* Adjust the distance from the left */
  width: 40px; /* Size of the badge */
  height: 40px; /* Size of the badge */
  background-color: #fff; /* White background */
  border: 2px solid #fedc02; /* Yellow border */
  color: #d9534f; /* Red font color */
  font-size: 14px; /* Font size inside the badge */
  font-weight: bold;
  text-align: center;
  line-height: 36px; /* Align the text vertically */
  border-radius: 50%; /* Makes the badge round */
  z-index: 10; /* Ensures it stays on top */
}

/* Optional hover effect for the badge */
.round-badge:hover {
  background-color: #fedc02; /* Change background on hover */
  color: #212121; /* White font on hover */
  cursor: pointer;
}

/* Stripe at the top of the tile */
.tile-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fedc02; /* Yellow background (use #6a0dad for purple) */
  color: #212121; /* White text */
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 10; /* Ensures it stays on top */
}

/* Optional: Purple stripe version */
.tile-stripe.purple {
  background-color: #6a0dad; /* Purple background */
}

.product-price-per-unit
{
  /* padding: 5px; */
  font-size: x-small;
  font-weight: 500;
  color: black;
}


/* Styling for the heart button */
.product-actions {
  align-items: center; /* Vertically aligns items */
  /* gap: 50px; /* Space between the buttons */
}

.btn-heart {
  background: none;
  border: none;
  font-size: 20px;
  color: #d9534f;
  cursor: pointer;
}

/* Styling for the add button */
.btn-add {
  background-color: #d9534f;
  border: none;
  color: white;
  /* padding: 10px 20px; */
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}

/* Counter container */
.counter {
  display: flex;
  align-items: center;
}

.quantity-input {
  width: 40px; /* Set width of the textbox */
  text-align: center; /* Center text in the input */
  border: 1px solid #d9534f; /* Border color matching the theme */
  /* border-radius: 5px; /* Rounded corners */
  font-size: 12px; /* Font size */
  padding: 5px; /* Padding for comfort */
}

.hidden {
  display: none;
}

.quantity-counter .counter button {
  background-color: #d9534f;
  color: white;
  border: none;
  /* padding: 10px; */
  font-size: 19px;
  cursor: pointer;
  /* border-radius: 50%; */
}

.quantity-counter .counter span.quantity {
  padding: 0 10px;
  font-size: 18px;
}

/* Heart button hover effect */
.btn-heart:hover {
  color: #d9534f;
}


/* Base styles for the product list */
.product-list {
  width: 24%; /* Default width for desktops */
  
}

.clsDivShowSorting {
  display: none !important;
}

.clsShowSorting {
  display: none !important;
}

.clsHideSorting
{
  display: unset;
}

/* Responsive adjustments for different screen sizes */

/* For very large screens (large desktops or wide monitors) */
@media (min-width: 1400px) {
  .product-list {
    width: 24%; /* Adjust width for larger screens (5 tiles per row) */
  }

  .clsDivShowSorting {
    display: none !important;
  }

  .clsShowSorting {
    display: none !important;
  }

  .clsHideSorting
  {
    display: unset;
  }
}

/* For medium screens (tablets or small desktops) */
@media (max-width: 1024px) {
  .product-list {
    width: 32%; /* Adjust width for tablet-sized screens */
  }

  .clsDivShowSorting {
    display: flex !important;
  }

  .clsShowSorting {
    display: flex !important;
  }

  .clsHideSorting
  {
    display: none !important;
  }

  .nav-container a {
    padding: 5px !important;
    margin: 0 5px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
  }

  .clsMobileDeviceHide
  {
    display: none;
  }
}

/* For small screens (phones) */
@media (max-width: 768px) {
  .product-list {
    width: 48%; /* Two tiles per row for smaller devices */
  }

  div.product-list div.inner div.img-container a {
    width: 80% !important;
  }

  .nav-container a {
    padding: 5px !important;
    margin: 0 5px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
  }

  .clsMobileDeviceHide
  {
    display: none;
  }
}

/* For very small screens (small phones or devices) */
@media (max-width: 480px) {
  .product-list {
    width: 45%; /* Single tile per row for very small screens */
  }

  div.product-list div.inner div.img-container a {
    height: 100px !important;
    width: 100px !important;
  }

  .clsPrdImgCmgSoon
  {
    font-size: 9px !important;
  }

  .nav-container a {
    padding: 5px !important;
    margin: 0 5px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
  }

  .clsMobileDeviceHide
  {
    display: none;
  }
}

.floating-navs
{
  background-color: #fefaf0;
  padding: 10px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 994; /* Ensures it's on top of other elements */
  display: flex;
}

/* Product Category Nav */
.floating-nav {
    background-color: #fefaf0;
    /* padding: 10px 0 0 0; */
    width: 100%;
    position: relative;
    z-index: 999; /* Ensures it's on top of other elements */
    /* display: flex; */
}

/* Sticky class when scrolled past slider */
.sticky {
    position: fixed;
    top: 0px; /* Below the header */
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px #d83c3c(0, 0, 0, 0.1);
}

/* Horizontal scrolling inside nav */
.nav-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables smooth scroll on iOS */
    white-space: nowrap;
    padding: 0 10px;
    /* gap: 10px; */ /* spacing between items */
    scroll-behavior: smooth; /* optional, for nice scrolling */
}        

.nav-container::-webkit-scrollbar {
    height: 6px;
}
.nav-container::-webkit-scrollbar-track {
    background: #fefaf0;
}
.nav-container::-webkit-scrollbar-thumb {
    background-color: #d83c3c;
    border-radius: 3px;
}

/* Style the category links */
.nav-container a {
    display: inline-block;
    padding: 18px;
    margin: 0 10px;
    text-decoration: none;
    font-size: 16px;
    /* background-color: #fefaf0; */
    color: #666;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.nav-container a:hover {
  /* color: #fff;
  background-color: #d83c3c; */
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%); /* Enhance shadow on hover */
  transform: translateY(-5px); /* Slight lift on hover */
}

/* Active category styling */
.nav-container a.active {
  /* color: #fff;
  background-color: #d83c3c; */
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%) /* Enhance shadow on hover */
}

/* Ensure flex items are scrollable horizontally */
.nav-container a {
    flex: 0 0 auto;
    margin-bottom: 5px;
}

/* Demo content */
.content-section {
    height: 800px;
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
}
/* Placeholder for sticky navbar height */
.nav-placeholder {
    height: 100px; /* Adjust to navbar height */
}


/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
.nav-container::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
    height: 8px; /* Height of the scrollbar (for horizontal scroll) */
}

/* Track */
.nav-container::-webkit-scrollbar-track {
    background: #d83c3c; /* Track color */
    border-radius: 10px; /* Round the edges */
}

/* Handle */
.nav-container::-webkit-scrollbar-thumb {
    background: #fefaf0; /* Scrollbar color */
    border-radius: 10px; /* Round the edges */
}

/* Handle on hover */
.nav-container::-webkit-scrollbar-thumb:hover {
    background: #fefaf0; /* Darker shade when hovered */
}

/* Custom Scrollbar for Firefox */
.nav-container {
    /* scrollbar-width: thin; /* Makes the scrollbar thinner */
    /* scrollbar-color: #fedc02 #444; /* Scrollbar color and track color */
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #fefaf0; */
    scrollbar-width: thin;
    scrollbar-color: #fefaf0 #d83c3c;
    /* width: 75%; */
}

/* General page layout */
.user-page .row {
  margin-bottom: 10px;
}

/* Container for the registration form */
.loginmodal-container {
  padding: 40px;
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  transition: box-shadow 0.3s ease-in-out;
}

/* Title styling */
.loginmodal-container h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Input fields */
.loginmodal-container input[type=text], 
.loginmodal-container input[type=password] {
  height: 48px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  outline: none;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.loginmodal-container input[type=text]:hover, 
.loginmodal-container input[type=password]:hover {
  border: 1px solid #b9b9b9;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.loginmodal-container input[type=text]:focus, 
.loginmodal-container input[type=password]:focus {
  border: 1px solid #98ab3f;
  box-shadow: 0 0 5px rgba(152, 171, 63, 0.5);
}

/* Submit button */
.loginmodal-submit {
  display: block;
  width: 100%;
  /* line-height: 48px; */
  background: #d83c3c;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  margin-top: 20px;
}

.loginmodal-submit:hover {
  background-color: #d45757;
  transform: translateY(-2px);
}

.loginmodal-submit:active {
  transform: translateY(0);
}

/* Spacing */
.loginmodal-container input[type=submit] {
  margin-bottom: 10px;
}

.loginmodal-container input[type=password], 
.loginmodal-container input[type=text] {
  margin-bottom: 0px;
  margin-top: 20px;
}

/* Adding a subtle hover effect to the overall container */
.loginmodal-container:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Font and text improvements */
.loginmodal-container h1 {
  font-family: 'Roboto', sans-serif;
  color: #333;
}

/* Responsive styling */
@media (max-width: 767px) {
  .loginmodal-container {
      padding: 25px;
      max-width: 100%;
  }
}

.clsmt-10
{
  margin-top: 10px !important;
}

.clsmb-10
{
  margin-top: 10px !important;
}

.clsNava
{  
  /* padding: 13px 9px 13px 9px !important; */
}

.clsNava:hover
{
  text-decoration: underline;
}

.clsUnderline
{
  text-decoration: underline !important;
}

.clsLabelPrivacy
{
  cursor: pointer;
}

input.error {
  border: 1px solid red !important;
}

input.valid {
  border: 1px solid #01be01 !important;
}

label.error
{
  color: red;
  font-size: 13px;
  font-weight: 400;
}

label.error.valid
{
  display: none !important;
}

.mine-color
{
  /* border: 1px solid #d83c3c;
  background-color: #d83c3c00 !important; */
}

.btn-go-search:hover
{
  /* background-color: #d83c3c !important; */
}

.pagination>.active>a,
.pagination>.active>a:hover
{
  background-color: #d9534f;
  border-color: #d9534f;
}

.pagination>li>a
{
  color: #d9534f;
  border: 1px solid #d9534f;
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
}

.pagination>li>a:focus,
.pagination>li>a:hover
{
  color: #d9534f;
  border-color: #d9534f;
}



.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

.option {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option i {
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.option i.liked {
  color: red;
}

/* Heart button hover effect */
.btn-heart-shoppinglist:hover {
  color: #d9534f;
}
.btn-heart-shoppinglist {
  background: none;
  border: none;
  font-size: 20px;
  color: #d9534f;
  cursor: pointer;
}


/* Loader styles */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff80;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Higher than Bootstrap modal */
}

.loader {
  border: 5px solid #eca9a7;
  border-top: 5px solid #d9534f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.clsLogoInNavbar
{
  /* padding: auto; */
  /* margin: auto; */
  margin: 10px 0px 10px 30px; 
  /* object-fit: cover; */
}


/* Set a specific width for the dropdown */
.clsAZFilter .dropdown-menu {
  min-width: 100px; /* Adjust this value to make the dropdown smaller or larger */
  width: auto; /* Let the width be determined by the content if necessary */
  max-width: 200px; /* Limit the maximum width */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Add a box shadow for a clean dropdown look */
}

/* Set a maximum height and make the dropdown scrollable if there are too many items */
.clsAZFilter .dropdown-menu {
  max-height: 200px; /* Set a height limit for the dropdown */
  overflow-y: auto; /* Add vertical scrolling when content overflows */
}

/* Adjust the height of the items within the dropdown */
.clsAZFilter .dropdown-menu li a {
  padding: 8px 15px; /* Set padding for the items */
  font-size: 14px; /* Adjust the font size if needed */
}

.clsPrdSorting .dropdown-menu {
  min-width: 100px; /* Adjust this value to make the dropdown smaller or larger */
  width: auto; /* Let the width be determined by the content if necessary */
  max-width: 200px; /* Limit the maximum width */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Add a box shadow for a clean dropdown look */
}

/* Set a maximum height and make the dropdown scrollable if there are too many items */
.clsPrdSorting .dropdown-menu {
  max-height: 200px; /* Set a height limit for the dropdown */
  overflow-y: auto; /* Add vertical scrolling when content overflows */
}

/* Adjust the height of the items within the dropdown */
.clsPrdSorting .dropdown-menu li a {
  padding: 8px 15px; /* Set padding for the items */
  font-size: 14px; /* Adjust the font size if needed */
}


.cart-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 180px;
  border: 1px solid white;
  border-radius: 10px;
  /* margin-right: 20px; */
}

.cart-section:hover 
{
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  transform: translateY(-5px);
}

.cart-section:focus 
{
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  transform: translateY(-5px);
}

.cart-section.active 
{
  box-shadow: 0 6px 12px rgb(255 0 0 / 25%);
  transform: translateY(-5px);
}

.cart-section .choose-btn, .choose-time-btn {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  font-size: 12px;
}

.cart-section .cart-summary {
  position: relative;
}

.cart-section .cart-summary .cart-toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.cart-section .cart-summary .cart-items {
  color: white;
  font-weight: bold;
  /* margin-right: 5px; */
}

.cart-section .cart-summary .cart-total {
  color: white;
  font-weight: bold;
}

.cart-section .dropdown-cart {
  width: 250px;
}

.cart-section .item {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.cart-section .item-in {
  display: flex;
}

.cart-section .left-side img {
  width: 50px;
  height: 50px;
}

.cart-section .right-side {
  padding-left: 10px;
}

.cart-section .item-info {
  display: flex;
  flex-direction: column;
}

.cart-section .cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cart-section .cart-summary .cart-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cart-section .cart-summary .cart-total {
  color: white;
  font-weight: bold;
  margin-left: auto; /* This pushes the total to the far right */
}

.clsCartSectionSticky
{
  margin: 18px 18px 18px 0px;
}

.clsCartSectionSticky a
{
  padding: 8px 12px;
  color: #666666;
  text-decoration: none;
}



.btn-group.clsAZFilter {
  display: flex;          /* Makes it a flex container */
  align-items: center;     /* Vertically aligns the items */
  margin: 18px;
}

.btn-group.clsAZFilter .btn-add {
  white-space: nowrap;     /* Ensures the button text does not break to a new line */
  /* margin-right: 10px; */      /* Adds spacing between the button and the dropdown */
}

.btn-group.clsAZFilter .dropdown-menu {
  position: absolute;      /* Ensure the dropdown aligns properly */
}

.btn-group.clsPrdSorting {
  display: flex;          /* Makes it a flex container */
  align-items: center;     /* Vertically aligns the items */
  margin: 18px;
}

.btn-group.clsPrdSorting .btn-add {
  white-space: nowrap;     /* Ensures the button text does not break to a new line */
  /* margin-right: 10px; */      /* Adds spacing between the button and the dropdown */
}

.btn-group.clsPrdSorting .dropdown-menu {
  position: absolute;      /* Ensure the dropdown aligns properly */
}

.clsCostPriceToggalButton
{
  display: flex;          /* Makes it a flex container */
  align-items: center;     /* Vertically aligns the items */
  /* margin: 18px; */
}

.flying-product {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1000;
  transition: transform 1s ease, opacity 1s ease;
  pointer-events: none; /* Makes it non-interactive */
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.animate-icon {
  animation: bounce 0.5s infinite;
}

.p5
{
  padding: 5px;
}


.clsTileCheckbox {
  position: absolute; /* To place it in the top-left corner */
  top: 25px; /* Adjust the distance from the top */
  right: 10px; /* Adjust the distance from the left */
  background-color: #fff; /* White background */
  font-size: 14px; /* Font size inside the badge */
  font-weight: bold;
  text-align: center;
  line-height: 36px; /* Align the text vertically */
  border-radius: 50%; /* Makes the badge round */
  z-index: 10; /* Ensures it stays on top */
}

/* Optional hover effect for the badge */
.clsTileCheckbox:hover {
  cursor: pointer;
}

.clsCustomCheckBox
{

}

.checkbox-container {
  position: absolute; /* To place it in the top-left corner */
  top: 25px; /* Adjust the distance from the top */
  right: 10px; /* Adjust the distance from the left */
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 150;
}

/* Hide the default checkbox */
.checkbox-input {
  position: absolute;
  top: 0px; /* Adjust the distance from the top */
  right: 3px;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkbox styling */
.custom-checkbox {
  width: 100%;
  height: 100%;
  border: 2px solid #d9534f; /* Initial border */
  border-radius: 5px; /* Rounded corners */
  background-color: #fff; /* Default background */
  box-sizing: border-box;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover effect */
.checkbox-container:hover .custom-checkbox {
  border-color: #d9534f;
}

/* Checked state styling */
.checkbox-input:checked + .custom-checkbox {
  background-color: #d9534f; /* Background when checked */
  border-color: #d9534f;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20"><path fill="none" stroke="%23fff" stroke-width="2" d="M4 10l4 4 8-8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.clsOrdSumProductTitle
{
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.clsOrdSumProductTitle:hover
{
  color: #666;
  text-decoration: none;
}

.clsEditQtySection > .edit-quantity-input {
  width: 40px; /* Set width of the textbox */
  text-align: center; /* Center text in the input */
  border: 1px solid #d9534f; /* Border color matching the theme */
  /* border-radius: 5px; /* Rounded corners */
  font-size: 11px; /* Font size */
  padding: 0px; /* Padding for comfort */
}

.clsEditQtySection > button {
  background-color: #d9534f;
  color: white;
  border: none;
  /* padding: 10px; */
  font-size: 11px;
  cursor: pointer;
  /* border-radius: 50%; */
}

/* View management for larger display */
@media (min-width: 1920px) {
  .container {
      width: 1700px; /* Adjust width for screens larger than 1920px */
  }
  .quantity-input {
    width: 67px;
  }

  #blankSpace
  {
    height: 40px;
  }

  #products-side
  {
    /* padding-top: 35px; */
    padding-top: unset;
  }
}


/* Responsive adjustments for different screen sizes */

/* For very large screens (large desktops or wide monitors) */
@media (min-width: 1400px) {
  .cart-section {
    min-width: 180px;
  }
  #blankSpace
  {
    height: 40px;
  }
  #products-side
  {
    /* padding-top: 35px; */
    padding-top: unset;
  }
}

/* For medium screens (tablets or small desktops) */
@media (max-width: 1024px) {
  .cart-section {
    min-width: 180px;
  }
  #blankSpace
  {
    height: 5px;
  }
  #products-side
  {
    padding-top: unset;
  }
}

/* For small screens (phones) */
@media (max-width: 768px) {
  .cart-section {
    min-width: 180px;
  }
  #blankSpace
  {
    height: 5px;
  }
  #products-side
  {
    padding-top: unset;
  }
  .clsMobileDiv
  {
    width: 100%;
  }
  .clsTableViewMobile
  {
    display: none;
  }
  .clsMobileDivFloatUnset
  {
    float: unset !important;
  }
}

@media (max-width: 820px) {
  .clsMobileDiv
  {
    width: 100%;
  }
  .clsTableViewMobile
  {
    display: none;
  }
}

/* For very small screens (small phones or devices) */
@media (max-width: 480px) {
  .cart-section {
    min-width: 75px;
  }
  .cart-section .cart-total {
    /* display: none; */
  } 
  #blankSpace
  {
    height: 5px;
  }
  #products-side
  {
    padding-top: unset;
  }
  .clsMobileDivFloatUnset
  {
    float: unset !important;
  }
  .clsTableViewMobile
  {
    display: none;
  }

  .clsMobiledivDatePick
  {
    display: unset !important;
    align-items: unset !important;
  }
}

#whatsapp {
    position: fixed;
    right: 2%;
    bottom: 2%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #191919;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#whatsapp > a > img {
    display: block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}

#whatsapp:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}