﻿@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;
}

[class^="icon-"],
[class*=" icon-"] {
  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: -1px;
  display: inline-block;
  line-height: 0.3;
}

html {
  font-size: 15px;
  font-family: "BPG Arial";
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 300px;
  /* overflow-x: hidden; */
}
.input-group-append .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 0;
}
#prod_wrap .form-group .btn-outline-dark {
  border-radius: 30px !important;
}
.contact_item_visible {
  display: block;
}
.contact_item_not_visible {
  display: none;
}

.ellipsis {
  overflow: hidden;
}

.btn {
  font-family: "BPG Arial Caps";
}

body {
  font-family: inherit;
}

.header .logo {
  max-width: 100%;
  max-height: 96px;
  min-height: 32px;
  object-fit: contain;
}

.header-line {
  height: 4px;
}

.content {
  min-height: 200px;
  padding-bottom: 60px;
}

.header .urow a {
  text-decoration: none;
}

.header .search form {
  margin: 0;
}

.main-menu {
  position: relative;
  /* z-index: 100; */
}

.main-menu .navbar {
  box-shadow: none;
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
}

.search .form-group {
  margin-bottom: 0;
}

.search .form-control {
  position: relative;
}
.md-form.input-group .form-control {
  padding: 0.375rem 0.5rem !important;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0% !important;
  width: 100% !important;
}

.dropdown-cart .dropdown-item {
  font-size: 12px;
}

.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.slider-horizontal .slider-track {
  height: 5px !important;
  margin-top: -2px !important;
}

.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;
}

.productitem {
  margin-bottom: 15px;
  margin-bottom: 15px;
  padding: 6px;
  border-radius: 4px;
}

.productitem-image {
  display: block;
  padding-bottom: 75%;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.collection-image {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 45%;
}

.productitem-price {
  font-size: 24px;
}

.popup-content {
  /* align-items: center; */
}

.input-popup {
  position: absolute;
  background: white;
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  top: 100%;
  margin-top: -1px;
  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;
}

.thumbsgallery {
  flex: 0 0 16%;
}

.footer {
  padding-bottom: 16px;
  font-size: 14px !important;
  font-family: "BPG Arial Caps";
}

.footer li {
  list-style: none;
}

.footer .accordion li {
  padding: 0.5rem 0;
}

.footer .mrow {
  padding: 15px 0;
}

.footer .menu li > a {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
}

.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: 0;
  border-radius: 4px;
}

.banner > img {
  display: none;
}

.t-buttons img {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.t-buttons img:hover {
  opacity: 1;
}

.brick img {
  border-radius: 4px;
}

.collection_box {
  position: relative;
  border-radius: 4px;
}

.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;
}

.tooltip.in {
  opacity: 0.9;
}

.styled-icons {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .styled-icons {
  width: 19px;
  height: 19px;
}

.styled-icons:before {
  font-size: 12px;
  margin-top: 1px;
}

.side-nav .social-icons {
  justify-content: start !important;
  padding: 20px !important;
}
.side-nav .social-icons a {
  height: unset !important;
  padding-left: unset !important;
}

@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);
}

.view3drotate_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.view3drotate_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pay_button_check {
  position: absolute;
  left: 12px;
  top: 7px;
  opacity: 0;
  transition: 0.3s;
}

label.active > .pay_button_check {
  opacity: 1;
}

.pay_button_check i {
  padding-right: 3px;
  padding-top: 0.9px;
}

.navbar-button {
  padding: 0.6rem 0.75rem;
  height: 34px !important;
}

.side-nav .collapsible a {
  padding: 0;
  padding-left: 20px;
}

.navbar-dropdown a {
  font-size: 0.8rem !important;
  padding: 0 !important;
  font-weight: 300 !important;
}
.side-nav .navbar-dropdown a {
  padding: 0.5rem 0 !important;
  box-shadow: none !important;
}

.sidebar-dropdown {
  gap: 1rem;
  padding: 0 20px;
}

.sidebar-dropdown .navbar-dropdown a {
  height: unset;
  line-height: inherit !important;
}

.star-rating i {
  font-size: 1rem !important;
}

.set-rating {
  padding: 5px !important;
  border-radius: 4px !important;
}

.card-button {
  width: 100%;
}

.header-dropdown .dropdown-item {
  white-space: normal !important;
  border-radius: 4px;
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
  font-size: 13px;
}

.header-dropdown {
  overflow-y: auto;
  max-height: 500px;
  border-radius: 4px;
}

.dropdown-toggle::after {
  display: none;
}

.category-dropdown-icon::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.9188%208.17969H11.6888H6.07877C5.11877%208.17969%204.63877%209.33969%205.31877%2010.0197L10.4988%2015.1997C11.3288%2016.0297%2012.6788%2016.0297%2013.5088%2015.1997L15.4788%2013.2297L18.6888%2010.0197C19.3588%209.33969%2018.8788%208.17969%2017.9188%208.17969Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.show > .dropdown-toggle .category-dropdown-icon::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18.6806%2013.9783L15.4706%2010.7683L13.5106%208.79828C12.6806%207.96828%2011.3306%207.96828%2010.5006%208.79828L5.32056%2013.9783C4.64056%2014.6583%205.13056%2015.8183%206.08056%2015.8183H11.6906H17.9206C18.8806%2015.8183%2019.3606%2014.6583%2018.6806%2013.9783Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.mostSoldSwiper-slide {
  width: 330px;
}

.side-nav .collapsible a {
  font-size: 14px !important;
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
}

.md-accordion .card .card-body {
  line-height: 2;
}

.custom-col {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.custom-row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.cart-footer-wrapper {
  width: 50%;
}

.cart-item-card {
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  font-family: BPG Arial Caps;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
}

.upper-image {
  height: 100%;
  max-height: 450px;
}
.md-form input[type="text"]:not(.browser-default) {
  /* border: none !important; */
}

.badge {
  margin-right: 3.25px;
}

.alert-dismissible {
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
  font-size: 12px;
}
.cart-badge {
  position: absolute;
  padding: 2px;
  top: -5px;
  right: -9px;
  color: #fff;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}
.swiper-pagination-bullet {
  background-color: var(--color-secondary) !important;
}

.categorySwiper {
  width: 100%;
  height: 100%;
}

.categorySwiper .category-card {
  display: flex !important;
  flex-direction: column;
  height: 215px;
  width: 185px !important;
  /* border: 1px solid rgb(234, 234, 234) !important; */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.category-card-text {
  margin: 10px 0;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category-image {
  position: relative;
  margin-top: auto;
  width: 100%;
  height: 150px;
}

.category-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative !important;
}

.category-image-wrapper img {
  margin: auto 0px 0px auto;
  position: relative !important;
  /* width: unset !important;
  height: unset !important;
  min-width: 60px !important;
  min-height: 150px !important; */
}

.category-button {
  z-index: 1;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1.5px solid rgb(236, 239, 241);
  box-shadow: rgb(212, 215, 217) 0px 4px 12px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background-image: none !important;
}

.categorySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.categorySwiper .swiper-slide {
  width: 80%;
}

.categorySwiper.swiper-slide:nth-child(2n) {
  width: 60%;
}

.categorySwiper .swiper-slide:nth-child(3n) {
  width: 40%;
}

.mostSoldSwiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mySwiper .swiper-slide {
  height: 60px !important;
  width: 60px !important;
}
.mySwiper .swiper-slide img {
  opacity: 0.8;
  border-radius: 4px;
  margin-bottom: 0;
}
.mySwiper .swiper-slide-thumb-active img {
  opacity: 1 !important;
}

.list-group-item {
  font-family: "BPG Arial Caps";
  text-transform: uppercase;
  font-size: 13px;
}

.list-group-item::after {
  font-weight: 700;
}

.side-nav .navbar-button {
  padding: 0 0.75rem !important;
}

.custom-old-price {
  color: #ed2939;
  font-size: 16px;
  position: relative;
}
.cross-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid;
  transform: translateY(-50%);
}

.product-info {
  font-family: BPG Arial Caps;
  /* text-transform: uppercase; */
  font-size: 12px;
}

.cart-card {
  background: transparent;
  box-shadow: none !important;
  margin-top: 2px;
}

.cart-discount-label {
  font-size: 14px;
  font-family: BPG Arial Caps;
  text-transform: uppercase;
}

.help-block {
  float: right;
  margin-bottom: 1rem;
}

.subscribe-form {
  width: 100%;
}

.home-container {
  margin-top: 4rem;
}

.slider-handle {
  background: var(--color-secondary) !important;
}

.pagination.pg-dark .page-item.active .page-link {
  background-color: var(--color-primary) !important;
  color: var(--light-primary) !important;
}
.btn-red {
  background-color: var(--red-accent);
}

/* scrollbar  */
.header-dropdown::-webkit-scrollbar {
  width: 10px;
  box-shadow: 0 1px 2px rgba(0 0 0 0.1), 0 -1px rgba(255, 255, 255, 0.5) inset;
}

.header-dropdown::-webkit-scrollbar-track {
  background: var(--scrollbar-background);
}
.header-dropdown::-webkit-scrollbar-track:hover {
  background: var(--scrollbar-background);
}

.header-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 4px;
}
.header-dropdown::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb);
}

.header-dropdown::-webkit-scrollbar:horizontal {
  height: 10px;
}

.header-dropdown::-webkit-scrollbar-track:horizontal {
  background: var(--scrollbar-background);
}
.header-dropdown::-webkit-scrollbar-track:horizontal:hover {
  background: var(--scrollbar-background);
}

.header-dropdown::-webkit-scrollbar-thumb:horizontal {
  background: var(--scrollbar-thumb);
}
.header-dropdown::-webkit-scrollbar-thumb:horizontal:hover {
  background: var(--scrollbar-thumb);
}

/* scrollbar */
.mm-close {
  color: var(--light-secondary);
}
.mm-close:hover {
  color: var(--light-primary);
}

.navbar .nav-item {
  visibility: hidden;
}

.blog-link {
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  padding-bottom: 5px;
  width: fit-content;
}
.blog-link:hover {
  background-color: var(--color-primary);
  color: #fff !important;
  text-decoration: none;
}

.alert-dark  {
  background-color: var(--color-primary) !important;
  color: var(--light-primary) !important;
  border-color: var(--color-primary) !important;
}

.close,
.close:hover {
  color: var(--light-primary);
}

.collection_box_title_text {
  /* background-color: var(--color-secondary) !important; */
  border-radius: 4px;
  text-align: center;
  font-size: 14px !important;
}
#top-ge-counter-container {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}

#signin_form input,
#register_form input {
  /* color: #000 !important; */
}

#signin_form input:focus,
#register_form input:focus {
  background-color: transparent !important;
}

#signin_form .modal-footer a,
#register_form .modal-footer a {
  color: #000 !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: 1200px) {
  .banner .w-930px {
    display: block;
    max-width: 930px;
  }

  .cart-footer-wrapper {
    width: 60%;
  }
  .card-button,
  .custom-wishlist {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .navbar-container {
    display: flex;
    box-sizing: border-box;
  }
  .navbar-container .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  /* .form-vertical .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  } */

  /* .form-vertical .col-md-4,
  .form-vertical .col-md-5,
  .form-vertical .col-md-12 {
    padding: 0 !important;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner .w-690px {
    display: block;
    max-width: 690px;
  }

  .subscribe-form {
    width: 50% !important;
  }
}

@media (min-width: 576px) {
  .remove-cart,
  .recalculate-button {
    /* width: 124px; */
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner .w-510px {
    display: block;
    max-width: 510px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .banner .w-270px {
    display: block;
    max-width: 270px;
  }

  .header .logo {
    max-height: 64px;
  }
  #expandedImg-gallery {
    height: 300px !important;
  }
}

@media (max-width: 992px) {
  .navbar-collapse li:first-child {
    padding-top: 15px !important;
  }
  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-slide .title {
    display: none;
  }
  .card-button,
  .custom-wishlist {
    width: 50%;
  }

  .mostSoldSwiper-slide {
    width: 180px !important;
  }

  .cart-footer-wrapper {
    width: 100% !important;
  }

  .icon-location {
    margin-left: -2px;
  }
  .icon-store_mall_directory {
    margin-left: -3px;
  }
  .thumbSwiperContainer {
    display: none !important;
  }
  .mySwiper2 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .btn-giorgi {
    padding: 0.5rem 0.7rem;
  }
  .home-container {
    margin-top: 2rem;
  }
  .product-page-buttons {
    width: 100%;
  }

  #top-ge-counter-container {
    padding: 1rem !important;
  }

  .cont-email {
    text-align: left !important;
  }

  .select-container {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 4px !important;
  }

  .product-page-buttons button {
    width: 100%;
  }

  .card-title {
    font-size: 14px !important;
  }

  .blog-wrapper {
    padding: 0;
  }

  .blog-row {
    border-radius: 4px;
    margin: 0 !important;
  }

  .blog-date,
  .blog-author {
    font-size: 12px !important;
  }
  .card-description {
    font-size: 12px !important;
  }

  .category-button {
    display: none !important;
  }

  .custom-card-info {
    font-size: 11px;
    max-width: none !important;
  }

  .product-page-texts-sm {
    font-size: 12px !important;
  }

  .upper-image {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-giorgi {
    padding: 0.85rem 1.13rem;
  }
  .slider.slider-horizontal {
    width: 150px !important;
  }
  .mySwiper2,
  .product-sw-wrapper {
    max-height: 500px !important;
  }
}

@media (min-width: 1199px) {
  .btn-giorgi {
    padding: 1rem 1.4rem;
  }
  .thumbsgallery {
    flex: 0 0 14% !important;
  }
}

.juicer-feed h1.referral {
  display: none !important;
}
