@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;
}

@font-face {
  font-family: "LeagueSpartan";
  src: url("../fonts/LeagueSpartan.ttf");
}

html[lang="en"] body,
html[lang="en"] .caps,
html[lang="en"] .btn,
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6 {
  font-family: "LeagueSpartan", sans-serif !important;
}
.opDesign {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.opForm {
  position: relative;
}
[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: -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";
}

.btn-cart {
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rgba-stylish-slight {
  background-color: #ebeced !important;
}
.list-group-item[aria-expanded="true"]:after,
.list-group-item[aria-expanded="false"]:after {
  content: "\f078" !important;
  margin-top: 2px;
}
.list-group-item[aria-expanded="false"]:after {
  transform: rotate(180deg);
}
body {
  font-size: 13px;
  font-family: "BPG Arial";
}
.cart-btn::after,
.val-btn::after {
  display: none;
}
.header .logo {
  /* height: 15vw; */
  max-width: 100%;
  max-height: 96px;
  min-height: 32px;
  /* height: 25vw; */
  /* width: 100%; */
  /* width: 100%; */
}
.mobcoll:not(:has(.accordion-blocks)) .filtcoll {
  display: none;
}
.badge {
  padding: 5px 8px;
  box-shadow: none;
  /* border-radius: 5px; */
  margin-right: 7px;
}
.badge.badge-warning {
  background-color: #6c69de !important;
}
.badge.badge-secondary {
  background-color: #fb3 !important;
}
.badge.badge-danger {
  background-color: #d63a2f !important;
}
.badge.badge-info {
  background-color: #559b60 !important;
}
.badge.badge-success {
  background-color: #3ba8f0 !important;
}
.badge.badge-dark {
  background-color: #a5a4ab !important;
}
.cookiealert .btn {
  border-radius: 0 !important;
}
.header-line {
  height: 4px;
}
.btn-floating i {
  color: #000;
  top: 2px;
}
.list-group .list-group-item:first-child {
  border-top: none;
}
.list-group > a:last-of-type:not([aria-expanded="true"]) {
  border-radius: 0;
}
.line5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}

.main-menu .navbar .nav-item {
  white-space: nowrap;
}

.main-menu .navbar .navbar-toggler {
  padding: 0;
}

.search .form-group {
  margin-bottom: 0;
}

.search .form-control {
  position: relative;
}

.form-control {
  border-radius: 0.125rem;
}

.dropdown-cart .dropdown-item {
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "icomoon";
  content: "\e5c8";
}

.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;
}

.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;
}

.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: 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%;
}

.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;
}

.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 {
  padding-bottom: 16px;
  background-color: #212121;
}

.footer-button {
  background-color: transparent !important;
  box-shadow: none;
}
.footer-button:hover {
  color: #fff;
  box-shadow: none;
}
.footer-button:active,
.footer-button:focus {
  box-shadow: none;
}
.footer .val-btn {
  color: #fff !important;
}
ul {
  list-style-type: none;
}
.footer .mrow {
  padding: 15px 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;
  transition: 0.3s;
}

.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 {
}

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;
}

.btn-group-transparent .btn {
  background: transparent !important;
  box-shadow: none !important;
}

/* .btn-group-transparent.show {
  border-radius: 0.125rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px;
} */

.btn-group-transparent.show .dropdown-menu {
  position: absolute;
  border-top-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0 0, rgba(0, 0, 0, 0.15) -1px 0 0 0,
    rgba(0, 0, 0, 0.15) 0 1px 0 0;
  border: 0;
  border-top: none !important;
  margin-top: -0;
}

.btn-group-transparent > [data-toggle="dropdown"]:nth-last-child(2) {
  /* margin-left: -10px; */
}

.btn-group-transparent > [data-toggle="dropdown"]:first-child {
  /* margin-right: -10px; */
}

.dropdown-line {
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: -8px;
}

.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);
}

.view3drotate_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.view3drotate_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#filter_form .caret {
  display: none;
}
#filter_form input {
  border: none;
}
@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: 768px) and (max-width: 991px) {
  .banner .w-690px {
    display: block;
    max-width: 690px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header .logo {
    max-height: 64px;
  }

  .banner .w-510px {
    display: block;
    max-width: 510px;
  }

  .header .logo {
    max-height: 64px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .header .logo {
    max-height: 64px;
  }

  .banner .w-270px {
    display: block;
    max-width: 270px;
  }

  .search-input {
    font-size: 0.81rem;
  }
  .featured-products.row,
  #scrollproducts {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .featured-products.row .card-body,
  #scrollproducts .card-body {
    padding: 10px;
  }
  .order3 {
    order: 3;
  }
  .breadcrumb {
    display: none;
  }
}

@media (min-width: 768px) {
  .font-size-h1 {
    font-size: 5vh;
  }

  .font-size-t1 {
    font-size: 3vh;
  }
  #prod_wrap {
    /* height: 100vh; */
  }

  /* #prod_wrap > .sticky-topp {
    height: 100vh;
    overflow: hidden !important;
  }

  #prod_wrap .col-md-5,
  #prod_wrap .col-md-7 {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #prod_wrap .col-md-5::-webkit-scrollbar,
  #prod_wrap .col-md-7::-webkit-scrollbar {
    display: none;
  } */
}

@media (max-width: 992px) {
  .header {
    position: relative !important;
  }
  #filter_form input {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .swip {
    min-height: 250px;
  }
}
@media (max-width: 1400px) {
  .FirstStep_map-container__B88ve {
    height: 250px !important;
  }
}
