@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;
}
.jr1{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
[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;
  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";
}

body {
  font-size: 14px;
  font-family: "BPG Arial";
}

.phone-hide {
  display: none !important;
}

.phone-show {
  display: block !important;
}

.side-nav a.dropdown-item {
  height: inherit;
  line-height: inherit;
}

.mega-menu a:active,
.mega-menu a:focus,
.mega-menu a:hover {
  background-color: transparent !important;
}

.logo {
  /* height: 15vw; */
  max-width: 140px;
  max-height: 96px;
  min-height: 32px;
  width: 25vw;
  transform: scale(1.1);
  transition: 0.4s;
  object-fit: contain;
  /* width: 100%; */
  /* width: 100%; */
}

.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: 60px;
}

.status_color_class {
  color: #787474;
}

.header .urow a {
  text-decoration: none;
}

.header .search form {
  margin: 0;
}

.main-menu {
  position: relative;
  z-index: 100;
}

.hovering_product_icon:hover {
  opacity: 1;
}

.hovering_product_icon {
  opacity: 0.7;
  color: #928b8b;
}

.main-menu .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}

.header .side-nav {
  transition: all 0.4s;
}

.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;
}

.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: 64px;
  width: 100%;
  border-top: none;
  transition: all 0.3s;
  position: relative;
  padding: 10px 5px;
}

.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 {
  padding: 15px;
  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;
}

.pay_button_check {
  position: absolute;
  left: 12px;
  top: 7px;
  opacity: 0;
  transition: 0.3s;
}

label.active > .pay_button_check {
  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: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.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: 2px solid transparent;
  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;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.chip:active,
.z-depth-1 {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16),
    0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 0px 2px -6px rgba(0, 0, 0, 0.16),
    0 0px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

/* .mega-dropdown:hover .nav-link:after {
  transform: scaleX(1);
} */

.mega-dropdown:hover .nav-link {
  color: #222 !important;
  /* -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16),
    0 0px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 1px 62px 314px 0px rgba(0, 0, 0, 0.16),
    0 0px 10px 0 rgba(0, 0, 0, 0.12) !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;
}

.collection_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  opacity: 0;
}

.collection_box:hover .collection_overlay {
  opacity: 1;
}

.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 #000000 !important;
  background-color: transparent !important;
  color: #000000 !important;
}
.btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green:active:focus, .btn-outline-light-green.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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;
}

.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: none !important;
  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;
}

.card-footer {
  background-color: #eee !important;
}

.pay_button_check {
  position: absolute;
  left: 12px;
  top: 12px;
  opacity: 0;
  transition: 0.3s;
}

label.active > .pay_button_check {
  opacity: 1;
}

li.drop {
  position: relative;
}

li.drop {
  display: inline-block;
}

.dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #424242;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

.dropdownContain {
  width: 45px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -26px;
  /* half of width */
  top: -400px;
}

.dropdownContain li a {
  white-space: nowrap;
  padding: 0 11px;
}

.dropOut {
  width: 45;
  background: #424242;
  float: left;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.dropOut ul {
  float: left;
  padding: 0 5px;
  margin: 0;
}

.dropOut ul li {
  text-align: left;
  float: left;
  width: 100%;
  line-height: 40px;
  margin: 0;
  color: #777 !important;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none;
}

.more-lang {
  line-height: 27px !important;
  height: 35px !important;
}

.dropOut ul li a {
  display: block;
}

.dropOut ul li:hover {
  background: #d6c9c9;
}

.dropOut ul li a:hover {
  color: #009338 !important;
}

.drop:hover .dropdownContain {
  top: 18px;
}

.drop:hover .dropOut {
  opacity: 1;
  margin-top: 18px;
}

.main_valuta {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.other_valutas {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 50px;
  left: 0;
  margin-top: 8px;
  z-index: 1;
}

.other_valutas a {
  color: black;
  padding: 9px 14px;
  text-decoration: none;
  border-bottom: 1px solid grey;
}

.other_valutas a:hover {
  background-color: #f1f1f1 !important;
}

.other_valutas a:active {
  background-color: #f1f1f1;
}

.slider.slider-horizontal {
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}

.slider-handle {
  background: #00c851 !important;
}

.slider.slider-horizontal .slider-track {
  height: 5px !important;
  margin-top: -2px !important;
}

.accordion.md-accordion.accordion-blocks .card {
  box-shadow: none;
}

.slider .tooltip.in {
  opacity: 1;
}

.text-divider {
  margin: 2em 0;
  line-height: 0;
  text-align: center;
}

.text-divider span {
  background-color: #fff;
  padding: 1em;
}

.text-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}

iframe {
  width: 100%;
}

@media (min-width: 992px) {
  .search-input {
    width: 350px !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%;
  }
}

@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-slide h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .banner .w-270px {
    display: block;
    max-width: 270px;
  }

  .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%;
  }

  .swiper-slide h1 {
    font-size: 1rem;
  }
}

@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;
  }
}

/* ****************************************** */
/* ****************************************** */
/* ****************************************** */
/* ****************************************** */

.drop--down-menu {
  left: auto;
  right: auto;
  width: auto !important;
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.mega--category-item .list-unstyled li:nth-child(1) {
  margin-top: 10px;
}
.mega--category-item .list-unstyled li:nth-last-child(1) {
  margin-bottom: 10px;
}

.mega--category-item .list-unstyled li:not(:nth-child(1)) {
  margin-top: 5px;
}

.mega--category-item .list-unstyled li::after {
  content: "";
  transition: 0.55s;
  border-bottom: 1px solid #818181;
  width: 100%;
  display: flex;
  opacity: 0;
}

.mega--category-item .list-unstyled li:hover::after {
  opacity: 0.67;
  transition: 0.55s;
}

.mega--category-item.with--img {
  padding: 10px;
}

.category--img-cont {
  width: 100%;
  height: 250px;
}

.category--img-cont img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.add--width {
  width: 50%;
}

@media screen and (max-width: 1205px) {
  .add--width {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mega--category-item.col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* *************************** */
/* button გასტილვა */
/* *************************** */



/* *************************** */

.price--barcode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.price--cont {
  width: 30%;
}

.price--barcode .prdesc {
  width: 60%;
}

@media screen and (max-width: 440px) {
  .price--barcode {
    flex-direction: column;
  }

  .price--cont {
    width: 100%;
  }

  .price--barcode .prdesc {
    width: 100%;
    margin: 0 auto;
  }

  .sticky-content h3 {
    margin-top: 0.5rem;
  }
}

/* ******************* */
/* რაოდენობის არჩევა */

.choose--quantity {
  margin-top: 0rem;
}

.choose--quantity .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000 !important;
  background-color: inherit !important;
  border: 1px solid #bdbdbd;
}

.choose--quantity input {
  border-top: 1px solid #bdbdbd !important;
}

/* მოდალის თაბის ბექგროუნდის ფერი */

.toast-top-right {
  top: 55px !important;
}

::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-track {
  background: transparent;
}


@media only screen and (max-width: 550px) {
	.slider-text p{
	  display: none;
  }
.swiper-button-prev, .swiper-button-next {
  /* width: 20px !important; */
    height: 20px !important;
    margin-top: -10px !important;
  }
  .slider-text {
    margin-left: 25px;
  }
  .collapsible-header {
    font-size: 14.5px !important;
  }
  .collapsible .active {
    font-size: 14.5px !important;
  }
  .side-nav {
    width: 18rem !important;
  }
}
