@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Geologica:wght@100..900&family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
  }
}
body {
  font-family: "Geologica", sans-serif;
  color: 000;
  font-size: 14px;
}
html, body {
  /*  height: 100%; */
  margin: 0;
  overflow: auto;
}
a {
  text-decoration: none;
}
input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
footer {
  padding-top: 50px;
}
.footer-social {
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block;
}
.breadcrumb {
  font-weight: bold;
  font-size: 10px;
  color: #000;
  margin: 20px 0;
  text-transform: capitalize;
}
.breadcrumb a {
  color: #000;
}
.active > .page-link, .page-link.active {
  background-color: #aaa;
  border-color: #aaa;
}
.page-link {
  color: #000;
  cursor: pointer;
}
.pagination {
  display: inline-flex;
}
.closedcats {
  display: none !important;
}
.cloud img {
  /*    width: 610px; */
  /*    height: 610px; */
  object-fit: cover;
  /*    clip-path: url(#cloudShape); */
}
/* FOOTER */
.foot-1 {
  background-color: #EAA615;
  color: #fff;
  font-size: 14px;
  padding: 40px 80px;
  line-height: 1.5em;
}
.foot-2 {
  background-color: #1E3690;
  color: #fff;
  font-size: 14px;
  padding: 40px 80px;
  line-height: 1.5em;
}
.foot-3 {
  background-color: #3C9731;
  color: #fff;
  font-size: 14px;
  padding: 40px;
  line-height: 2em;
}
.foot-4 {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 20px 12px;
}
.foot-1 h2, .foot-2 h2 {
  font-size: 30px;
  font-weight: bold;
}
.foot-1 a, .foot-2 a, .foot-3 a {
  color: #fff;
  text-decoration: none;
}
.foot-3 h2 {
  font-weight: bold;
  font-size: 14px;
}
.foot-3 h3 {
  font-size: 20px;
}
.foot3 a {
  color: #fff;
  line-height: 2em;
}
.foot-nslt {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  padding: 10px 30px;
}
.foot-nslt input {
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  width: calc(100% - 110px);
  display: inline-block;
  font-weight: bold;
}
.foot-nslt button {
  background-color: #1E3690;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 15px;
  display: inline-block;
}
/* RESPONSIVE TABLE */
.table th, .table td {
  white-space: nowrap;
}
.table-responsive {
  overflow-x: auto;
}
@media (max-width: 991px) {
  .table thead {
    display: none;
  }
  .table tbody tr {
    display: block;
    margin-bottom: 20px;
  }
  .table tbody td, .table tbody th {
    display: block;
    text-align: left !important;
    /*    padding-right: 20px; */
  }
  .table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 120px;
  }
  .table > tbody > tr > td > .table tbody td::before {
    width: 0px;
  }
  .table > tbody > tr {
    border-bottom: 1px solid #aaa !important;
  }
  .table > tbody > tr > td > .table > tbody > tr {
    border-bottom: none !important;
  }
}
.plvol {
  text-align: right;
}
/* HEADER */
header {
  color: #fff;
  position: relative;
}
header a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.autocomplete-box {
  max-width: 664px;
  background-color: #fff;
  color: #000;
  margin-left: calc(50% - 334px);
  margin-top: -20px;
  padding-top: 40px;
  height: 573px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 40;
  position: relative;
}
#pageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 39;
  display: none;
}
.autocomplete-box {
  padding: 5px 15px;
}
.autocomplete-box a {
  color: #000;
}
.headtop {
  background-color: #178939;
  min-height: 302px;
}
.head-1-sm {
  display: none;
}
.head-1 {
  margin-left: 130px;
  /*  z-index: 2; */
  position: relative;
}
.head-2 {
  background-color: #178939;
  margin-top: -100px;
  z-index: 1;
  /*  min-height: 675px; */
  position: relative;
}
.head-4 {
  background-color: #137530;
  text-align: center;
  padding: 20px;
  color: #fff;
  position: relative;
}
.head-5 {
  background-color: #0b6425;
  text-align: center;
  padding: 20px;
  color: #fff;
  position: relative;
}
.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  z-index: 40;
}
.search-input {
  flex: 1;
  padding: 22px;
  border: none;
  border-radius: 10px;
  /*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  max-width: 664px;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
}
.search-button {
  padding: 9px 20px;
  border: none;
  border-radius: 0 20px 20px 0;
  background: none;
  margin-left: -60px;
}
.search-button img {
  width: 24px;
  height: 24px;
}
.tlink {
  margin-right: 40px;
  cursor: pointer;
}
/* MENU */
.topmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
menu-on-sm {
  display: none;
}
menu-on {
  display: inline-block;
}
#menu {
  position: relative;
  background-color: #fa8f21;
  color: #fff;
  width: 110px;
  height: 155px;
  text-align: center;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
#menu-sm {
  position: relative;
  background-color: #ff8100;
  color: #fff;
  width: 110px;
  height: 155px;
  text-align: center;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
#afixeis {
  position: relative;
  background-color: #ff6c00;
  color: #fff;
  width: 110px;
  height: 147px;
  display: block;
  text-align: center;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#menu-on, #menu-on-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .3);
}
#menu-1 {
  position: absolute;
  top: 0;
  left: -324px;
  width: 324px;
  height: 100vh;
  overflow-y: auto;
  background-color: #159f3e;
  color: #fff;
  text-align: right;
  padding: 20px;
  transition: left 0.3s ease-in-out;
}
#menu-1.show {
  left: 0;
}
#menu-1-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: #159f3e;
  color: #fff;
  text-align: left;
  padding: 20px 0;
}
#menu-1-sm a {
  padding: 0 20px;
}
#menu-2 {
  position: absolute;
  top: 0;
  left: 324px;
  width: 324px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fa8d1d;
  color: #fff;
  display: none;
  padding: 20px;
}
#menu-3 {
  position: absolute;
  top: 0;
  left: 648px;
  width: 324px;
  height: 100vh;
  overflow-y: auto;
  background-color: #ff9d38;
  color: #fff;
  display: none;
  padding: 20px;
}
#menu-1 a, #menu-2 a, #menu-3 a, #menu-1-sm a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  padding: 1em 20px;
  text-transform: capitalize;
}
#menu-2-sm a, #menu-3-sm a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  color: #fff;
  cursor: pointer;
}
#menu-3-sm a {
  font-size: 17px;
}
#closemenu, #closemenu-sm {
  font-size: 13px;
  font-weight: bold;
  padding-top: 25px;
  text-align: left;
  cursor: pointer;
  padding-left: 20px;
}
.level2, .level3 {
  display: none;
  padding: 20px 0;
}
.menu-1-list {
  padding-top: 60px;
}
.menu-1-sm-list {
  /*  padding: 20px; */
}
.menu-2-list {
  padding-top: 16px;
}
.menu-2-img {
  height: 124px;
  text-align: center;
}
.menu-3-list {
  padding-top: 140px;
}
/* SLIDER */
.slider-header {
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
}
.slider-text {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  top: 20px;
  line-height: 1em;
}
.slider-subtext {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding-top: 20px;
  line-height: 1em;
}
.slider-btn-1 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 30px;
  position: absolute;
  bottom: 20px;
}
.slider-btn-2 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  background-color: #f9ed32;
  padding: 18px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}
/* HOMEPAGE */
.home-companies {
  margin: 20px 0 50px;
}
.home-quick {
  background-color: #008cdc;
  padding: 40px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 40px;
  display: inline-block;
}
.home-quick form {
  font-size: 14px;
  margin: 30px 0;
}
.home-quick select {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  width: 160px;
  font-size: 1.15rem;
}
.home-quick input {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  width: 60px;
  font-size: 1.15rem;
}
.home-quick button {
  display: inline-block;
  padding: 14px 45px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  width: auto;
  background-color: #0b3e97;
  color: #fff;
}
.home-selections {
  padding: 40px 0;
  color: #000;
}
.h-sel-1 {
  font-size: 35px;
  text-align: center;
  line-height: 1;
}
.h-sel-2 {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.h-sel-3 {
  text-align: center;
}
.h-sel-3 select {
  margin-top: 40px;
  display: inline-block;
  width: auto;
}
.btn-green {
  background-color: #159f3e;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
}
.home-top-categories {
  padding: 40px 0;
}
.home-why {
  padding: 40px 0;
}
.home-why h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
.home-why-box {
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 0px 20px 20px #ECF6EE;
  padding: 50px 30px;
  margin: 30px;
  border-radius: 10px;
}
.quote-span {
  position: relative;
  margin-left: 60px;
}
.quote-span:before {
  content: '“';
  font-size: 120px;
  position: absolute;
  left: -30px;
  top: -45px;
  color: rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
}
.home-gift-categories {
  padding: 40px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.home-gift-categories h2 {
  font-size: 25px;
  padding: 20px 0;
  text-align: center;
}
.home-gift-categories .nav-tabs {
  border-bottom: none;
  border-radius: 25px;
  padding: 2px 20px;
  font-size: 17px;
  font-weight: bold;
}
.home-gift-categories .nav-tabs .nav-link {
  color: #fff;
  border: none;
  border-radius: 25px;
  margin-right: 10px;
  padding: 10px 20px;
}
.home-newprods {
  padding: 40px 0;
  text-align: center;
}
.home-newprods h2 {
  font-size: 40px;
  font-weight: bold;
}
.home-newprods .seltext {
  font-size: 12px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.home-newprods .nav-tabs {
  border-bottom: none;
  border-radius: 25px;
  padding: 2px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ededed;
  display: inline-flex;
}
.home-newprods .nav-tabs .nav-link {
  color: #000;
  border: none;
  border-radius: 25px;
  margin-right: 10px;
  padding: 10px 20px;
}
.home-newprods .nav-tabs .nav-link.active {
  background-color: #159f3e;
  color: #fff;
}
.home-newprods .nav-tabs .nav-link:hover {
  background-color: #159f3e;
  color: #fff;
}
/* ΛΙΣΤΑ ΠΡΟΪΟΝΤΩΝ */
.prodbox {
  border: 1px solid #acacac;
  border-radius: 12px;
  max-width: 370px;
  text-align: left;
  margin-bottom: 40px;
  display: inline-block;
}
.prodbox-bottom {
  padding: 20px;
}
.prodbox-bottom a {
  display: inline-block;
}
.prodbox-bottom .morebtn {
  background-color: #ff8100;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
}
.prodbox-bottom h2 {
  font-size: 15px;
  font-weight: bold;
  height: 54px;
  overflow: hidden;
}
.box-price-fin {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
}
.box-price-pre {
  font-size: 15px;
  color: #acacac;
}
.box-price {
  font-size: 30px;
  font-weight: bold;
  color: #178939;
}
.prodbox-top {
  position: relative;
}
.prodbox-top img {
  border-radius: 15px 15px 0;
}
.tab-content {
  padding: 50px 0 40px;
}
.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-slide img {
  display: inline-block;
}
/* WISHLIST */
#wishlist-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.wishlist-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .3);
}
.wishlist {
  position: fixed;
  right: -600px;
  top: 0;
  width: 600px;
  height: 100vh;
  z-index: 201;
  background-color: #0b3e97;
  padding: 40px 20px 20px;
  transition: right 0.3s ease-in-out;
  max-width: 100%;
}
.wishlist.show {
  right: 0;
}
/* BASKET */
#basket-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.basket-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}
.basket {
  position: fixed;
  right: -600px;
  top: 0;
  width: 600px;
  height: 100vh;
  z-index: 201;
  background-color: white;
  transition: right 0.3s ease-in-out;
}
.basket.show {
  right: 0;
}
.basket-top {
  height: calc(100vh - 320px);
  background-color: #0b3e97;
  padding: 40px 20px 20px;
}
.basket-middle {
  background-color: #ff4e31;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  margin: 5px 0;
}
.basket-bottom {
  height: 276px;
  background-color: #fdbf4d;
  padding: 20px;
}
.basket-btn {
  background-color: #04baff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.basket-close {
  cursor: pointer;
}
.wishlist-btn {
  background-color: #3166c1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.prodlist-area {
  height: 100%;
  overflow-y: auto;
}
.checkout-btn {
  background-color: #178939;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  margin-top: 20px;
}
.continue-btn {
  background-color: #d89823;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  margin-top: 20px;
}
.basket-prodlist {
  padding: 20px;
  overflow-y: auto;
  height: calc(100vh - 466px);
}
.basket-proditem {
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}
.basket-prod-name {
  height: 36px;
  overflow: hidden;
}
.basket-prod-name a {
  color: #000;
}
.basket-qty {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.basket-price {
  font-size: 20px;
  font-weight: bold;
  color: #178939;
  display: inline-block;
}
.basket-price-pre {
  font-size: 15px;
  font-weight: bold;
  color: #acacac;
  text-decoration: line-through
}
.basket-price-fin {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  display: inline-block;
}
.basket-empty {
  padding: 60px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.basket-add-bag {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.basket-subtotal-text {
  font-size: 13px;
  color: #000;
}
.basket-total-text {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.smacts img {
  width: 25px;
  height: 25px;
}
/* ACCOUNT */
#account-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.account-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .3);
}
.account {
  position: absolute;
  top: 0;
  right: -415px;
  background-color: #7367da;
  width: 415px;
  color: #fff;
  font-size: 18px;
  padding-top: 20px;
  transition: right 0.3s ease-in-out;
}
.account.show {
  right: 0;
}
.customer-login-register, .account-login {
  background-color: #f4f4f4;
  padding: 45px 20px;
  color: #000;
  font-size: 15px;
  position: relative;
  display: block;
  margin-top: 30px
}
.customer-login-register {
  height: 100%;
}
.customer-login-register .lost-password {
  text-align: center;
  color: #000;
  display: block;
}
.account-login-btn {
  background-color: #159f3e;
  color: #fff;
  padding: 15px 40px;
  width: 100%;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  text-align: center;
}
.account-register {
  background-color: #fff;
  padding: 45px 20px;
  color: #000;
  font-size: 15px;
  position: relative;
  display: block;
}
.account-register-btn {
  background-color: #ff8100;
  color: #fff;
  padding: 15px 40px;
  width: 100%;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  text-align: center;
}
.account-remind-btn {
  background-color: #9f1583;
  color: #fff;
  padding: 15px 40px;
  width: 100%;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
}
.customer-login-register input, .remind input, .account input, .bio input, .bio textarea, .bio select {
  border: 1px solid #e5e5e5;
  height: 62px;
  padding: 10px 20px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 30px;
}
.customer-login-register input {
  margin-top: 15px;
}
.coupon-input {
  margin-top: 30px;
}
.account-remind {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
#remind-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 200;
}
.remind-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .3);
}
.remind {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7367da;
  width: 415px;
  color: #fff;
  font-size: 18px;
  padding-top: 20px;
}
#account-close, #remind-close {
  cursor: pointer;
}
/* CATEGORIES */
.filters {
  background-color: #f3f3f3;
  font-size: 14px;
  padding: 20px;
  margin-top: 20px;
}
.flters h5 {
  font-size: 13px;
  font-weight: bold;
}
.prodcat-cat {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}
.prodcat-num {
  background-color: #ec008c;
  color: #fff;
  font-size: 14px;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  text-transform: uppercase;
}
.filters hr {
  height: 6px;
  background-color: #fff;
  width: 100%;
}
.filters .accordion-item {
  background-color: transparent;
  border: none;
}
.filters .accordion-button {
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
}
.filters .checkboxes_list {
  overflow: auto;
  margin-bottom: 0;
  max-height: 104px;
}
.filters .checkboxes_txt {
  margin: 20px 0;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  box-sizing: border-box;
  background: #fff url('../images/search.png') no-repeat right 15px center;
  background-size: 30px;
  padding-right: 50px;
}
.filters .checkboxes_list li {
  list-style: none;
}
.filters input[type="checkbox"] {
  display: none;
}
.filters input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 15px;
  border-radius: 15px;
}
.filters input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 15px;
}
.filters input[type="checkbox"]:checked + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #178939;
  border-radius: 15px;
}
.filters input[type="checkbox"]:checked + label::before::after {
  content: '✔';
  color: white;
  font-size: 14px;
}
#article-page {
  font-size: 16px;
  color: #3b3b3b;
  margin-bottom: 40px;
}
.article-top {
  background-color: #178939;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 50px 0;
}
.article-top h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
.bluebox {
  background-color: #0b3e97;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  display: block;
  text-align: center;
}
.bluebox a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.bluebox img {
  border-radius: 15px;
  margin: 14px;
}
#article-page h1 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.seethem {
  font-size: 40px;
  font-weight: bold;
}
.seethem span {
  font-size: 30px;
  font-weight: normal;
}
#article-page img {
  border-radius: 15px;
}
.alsolink {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.selcat {
  font-size: 12px;
  font-weight: bold;
}
.morelink {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
#article-page .nav-tabs {
  border-bottom: none;
  border-radius: 25px;
  padding: 2px 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 40px;
  display: inline-flex;
}
#article-page .nav-tabs .nav-link {
  color: #000;
  border: none;
  border-radius: 25px;
  margin-right: 10px;
  padding: 10px 20px;
}
#article-page .nav-tabs .nav-link.active {
  background-color: #159f3e;
  color: #fff;
}
#article-page .nav-tabs .nav-link:hover {
  background-color: #159f3e;
  color: #fff;
}
#article-page .ttl {
  font-size: 25px;
}
#article-page .sttl {
  font-size: 18px;
}
#article-page .green {
  color: #178939;
}
#article-page .green a {
  color: #333;
}
.yellbtn {
  background-color: #f9ed32;
  padding: 15px 30px;
  border-radius: 20px;
  color: #000;
  font-weight: bold;
}
/* PRODUCT PAGE */
.slider-container {
  display: flex;
}
.slider-nav-container {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 100px 0;
}
.slider-nav {
  width: 100%;
  flex-grow: 1;
}
.slider-for {
  width: calc(100% - 120px);
  margin-left: 5%;
}
.slider-for .slick-slide img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.myslick .custom-arrow {
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  margin: 10px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}
.myslick .slick-prev {
  top: 0;
}
.myslick .slick-next {
  bottom: 0;
}
.myslick .slick-prev:before, .slick-next:before {
  color: black;
}
.slider-nav .slick-slide img {
  display: block;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 10px 0;
  max-width: 100%;
}
.slick-list {
  padding: 0 !important;
}
.product-page h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.product-page .finprice {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
}
.product-page .preprice {
  font-size: 25px;
  font-weight: bold;
  color: #acacac;
  display: inline-block;
  text-decoration: line-through;
}
.product-page .stdprice {
  font-size: 30px;
  font-weight: bold;
  color: #178939;
}
.product-page .stdprice span {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
}
.product-page .weboffer {
  background-color: #eb008b;
  font-size: 13px;
  font-weight: bolder;
  padding: 8px 15px;
  border-radius: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: inline-block;
  color: #fff;
}
.product-page .txt {
  font-size: 14px;
  color: #acacac;
  padding: 20px 0;
}
.product-page .addprod {
  background-color: #178939;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 45px;
  border-radius: 30px;
  white-space: nowrap;
}
.qty-box {
  background-color: #f1f1f1;
  font-size: 23px;
  color: #000;
  padding: 0;
  height: 36px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 40px;
}
.qty-box .minus, .qty-box .plus {
  background-color: #ff8100;
  font-size: 23px;
  color: #fff;
  border-radius: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.qty-box #qty {
  width: 80px;
  background: transparent;
  border: none;
  text-align: center;
}
.basket .qty-box-sm {
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0;
  height: 25px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
}
.basket .qty-box-sm .minus-sm, .basket .qty-box-sm .plus-sm {
  background-color: #ff8100;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.basket .qty-box-sm #qty-sm {
  width: 60px;
  background: transparent;
  border: none;
  text-align: center;
}
/* SEARCH */
.shead {
  background-color: #f0f0f0;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 0 20px;
}
.shead span a {
  color: #ff8100;
  font-size: 15px;
  font-weight: bold;
  float: right;
}
.stitle a {
  font-size: 11px;
  font-weight: bold;
}
.sprice {
  color: #178939;
  font-size: 20px;
  font-weight: bold;
}
.scatname a {
  font-size: 17px;
  font-weight: normal;
}
.sline {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.product-page .newl {
  background: #00aded;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin-top: 20px;
}
.product-page .newl img {
  margin-right: 20px;
}
.product-page .descr {
  font-size: 16px;
  color: #fff;
  background-color: #0b3e97;
  padding: 20px 0;
  text-align: center;
}
.product-page .relhead {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 50px 0;
}
.product-page .nav-tabs {
  border-bottom: none;
  border-radius: 25px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 40px;
  display: inline-flex;
  background: #ededed;
}
.product-page .nav-tabs .nav-link {
  color: #000;
  border: none;
  border-radius: 25px;
  margin-right: 10px;
  padding: 10px 20px;
}
.product-page .nav-tabs .nav-link.active {
  background-color: #159f3e;
  color: #fff;
}
.product-page .nav-tabs .nav-link:hover {
  background-color: #4ACD71;
  color: #fff;
}
.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-page .tab-pane {
  text-align: left;
}
.product-page .seltext {
  font-size: 12px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.product-page .product-info {
  display: inline-block;
}
.prod-info {
  padding: 0 30px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1900px) {
  .footer-social {
    margin-right: 10px;
  }
  .footer-social img {
    width: 30px;
    height: auto;
  }
  .slider-header {
    font-size: 40px;
  }
  .slider-text {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .home-gift-categories .nav-tabs {
    font-size: 14px;
  }
  .slider-header {
    padding-top: 100px;
  }
  .tlink {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .home-newprods .nav-tabs {
    font-size: 17px;
  }
  .head-1 {
    display: none;
  }
  .head-1-sm {
    display: block;
  }
  #menu {
    width: 85px;
    height: 110px;
    display: none;
  }
  #menu-sm {
    width: 85px;
    height: 110px;
    display: inline-block;
  }
  #afixeis {
    display: none;
  }
  .search-form {
    padding: 0;
  }
  .search-input {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .search-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .head-2 {
    margin-top: 0;
  }
  .slider-header {
    font-size: 25px;
    padding-top: 20px;
    text-align: center;
  }
  .slider-text {
    font-size: 18px;
    text-align: center;
  }
  .slider-subtext {
    font-size: 15px;
    text-align: center;
  }
  .slider-btn-2 {
    font-size: 14px;
  }
  menu-on-sm {
    display: inline-block;
  }
  menu-on {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-btn-2 {}
  .nav-item {
    width: 100%;
  }
  .nav-link {
    width: 100%;
  }
  .product-page .product-info {
    display: block;
  }
  .product-page .article-top {
    font-size: 25px;
    padding: 20px 0;
  }
  .product-page .article-top h1 {
    font-size: 25px;
  }
  .hide-mobile {
    display: none;
  }
  .slider-nav-container {
    margin: 0;
    width: 80px;
  }
  .product-page h1 {
    padding-top: 30px;
    text-align: center;
  }
  .h-sel-2 {
    font-size: 45px;
  }
  .basket {
    width: 100vw;
    height: 100vh;
  }
  .basket-btn {
    font-size: 11px;
  }
  .wishlist-btn {
    font-size: 11px;
  }
  .basket-close {
    margin-top: 22px;
  }
  .basket-close img {
    width: 100%;
  }
  .wishlist-close {
    margin-top: 22px;
  }
  .wishlist-close img {
    width: 100%;
  }
  .basket-top {
    padding: 0;
  }
  .basket-prodlist {
    padding: 20px 0;
  }
  .basket .qty-box-sm #qty-sm {
    width: 30px
  }
  .basket-proditem {
    padding: 8px 0;
  }
  .delsmbox {
    padding: 0;
  }
  .home-quick select, .home-quick input {
    font-size: 18px;
  }
  .fylo, .age {
    width: 120px !important;
  }
  .catselect {
    width: 265px !important;
  }
  .quickbtn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .plsort, .plvol {
    text-align: center;
  }
}
.modal-header .close {
  float: right;
  position: absolute;
  right: 20px;
  background-color: #f1f1f1;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  border: none;
  font-weight: bold;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
/* BASKET */
#basket-page h1 {
  color: #0b3e97;
  font-size: 35px;
  font-weight: bold;
}
#basket-page h2 {
  color: #178939;
  font-size: 15px;
}
.basket-table table, .basket-table td, .basket-table th {
  border: none;
}
.basket-table th {
  background-color: #0b3e97;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px;
}
.basket-table th {
  color: #fff;
  font-weight: bold;
  padding: 15px 15px;
}
.basket-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.basket-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.basket-table a {
  color: #000;
  white-space: initial;
}
.baskettot {
  background-color: #0b3e97;
  border-radius: 12px;
  padding: 20px 30px;
  color: #fff;
  font-size: 13px;
}
.baskettot h3 {
  font-size: 16px;
  font-weight: bold;
}
.baskettot .coupprice {
  font-size: 15px;
  font-weight: bold;
}
.baskettot .totpric {
  font-size: 20px;
  font-weight: bold;
}
.baskettot .l-r {
  background-color: #ff4e31;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  padding: 20px;
}
.baskettot .lr-r {
  background-color: #fdbf4d;
  color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.baskettot .r-r {
  background-color: #fdbf4d;
  color: #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 20px;
}
.baskettot .coupform {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  padding: 5px;
  font-size: 12px;
}
.baskettot input {
  background-color: #fff;
  color: #000;
  border: none;
  width: calc(100% - 50px);
  display: inline-block;
}
.baskettot button {
  background-color: #159f3e;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 12px;
  display: inline-block;
}
#basket-page .btn-checkout {
  background-color: #04baff;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 25px;
}
#basket-page .btn-continue {
  background-color: #f9ed32;
  color: #000;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 25px;
}
.basket-footer {
  background-color: #00aded;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 6px 20px;
  color: #fff;
  margin-top: 50px;
}
#checkout-page .btn-continue {
  background-color: #7367da;
  color: #fff;
  padding: 12px;
  border-radius: 20px;
}
#checkout-page h1 {
  font-size: 35px;
  font-weight: bold;
}
#checkout-page h3 {
  font-size: 25px;
  font-weight: bold;
}
#checkout-page .createform {
  background-color: #ff8100;
  color: #fff;
  padding: 12px;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
}
#checkout-page .accept {
  color: #ff0000;
  font-size: 11px;
  padding: 15px 0;
}
#checkout-page .accept a {
  font-weight: bold;
  text-decoration: underline;
  color: #ff0000;
}
#checkout-page .form-control {
  padding: 9px;
}
#checkout-page .code {
  font-size: 11px;
}
#checkout-page label {
  font-size: 11px;
  font-weight: bold;
  display: inline;
}
#checkout-page .login {
  color: #159f3e;
  padding: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .basklg {
    width: 100%;
  }
  .prodbox-bottom h2 {
    height: auto;
  }
}
.social-share-buttons {
  text-align: center;
  padding: 20px;
}
.social-share-buttons a {
  font-size: 1rem;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  margin: 0 5px 10px;
  white-space: nowrap;
  display: inline-block;
}
.social-share-buttons a.viber {
  background: #59267c;
}
.social-share-buttons a.messenger {
  background: #00b2ff;
}
.social-share-buttons a.instagram {
  background: #E4405F;
}
.social-share-buttons a.whatsapp {
  background: #25D366;
}
.social-share-buttons a.facebook {
  background: #3b5998;
}
.social-share {
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .social-share {
    display: block;
    padding-bottom: 8px;
  }
}
.prodinbask {
  text-align: left;
}
@media (max-width: 767px) {
  .prodinbask {
    text-align: center;
  }
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}
.noUi-state-drag * {
  cursor: inherit !important
}
.noUi-horizontal {
  height: 18px
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}
.noUi-connects {
  border-radius: 3px
}
.noUi-connect {
  background: #3FB8AF
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:after, .noUi-handle:before {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  left: 14px;
  top: 6px
}
.noUi-handle:after {
  left: 17px
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}
.noUi-vertical .noUi-handle:after {
  top: 17px
}
[disabled] .noUi-connect {
  background: #B8B8B8
}
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #CCC
}
.noUi-marker-sub {
  background: #AAA
}
.noUi-marker-large {
  background: #AAA
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px
}
.timi {
  padding: 1.2rem;
}
.pricesl {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  font-size: 13px;
  color: #727272;
}
.filter-price__slider .noUi-connect {
  background: #159f3e;
  height: 6px;
}
.noUi-target {
  background: #ececec;
  height: 6px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.filter-price__slider .noUi-base {
  height: 4px;
}
/* Styling the slider handles */
.filter-price__slider .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #159f3e;
  background: #fff;
  cursor: pointer;
}
.filter-price__title {
  padding: 20px;
  text-align: center;
}
.filter-price__min-value, .filter-price__max-value {
  padding: 6px 10px;
  background: #ececec;
  border-radius: 10px;
  width: 40%;
  display: inline-block;
  text-align: right;
}
.page404 {
  background-color: #b32579;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 100px 0 200px;
}
.page404 h2 {
  font-size: 25px;
  font-weight: bold;
}
.continue-now {
  display: inline-block;
  margin: 50px 0 0;
  font-size: 16px;
  background-color: #f9ed32;
  color: #000;
  padding: 16px 32px;
  border-radius: 30px;
  text-align: center;
}
.checkout-title {
  font-size: 35px;
  color: #0b3e97;
  font-weight: bold;
}
.checkout-count {
  font-size: 15px;
  color: #178939;
  font-weight: bold;
}
.floating-placeholder {
  position: relative;
}
.floating-placeholder label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  color: #6c757d;
  pointer-events: none;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.floating-placeholder input[type="text"].has-content ~ label, .floating-placeholder input[type="text"]:focus ~ label {
  top: -0.15rem;
  left: 0.75rem;
  font-size: 0.75rem;
  transform: none;
  color: #6c757d;
}
/* Hide default inputs */
input[type="radio"], input[type="checkbox"] {
  display: none;
}
/* Base styling for custom radio and checkbox labels */
.custom-radio, .custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #555;
  cursor: pointer;
}
.custom-radio span, .custom-checkbox span {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #159f3e;
  border-radius: 4px; /* Square with rounded corners */
  position: relative;
  box-sizing: border-box;
}
/* Checked state for radio buttons */
input[type="radio"]:checked + .custom-radio span, input[type="checkbox"]:checked + .custom-checkbox span {
  background-color: #159f3e;
}
/* Checkmark for radio buttons and checkboxes */
input[type="radio"]:checked + .custom-radio span::after, input[type="checkbox"]:checked + .custom-checkbox span::after {
  content: '✔';
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Label text styling when checked */
input[type="radio"]:checked + .custom-radio, input[type="checkbox"]:checked + .custom-checkbox {
  font-weight: bold;
  color: #000;
}
.checkout-steps {
  background-color: #0b3e97;
  font-size: 14px;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  width: calc(100% - 57px);
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
}
.checkout-edit {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.step-1-btn, .step-2-btn, .step-3-btn, .step-4-btn {
  padding: 12px 25px;
  border-radius: 10px;
  color: #fff;
  background-color: #ff8100;
  margin-top: 20px;
  cursor: pointer;
}
.chackout-page {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
#step1-form, #step2-form, #step3-form, #step4-form {
  padding: 20px 0;
}
#timologio, #xreosi, #paradosi, #delivel-store {
  display: none;
}
#step1-text, #step2-text, #step3-text, #step4-text {
  display: none;
  padding: 20px 0;
}
.form-group {
  margin-bottom: 1rem;
}
.account-remind-btn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.message {
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
  display: none;
}
.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.error-message {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.email-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
.foot-2 button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.foot-2 .response-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.foot-2 .success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.foot-2 .error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.foot-2 .loading {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.foot-2 .email-error {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-number-input {
  font-family: monospace;
  font-size: 16px;
  letter-spacing: 1px;
}
.tracking-results {
  max-height: 70vh;
  overflow-y: auto;
}
.modal-xl-custom {
  max-width: 95%;
  width: 95%;
}
@media (max-width: 768px) {
  .modal-xl-custom {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .foot-nslt button {
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .foot-nslt input {
    width: calc(100% - 70px);
    font-size: 12px;
    font-weight: normal;
  }
  .foot-nslt {
    padding: 5px 10px;
  }
  .slider-btn-1 {
    bottom: -20px;
    left: calc(50vw - 105px);
  }
}
.loading-spinner {
  display: none;
  text-align: center;
  padding: 20px;
}
.error-message-track {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.input-group-text {
  background-color: #e9ecef;
  border-color: #ced4da;
}
.backto {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.synopsi {
  font-size: 25px;
  color: #0b3e97;
  font-weight: bold;
}
.synprods {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.baskettots {
  padding: 20px 0;
  font-size: 17px;
  color: #000;
  border-radius: 0;
  line-height: 36px;
}
.baskettots span {
  font-size: 16px;
  float: right;
}
.metfree {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.checktot {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
}
.checktot span {
  float: right;
}
.checkparad {
  font-size: 14px;
  padding-top: 15px;
}
.checkparad span {
  color: #ff4e31;
}
.baskprod {
  font-size: 13px;
  font-weight: bold;
}
.baskquant {
  font-size: 17px;
  font-weight: bold;
}
.baskprice {
  font-size: 17px;
  font-weight: bold;
  color: #178939;
}
#sendcost {
  display: none;
}
#antikatavbox {
  display: none;
}
#giftbox {
  display: none;
}
#trackingModal .modal-dialog {
  max-width: 950px;
}
.remove-filters-wrapper {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}
.remove-filters-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  background-color: #6c757d;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color .2s;
}
.remove-filters-btn:hover {
  background-color: #5a6268;
  color: #fff;
}
.remove-filters-btn i {
  margin-right: 5px;
}
.prodcat-controls-top {
  align-items: center;
}
.prodcat-num {
  padding: 1rem 0;
}
.prodcat-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}
.sorting-wrapper, .hmany-wrapper {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.sorting-wrapper .form-label, .hmany-wrapper .form-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.sorting-wrapper .form-select, .hmany-wrapper .form-select {
  width: auto;
}
@media (max-width: 1399px) {
  .baskettots {
    font-size: 16px;
  }
}
@media (max-width:1199.98px) {
  #filtersContainer {
    display: none;
    margin-top: 15px
  }
  #filtersContainer.show {
    display: block
  }
  .foot-1 {
    padding: 30px;
  }
  .foot-2 {
    padding: 30px;
  }
  .foot-3 {
    padding: 30px;
  }
}
@media (min-width:1200px) {
  #filterToggleBtn {
    display: none
  }
  #filtersContainer {
    display: block !important
  }
}
@media (max-width:991.98px) {
  .prodcat-controls-top {
    text-align: center
  }
  .prodcat-num {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .prodcat-options {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 1rem
  }
  .sorting-wrapper, .hmany-wrapper {
    flex-direction: column;
    width: 100%;
    gap: .25rem
  }
  .sorting-wrapper .form-select, .hmany-wrapper .form-select {
    width: 100%
  }
}
#filterToggleBtn {
  background-color: #f59e0b;
  border: none;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all .2s;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
}
#filterToggleBtn:hover {
  background-color: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)
}
@media (max-width:991.98px) {
  .autocomplete-box {
    max-width: 100%;
    margin-left: 0;
  }
  #autocompleteResultsm .w-50.text-start.mb-2[style*="display: flex"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #autocompleteResultsm .w-50.text-start.mb-2 img {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  #autocompleteResultsm .stitle, #autocompleteResultsm .sprice, #autocompleteResultsm .simg {
    text-align: center;
    width: 100%;
  }
}
.insta .instagram-widget {
  max-width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
/* Setup Banner */
.insta .setup-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 24px;
  position: relative;
}
.insta .setup-banner h4 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.insta .setup-banner p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
  opacity: 0.95;
}
.insta .setup-steps {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-top: 12px;
  font-size: 13px;
}
.insta .setup-steps ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.insta .setup-steps li {
  margin-bottom: 6px;
  line-height: 1.6;
}
.insta .setup-steps code {
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 12px;
}
.insta .setup-link {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin-top: 8px;
  transition: transform 0.2s;
}
.insta .setup-link:hover {
  transform: translateY(-2px);
}
/* Header Styles */
.insta .widget-header {
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.insta .profile-pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 3px;
}
.insta .profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: white;
}
.insta .profile-info {
  flex: 1;
}
.insta .profile-username {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 4px;
}
.insta .profile-stats {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #8e8e8e;
}
.insta .profile-stats span {
  font-weight: 600;
  color: #262626;
}
.insta .follow-btn {
  padding: 8px 24px;
  background: #0095f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.insta .follow-btn:hover {
  background: #0081d8;
}
.insta .demo-badge {
  display: inline-block;
  background: #ffc107;
  color: #856404;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 8px;
}
/* Grid Styles */
.insta .feed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 4px;
}
@media (min-width: 576px) {
  .insta .feed-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .insta .feed-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.insta .feed-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  background: #fafafa;
  text-decoration: none;
  display: block;
}
.insta .feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.insta .feed-item:hover img {
  transform: scale(1.05);
}
.insta .feed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.insta .feed-item:hover .feed-overlay {
  opacity: 1;
}
.insta .overlay-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.insta .stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.insta .stat-item svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.insta .overlay-caption {
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* Responsive adjustments */
` 767px) {
  .insta .widget-header {
    padding: 16px;
    flex-wrap: wrap;
  }
  .insta .profile-pic {
    width: 50px;
    height: 50px;
  }
  .insta .profile-username {
    font-size: 16px;
  }
  .insta .profile-stats {
    font-size: 12px;
    gap: 12px;
  }
  .insta .follow-btn {
    font-size: 12px;
    padding: 6px 16px;
    width: 100%;
    order: 4;
  }
  .insta .demo-badge {
    font-size: 9px;
    padding: 2px 8px;
  }
  .insta .setup-banner {
    padding: 16px;
  }
  .insta .setup-steps {
    font-size: 12px;
  }
  .article-top {
    font-size: 25px;
    padding: 30px 0;
  }
  .article-top h1 {
    font-size: 25px;
  }
}
.label-area {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 40px;
}
.neo-label {
  position: relative;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background: #1e3a8a; /* dark blue */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  clip-path: polygon(50% 0%, 75% 7%, 93% 25%, 100% 50%, 93% 75%, 75% 93%, 50% 100%, 25% 93%, 7% 75%, 0% 50%, 7% 25%, 25% 7%);
}
.neo-label span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  z-index: 1;
}
.sale-label {
  position: relative;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background: #fe0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
}
.sale-label span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  z-index: 1;
}
.sugg-label {
  position: relative;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background: #DF2BB1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
}
.sugg-label span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  z-index: 1;
}
.offer-label {
  position: relative;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background: #f15822;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
}
.offer-label span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  z-index: 1;
}
.contact-page {
  background-color: #178939;
  color: #fff;
}
.contact-page h3 {
  color: #fff;
}
.kts {
  font-size: 22px;
  color: #fff;
}
.kts > span {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1720px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.back-to-top {
  cursor: pointer;
  background-color: #777;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.back-to-top.hidden-top {
  bottom: -100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-top:hover {
  background-color: var(--theme-color);
}
.back-to-top i {
  font-size: 36px;
  margin: 1px 0 0 0;
  color: #fff;
  display: inline-block;
}
.home-contact a {
  color: #fff;
}
.home-contact .tab-pane {
  color: #fff !important;
  font-size: 25px;
}
.home-contact .nav-tabs .nav-link {
  color: #fff !important;
  ;
  font-size: 15px;
}
.home-contact .tab-pane a {
  color: #fff !important;
  ;
  text-decoration: underline !important;
  ;
}
.home-contact .tab-content {
  background: #0c6f29;
  margin-top: -1px;
}
.home-contact .nav-tabs {
  margin-bottom: 0 !important;
}
.home-contact .nav-tabs .nav-link {
  border-radius: 15px 15px 0 0 !important;
}
.home-contact .nav-tabs .nav-link:hover, .home-contact .nav-tabs .nav-link.active {
  background-color: #0c6f29 !important;
}
@media (max-width: 1650px) {
  .home-contact .nav-tabs .nav-link {
    padding: 10px !important;
    font-size: 12px;
  }
  .home-contact .nav-tabs {
    padding: 0 !important;
  }
}
@media (max-width: 1280px) {
  .home-contact .nav-tabs .nav-link {
    padding: 10px 20px !important;
    font-size: 15px;
    border-radius: 0 !important;
    background: #2c8f49;
    width: 100%;
  }
  .home-contact .nav-item {
    width: 100% !important;
  }
  .home-contact .nav-tabs .nav-link.active {
    background-color: #0c6f29 !important;
  }
  .home-contact .tab-pane {
    font-size: 22px;
  }
}
.gift-bag-add {
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 25px;
}
.gift-bag-add:hover {
  color: #FFCE00;
  transform: translateY(-1px);
}
.gift-bag-add.added {
  color: #F8F7B2;
  font-weight: 600;
}
