:root {
  /* --main-color: #fed500; */
  /* --secondary-color: #444e3b; */
  --secondary-color: #dcf1ca;
  /*--main-color: #a3a178;*/
  --main-color: linear-gradient(135deg,#8FD8D8,#F3E9DC);
  /*product Zoom in prop*/
  --product-zoom-in-width: 40px;
  --product-zoom-in-height: 60px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid red;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}

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

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 48px 0 0 0 rgba(200, 0, 0, 0.3),
    36px 36px 0 0 rgba(200, 0, 0, 0.3), 0px 48px 0 0 rgba(200, 0, 0, 0.3),
    -36px 36px 0 0 rgba(200, 0, 0, 0.3), -48px 0 0 0 rgba(200, 0, 0, 0.3),
    -36px -36px 0 0 rgba(200, 0, 0, 0.3), 0px -48px 0 0 rgba(200, 0, 0, 0.3),
    36px -36px 0 0 rgba(200, 0, 0, 0.3);
  animation: animate 1.5s infinite linear;
}

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

body {
  font-family: "Open Sans", sans-serif;
  /*font-weight: 400;*/
  color: black;
  /*font-size: 12px;*/
  /*line-height: 20px;*/
  width: 100%;
  /*background-color: #ffffff;*/
  font-family: "Segoe UI", Arial, sans-serif;
  /*font-size: 16px;*/
  font-family: "Soleil-Regular", "Lucida Sans Unicode", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  font-family: "Soleil-Regular", "Lucida Sans Unicode", Helvetica, sans-serif;
  font-weight: 400;
}
.loader {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 12px solid #eee;
  border-radius: 50%;
  border-right-color: var(--main-color);
  animation: spin 1s ease infinite;
}

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

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/*zoom in*/
.product-img-container {
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  display: flex;
  place-content: center;
  place-items: center;
}
.product-img-container .product-img-wrapper {
  width: 620px;
  height: 464px;
  /*background-color: #fff;*/
  border-radius: 0.5rem;
  /*padding: 0.5rem;*/
  padding: 0;
  overflow: hidden;
}
.product-img-container .product-img-wrapper .product-img-animated {
  width: 100%;
  height: 100%;
  transform: scale(1);

  background-size: contain;
  transition: transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: 50% 50%;
  pointer-events: none;
}
.product-img-container .product-img-wrapper:hover {
  cursor: crosshair;
}
.product-img-container .product-img-wrapper:hover .product-img-animated {
  transform: scale(1.75);
}

.img-thumbnail-2 {
  display: none;
}

@media (max-width: 550px) {
  .product-img-container {
    display: none;
  }
  .img-thumbnail-2 {
    display: block;
  }
}

/**/
.small-cart {
  /*min-width:50px;*/
  height: 42px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  left: 105%;
  right: -100px;
  bottom: 20px;
  z-index: 10;
  transition: 0.2s;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.small-cart.show {
  left: auto;
  right: 20px;
}

.small-cart > * {
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* featured product list */

.row2 {
  display: flex;
  flex-wrap: nowrap;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  /*gap:1rem;*/
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.col2 {
  min-width: 200px;
  padding: 20px 0 20px 14px;
  width: fit-content;
  max-width: 200px;
}
@media (max-width: 500px) {
  .col2 {
    min-width: 145px;
  }
}

/*@media(max-width:920px){*/
/*    .row2{*/
/*        grid-auto-columns:50%;*/
/*    }*/
/*}*/

.row2::-webkit-scrollbar {
  -webkit-appearance: none;
}

.snaps-inline {
  scroll-snap-type: inline mandatory;
  /*sccroll-paddin-inine:1rem;*/
  /*gap: 10px;*/
  /*width:fit-content;*/
  padding-bottom: 18px;
}

.snaps-inline > * {
  scroll-snap-align: start;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary-color);
}
/* Override the bootstrap defaults */
h1 {
  font-size: 16px;
  font-weight: 600 !important;
  max-width: 500px;
}
h2 {
  font-size: 20px;
  color: #444e3b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 23px;
  color: var(--main-color);
  margin: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 13px !important;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}

span.require {
  color: red;
  font-size: 13px;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:after,
div.required .form-label:after {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#alert {
  z-index: 20;
  width: fit-content;
  height: fit-content;
  /*display: block;*/
  visibility: visible;
  position: absolute;
  top: 991.333px;
  left: 27px;
  /*margin-right:27px;*/
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#alert .alert {
  /*min-width: 400px;*/
  position: relative;
}
/*@media (max-width: 991.98px) {*/
/*    #account-text{*/
/*        display:none;*/
/*    }*/
/*}*/

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: black;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
  display: none;
}
#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline .list-inline-item > a,
#top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
#cont-border {
  padding: 0 14px;
}
@media (min-width: 800px) {
  #cont-border {
    padding: 0 100px;
  }
}
@media (max-width: 360px) {
  #cont-border {
    padding: 0 12px 0 12px;
  }
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
@media (min-width: 850px) {
  #logo img {
    max-width: 140px;
    width: 140px;
    max-height: 80px;
    height: 80px;
  }
}
@media (max-width: 850px) {
  #logo {
    margin: 5px 0 8px 0;
  }
  #logo img {
    max-width: 100px;
    max-height: 60px;
  }
}

/* search */
.show-search-icon {
  color: white;
  font-size: 18px;
  text-shadow: 0 2px 0 black;
  margin: 0 0 0 5px;
  height: 24px;
  width: 24px;
  /*border-radius: 50%;*/
  cursor: pointer;
}
.show-cont {
  display: none;
  justify-content: center;
  align-items: end;
}
.search-show {
  display: none;
  width: clamp(150px, 50vw, 300px);
}
.col-md-5 {
  display: flex;
  align-items: center;
}
@media (max-width: 430px) {
  #search {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .btn-lg {
    width: 3px;
  }
}

@media (max-width: 370px) {
  #search {
    width: 150px;
  }
}
@media (max-width: 370px) {
  .btn-lg {
    width: 3px;
  }
}

#search {
  /*margin-bottom: 10px;*/
}
#search .form-control-lg {
  height: 33px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  color: #333;
  font-size: 0.97em;
  height: 2.507em;
  border: 1px solid #ddd !important;
}
#search .btn-lg {
  font-size: 17px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: -33px;
  width: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
  background: var(--main-color);
  height: 100%;
  color: white;
  border-radius: 0px;
}

#search-input:focus {
  border: none;
}

/* header */
@media (max-width: 850px) {
  header {
    background-color: var(--main-color);
  }
}

header {
  min-height: 66px;
}

#header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo-container {
  width: fit-content;
}

#logo {
  width: fit-content;
}

#header-account-dropdown-link {
  color: #898d8d;
}
#header-account-dropdown-link:hover {
  color: black;
}

#carousel-banner-0 {
  border: none;
}
#header-wishlist {
  color: #fff;
  width: fit-content;
}

#header-grp {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
}
/* cart */
#header-cart {
  width: fit-content;
  padding-left: 0px;
  padding-right: 0px;
}

#header-cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart .btn:hover {
  color: black;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #ffffff;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 220px;
  /*padding: 0 10px;*/
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

#header-cart .dropdown.d-grid #product-preview {
  display: block;
  border: 1px solid #dee2e6;
  height: 100px;
  overflow-y: scroll;
}

#header-cart .dropdown.d-grid .text-start a {
  max-height: 1.4em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 3em;
}

@media (min-width: 991px) {
  li.nav-item {
    /* left: 0; */
    /*content: "";*/
    /*height: 37px;*/
    /*width: 2px;*/
    /*background: #cd3636;*/
    /*position: absolute;*/
    /*top: 1.1px;*/
    /*border-color:var(--main-color);*/
    /*border-width: 0 0.7px 0 0;*/
    /*border-style:dotted;*/
  }
}
li.nav-item {
}
@media (max-width: 992px) {
  .home-page {
    display: none;
  }
}
/* header-loginBtn */

#header-loginBtn {
  width: fit-content;
  margin-right: 10px;
  /*height:fit-content;*/
}
.log-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* menu */
#arrow-span {
  /*padding: 0 8px;*/
  color: #777777;
  cursor: default;
  font-weight: 700;
  font-size: 1em;
}
#menu {
  background-color: var(--main-color) !important;
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
  /*background-repeat: repeat-x;*/
  /*border: 1px solid #1f90bb;*/
  /*border-color: #1f90bb #1f90bb #145e7a;*/
  min-height: 47px;
  /*border-radius: 4px;*/
}
#menu.navbar {
  padding: 0 150px;
  /* margin-bottom: 20px; */
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.1px;*/
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 992px) {
  #menu .dropdown-menu {
    /*width: 30vw;*/
  }
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: var(--main-color);
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--main-color);
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: black;
  padding-right: 1px;
}
@media (max-width: 992px) {
  .left-side {
    display: none;
  }
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  #nav-cont {
    /*position: sticky;*/
    top: 0;
    z-index: 10;
    padding: 0 !important;
  }
}
#product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 1170px) {
  #product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  #product-list {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
}

li.nav-item:hover {
  background-color: black;
  color: #fff !important;
}
#menu .navbar-nav > li > a {
  /*color: #fff;*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 1em;
  font-weight: bold;
  padding: 6px 6px;
  line-height: 36px;
  background-color: transparent;
  height: 100%;
}
#menu .navbar-nav > li > a:hover {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  color: #fff;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: #eee;
    color: black;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: black;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: var(--main-color);
  }
}
/* content */
#content {
  min-height: 600px;
  /*padding: 0;*/
  padding:10px 20px;
  overflow: hidden;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background: var(--main-color);
  border-top: 4px solid var(--main-color);
  color: black;
}
footer hr {
  border-top: none;
  /*border-bottom: 1px solid #666;*/
}
footer a {
  font-size: 14px;
}
footer a:hover {
  color: var(--main-color);
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color:var(--main-color);
}
.dropdown-info i {
  display: none;
}
@media (max-width: 576px) {
  .dropdown-info i {
    display: flex;
  }
  .sub-info {
    opacity: 0;
    height: 0;
    transition-property: height;
    transition-duration: 0.3s;
  }

  .active-info {
    opacity: 1;
    height: 80px;
  }

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

.info-container {
  padding: 0 20px 0 10px;
}

.dropdown-info {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wishlist-total {
  color: white;
}
/* breadcrumb */
.breadcrumb {
  margin: 12px 4px;
  background-color: #fff;
  border-radius: 0.5rem;
  /*box-shadow: 0px 0px 0px 1px var(--main-color);*/
  font-size: 10px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 0 0 8px;
  position: relative;
  white-space: nowrap;
  display: flex;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80px;
  width: fit-content;
  /*display: block;*/
}
.breadcrumb > li.breadcrumb-item:after {
  /*content: "";*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: -3px;*/
  /*right: -5px;*/
  /*width: 26px;*/
  /*height: 26px;*/
  /*border-right: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
  /*-webkit-transform: rotate(-45deg);*/
  /*-moz-transform: rotate(-45deg);*/
  /*-o-transform: rotate(-45deg);*/
  /*transform: rotate(-45deg);*/
  content: "<";
  padding: 0 8px;
  color: #777777;
  cursor: default;
  font-weight: 700;
  font-size: 1em;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: var(--main-color);
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  /*background-image: linear-gradient(to bottom, #eeeeee, #dddddd);*/
  /*background-repeat: repeat-x;*/
  /*border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
  border: 2px solid var(--secondary-color);
  background: var(--main-color);
  color: var(--secondary-color);
  border-radius: 50%;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  /*color: #333;*/
  /*background-color: #e6e6e6;*/
  /*border-color: #adadad;*/
  /*background-position: 0;*/
}
.btn-primary {
  color: black;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
  /*background-repeat: repeat-x;*/
  font-size: 17px;
  font-weight: bold;
  background-color: #eee;
  border: none;
  border-radius: 0;
  /*border-color: #1f90bb #1f90bb #145e7a;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--main-color);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);*/
  /*background-repeat: repeat-x;*/
  /*border-color: #bd362f #bd362f #802420;*/
}
#button-cart {
  width: 207px;
  border-radius: 10px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #898d8d;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*background-color: #363636;*/
  /*background-image: linear-gradient(to bottom, #444444, #222222);*/
  /*background-repeat: repeat-x;*/
  /*border-color: #222222 #222222 #000000;*/
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  /*background-color: #222222;*/
  /*background-image: linear-gradient(to bottom, #333333, #111111);*/
  color: black;
}

.product-thumb {
  /*margin: 15px 0;*/
  min-height: 350px;
  width: 200px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 4px #8080801c;
}

.product-thumb .out-of-stock-contaier {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 250px;
  transform: translateX(50%);
}

.product-thumb .out-of-stock-text {
  margin: 0;
  font-weight: 900;
  color: red;
}
#product-info .list-unstyled h2 {
  margin: 0;
}
#stock-av {
  /*color:#25d366;*/
  font-weight: bold;
}
span.off-value {
  position: absolute;
  top: -23px;
  right: 3px;
  display: block;
  background: var(--main-color);
  box-shadow: 1px 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 30px;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* span.off-value:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 14px solid;
  border-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -14px;
}

span.off-value:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -14px;
  border-top: 14px solid;
  border-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
} */

#product-category #product-list .product-thumb {
  min-height: 380px;
}
@media (max-width: 500px) {
  #product-category #product-list .product-thumb {
    min-height: 280px;
    max-height: 350px;
  }
}

@media (max-width: 500px) {
  #product-list .col .product-thumb {
    height: auto;
  }
}

@media (max-width: 400px) {
  #product-category #product-list .product-thumb {
    min-height: 320px;
    max-height: 324px;
  }
}

@media (max-width: 768px) {
  .product-thumb {
    min-height: 250px;
  }
}

@media (max-width: 500px) {
  .product-thumb {
    /*width:175px;*/
    height: fit-content;
    width: 150px;
  }
  .col2 form {
    margin: 0;
  }
}

@media (max-width: 370px) {
  .product-thumb {
    /*width:130px;*/
    /*height:290px;*/
    margin: 0;
  }
}
.product-thumb:hover {
  transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-thumb h4 a {
  /*font-weight: 300;*/
  color: black;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 2.6em;
  opacity: 0.7;
  line-height: 1.4em;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 1px 15px 15px 15px;
  min-height: 125px;
}

/*#tab-description p {*/
/*    font-size: 12px;*/
/*}*/

.product-thumb .button-group {
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
.product-thumb .button-group button {
  width: 85%;
  border-radius: 20px;
  background-color: #eee;
  color: var(--main-color);
  font-weight: bold;
  font-size: 0.7em;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid var(--main-color);
}
.product-thumb .button-group button:hover {
  color: #fff;

  background-color: var(--main-color);
  text-decoration: none;

  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
#product-list .col {
  width: 100%;
  padding: 8px 0;
  max-width: 260px;
}
@media (max-width: 1170px) {
  #product-list .col {
    padding: 8px 6px;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  #prod-cont {
    width: 82%;
  }
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
}
.product-list .product-thumb .image {
  flex-direction: column;
  margin-bottom: 0px;
}
.product-list .product-thumb .content {
  flex-direction: column;
  flex: 75%;
  /*position: relative;*/
}
.product-list .product-thumb .button-group {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-left: 1px solid #ddd;
}

.rating {
  /*padding-bottom: 10px;*/
  width: 100%;
  user-select: none;
  display: none;
  margin: 0 20px 0 0;
}

#price-rating-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .rating {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.rating .fa-stack {
  width: 9px;
  margin: 0 4px 0 0;
}
.rating.fa-star {
  color: #999;
  font-size: 11px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 11px;
}
.rating .fa-star + .fa-star {
  color: #e69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  font-size: 16px !important;
}
.price-old {
  color: red;
  font-size: 12px;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.option-img {
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: scale(1);
}
#input-option-239 {
  display: flex;
}
.color-radio-01 {
  display: none;
}
input.color-radio-01:checked + label img {
  border: 2px solid #0096ff;
  transform: scale(1.1);
  transition: 0.2s;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 6px 12px;
  background-color: var(--main-color);
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
  background-repeat: repeat-x;
  /*border-color: #1f90bb #1f90bb #145e7a;*/
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #ffffff;
}
/*register*/
.register-row {
  border: #e7e7e7 0.5px solid;
}
@media (min-width: 992px) {
  .register-row {
    width: 55vw;
  }
}
@media (min-width: 992px) {
  .register-rowin {
    width: 37vw;
  }
}
.register-rowin {
  border: black 1px solid;
}
#socialmedia {
  display: flex;
  flex-direction: column;
}
@media (min-width: 820px) {
  #socialmedia {
    width: 15vw;
  }
}
@media (max-width: 574px) {
  #socialmedia {
    padding: 0 20vw;
  }
  #social-med-tittle {
    text-align: center;
  }
}
@media (max-width: 360px) {
  #socialmedia {
    padding: 0 18vw;
  }
}
#signin-row {
  display: flex;
  justify-content: center;
}
#input-quantity {
  width: 42px;
  height: 40px;
  border-radius: 0;
  border: 1px solid grey;
}
#updown-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
#up-arrow,
#down-arrow {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
#down-arrow {
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  background-color: #eee;
}

#up-arrow {
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  background-color: #eee;
}

#up-arrow:hover,
#down-arrow:hover {
  background-color: var(--main-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.social-icon {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #f0eae6;
  border-radius: 17px;
}
.social-icon:hover i {
  color: black;
}

#checkout-register #form-register .row {
  display: block;
}

#checkout-register #form-register .row.row-cols-1.row-cols-md-2 label,
#checkout-register #form-register #password label,
#checkout-register #form-register #shipping-address label {
  /*display:none;*/
}

#checkout-register #form-register #shipping-zone label {
  display: block;
}

#checkout-register #form-register fieldset {
  background: transparent;
}
#form-register {
  width: 100%;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 10;
  height: 84vh;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  /*font-size: 25px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 30px;
}

@media (max-width: 992px) {
  .card {
    display: none;
  }
}

.header-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  margin: 0 7.5px;
  position: relative;
  vertical-align: middle;
}
/* The sidepanel menu */
.sidepanel {
  height: 100vh; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10; /* Stay on top */
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.95);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  font-weight: bolder;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.8em;
  color: black;
  transition: all 0.2s;
  padding-left: 20px !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 34px !important;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 22px;
  cursor: pointer;
  background-color: white;
  color: var(--main-color);
  padding: 10px 15px;
  border: none;
  /*position: absolute;*/
  top: 40px;
  font-size: 27px;
  /*background: var(--main-color);*/
  color: black;
}

.openbtn:hover {
  background-color: hsla(0, 0%, 40%, 0.85);
}
@media (max-width: 850px) {
  #nav-cont {
    display: none;
  }
}
@media (min-width: 850px) {
  #togger-btn {
    display: none;
  }
}

#mySidepanel .nav-item {
  border-top: 1px solid #ececec;
}

@media (max-width: 450px) {
  #account-text {
    display: none;
  }
}

@media (max-width: 850px) {
  .search-cont {
    display: none;
    z-index: 299900099;
  }
  #cont-border {
    background: var(--main-color);
  }
  #header-row {
    /*justify-content:flex-end;*/
  }
}

@media (min-width: 850px) {
  #search-ph {
    display: none;
  }

  .search-cont {
    display: flex !important;
  }
}

@media (max-width: 500px) {
  #carousel-banner-0 img {
    height: 120px;
  }
}

#product-quantity {
  position: absolute;
  top: 0px;
  right: 0;
  background: var(--secondary-color) !important;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  border: 1px solid white;
  color: black;
  justify-content: center;
  font-size: 11px;
}

.wc-forward {
  background: var(--main-color);
  color: #fff;
  margin: 0.5em 0 0;
  display: inline-block;
  width: 90%;
  text-align: center;
  border-radius: 30px;
  font-size: 0.97em;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  vertical-align: middle;
}

.grid-cont {
  display: grid;
}
@media (min-width: 1024px) {
  .grid-cont {
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 1023px) {
  .grid-cont {
    grid-template-columns: auto auto;
  }
}
.img-icon {
  width: 50px;
  height: 50px;
}
.col-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-container {
  padding: 15px;
  margin: 20px 0;
}

.top-cont{
    width:100%;
    height:50px;
    background:var(--main-color);
    display:flex;
    align-items:center;
    justify-content:center;
}