@font-face {
  font-family: "BPG Arial";
  src: url("../fonts/BPGArial2010.eot");
  src: url("../fonts/BPGArial2010.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BPGArial2010.woff2") format("woff2"),
    url("../fonts/BPGArial2010.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BPG Arial Caps";
  src: url("../fonts/BPGArialCaps2010Regular.eot");
  src: url("../fonts/BPGArialCaps2010Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BPGArialCaps2010Regular.woff2") format("woff2"),
    url("../fonts/BPGArialCaps2010Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.g-productStyle{
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: contain;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* margin-top: -3px; */
  margin-top: -2px;
  display: inline-block;
  line-height: 0.3;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 300px;
}

/*
.fb_iframe_widget iframe {
	position: absolute !important;
}
.fb_iframe_widget iframe.fb_customer_chat_bounce_in_v2
{
	position: fixed !important;;
}
*/
.ellipsis {
  overflow: hidden;
}

.btn {
  font-family: "BPG Arial Caps";
  margin: 0rem !important;
}

body {
  font-size: 14px;
  font-family: "BPG Arial";
}



.logo {
  /* height: 15vw; */
  max-width: 140px;
  max-height: 96px;
  min-height: 32px;
  width: 25vw;
  transform: scale(1.1);
  transition: 0.4s;
  /* width: 100%; */
  /* width: 100%; */
}

.juicer-feed h1.referral a {
  display: none;
}

.header-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}

.header-content:before,
.header-content:after {
  content: "";
  border-top: 1px solid black;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.header-content:after {
  margin: 0 0 0 20px;
}

.footer .logo1 {
  /* height: 15vw; */
  max-width: 140px;
  max-height: 96px;
  min-height: 32px;
  width: 25vw;

  /* width: 100%; */
  /* width: 100%; */
}

.header-line {
  height: 4px;
}

.content {
  min-height: 200px;
  padding-bottom: 25px;
}

.header .urow a {
  text-decoration: none;
}

.header .search form {
  margin: 0;
}

.main-menu {
  position: relative;
  z-index: 100;
}

.main-menu .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}

#paybutton {
  color: #000;
}

.main-menu .navbar .navbar-toggler {
  padding: 0;
}

.search .form-group {
  margin-bottom: 0;
}

.search .form-control {
  position: relative;
}

.dropdown-cart .dropdown-item {
  font-size: 12px;
}

.modal {
  overflow-y: hidden !important;
}

.modal-open {
  overflow: auto !important;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.slider {
  background: -moz-linear-gradient(
    top,
    rgba(243, 236, 229, 0) 0%,
    rgba(192, 181, 172, 0.7) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(243, 236, 229, 0) 0%,
    rgba(192, 181, 172, 0.7) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(243, 236, 229, 0) 0%,
    rgba(192, 181, 172, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3ece5', endColorstr='#c0b5ac', GradientType=0);
  /* IE6-9 */
}

.slider {
  margin-bottom: 20px;
}

.slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slide .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide .container.top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2%;
}

.slide-shad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
}

.slide-info {
  width: 50%;
}

.slide-info.left {
  float: left;
  opacity: 0;
  transform: translate3d(-2%, 0px, 0px);
  transition: all 1.5s;
}

.slide-info.right {
  float: right;
  opacity: 0;
  transform: translate3d(2%, 0px, 0px);
  transition: all 1.5s;
}

.slide-info.right.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slide-info.left.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slide-info i {
  color: white;
  font-size: 7vw;
}

.menu-ico-collapse {
  margin-left: 4px;
}

.slider.slider-horizontal {
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}

.slider-handle {
  background: #495057 !important;
}

.slider.slider-horizontal .slider-track {
  height: 5px !important;
  margin-top: -2px !important;
}

.tooltip.in {
  opacity: 0.9;
}

.list-group-submenu .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-submenu .list-group-item:last-child {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.font-size-h1 {
  font-size: 16px;
}

.font-size-t1 {
  font-size: 14px;
}

.productitem {
  margin-bottom: 15px;
  margin-bottom: 15px;
  padding: 6px;
  border-radius: 4px;
}

.productitem-image {
  display: block;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.collection-image {
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 45%;
}

.productitem-price {
  font-size: 24px;
}

.input-popup {
  position: absolute;
  background: white;
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  top: 100%;
  margin-top: -1px;
  max-height: 300px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  z-index: 200;
}

.search-result {
  display: none;
}

.input-popup-list {
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.input-popup-list .mCSB_container {
  margin: 0;
}

.input-popup-list .ttable {
  margin: 0;
}

.input-popup-list .tcell {
  margin: 0;
  padding: 5px;
}

.input-popup-list .tcell:last-child {
  padding-right: 30px;
}

.input-popup-list .list-item {
  height: 100px;
  width: 100%;
  border-top: none;
  transition: all 0.3s;
  position: relative;
  padding: 10px 5px;
}
.site-nav-container .card {
  box-shadow: none !important;
  -webkit-box-shadow:none !important
}

.input-popup-list .list-item > div:nth-child(2) {
  padding: 0 10px;
}

.input-popup-list .list-item img {
  border-radius: 4px;
}

.input-popup-list .list-item .ellipsis {
  height: 50px;
}

.input-popup-list .list-item:first-child {
  border-top: none;
}

.input-popup-list .list-item:last-child {
  border-bottom: none;
}

.input-popup-list .list-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
}

.input-popup-list .mCSB_scrollTools {
  z-index: 300;
}

.input-popup .list-item:hover {
  z-index: 250;
}

.footer .mrow {
  padding: 15px 0;
}

.footer .menu {
  margin: 0;
  padding: 0;
  margin-right: -10px;
}

.footer .menu li {
  margin: 3px 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.footer .menu li > a {
  text-decoration: none;
}

.img-fluidgiorgi {
  width: 100%;
  height: auto;
}

.footer .menu li:hover::after {
  width: 100%;
}

.footer .menu li.active::after {
  width: 100%;
}

.footer a {
  color: white;
}

.footer .menu li:hover a {
  opacity: 0.8;
}

.footer a:hover,
.footer a.active {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BPG Arial Caps";
}

.modalpopup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}

.modalpopup-wrapper .modalpopup-overlay {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modalpopup-wrapper .modalpopup-window {
  width: 50%;
  padding: 15px 0;
  border-radius: 4px;
  position: relative;
}

.modalpopup-wrapper .modalpopup-header {
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.modalpopup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

a [class*="icon-"] {
  transition: all 0.3s;
}

.banner > img {
  margin: 0 auto;
}

.lSSlideOuter {
  border-bottom: 0;
}

.collection {
  border-radius: 4px;
}

hr.style11 {
  height: 6px;
  border: 0;
}

hr.style12 {
  height: 6px;
  border: 0;
}

hr.style13 {
  height: 10px;
  border: 0;
}

hr.style14 {
  border: 0;
  height: 1px;
}

hr.style15 {
  text-align: center;
}

hr.style15:after {
  content: "\002665";
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  font-size: 18px;
}

hr.style16:after {
  content: "\002702";
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  font-size: 18px;
}

hr.style17 {
  text-align: center;
}

hr.style17:after {
  content: "�";
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

hr.style18 {
  height: 30px;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.banner > img {
  display: none;
}

.t-buttons img {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.t-buttons img:hover {
  opacity: 1;
}

@keyframes anim-rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 359deg);
  }
}

.spinner {
  display: inline-block;
  line-height: 1;
  animation: anim-rotate 2s infinite linear;
}

.spinner--steps {
  animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
  animation: anim-rotate 1s infinite steps(12);
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}

#hoveringimg {
  position: relative;
}

.overlayimg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgb(0, 0, 0);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  opacity: 0.7;
}

#hoveringimg:hover .overlayimg {
  height: 58px;
}

.overlaytext {
  color: black;
  font-size: 20px;
}
@media screen and (max-width: 768px){
  .overlaytext {
    font-size: 16px;
  }
}
.collection-grid-item:hover .overlaytext {
    text-decoration: underline solid 1px;
    text-underline-offset: 6px;
}

.product-img-cont {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.backtext::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  opacity: 0.25;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  transition: 0.5s;
  /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); */
}

.collection-grid-item__link {
  border: 1px solid #ededed ;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.collection-grid-item:hover {
  opacity: 0.7;
}

.fixed-top {
  background-color: white;
  border-bottom: 1px solid #c7c6c6;
  transition: 0.5s all;
}

.headerlogo {
  display: block;
  padding-bottom: 47%;
  background-repeat: no-repeat;
  background-position: center center;
}

.menulogo {
  display: block;
  padding-bottom: 47%;
  background-repeat: no-repeat;
  background-position: center center;
}

.footerlogo {
  display: block;
  padding-bottom: 18%;
  background-repeat: no-repeat;
  background-position: center right;
}

.morelang {
  height: 0;
  position: absolute;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  margin-left: -8px;
  border-radius: 0.125rem;
}

.mainlang:hover .morelang {
  height: 38px;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.footer hr {
  width: 220px;
  display: inline-block !important;
}

.social {
  width: 110px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  right: 0;
  left: 50px;
  bottom: -15px;
  transition: all 0.3s ease 0s;
}

.social li {
  display: inline-block;
}

.social li button {
  color: rgb(90, 86, 86) !important;
  background: #fff !important;
  font-size: 20px;
  line-height: 1px;
  width: 53px;
  height: 53px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  text-align: center;
}

.social li button i {
  margin-left: 1px;
}

.social li .disabled {
  pointer-events: initial !important;
  cursor: not-allowed !important;
}

.search-input {
  color: black !important;
  border: 1px solid gainsboro !important;
  box-shadow: none !important;
  background-color: #fff !important;
}

.search-input:focus {
  box-shadow: none !important;
}

.search-icon {
  border: none !important;
  box-shadow: none !important;
}

.mega-dropdown .nav-link:after {
  display: block;
  content: "";
  margin-top: 5px;
  border-bottom: 5px solid black;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
}

/* .mega-dropdown .nav-link:hover:after {
  transform: scaleX(1);
} */

.mega-dropdown:hover :not(.isempty).dropdown-menu {
  display: block;
}

.mega-dropdown:hover .nav-link:after {
  transform: scaleX(1);
}

.mega-dropdown:hover .nav-link {
  color: #222 !important;
}

.social-icon {
  padding-left: 0 !important;
  line-height: 0 !important;
}

.collapsible a.active {
  background-color: rgba(0, 0, 0, 0.15) !important;
  color: #424242 !important;
}

.fullscreensearch {
  opacity: 0;
  background-color: #fff;
  color: white;
  transition: all 0.8s;
  box-shadow: 0 5px 25px -15px #000;
  display: none;
}

.usbar a {
  display: inline !important;
}

.sidenavcanvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999999999999999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: visible;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavcanvas a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenavcanvas a:hover {
  color: #f1f1f1;
}

.sidenavcanvas .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

body {
  transition: margin-left 0.5s;
}

.collection_box {
  position: relative;
}

.collection_box_inner {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.collection_box_title {
  color: #fff;
  font-size: 2em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin: 25px;
  position: relative;
}

.prdesc {
  color: #fff;
  background-color: #454545;
  width: 100%;
  border-radius: 2px;
}

.breadcrumb {
  font-size: 13px;
  background: none !important;
}

.btn-outline-grey {
  background-color: transparent !important;
  color: #616161 !important;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  box-shadow: none !important;
}

.btn-outline-light-green {
  border: 1px solid #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important;
}

.dropdown-menu a:hover {
  background-color: #fff !important;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.prselect .select-wrapper span.caret {
  right: 0.8rem !important;
  z-index: 9999;
  opacity: 0.5;
  top: 22px;
}

.prselect .select-wrapper input.select-dropdown {
  border: 1px solid #ced4da !important;
  padding-left: 0.8rem !important;
  font-size: 14px;
}

.categories .icon-chevron-down {
  position: absolute;
  right: 0;
  top: 0.8rem;
  margin-right: 1.25rem;
}

.white-skin .dropdown-content li:not(.disabled) span,
.white-skin .md-form .prefix.active,
.white-skin input[type="email"]:focus:not([readonly]) + label,
.white-skin input[type="text"]:focus:not([readonly]) + label,
.white-skin input[type="password"]:focus:not([readonly]) + label,
.white-skin input[type="number"]:focus:not([readonly]) + label,
.white-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #8c8b8b;
  font-size: 14px;
}

.sticky-content {
  top: 0;
}

.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: -1.5rem 1rem 0;
}

.modal-dialog.cascading-modal .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  padding: 0.7rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  background-color: #eee;
  z-index: 2;
  position: relative;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.md-pills .nav-link.active:hover,
.nav-tabs {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.modal-dialog.cascading-modal .nav-tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pay_button_check {
  position: absolute;
  left: 12px;
  top: 7px;
  opacity: 0;
  transition: 0.3s;
}

label.active > .pay_button_check {
  opacity: 1;
}

.main_valuta {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: white;
  color:#000;
  font-size: 0.7rem;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  padding: 0.7rem 0.5rem;

}
.main_valuta a {
  color: #000 !important;
}


.other_valutas {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 50px;
  left: 0;
  margin-top: 12px;
  z-index: 22;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  /* padding: 0.7rem 0.5rem; */
}

.other_valutas a {
  color: black;
  padding: 9px 14px;
  text-decoration: none;
  border-bottom: 1px solid #dee2e6;
}

/* .other_valutas a:hover {
  background-color: #f1f1f1 !important;
} */

.other_valutas a:active {
  background-color: #f1f1f1;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .side-nav, .side-nav .search-form .form-control, .side-nav2, .side-nav2 .search-form .form-control, .md-toast-message a, .md-toast-message label, .md-toast-close-button, #toast-container>div, .clockpicker_container.clockpicker .picker__box .clockpicker-am-pm-block .active, .picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected, .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover::before, .picker--time .picker__button--clear:focus::before, .picker__date-display, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .darktheme .picker__box .picker__date-display .clockpicker-display, .darktheme .picker__box .picker__date-display .clockpicker-display .clockpicker-span-am-pm, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick, .darktheme .picker__box .picker__footer button, .picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--outfocus, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused {
  color: #000 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.dropdown .dropdown-menu, .dropup .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu{
  padding: 0rem !important;
}

@media (min-width: 1600px) {
  .banner .w-1410px {
    display: block;
    max-width: 1410px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .banner .w-1110px {
    display: block;
    max-width: 1110px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner .w-930px {
    display: block;
    max-width: 930px;
  }
}

@media (min-width: 992px) and (max-width: 1320px) {
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    visibility: hidden;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner .w-690px {
    display: block;
    max-width: 690px;
  }

  .footerlogo {
    padding-bottom: 28%;
  }

  .swiper-lazy .title h1 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner .w-510px {
    display: block;
    max-width: 510px;
  }

  .footerlogo {
    background-position: center center;
    padding-bottom: 15%;
  }

  .swiper-lazy .title h1 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .banner .w-270px {
    display: block;
    max-width: 270px;
  }

  .swiper-lazy .title h1 {
    font-size: 1rem !important;
  }

  .overlayimg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: rgb(0, 0, 0);
    overflow: hidden;
    width: 100%;
    height: 58px !important;
    transition: 0.5s ease;
    opacity: 0.7;
  }

  .card-title {
    font-size: 15px;
  }

  .footerlogo {
    background-position: center center;
    padding-bottom: 20%;
  }

  .footer hr {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .font-size-h1 {
    font-size: 5vh;
  }

  .font-size-t1 {
    font-size: 3vh;
  }
}

@media (max-width: 992px) {
  .navbar-collapse li:first-child {
    padding-top: 15px !important;
  }
}

/* ------------------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */

/* @font-face {
  font-family: 'BPG Arial';
  src: url('../fonts/BPGArial2010.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} */

/* -------------------------------- */
/* ------- main setup ------- */
/* -------------------------------- */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "BPG Arial" !important;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  position: relative;
  right: 0px;
  overflow-x: hidden !important;
  transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-width: 300px;
  width: auto !important;
  width: 300px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0px !important;
}

body.push-content {
  right: 480px !important;
}
#bodyContent .content {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 568px) {
  body.push-content {
    right: 320px !important;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 100%;
  font: inherit;
}

.site-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7777;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
  cursor: pointer;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}
.filter-link--fixed {
  position: fixed;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: arial;
  color: #fff;
  width: min-content;
  z-index: 999999;
  top: 33%;
  right: 5px !important;
  opacity: 0;
  animation: 2s ease-in-out 1s fadeIn forwards;
}
.social-link--fixed {
  position: fixed;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: arial;
  color: #fff;
  width: min-content;
  z-index: 999999;
  top: 26%;
  left: 5px !important;
  opacity: 0;
  animation: 2s ease-in-out 1s fadeIn forwards;
}

.social-link--fixed span, .filter-link--fixed span {
  padding-bottom: 5px;
  float: left;
  display: block;
}

.social-link--fixed a, .filter-link--fixed a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-link--fixed a,
.social-link--fixed button, 
.filter-link--fixed a, 
.filter-link--fixed button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #141618;
}

@media screen and (max-width: 768px) {
  .social-link--fixed, .filter-link--fixed {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .btn--filter {
  background: #495057 !important;
} */

.container {
  margin-top: 70px;
}

.site-header-slide .container {
  margin-top: 0px !important;
}

/* ----------------- */
/* style header */
/* ----------------- */

.site-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 999;
  align-items: center;
  margin-top: auto;
}

.site-header.header-scroll {
  position: relative !important;
}

@media screen and (min-width: 1025px) {
  .site-header.desktop-view {
    position: fixed;
    padding: 20px 60px;
    border-bottom: 0;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); */
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .site-header {
    padding: 20px 30px;
    border-bottom: 0;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); */
    top: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .site-header {
    padding: 14px 30px !important;
  }
}

.logo-img {
  display: inline-block;
}

.site-header img {
  max-width: 120px;
  max-height: 80px;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .site-header img {
    max-height: 40px;
  }
}

.site-nav {
  display: flex;
  flex-direction: row;
  align-self: center;
}

.site-nav--icon {
  margin-left: auto;
  margin-right: 15px;
}

.site-menu-handle,
.site-cart-handle,
.site-search-handle,
.site-user-handler,
.site-filter-handle {
  /* width: 27px; */
  height: 22px;
  position: relative;
  opacity: 0.66;
  margin: 0 11px 0;
  overflow: visible;
  transition: opacity 150ms linear;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  opacity: 1;
}

.site-cart-handle,
.site-search-handle,
.site-user-handler,
.site-filter-handle {
  transform: translateY(-3px);
}

.filter--menu {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 14px;
  left: 12px;
  transition: all 150ms linear;
}

.filter--menu .bar {
  width: 2.4px;
  height: 19px;
  background: #fff;
  position: absolute;
  transition: all 150ms linear, transform 150ms linear 100ms;
}

.filter--menu .bar:nth-child(1) {
  left: 1px;
}

.filter--menu .bar:nth-child(2) {
  left: 10px;
}

.filter--menu .bar:nth-child(3) {
  left: 19px;
}

.filter--menu .bar:nth-child(1):after {
  top: 11px;
}

.filter--menu .bar:nth-child(2):after {
  top: 5px;
}

.filter--menu .bar:nth-child(3):after {
  top: 7px;
}

.filter--menu .bar:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 3px;
  background: #fff;
  left: -2px;
  transition: all 150ms linear;
}

.site-filter-handle:hover .filter--menu .bar:nth-child(1):after {
  top: 7px;
}

.site-filter-handle:hover .filter--menu .bar:nth-child(2):after {
  top: 11px;
}

.site-filter-handle:hover .filter--menu .bar:nth-child(3):after {
  top: 5px;
}

.site-user-handler {
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 640px) {
  .site-nav .admin-lang .user {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .site-user-handler {
    display: none;
  }
}

.site-search-handle .rotate {
  transition: hover 350ms linear;
}

.site-search-handle .rotate:hover {
  transform: rotate(-12deg);
}

@media screen and (max-width: 480px) {
  .site-menu-handle,
  .site-cart-handle,
  .site-search-handle,
  .site-filter-handle {
    margin: 0 8px 0;
  }
}

.portable--show {
  display: flex;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 17px;
  cursor: pointer;
  display: block;
  transition: all 150ms linear;
}

.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 27px;
  height: 2px;
  border-radius: 1px;
}

.hamburger-menu .bar {
  position: relative;
  transform: translateY(7px);
  background: #222;
  transition: all 0ms 100ms, width 150ms linear;
  display: block;
}

.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  background: #222;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear,
    background 150ms linear;
}

.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  background: #222;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear,
    background 150ms linear;
}

.hamburger-menu:not(.activate):hover .bar,
.hamburger-menu:not(.activate).hover .bar {
  width: 25px;
}

.hamburger-menu:not(.activate):hover .bar:before,
.hamburger-menu:not(.activate).hover .bar:before {
  width: 17px;
}

.hamburger-menu:not(.activate):hover .bar:after,
.hamburger-menu:not(.activate).hover .bar:after {
  width: 31px;
}

.site-nav.style-sidebar {
  position: fixed;
  width: 480px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  color: #222;
  z-index: 8888;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(100%);
}

@media screen and (max-width: 568px) {
  .site-nav.style-sidebar {
    width: 320px;
  }
}

@media screen and (max-width: 360px) {
  .site-nav.style-sidebar {
    width: 100%;
  }
}

.site-nav.style-sidebar.activate {
  transform: translateX(0%);
}

.site-overlay.activate {
  opacity: 1;
  visibility: visible;
}

/* sidebar close button */
.site-close-handle {
  position: absolute;
  /* top: 55px; */
  right: 0px;
  width: 35px;
  height: 35px;
  z-index: 999;
  transition: transform 150ms linear;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

/* @media screen and (max-width: 640px) {
  .site-close-handle {
    top: 35px;
    right: 30px;
  }
} */

.hamburger-menu .bar.animate--bar {
  background: transparent;
}

.hamburger-menu .bar.animate--bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar.animate--bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* .hamburger-menu.active:hover {
  transform: rotate(90deg);
} */

.site-nav.style-sidebar .site-nav-container {
  width: calc(100% + 20px);
  height: 100%;
  /* overflow: visible; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.site-nav .admin-lang {
  position: relative;
  display: flex;
  flex-direction: row;
  /* padding-top: 60px; */
  padding-left: 0px;
}

.site-nav .admin-lang .user {
  color: #222;
}

.site-nav .admin-lang .dropdown-toggle::after {
  display: none !important;
}

.site-nav .admin-lang .dropdown-menu {
  min-width: 0rem;
  /* margin: 0.125rem -18px 0; */
}

@media screen and (max-width: 640px) {
  .site-nav .admin-lang {
    padding-top: 39px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 568px) {
  .site-nav .admin-lang {
    padding-top: 0px;
    padding-left: 11px;
  }
}

@media screen and (max-width: 568px) {
  .site-nav.style-sidebar .site-nav-container {
    width: 100%;
  }
}

.site-nav.style-sidebar .site-nav-container-last {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 0px 70px 20px;
}

.site-nav.style-sidebar #site-search .site-nav-container-last {
  padding: 60px 70px 20px;
}
#search--container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.md-srch {
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}
/* input[type="text"]::placeholder {
  margin-left: 0px !important;
} */
.d-table-cell .ellipsis {
  color: #000;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .site-nav.style-sidebar .site-nav-container-last {
    padding: 0px 70px 30px;
  }
}

@media screen and (max-width: 568px) {
  .site-nav.style-sidebar .site-nav-container-last {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-nav.style-sidebar #site-search .site-nav-container-last {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 299px) {
  .site-nav.style-sidebar .site-nav-container-last {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 30px;
  }
}

.site-nav.style-sidebar .site-nav-container .top {
  padding-top: 50px;
  position: relative;
}

.site-nav.style-sidebar .site-nav-container .top .navbar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  flex-wrap: nowrap !important;
}

.site-nav.style-sidebar .site-nav-container .top .navbar a {
  color: #222;
  font-size: 80%;
  font-weight: 500;
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}

.site-nav.style-sidebar .site-nav-container .top .navbar a:hover {
  /* color: #b17b3c; */
}

@media screen and (max-width: 992px) {
  .site-nav.style-sidebar .site-nav-container .top .navbar a {
    font-size: 80%;
  }
}

@media screen and (max-width: 640px) {
  .site-nav.style-sidebar .site-nav-container .top .navbar a {
    font-size: 70%;
  }
}

/* -------------------------- */
/* -------------------------- */


#site-nav-mob.show-search #site-navigation,
#site-nav-mob.show-navigation #site-search,
#site-nav-mob.show-category #site-category,
#site-nav-mob.show-cart #site-cart {
  display: none;
}

/* #site-nav-mob-cat.show-search #site-navigation,
#site-nav-mob-cat.show-navigation #site-search,
#site-nav-mob-cat.show-category #site-category {
  display: none;
} */

/* -------------------------------- */
/* ------- site search style ------- */
/* -------------------------------- */
.site-nav form[role="search"] {
  position: relative;
  margin-top: 50px;
}

.site-nav-container .contact-form .search-input {
  color: none !important;
  border: none !important;
  /* background-color: #ededed !important; */
  overflow: hidden !important;
  resize: both;
}

.site-nav form[role="search"] input[type="search"] {
  background: #ededed;
  color: #222;
  width: 70%;
  border: none;
  outline: none;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  /* height: 55px; */
  font-family: "BPG Arial", serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 0.9375rem; */
  font-size: 0.9rem;
  padding: 0 20px;
  margin: 0;
  display: flex;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  background: #ededed;
  color: #222;
  transition: all 150ms linear;
}

.site-product--box input {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

@media screen and (max-width: 568px) {
  .form--price-val
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    padding: 0;
  }
}

#site-search .contact-form .btn {
  /* background-color: #ededed; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0rem !important;
  padding: 0.84rem 1.5rem;
}

.contact-form
  .md-form
  input[type="text"]:not(.browser-default):focus:not([readonly]) {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 299px) {
  .site-nav form[role="search"] input[type="search"] {
    width: 75%;
  }

  .site-nav.style-sidebar #site-search .site-nav-container-last {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  #site-search .search-bar .btn {
    padding: 0.84rem 1rem;
  }
}

/* -------------------------------- */
/* ------- site header category style ------- */
/* -------------------------------- */

header .navbar .nav-item .nav-link {
  font-size: 70%;
  color: #222 !important;
}

.header--cat-mob {
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

#headerContent .sidenavcanvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999999999999999;
  top: 0;
  right: 0;
  left: auto;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: visible;
  transition: 0.5s;
  padding-top: 60px;
}

.header--cat-title {
  font-size: 70%;
  color: #222;
  padding: 11px;
  text-transform: uppercase;
}

.header--cat .mega-dropdown .nav-link:hover:after {
  transform: scaleX(1);
}

.header--cat .mega-dropdown .nav-link:after {
  display: block;
  content: "";
  margin-top: 5px;
  border-bottom: 2px solid #222;
  transform: scaleX(0);
  transition: 400ms all;
}

.header--cat .mega-dropdown:hover .nav-link:after {
  transform: scaleX(1);
}

/* header .navbar .nav-item .nav-link::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 360px;
  border-bottom: 2px solid #222;
  transition: 500ms all;
}

header .navbar .nav-item .nav-link:hover::before {
  right: 0;
} */

/* -------------------------------- */
/* ------- site header swiper slider style ------- */
/* -------------------------------- */

.swiper-container {
  width: 100%;
  height: 100%;
  /* border-bottom: 1px solid #ededed; */
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.slide-img-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slide-img-container .title {
  position: absolute;
  bottom: 3%;
  z-index: 999999;
  height: auto !important;
}

.slide-img-container .title h1 {
  font-size: 1.2rem;
}

.slide-img-container .title p {
  font-size: 1rem;
  font-weight: normal !important;
  line-height: 1.1;
  word-spacing: 2.5px;
  margin-top: 7px;
}

@media screen and (max-width: 568px) {
  .slide-img-container .title h1 {
    font-size: 0.9567rem;
    line-height: 1.1;
  }

  .slide-img-container .title p {
    font-size: 0.8267rem;
    font-weight: normal !important;
    word-spacing: 1.5px;
  }
}

.slide-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}

.img-overlay {
  background: rgba(62, 69, 81, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms linear;
}

.site-header-slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.site-header-slide .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .site-header-slide .swiper-pagination-bullet {
    width: 25px;
  }
}

/* -------------------------------- */
/* ------- site popular-product-container style ------- */
/* -------------------------------- */

.popular-product--box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* .show--product {
  display: none !important;
} */

.show--cont {
  display: flex !important;
}

.popular-product-container {
  width: 25%;
  height: 50vh !important;
  min-width: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #222;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  display: block;
  float: left;
}
.wish-row .popular-product-container {
  width: 30% !important;
}

.product--display {
  display: flex !important;
}

/* .popular-product--1 .align-items-center.popular-product-container {
  border-right: 1px solid #ededed !important;
} */

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .popular-product-container {
    width: 50%;
    height: 100vh !important;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .popular-product-container {
    height: 50vh !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .popular-product-container {
    height: 50vh !important;
  }
}

.popular-product--title {
  width: 100% !important;
  position: relative;
}

.site-product--relative .popular-product--title,
.site-contact--content .popular-product--title {
  width: 50% !important;
  position: relative;
}

.site-product--relative .popular-product--title h2,
.site-contact--content .popular-product--title h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.65rem;
  font-weight: 700;
}

.popular-product--title-show {
  width: 100%;
}

.popular-product--title-show a {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #222 !important;
}

.site-product--relative .popular-product--title::after,
.site-contact--content .popular-product--title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 70px;
  background-color: #222;
  transition: 0.7s;
}

/* .site-product--relative:hover .popular-product--title::after {
  background-color: #b17b3c;
} */

/* .popular-product-container:hover .popular-product--title-show a {
  color: #b17b3c !important;
} */

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site-product--relative .popular-product--title,
  .site-contact--content .popular-product--title {
    width: 100% !important;
    position: relative;
  }

  .site-product--relative .popular-product--title h2,
  .site-contact--content .popular-product--title h2 {
    text-align: center;
  }

  .site-product--relative .popular-product--title::after,
  .site-contact--content .popular-product--title::after {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 460px) {
  .site-product--relative .popular-product--title h2,
  .site-contact--content .popular-product--title h2 {
    font-size: 0.946rem;
  }

  .site-contact--content .popular-product--title h2 {
    font-size: 1.25rem;
  }
}

.popular-product--img {
  width: 100%;
  height: calc(100% - 100px);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  z-index: 8;
}

.popular-product--img .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.7s;
  background-position: center center;
  background-repeat: no-repeat;
}

.popular-product--content {
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  background-color: #fff;
  color: #222;
  border-right: 1px solid #ededed !important;
}

.popular-product--content h3 {
  font-size: 0.8337rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  height: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .popular-product--content {
    padding: 20px;
    /* text-align: center; */
  }

  .popular-product--content div {
    width: 100%;
  }
  .popular-product--content h3{
    text-align: left;
  }

  .site--price-cont {
    /* justify-content: center; */
  }
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .popular-product--content {
    padding: 20px 10px !important;
  }

  .popular-product--title h2 {
    font-size: 1.15rem;
  }

  .popular-product--content h3 {
    font-size: 0.8075rem;
  }
}

.popular-product--content .price {
  display: block;
  margin-top: 10px;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .popular-product--content div {
    text-align: left;
  }
}

.align-items-center.popular-product-container::before,
.align-items-center.popular-product-container::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #222;
  transition: 0.5s;
  opacity: 0;
}

.align-items-center.popular-product-container::before {
  top: 0;
  left: 0;
}

.align-items-center.popular-product-container::after {
  bottom: 0;
  right: 0;
}

/* .align-items-center.popular-product-container:hover {
  color: #b17b3c;
} */

.align-items-center.popular-product-container:hover::before,
.align-items-center.popular-product-container:hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
}

/* .arrow {
  width: 25%;
  height: 2px;
  background-color: #b17b3c;
  position: absolute;
  border-radius: 4px;
  right: 20px;
  bottom: 1.8rem;
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
} */

@media screen and (min-width: 1025px) {
  .popular-product-container:hover .hover-text {
    text-decoration: underline solid 1px;
    text-underline-offset: 6px;
    /* color: #b17b3c; */
  }
}

/* .arrow::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #b17b3c;
  transform: rotate(25deg);
  position: absolute;
  right: -2px;
  bottom: 3px;
} */

/* .arrow::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #b17b3c;
  transform: rotate(-25deg);
  position: absolute;
  right: -2px;
  bottom: -3px;
} */

/* @media screen and (max-width: 1366px) {
  .arrow::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #b17b3c;
    transform: rotate(25deg);
    position: absolute;
    right: -2px;
    bottom: 3.4px;
  }

  .arrow::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #b17b3c;
    transform: rotate(-25deg);
    position: absolute;
    right: -2px;
    bottom: -3px;
  }
} */

/* -------------------------------- */
/* ------- site collection--container  style ------- */
/* -------------------------------- */

.collection--container .collection-box {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.collection--container .collection-box .col-sm-6 {
  padding-right: 0px;
  padding-left: 0px;
  height: 100vh;
}

.collection--container .collection-box .col-12 {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0vh;
  height: 100%;
}

.collection--content {
  display: flex;
  flex-direction: column;
  padding: 0 15%;
  width: 100%;
  align-items: flex-start;
  z-index: 9;
  color: #222;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.collection--content .content--text {
  font-size: 1rem;
  font-weight: normal;
  color: #ededed;
  line-height: 1.2;
  margin-bottom: 35px;
  text-align: center;
}

.collection--content .content--title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #ededed;
}

.collection--content .collection--link {
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid white;
  outline: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.81rem;
  padding: 15px 40px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top: 35px;
}

.collection--content .collection--link span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.collection--content .collection--link span:after {
  content: "\00bb";
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: -8px;
  right: -20px;
  font-size: 170%;
  transition: 0.5s;
}

.collection--content .collection--link:hover {
  /* background-color: #000000; */
}

.collection--content .collection--link:hover span {
  padding-right: 25px;
  color: #ededed;
}

.collection--content .collection--link:hover span:after {
  opacity: 1;
  right: 0;
  color: #ededed;
}

@media screen and (max-width: 880px) {
  .collection--content .content--text {
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 25px;
  }

  .collection--content .content--title {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.collection--container .collection-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.collection--container .collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.collection-img-overlay {
  background: rgba(62, 69, 81, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms linear;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .collection--container .collection-img {
    height: 100%;
  }

  .collection--container .collection-box .col-sm-6 {
    min-height: 0;
  }

  .collection--container .collection-box .col-12 {
    min-height: 0;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .collection--container .collection-img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .collection--container .collection-img {
    height: 100%;
  }
}

/* -------------------------------- */
/* ------- site gallery--container  style ------- */
/* -------------------------------- */

.site--gallery .row {
  margin-left: 0px;
  margin-right: 0px;
}

.site--gallery .gallery--box {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.site--gallery .gallery--box {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 100vh;
}

.site--gallery .gallery--box .gallery-img--1 {
  width: 50%;
  height: 100vh;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

.site--gallery .gallery--box .show--cont.gallery-img--2,
.site--gallery .gallery--box .show--cont.gallery-img--3 {
  width: 50%;
  height: 50vh;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

.site--gallery .gallery--box .gallery-img--1 img,
.site--gallery .gallery--box .gallery-img--2 img,
.site--gallery .gallery--box .gallery-img--3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transform: scale(1);
  transition: 5s;
  opacity: 0.8;
}

.site--gallery .gallery--box .gallery-img--show {
  display: none;
}

.gallery--overlay-1 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #222;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.gallery--overlay-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.text {
  color: white;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.gallery--link {
  border-radius: 4px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #222;
  text-align: center;
  font-size: 0.81rem;
  padding: 15px 40px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top: 35px;
}

.gallery--link span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-weight: 500;
}

.gallery--link span:after {
  content: "\00bb";
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: -8px;
  right: -20px;
  font-size: 170%;
  transition: 0.5s;
}

.gallery--link:hover {
  background-color: #b17b3c;
  opacity: 1;
}

.gallery--link:hover span {
  padding-right: 25px;
  color: #ededed;
  opacity: 1;
  font-weight: 600;
}

.gallery--link:hover span::after {
  opacity: 1;
}

.site--gallery .gallery--box .gallery-img--1:hover img,
.site--gallery .gallery--box .gallery-img--2:hover img,
.site--gallery .gallery--box .gallery-img--3:hover img {
  transform: scale(1.3);
}

.site--gallery .gallery--box .gallery-img--1:hover .gallery--overlay-1 {
  width: 100%;
  left: 0;
  opacity: 0.6;
}

.site--gallery
  .gallery--box
  .show--cont.gallery-img--2:hover
  .gallery--overlay-2,
.site--gallery
  .gallery--box
  .show--cont.gallery-img--3:hover
  .gallery--overlay-2 {
  width: 100%;
  opacity: 0.6;
}

.img--full {
  min-height: 0vh !important;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .site--gallery .gallery--box .gallery-img--1 {
    width: 50%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--2 {
    width: 50%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--3 {
    width: 100%;
    height: 50vh;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .site--gallery .gallery--box .gallery-img--1 {
    width: 50%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--2 {
    width: 50%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--3 {
    width: 100%;
    height: 50vh;
  }
}

@media screen and (max-width: 480px) {
  .site--gallery .gallery--box .gallery-img--1 {
    width: 100%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--2 {
    width: 100%;
    height: 50vh !important;
  }

  .site--gallery .gallery--box .show--cont.gallery-img--3 {
    width: 100%;
    height: 50vh;
  }

  .gallery--overlay-2.gallery--overlay-mob {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #222;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
  }

  .site--gallery .gallery--box .gallery-img--3:hover .gallery--overlay-2 {
    width: 100%;
    left: 0;
    opacity: 0.6;
  }
}

/* -------------------------------- */
/* ------- site most sale style ------- */
/* -------------------------------- */

.most-sale-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  padding: 35px;
}

.most-sale .swiper--2 {
  /* padding: 50px 0px 0px; */
}

.most-sale .swiper--2 .popular-product-container {
  width: 100%;
}

.most-sale .swiper--2 .swiper-button-next,
.most-sale .swiper--2 .swiper-button-prev {
  font-size: 2rem;
}

@media screen and (min-width: 1025px) {
  .most-sale .swiper--2 .swiper-button-next,
  .most-sale .swiper--2 .swiper-button-prev {
    top: 2%;
    outline: none !important;
    border: none !important;
  }

  .most-sale .swiper--2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: calc(44% + 2%);
    left: auto;
  }

  .most-sale .swiper--2 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: calc(44% + 2%);
    right: auto;
  }
}

@media screen and (min-width: 2160px) {
  .most-sale .swiper--2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: calc(44% + 3%);
    left: auto;
  }

  .most-sale .swiper--2 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: calc(44% + 3%);
    right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .most-sale .swiper--2 .swiper-button-next,
  .most-sale .swiper--2 .swiper-button-prev {
    top: 3%;
    outline: none !important;
    border: none !important;
  }

  .most-sale .swiper--2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: calc(45% - 3%);
    left: auto;
  }

  .most-sale .swiper--2 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: calc(45% - 3%);
    right: auto;
  }
}

@media screen and (max-width: 768px) {
  .most-sale .swiper--2 .swiper-button-next,
  .most-sale .swiper--2 .swiper-button-prev {
    top: 3%;
  }

  .most-sale .swiper--2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: calc(42% - 3%);
    left: auto;
  }

  .most-sale .swiper--2 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: calc(42% - 3%);
    right: auto;
  }
}

@media screen and (max-width: 460px) {
  .most-sale-text {
    font-size: 0.956rem;
  }

  .most-sale .swiper--2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: calc(38% - 3%);
    left: auto;
  }

  .most-sale .swiper--2 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: calc(38% - 3%);
    right: auto;
  }
}

.most-sale .swiper--2 .swiper-button-next::after {
  content: "\2192";
}

.most-sale .swiper--2 .swiper-button-prev::after {
  content: "\2190";
}

.swiper--2 .swiper-button-next.swiper-button-black,
.swiper--2
  .swiper-container-rtl
  .swiper--2
  .swiper-button-prev.swiper-button-black {
  background-image: none;
}

.swiper--2 .swiper-button-prev.swiper-button-black,
.swiper--2
  .swiper-container-rtl
  .swiper--2
  .swiper-button-next.swiper-button-black {
  background-image: none;
}

.most-sale .swiper--2 .swiper-button-next::after,
.most-sale .swiper--2 .swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  letter-spacing: 0px;
  font-variant: initial;
  line-height: 1;
  font-weight: 900;
  text-transform: none !important;
}

/* -------------------------------- */
/* ------- site footer style ------- */
/* -------------------------------- */

.page-footer::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #141618;
  z-index: 888;
  display: block;
  bottom: 0px;
  position: absolute;
  clear: both;
}

.footer--container {
  font-size: 0.8125rem;
  color: #fff;
  top: -1px;
  z-index: 9;
  background: #141618;
  width: 100%;
  position: relative;
}

.footer--container h4 {
  opacity: 0.48;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .footer--container {
    display: flex;
  }
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .footer--container {
    padding: 50px 0 !important;
  }
}

.footer-box {
  display: flex;
  position: relative;
  float: left;
  padding: 100px 0;
  border-bottom: 0 !important;
  border-right: 1px solid #202326 !important;
  background: #141618 !important;
  align-items: center;
  flex-direction: column;
}

.footer--left,
.footer--right {
  width: 50%;
  min-height: 100vh;
}

.copyright--2 {
  display: none;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .footer-box {
    padding: 0 !important;
  }

  .footer--left,
  .footer--right {
    width: 100%;
    min-height: 100vh;
    min-height: 0 !important;
    height: auto !important;
    position: relative !important;
    margin-left: 0 !important;
  }

  .copyright--1 {
    display: none;
  }

  .copyright--2 {
    display: block;
  }
}

.footer--container .footer--content:not(:last-child) {
  /* margin-bottom: 140px; */
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .footer--container .footer--content:not(:last-child) {
    /* margin-bottom: 30px !important; */
  }
  .footer--right{
    margin-top: 20px !important;
  }
  .white-skin .page-footer {
    background-color: #141618  !important;
  }
}

.footer--container .footer--content,
.footer--container .site--copyright {
  width: 60%;
}

.site-box-content {
  transform: translateY(0);
  opacity: 1;
  z-index: 9;
}

.site--copyright {
  font-size: 0.75rem;
  opacity: 0.66;
  position: absolute;
  bottom: 30px;
  left: 20%;
  /* margin-bottom: 24px; */
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site--copyright {
    bottom: 1px !important;
  }
}

@media screen and (max-width: 1024px) {
  .site--copyright {
    /* left: 14%; */
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .footer--container .footer--content,
  .footer--container .site--copyright {
    width: 75%;
  }
}

.btn--secondary {
  background-color: #24282b !important;
}
.btn--secondary:hover {
  color: white;
}
.footer--content ul {
  list-style: none;
}

.footer--content .footer--menu li {
  margin: 4px 0;
}

.footer--content .footer--menu li .nav-link {
  padding: 0rem !important;
  font-size: 0.8015rem;
  transition: 0.77s all;
}

.footer--content .footer--menu li .nav-link:hover {
  color: gray;
  opacity: 0.6;
}

@media screen and (min-width: 481px) {
  .footer--content .footer--menu {
    display: flex;
    flex-wrap: wrap;
  }

  .footer--content .footer--menu li {
    width: 50%;
  }
}

/* footer map */

.footer-map--container {
  position: relative;
  /* max-width: 400px; */
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-color: #ededed;
  border-radius: 10px;
  cursor: pointer;
}

.footer-map--container .footer-map--overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #202326;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}

.footer-map--container:hover .footer-map--overlay {
  opacity: 0.6;
}

@media screen and (max-width: 460px) {
  .footer-map--container {
    height: 200px;
  }
}

@media screen and (max-width: 992px) {
  .modal .modal-dialog.modal-bottom {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}

/* -------------------------------- */
/* ------- site single product page style ------- */
/* -------------------------------- */

.site-product--container {
  width: 100%;
  position: relative;
}

.site-product--image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ededed !important;
  display: flex;
  align-items: center;
  border-right: 1px solid #ededed;
  float: left;
  overflow: hidden;
  background-color: #fff;
}

.box--big {
  width: 50%;
  min-height: 100vh;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .site-product--image {
    border-bottom: 0 !important;
  }

  .site-product--slider {
    height: 100vh;
    min-height: 0;
  }
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .box--big {
    width: 100%;
    position: relative !important;
    margin-left: 0 !important;
  }
  .site-product--slider {
    min-height: 0 !important;
    /*  */
    height: 50vh !important;
    overflow: visible;
  }
}

.site-product--single
  .site-product--container
  .site-product--image
  .swiper--3
  .slide-img-container {
  height: 100%;
}

.site-product--single .site-product--container .site-product--image .swiper--3 {
  border-bottom: none;
}

.site-product--single
  .site-product--container
  .site-product--image
  .swiper--3
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper--3 .swiper-navigation.disabled {
  display: none;
}

.site-product--content {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: none;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: #fff !important;
  margin-left: -1px;
  /* float: left; */
  float: right;
  overflow: hidden;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site-product--content {
    text-align: center;
    min-height: 0 !important;
    height: auto !important;
    border-bottom: none;
  }
  .site-product--content .site-product--text{
    text-align: start;
  }
}


.site-product--box {
  padding: 100px 0;
  width: 70%;
  max-width: 800px;
  z-index: 9;
  transform: translateY(0);
  opacity: 1;
  margin-top: 0px;
  transition: opacity 300ms linear, transform 300ms linear;
}

.site-product--box .site-product--title {
  font-size: 1.55rem;
  margin-bottom: 20px;
}

.site-product--box .star {
  /* color: #b17b3c; */
  font-size: 1.5rem;
  padding: 0 1px; /* space out the stars */
}
.site-product--box .star::before {
  content: "\2606";
  cursor: pointer;
}
.site-product--box .star:hover::before {
  /* the :hover should come first */
  content: "\2605";
  color: goldenrod;
}
.site-product--box .star.rated::before {
  /* the :hover should come first */
  content: "\2605";
}

.site-product--price {
  display: flex;
  justify-content: space-between;
}

.site-product--price .product--price {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.92;
}

.site-product--box .product--quantity {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-top: 0;
}

.product--quantity .choose--quantity {
  width: 100%;
  margin: 26px 12px 0;
  position: relative;
}

.product--quantity .quantity--btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 0.9375rem;
  z-index: 9;
  background: transparent;
  border: none;
  box-shadow: none;
}

input {
  height: 55px;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ededed;
  color: #141618;
  transition: all 150ms linear;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  padding: 0 !important;
  -moz-appearance: textfield;
}

.product--addoption {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  margin-top: 0;
  width: 100%;
}

.product--addoption .select-wrapper {
  /* width: calc(100% - 43px); */
  width: 100%;
}

.product--addoption--filter {
  width: auto !important;
}

.product--addoption .select-wrapper span.caret {
  top: 1.3rem;
  right: 25px;
}

.product--addoption--filter .select-wrapper span.caret {
  top: 1.3rem;
  right: 0;
}

.product--addoption input {
  height: 55px !important;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  /* padding: 0 !important; */
  margin: 0;
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-color: rgba(20, 22, 24, 0.12) !important;
  color: #141618;
  transition: all 150ms linear;
}

.quantity--number {
  width: 100%;
  margin: 0 !important;
  top: 0;
  padding: 0 !important;
  text-align: center;
  margin-right: 25px !important;
  position: relative;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-color: rgba(20, 22, 24, 0.12) !important;
  font-size: 0.9375rem !important;
  line-height: 1;
  outline: none;
}

.product--quantity .quantity--btn.quantity--minus {
  left: 0;
  border-right: 1px solid rgba(20, 22, 24, 0.12);
}

.product--quantity .quantity--btn.quantity--plus {
  right: 0;
  border-left: 1px solid rgba(20, 22, 24, 0.12);
}

.product--quantity .button {
  min-width: 200px;
  flex: auto;
  margin: 26px 12px 0;
  border-radius: 0;
  border: 2px solid transparent;
  display: inline-block;
  position: relative;
  top: -1px;
  transition: all 150ms linear;
  text-align: center;
}

.product--quantity .button.btn-favorite {
  font-size: 0.8125rem !important;
  padding: 0 30px !important;
  margin-top: 26px !important;
  height: 55px !important;
  line-height: 53px !important;
  background: #141618;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
  0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #ededed !important;
  opacity: 1;
  border-radius: 30px;
  border: none;
  outline: none;
}

.product--quantity .button.btn-addcart {
  font-size: 0.8125rem !important;
  padding: 0 30px !important;
  margin-top: 26px !important;
  height: 55px !important;
  line-height: 53px !important;
  background: transparent;
  color: #141618 !important;
  border-color: #141618;
  border-radius: 30px;
  outline: none;
}

.site-product--text {
  margin-top: 50px;
  opacity: 0.92;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site-product--box {
    margin: 40px 0 !important;
    padding: 0;
    width: 70%;
  }

  .site-product--box .site-product--title {
    font-size: 1.15rem;
    margin-bottom: 35px;
    line-height: 1.1;
  }

  .site-product--price .product--price {
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .site-product--box .product--quantity {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .site-product--box {
    width: 90%;
  }
}

.swiper--4 h2 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #222;
  padding: 35px;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .swiper--4 h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    padding: 35px;
    text-align: center;
  }
}

.swiper--3 .swiper-button-next,
.swiper--3 .swiper-button-prev {
  outline: none !important;
  border: none !important;
}

.swiper--4 .swiper-button-next,
.swiper--4 .swiper-button-prev {
  outline: none !important;
  border: none !important;
}

.swiper--4 .popular-product-container {
  width: 100%;
}

.site-product--relative {
  display: flex;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #fff;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #ededed;
  align-items: center;
  border-top: 1px solid #ededed;
  border-bottom: 0;
  margin-top: -1px;
  z-index: 9;
  cursor: pointer;
}

.site-product--relative.box--bigger {
  width: 50%;
  height: 100vh;
  min-height: 100vh;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site-product--relative.box--bigger {
    width: 100%;
    height: 50vh !important;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .site-product--relative.box--bigger {
    width: 100%;
    height: 30vh !important;
    min-height: 0 !important;
    border-bottom: 1px solid #ededed;
  }
}
.site-product--relative::before,
.site-product--relative::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #222;
  transition: 0.5s;
  opacity: 0;
}

.site-product--relative::before {
  top: 0;
  left: 0;
}

.site-product--relative::after {
  bottom: 0;
  right: 0;
}

/* .site-product--relative:hover {
  color: #b17b3c;
} */

.site-product--relative:hover::before,
.site-product--relative:hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
}

.list-group-item[aria-expanded="false"]:after,
.list-group-item[aria-expanded="true"]:after {
  top: -25px !important;
  color: #222 !important;
}

/* -------------------------------- */
/* ------- site products page style ------- */
/* -------------------------------- */

.site-category-bar .site-nav-container-last {
  padding: 100px 30px 60px !important;
}

.site-category-bar .site-nav-container-last h5 {
  font-size: 0.986rem;
  color: #222;
}

.site-category-bar .site-nav-container-last ul a {
  font-size: 0.875rem;
}

.site-category-bar .site-nav-container-last .list-group-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin: 0 !important;
}

.site-category-bar .site-nav-container-last .list-group-item.filter--all {
  margin-top: 25px !important;
}

.social-link--fixed.cat-link--fixed, .filter-link--fixed.cat-link--fixed {
  opacity: 1;
  animation: none !important;
}

.filter-link--fixed.cat-link--fixed .site-filter-handle {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .social-link--fixed.cat-link--fixed, .filter-link--fixed.cat-link--fixed {
    position: relative;
    display: block !important;
    z-index: 999;
  }
  .filter-link--fixed button {
    background-color: transparent !important;
  }
  .filter--menu .bar, .filter--menu .bar:after {
    background: #000 !important;
  }
  .popular-product-container {
    border-top: 1px solid #ededed;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .social-link--fixed.cat-link--fixed, .filter-link--fixed.cat-link--fixed {
    top: 55% !important;
  }
}

.social-link--fixed.cat-link--fixed button, .filter-link--fixed.cat-link--fixed button {
  /* width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #141618; */
  /* margin: 0; */
  /* transform: translateY(-52px); */
}

@media screen and (max-width: 460px) {
  .site-category-bar
    .site-nav-container-last
    .product--addoption
    .select-wrapper
    span.caret {
    left: 90%;
    right: auto;
  }
}

/* -------------------------------- */
/* ------- site contact page style ------- */
/* -------------------------------- */

.site-contact--box {
  width: 100%;
  position: relative;
}

.site-contact--content {
  display: flex;
  position: relative;
  float: left;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ededed;
  cursor: pointer;
}

.site-contact--content.box--bigger {
  width: 50%;
  min-height: 100vh;
  height: 100vh;
}

.content--border {
  border-right: none !important;
}

.contact--content {
  max-width: 80%;
  width: 70%;
  padding: 100px 0;
  z-index: 9;
}

.contact--content .contact--detail p:not(:first-child) {
  margin-top: 20px;
}

.contact--content .contact--detail p span {
  opacity: 0.7;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
}

.contact--content .contact--detail p strong {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}

.contact--content .contact--text {
  margin-top: 20px;
}

.contact--content .contact--text p {
  font-size: 0.876rem;
  line-height: 21px !important;
  letter-spacing: 0.3px;
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site-contact--content.box--bigger {
    width: 100%;
    height: 50vh;
    min-height: 0 !important;
  }

  .content-border {
    border-right: none !important;
    border-bottom: 1px solid #ededed;
  }

  .contact--content {
    width: 80%;
    padding: 12% 0;
  }
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .lap--box--bigger {
    width: 100%;
    min-height: 100vh;
    min-height: 0 !important;
    height: auto !important;
    position: relative !important;
    margin-left: 0 !important;
  }
}

/* ----------- site modals style ----------------- */

#sign_in_register {
  z-index: 9999 !important;
}

#sign_in_register .light-blue.darken-3 {
  background-color: #fff !important;
}

#sign_in_register #register_form input {
  /* padding: 0px !important;
  padding-left: 18px !important; */
  width: calc(100% - 2.5rem);
}

#sign_in_register #register_form ::placeholder {
  text-align: left !important;
  padding-left: 20px !important;
}

#sign_in_register #register_form input[type="text"]:focus:not([readonly]),
#sign_in_register #register_form input[type="password"]:focus:not([readonly]),
#sign_in_register #signin_form input[type="text"]:focus:not([readonly]),
#sign_in_register #signin_form input[type="password"]:focus:not([readonly]),
input[type="text"]:focus:not([readonly]) {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto !important;
}

#sign_in_register .modal-dialog .nav-tabs .nav-item .nav-link {
  color: #222;
  font-size: 0.855rem;
  transition: all 0.3s;
}

/* #sign_in_register .modal-dialog .nav-tabs .nav-item .nav-link:hover {
  color: #b17b3c;
} */

#sign_in_register .modal-footer h6 {
  font-size: 0.856rem;
}

#sign_in_register .modal-footer .options a {
  font-size: 0.956rem;
  color: #222;
}

/* #sign_in_register .modal-footer .options a:hover {
  color: #b17b3c;
} */

#sign_in_register #signin_form .md-form .prefix.active {
  font-size: 1.5rem;
}

#sign_in_register #signin_form {
  font-size: 0.856rem;
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  #sign_in_register .modal-dialog.cascading-modal .modal-body,
  #sign_in_register .modal-dialog.cascading-modal .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #616161;
  }

  #sign_in_register .modal-dialog.cascading-modal .modal-body,
  #sign_in_register .modal-dialog.cascading-modal .modal-footer button {
    font-size: 0.756rem !important;
  }
}

@media screen and (max-width: 460px) {
  #sign_in_register .modal-footer h6 {
    font-size: 0.7025rem;
  }
  #sign_in_register .modal-footer .options a {
    font-size: 0.8015rem;
  }
}

/* ******************************* */
/* ******************************* */
/* ******************************* */
/* აქედან ვიწყებ */
/* კალათა */
/* ******************************* */
/* ******************************* */
/* ******************************* */

.site--kalata {
  width: auto;
  /* margin-left: 50px; */
  /* margin-right: 50px; */
  /* margin-top: 60px; */
  margin-bottom: 60px;
}

@media screen and (max-width: 882px) {
  .site--kalata {
    margin-top: 20px;
  }
}

@media screen and (max-width: 568px) {
  .site--kalata {
    margin-bottom: 60px;
    margin-top: -6px;
  }
}

.btn--payment {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #92bea6;
  color: #fff !important;
  border-radius: 20px;
  width: 65%;
  margin: 0 auto;
  font-size: 1.1rem !important;
}

.btn--payment.btn-lg {
  padding: 2.4rem 1.4rem !important;
}

@media screen and (min-width: 1441px) {
  .btn--payment {
    width: calc(50% - 150px);
  }
}

.site--kalata .row {
  margin-left: 0px;
  margin-right: 0px;
}

.site--kalata .card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: inherit !important;
}

.site--kalata .card .card-header {
  background-color: inherit !important;
  border-bottom: 0;
  /* padding: 0.75rem 2.25rem; */
  padding: 0.75rem 1.25rem;
}

.site--kalata .card-footer {
  background-color: inherit !important;
  border-top: 0;
}

.site--kalata .card-footer .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  color: #3e3a3a;
  border-radius: 20px;
  opacity: 0.7;
}

.site--kalata .input--group {
  align-items: center !important;
  /* justify-content: center !important; */
  width: max-content;
  margin: 0 auto;
}

.site--kalata .input--group .input--num {
  border: none;
  border-radius: 14px !important;
  outline: none !important;
  background: inherit !important;
}

.site--kalata .input-group > .form-control:focus {
  z-index: 0 !important;
}

.site--kalata .input--group input[type="text"]:focus:not([readonly]) {
  box-shadow: none !important;
  border-color: none;
  border: none !important;
}

.site--kalata .input--group button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  color: #2e2e2c;
}

.site--kalata .input-group > .form-control {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 1%;
}

.site--kalata .form-control {
  height: calc(2.25rem + 9px);
}

.site--kalata .btn--delete {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  color: #2e2e2c;
  border-radius: 14px;
}

.site--kalata .btn--delete i {
  font-size: 0.84rem;
}

.site--kalata .table th {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  opacity: 0.9;
  color: #2e2e2c;
}

@media screen and (min-width: 1025px) {
  .site--kalata .cat--img-text {
    position: relative;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .site--kalata .cat--img-text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.site--kalata .cat--img-text a {
  font-size: 0.8345rem;
  padding-top: 7px;
  opacity: 0.9;
  color: #2e2e2c;
}

.site--kalata .cat--image {
  width: 10vw;
  height: 10vw;
  position: relative;
}

.site--kalata .cat--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.card--totalprice table:nth-child(2) {
  width: 50% !important;
  margin: auto;
}

.card--totalprice table th {
  font-size: 90%;
}

.card--totalprice table:nth-child(2) td {
  font-size: 90%;
}

@media screen and (max-width: 568px) {
  .card--totalprice table th {
    font-size: 80%;
  }

  .card--totalprice table:nth-child(2) td {
    font-size: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .card--totalprice {
    width: auto;
    margin-left: calc(80px + 40px);
    margin-right: calc(80px + 40px);
  }
}

@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .site--kalata {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .site--kalata .table .cat--image {
    width: 90px;
    height: 90px;
    position: relative;
    padding-bottom: 2px;
  }

  .site--kalata .table .cat--image img {
    border-radius: 12px;
  }

  .site--kalata .table .cat--img-text a {
    font-size: 0.7145rem;
    padding-top: 2px;
    line-height: 1.3;
  }
}

.fb_dialog.fb_dialog_mobile .fb_dialog_content iframe {
  bottom: 60px !important;
}

/* .kalata-card--desc .mob--tr {
  display: none;
} */

/* .kalata-card--mob .desc--tr {
  display: none;
}

.kalata-card--mob .card {
  border-radius: 8px;
  background-color: #f1efef !important;
}

.kalata-card--mob .card .card--bottom {
  border-bottom: solid 1px #f8f8f8;
  padding: 16px 10.8px 18px 10.8px;
}


.kalata-card--mob .mob--tr .card-body .card--toggle-visible {
  display: none;
}

.mob--tr .card-body .card--toggle-visible.expand {
  display: block;
}

.kalata-card--mob {
  flex-direction: column;
  text-align: center;
  align-items: center;
} */

/* @media screen and (min-width: 769px) {
  .kalata-card--mob .mob--tr {
    display: none;
  }
} */

.kalata-card--desc .card--discount {
  width: 35%;
}

.kalata-card--desc .card--discount .form-control {
  border-radius: 7px;
  background-color: #ffffff;
  border: 0;
}

.kalata-card--desc .card--discount input[type="text"]:focus:not([readonly]) {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .kalata-card--desc .card--discount {
    width: 100%;
  }
}

.kalata-card--desc .card-body .card-header .desc--header {
  width: 307px;
  padding: 5px;
}

.header--card-text {
  width: 303px;
}

@media screen and (max-width: 1800px) {
  .header--card-text {
    width: 295px;
  }
}

.kalata-card--desc .card-body .card-header {
  /* border-bottom: solid 1px #2e2e2c; */
}

.kalata-card--mob .card {
  /* border-bottom: solid 1px #2e2e2c; */
}

.kalata-card--mob .card .card-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em;
}

.kalata-card--mob .card .card--bottom {
  /* width: min-content; */
  /* padding: 5px; */
  /* width: 315px; */
}

.kalata-card--mob .card .card--bottom .input--group {
  width: 203px;
}

.kalata-card--mob .card .card--bottom h6 {
  display: none;
}

.kalata-card--mob .card .card-header .card-text {
  width: 203px;
}

@media screen and (max-width: 1280px) {
  .kalata-card--desc .card-header {
    width: 1050px !important;
  }

  .kalata--card-cont {
    width: 1050px !important;
  }

  .kalata-card--mob .card .card--bottom .input--group {
    width: 157px;
  }

  .header--card-text {
    width: 275px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1224px) {
  .kalata-card--desc .card-header {
    width: 100% !important;
  }

  .kalata--card-cont {
    width: 100% !important;
  }

  .kalata-card--mob .card .card--close {
    width: auto;
  }

  .kalata-card--desc .card-body .card-header .desc--header.desc--header-none {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .kalata-card--desc .card-header {
    width: 100% !important;
  }

  .kalata--card-cont {
    width: 100% !important;
  }
}

.kalata-card--mob .card .card-footer {
  display: none;
}

.kalata-card--mob .card .card-footer a {
  opacity: 0.9;
  color: #2e2e2c;
}

.kalata-card--mob .mob--tr .card-body .card--toggle-visible {
  font-size: 1rem;
}

.kalata-card--mob .mob--tr .card-body .card--toggle-visible {
  display: block !important;
}

.kalata-card--mob .mob--tr .card-body .card--toggle-visible .input--group {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .kalata-card--mob .mob--tr .card-body .card--toggle-visible .input--group {
    margin: 0 auto;
  }
}

.card--close-top {
  display: none;
}

@media screen and (max-width: 1440px) {
  .desc--header-clone {
    width: 300px !important;
  }

  .card--bottom-clone {
    /* width: 300px !important; */
  }
}

@media screen and (max-width: 1125px) {
  .desc--header-clone {
    width: 470px !important;
  }

  .card--bottom-clone {
    width: 470px !important;
  }
}

@media (min-width: 576px) {
  .kalata-card--mob .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /* .kalata-card--mob .mob--tr {
    display: block;
  } */

  .kalata-card--desc .card-body .card-header {
    display: none !important;
  }

  .kalata-card--mob .card .card--bottom h6 {
    display: block !important;
  }

  .kalata-card--mob .card .card-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em;
  }

  .kalata-card--mob .desc--tr {
    display: none;
  }

  .kalata-card--mob .card {
    border-radius: 8px;
    background-color: #f1efef !important;
  }

  .kalata-card--mob .card .card-footer {
    display: inline-block;
  }

  .kalata-card--mob .card .card--bottom {
    border-bottom: solid 1px #f8f8f8;
    padding: 16px 10.8px 18px 10.8px;
    width: 100% !important;
  }

  .kalata-card--mob .mob--tr .card-body .card--toggle-visible {
    display: none !important;
  }

  .kalata-card--mob .mob--tr .card-body .card--toggle-visible.expand {
    display: block !important;
  }

  .kalata-card--mob .mob--tr .card-body .cat--image {
    display: none;
  }

  .kalata-card--mob .mob--tr .card-body p {
    width: auto !important;
  }

  .kalata-card--mob {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .kalata-card--mob .card {
    border-bottom: none;
  }

  .desc--header-clone {
    width: auto !important;
  }

  .card--bottom-clone {
    width: auto !important;
  }

  .site--kalata .input--group {
    justify-content: center !important;
  }

  .kalata-card--mob .card .card--bottom {
    width: auto;
  }

  .site--kalata .input--group .input--num {
    background: inherit;
  }

  .card--close {
    display: none;
  }

  .card--close-top {
    display: block;
    position: relative;
    right: -40%;
  }

  .card--close-top .btn--delete {
    background: inherit;
  }
}

/* ******************************* */
/* პროფილი გასტილვა */
/* ******************************* */

.prof--container {
  /* margin-left: 60px; */
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .prof--container .col-lg-9 {
    padding-right: 0px;
    padding-left: 13px;
  }
}

@media screen and (max-width: 992px) {
  .prof--container .col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 882px) {
  .prof--container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 2160px) {
  .prof--container {
    margin-left: auto;
  }
}

@media screen and (max-width: 568px), screen and (max-width: 768px) {
  .prof--container {
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .mob--drop {
    display: none;
  }
}

@media screen and (max-width: 768px), screen and (max-width: 990px) {
  .prof--links {
    display: none;
  }
}

.mob--drop {
  margin-left: -17px;
}

.prof--links {
  border: 2px dashed #2e2e2c;
  border-radius: 26px;
}

.prof--links a:first-child {
  padding-top: 36px;
}

.prof--links a:last-child {
  padding-bottom: 36px;
}

.prof--links .list-group-item {
  padding: 1.2rem 1.25rem;
}

@media screen and (min-width: 1600px) {
  .prof--links .list-group-item {
    padding: 1.2rem 3.25rem;
  }
}

.prof--container .list-group .list-group-item:first-child {
  border: none !important;
}

.prof--container .list-group-item {
  background-color: inherit;
  border: none !important;
  font-size: initial;
}

.prof--right {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (min-width: 1600px) {
  .prof--right {
    padding-right: 335px;
  }
}

@media screen and (max-width: 768px), screen and (max-width: 990px) {
  .prof--right {
    padding-left: 4px;
    padding-right: 4px;
  }

  .prof--right
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    padding: 0 0px;
  }
}

@media screen and (max-width: 568px) {
  .prof--right {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prof--container .mob--drop .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: inherit;
  color: #565555;
  font-size: 1.1rem;
  /* margin-left: -1rem; */
}

.prof--container .mob--drop .dropdown-menu.show {
  left: 0 !important;
}

.prof--container .mob--drop .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.01em;
  content: "\f107";
  font-weight: 400;
  font-family: "fontawesome-5-juicer";
  border: 0;
}

.prof--container .prof--right .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #d2d2d2;
  /* color: #3e3a3a; */
  opacity: 0.9;
  border-radius: 20px;
  width: 40%;
}

.prof--container .prof--right .btn.btn-lg {
  padding: 1.5rem 1.4rem;
}

@media screen and (max-width: 460px) {
  .prof--container .prof--right .btn {
    width: 50%;
  }

  .prof--container .prof--right .d-flex {
    flex-direction: column;
  }
}

.prof--right input[type="password"]:focus:not([readonly]),
.prof--right input[type="text"]:focus:not([readonly]) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.prof--right .md-form label {
  font-size: 0.856rem !important;
  top: 1rem;
}

.prof--right .md-form label {
  font-size: 0.856rem !important;
  top: 1rem;
  left: 1.2rem;
}

.prof--right .md-form label.active {
  -webkit-transform: translateY(-170%) !important;
  -ms-transform: translateY(-170%) !important;
  transform: translateY(-170%) !important;
  left: 0 !important;
}

.prof--right .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .site--wishlist .col-xl-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .site--wishlist .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.site--wishlist .swiper__1 .swiper-wrapper {
  /* width: 100% !important;
  height: 100% !important; */
}

.site--wishlist .swiper__1 .swiper-wrapper .swiper-slide {
  /* width: auto !important; */
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .swiper__1 {
    display: none;
  }

  .site--wishlist-mob .swiper-slide {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .site--wishlist-mob .swiper-slide {
    display: none;
  }

  .site--wishlist-mob .site--wish-mob {
    display: none;
  }

  .site--wishlist-mob {
    display: none;
  }

  .swiper__1 .site--wish-mob {
    display: none;
  }
}

.site--wishlist-mob {
  width: 100%;
}

.site--wishlist-mob .site--wish-card {
  width: 100%;
  height: 155px;
  margin: 0 0 12px;
  padding: 12px 9px 13px 12px;
  border-radius: 9px;
  border: solid 3px #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.wish--card .card--img {
  width: 111px;
  height: 101px;
}

.wish--card .card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.site--wish-card .wish--description {
  display: inherit;
  width: inherit;
  flex-direction: column;
  flex-wrap: nowrap !important;
  color: #565555;
  opacity: 0.85;
}

.site--wish-card .wish--description .title--price {
  display: inherit;
  padding: 5px 10px;
  font-size: small;
  /* height: 32px; */
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}

.site--wish-card .wish--description .title--price p:not(:last-child) {
  width: 75%;
  height: 32px;
  overflow: hidden;
  line-height: 1.2;
}

.site--wish-card .wish--description .wish--desc {
  font-size: 0.7556rem;
  text-align: left;
  height: 33px;
  width: 100%;
  line-height: 1.2;
  overflow: hidden;
  padding: 5px 10px;
}

@media screen and (max-width: 568px) {
  .prof--container {
    margin-bottom: 60px;
  }

  .site--wishlist-mob .site--wish-card {
    height: 121px;
  }

  .wish--card .card--img {
    width: 91px;
    height: 81px;
  }

  .site--wish-card .wish--description .title--price {
    height: 45px;
  }
}

/* ******************************* */
/* მისამართები გასტილვა */
/* ******************************* */

.shipping--btn.btn,
.add--shipping.btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #3e3a3a;
  opacity: 1;
  border-radius: 20px;
  margin-top: 53px;
}

.shipping--btn.btn.btn--1 {
  background-color: #e9cb98;
  padding: 1.35rem 2.33rem;
}

.shipping--btn.btn.btn--2 {
  background-color: #98e9de;
  padding: 1.35rem 2.33rem;
}

.shipping--btn.btn.btn--3 {
  background-color: none;
  padding: 1.15rem 1.33rem;
  margin-top: 20px;
}

.shipping--btn.btn.btn--4 {
  background-color: none;
  padding: 1.15rem 1.33rem;
  margin-top: 20px;
}

.add--shipping.btn {
  background-color: #fbf490;
  padding: 1.35rem 2.53rem;
}

@media screen and (max-width: 361px) {
  .shipping--btn.btn.btn--1,
  .shipping--btn.btn.btn--2,
  .shipping--btn.btn.btn--3,
  .shipping--btn.btn.btn--4 {
    padding: 1.05rem 1.23rem;
  }
}

.out--border {
  width: 75%;
  border-radius: 7px;
  border: solid 2px #2e2e2c;
}

.out--border
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  padding: 0 0px;
  background: inherit;
}

.out--border label {
  margin-bottom: 0rem !important;
}

.out--border .col-md-9:not(:last-child) {
  border-bottom: inherit;
}

.out--border .col-md-9 .md-form input[type="text"] {
  border-bottom: none;
}

.out--border .col-md-9 input[type="text"]:focus:not([readonly]) {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.out--border .col-md-9 .shipping--select label {
  color: #757575;
  font-size: 1rem;
}

.out--border .col-md-9 .shipping--select .select-wrapper .caret {
  display: none;
}

.out--border .col-md-9 .shipping--select .select-wrapper input {
  border-bottom: none;
  color: #757575;
}

@media (min-width: 768px) {
  .out--border .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .new--shipping,
  .shipping--card.card {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .new--shipping,
  .shipping--card.card {
    padding-left: 35px;
  }
}

@media screen and (max-width: 992px) {
  .out--border {
    width: 100%;
  }

  .new--shipping,
  .shipping--card.card {
    padding-left: 0px;
  }
}

@media screen and (max-width: 568px) {
  .out--border {
    border: none;
  }

  .out--border .col-md-9 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .out--border .col-md-9 .md-form input[type="text"] {
    border-bottom: 1px solid #ced4da;
  }

  .out--border .col-md-9 .shipping--select .select-wrapper input {
    border-bottom: 1px solid #ced4da;
  }
}

.shipping--card.card {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: inherit;
}

.shipping--card.card .card-body {
  background-color: inherit;
  border-radius: 7px;
  border: solid 2px #2e2e2c;
}

.shipping--card.card .card-body table tr {
  border-bottom: solid 2px #2e2e2c;
}

.shipping--card.card .card-footer {
  background-color: inherit;
  border-top: none;
}

@media screen and (max-width: 568px) {
  .shipping--card.card .card-body {
    border: none;
    padding: 0rem;
  }

  .shipping--card.card .card-body table tr {
    border-bottom: solid 1px #707070;
  }

  .shipping--card.card .card-footer {
    padding: 0rem;
  }
}

/* ******************************* */
/* შეკვეთები გასტილვა */
/* ******************************* */

.order--table-1 table tr td {
  border: 1px solid #2e2e2c !important;
}

@media screen and (max-width: 767px) {
  .order--table-1 {
    display: none;
  }

  .order--table-2 .row--table-1 {
    display: none;
  }

  .order--table-2 .row--table-2 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 9px;
    /* padding: 20px; */
  }

  .order--table-2 .table {
    margin-top: -33px;
  }

  .order--table-2 .row--table-2:not(:first-child) {
    margin-top: 25px;
  }

  .order--table-2 .row--table-2 th {
    color: #565555;
    line-height: 1.29;
    font-weight: normal;
  }

  .order--table-2 .row--table-2 td {
    color: #565555;
    line-height: 1.33;
  }

  .order--table-2 .row--table-2 td:not(:last-child) {
    border-bottom: 1px solid #707070 !important;
    padding-top: 0rem !important;
    padding-bottom: 0.3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .order--table-2 {
    display: none;
  }

  .order--table-1 .row--table-2 {
    display: none;
  }
}

/* ******************************* */
/* გადახდის გასტილვა */
/* ******************************* */

.container--paid-page {
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 80px;
  margin-right: 80px;
}

.container--paid-page .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 992px) {
  .container--paid-page {
    margin-top: -26px;
  }
}

@media (min-width: 992px) {
  .container--paid-page .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 1080px) {
  .container--paid-page {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .container--paid-page {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 568px) {
  .container--paid-page {
    margin-bottom: 60px;
    margin-top: -32px;
  }
}

.container--paid-page .float-start {
  float: left;
}

.container--paid-page .card--product-list {
  opacity: 0.9;
  border-radius: 26px;
  height: auto;
}

.container--paid-page .card--product-list {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
  padding: 0;
}
.table-wrapper-scroll-y {
  display: block;
}

.card--total-price .table-responsive .table thead th {
  color: #2e2e2c;
  opacity: 0.9;
}

.btn-group-vertical {
  /* flex-direction: row; */
  margin: 0 auto;
}

.div--btn-pay .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.div--btn-pay .btn-lg {
  border-radius: 20px;
  background-color: #98e9a8 !important;
  color: #474444 !important;
  opacity: 0.9;
  width: 29% !important;
  padding: 2rem 1.4rem;
}

.btn-success:not([disabled]):not(.disabled):active {
  background-color: inherit !important;
}

@media screen and (max-width: 768px) {
  .div--btn-pay .btn-lg {
    width: 65% !important;
  }
}

.btn-group-success [class*="btn-"]:not([disabled]):not(.disabled).active,
.btn-group-success [class*="btn-"]:not([disabled]):not(.disabled):active {
  background-color: #98e9a8 !important;
  color: #fff !important;
}

.div--btn-pay .btn-secondary {
  background-color: #e9cb98 !important;
  color: #474444 !important;
  opacity: 0.9;
  border-radius: 20px !important;
  margin-top: 0;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.card--list-mob {
  display: none;
}

.card--list-desc .tr--mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .card--list-mob {
    display: block;
  }

  .card--list-mob .tr--desc {
    display: none;
  }

  .card--list-desc {
    display: none;
  }

  .card--list-mob,
  .card--list-mob .card-body {
    background-color: inherit !important;
  }

  .card--list-mob .card-body .my-custom-scrollbar {
    height: auto;
    padding: 0em;
    /* overflow-x: hidden; */
    overflow-x: scroll;
  }

  .card--list-mob .card-header,
  .card--list-mob .card-footer {
    background-color: #f1efef;
    padding: 1.75rem 1.25rem;
  }

  .card--list-mob .card-header {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom: 0;
    cursor: pointer;
  }

  .card--list-mob .card-footer {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top: solid 1px #f8f8f8;
    cursor: pointer;
  }

  .card--list-mob .card-body {
    display: none;
    padding: 0rem;
  }

  .card--list-mob .card-body {
    background-color: #f1efef !important;
  }

  .card--list-mob .card-body.expand--list {
    display: block;
    border-top: solid 1px #f8f8f8;
  }

  .card--list-mob .card-body table th {
    font-size: 0.63rem;
  }

  .card--list-mob .card-body .table th {
    padding: 0.25rem;
  }

  .card--list-mob .card-body .table td {
    padding: 0.55em;
  }
}

.container--paid-page .form-check {
  font-size: 1rem;
}

.container--paid-page .float-start:nth-child(1) label {
  font-size: 1rem;
}

.container--paid-page .select-wrapper {
  max-width: 100% !important;
}

.container--paid-page .address--fill .select-wrapper span.caret {
  top: 22px;
  right: 9px;
}

.container--paid-page .address--fill .select-wrapper input.select-dropdown {
  opacity: 0.78;
  border-radius: 0;
  /* border: solid 2px #2e2e2c; */
  padding: 0.3rem 13px;
}

.container--paid-page .form-group .form-control {
  /* opacity: 0.78; */
  border-radius: 0;
  /* border: solid 2px #2e2e2c; */
  outline: none !important;
  /* border-color: inherit !important; */
  background: #ededed;
  border: 0;
}

.container--paid-page .search-wrap .form-control {
  border: 0 !important;
}

.container--paid-page input[type="text"]:focus:not([readonly]) {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.container--paid-page
  .checkbox-dark-filled
  .form-check-input[type="checkbox"].filled-in:not(:checked)
  + label:after {
  border-radius: 5px;
}

.card--list-desc .card-body table .tr--desc {
  background-color: #f1efef;
  margin-bottom: 10px;
}

.card--list-desc .card-body {
  padding: 1.25rem 0;
}

.div--btn-pay .sub--btn-mob {
  display: none;
}

@media screen and (max-width: 568px) {
  .div--btn-pay .sub--btn-mob {
    display: flex;
    justify-content: center;
  }
}

.div--btn-pay .card {
  display: none;
}

.card--totallist-price {
  display: none;
}

@media screen and (max-width: 568px) {
  .div--btn-pay .card {
    display: flex;
  }

  .div--btn-pay .pay--btn-desc {
    display: none;
  }

  .div--btn-pay .sub--btn-desc {
    display: none;
  }

  .card--pay-btn .card-body {
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    background-color: #ffff;
    position: fixed;
    /* top: 658px; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 0px;
    overflow-y: scroll;
    margin-left: 15px;
    margin-right: 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    transition: 1s;
  }

  .card--pay-btn .card-body.expand--pay-btn {
    display: block;
    height: 383px;
  }

  .card--pay-btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    background-color: inherit;
  }

  .body--scroll-block {
    overflow: hidden;
  }

  .card--totallist-price {
    display: flex;
    border-radius: 8px;
  }

  .list--total-price {
    display: none;
  }

  .card--totallist-price {
    margin-left: 50px;
    margin-right: 50px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .card--totallist-price .price--list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    color: #494949;
  }

  .card--totallist-price .price--list > div {
    padding-top: 20px;
  }

  .overlay--dark {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
    opacity: 0;
  }

  .show--overlay {
    display: block;
    opacity: 0.5;
    transition: opacity 1s;
  }
}

@media screen and (max-width: 360px) {
  .card--totallist-price {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.city--choose
  .select-wrapper
  .search-wrap
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  padding: 0 0px;
}

.alert {
  font-size: 0.8rem;
  background-color: black;
  color: white;
  border-radius: 0px;

}
.alert-dismissible .close {
  padding: 0.5rem !important;
}

.btn-warning {
	background-color: #000 !important;
	border-radius: 0px !important;
  border-radius: 30px !important;
}
.star-rating i{
    font-size: 1.2rem !important;
}
.oneStar {
  color: #484848 !important;
}
.twoStars {
  color: #383838 !important;
}
.threeStars {
    color: #212121 !important;
}
.fourStars {
    color: #181818 !important;
}
.fiveStars {
    color: #000000 !important;
}
.phone-hide {
  display: none;
}
main a {
  color: #000 ;
}
.badge {
  border-radius: 30px !important;
  padding: 8px 10px !important;
}
.badge-danger {
  background: #000 !important;
}
.badge-info {
  background: white !important;
  color: #000 !important;
}
.badge-dark {
  background: gray !important;
}
.badge-secondary {
  background: #6aa392 !important;
}
.badge-warning {
  background: #f79a71 !important;
}
.badge-success {
  background: #fedc7b !important;
}

.disappear {
  display: none;
}

.btn-pink {
  border-radius: 50px;
  background: transparent !important;
  border: 1px solid white;
  font-weight: bold;
}
.btn-pink span:after {
  content: "\00bb";
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: 4px;
  right: -20px;
  font-size: 170%;
  transition: 0.5s;
}
.btn-pink:hover span:after {
  opacity: 1;
  right: 20px;
  color: #ededed !important;
}

.popular-product--content a:hover {
  color: #000 !important;
}

.table td, .table th {
  border-top: none !important;
}
/* .number-input button:before, .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 1px;
  background-color: #212121;
  transform: translate(-50%, -50%);
} */
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 2rem;
  border: none;
  text-align: center;
  background: white !important;
  height: 1.5rem !important;
}
.number-input {
  display: inline-flex;
}
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar:horizontal{
  height: 2px;
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:horizontal{
        background: #888;
    }

    @media screen and (max-width: 768px) {
      .product-basket img {
        height: 30vw !important;
      }
      .mob-padding {
        padding: 0px 10px !important;
      }
    }