/*
Theme Name: OS Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1651122733
Updated: 2022-04-28 05:12:13

*/
/* ASL */
.asl-p-cont .icon-phone-outline:before {
  content: "\e838" !important;
}

.asl-p-cont .icon-location:before {
  content: "\e801" !important;
}

body #asl-storelocator.asl-p-cont.container .asl-panel .sl-item > div,
#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item > div {
  position: relative !important;
}

#asl-storelocator.asl-p-cont .search_filter .form-control {
  width: 100% !important;
  border-radius: 0 !important;
}

#asl-storelocator.asl-p-cont.asl-template-0 .search_filter span {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.pny-btn {
  font-size: 0.8em;
  text-align: center;
  background-color: #eee;
  padding: 10px 0 6px 0;
  cursor: pointer;
  width: 100% !important;
}

.asl-p-cont .h1,
.asl-p-cont h1 {
  font-size: 20px;
  color: #c33;
}

.panel-cont {
  padding: 30px 10px 10px;
  overflow: hidden !important;
  height: 350px;
}

/*#asl-storelocator.asl-p-cont.storelocator-main .panel-cont {
    overflow: hidden;
    height: 330px;
}*/
.p-title .asl-p-cont a,
#asl-storelocator.asl-p-cont a:first-child {
  font-size: 1.3em;
  color: #c60c29;
}

#asl-storelocator.asl-p-cont p,
#asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .p-area {
  font-size: 0.8em !important;
}

#asl-storelocator.asl-p-cont .dist-str {
  flex: auto;
  text-align: right;
  font-size: 0.8em !important;
}

#asl-storelocator.asl-p-cont.asl-template-0 .panel-inner .sl-item,
#asl-storelocator > #asl-list > .panel-cont > .panel-inner > .sl-item,
div.sl-item {
  border-bottom: 1px solid #ccc !important;
  padding: 5px 10px !important;
}

a.asl-phone-link {
  font-size: 0.9em;
  color: #333;
}

a.asl-pricing-btn,
#asl-storelocator.asl-p-cont a.asl-pricing-btn {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  background-color: #c60c29;
  color: #fff !important;
  padding: 3px 20px;
  border-radius: 3px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow,
#asl-storelocator.asl-p-cont.asl-template-0 .infoWindow,
#asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow,
#asl-storelocator .infoBox {
  background-color: #fff !important;
  border-radius: 5px;
}

#asl-list {
  margin-top: 113px !important;
}

#asl-storelocator .infoBox .infoWindow > div.infowindowContent {
  padding: 10px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
  font-size: 1.2em;
  background-color: #c60c29;
  color: #fff;
  padding: 3px 10px;
  margin-top: 4px;
}

.search_filter p {
  font-size: 0.9em !important;
  margin: 10px 0;
}

/*.asl-p-cont .icon-direction-outline:before,
.asl-p-cont .asl-buttons a:before, .asl-p-cont [class*=" icon-"]:before, .asl-p-cont [class^=icon-]:before{
	content: '\e80b'!important;
}*/
#asl-storelocator.asl-p-cont .asl-clear-btn {
  right: 90px !important;
}

@media screen and (max-width: 414px) {
  /*#asl-storelocator.asl-p-cont .sl-item>div:nth-child(2){
		position: initial!important;
	}*/
  #asl-map-canv {
    display: none;
  }

  #asl-storelocator.asl-p-cont.storelocator-main .panel-cont {
    height: auto;
    overflow: scroll;
  }

  #asl-storelocator.asl-p-cont.asl-bg-0.no-asl-filters #asl-list {
    height: 385px !important;
  }
}

/*star ratings*/
:root {
  --star-size: 60px;
  --star-color: #2a2929;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  /*font-size: var(--star-size);*/
  font-size: 1.5em;
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.StarsNo {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  /*font-size: var(--star-size);*/
  font-size: 1.5em;
  font-family: Times;
  line-height: 1;
}

.StarsNo::before {
  content: "★★★★★";
  letter-spacing: 3px;
  /*background: linear-gradient(90deg, gray 80%, darkgray 20%);*/
  background-color: #7a7a7a;
  opacity: 0.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Stars span {
  font-size: 0.7em;
  color: #707070;
  font-family: Arial, Sans-serif;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

.single-product ul.flex-direction-nav {
  z-index: 1 !important;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  margin-right: -40px;
  font-weight: bold;
}

a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  margin-left: -40px;
  font-weight: bold;
}

ul.flex-direction-nav li a {
  color: rgb(117, 113, 113);
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
  color: #c60c29;
}

.oss-faq .hide-others > div:nth-child(n + 11) {
  display: none;
}

.acc-rm-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.acc-rm-container .acc-read-more {
  background: #c60c29 !important;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .elementor-location-footer ul.elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    line-height: 1.8em;
  }
}

@media (max-width: 768px) {
  #singleProductRow > div .elementor-column {
    width: 100% !important;
  }

  .single-product .woocommerce-product-gallery .flex-direction-nav {
    display: none !important;
  }
}

.sp_reviews #elementor-tab-title-2535,
.sp_reviews #elementor-tab-title-3585 {
  display: none;
}

body.logged-in .sp_reviews #elementor-tab-title-2535,
body.logged-in .sp_reviews #elementor-tab-title-3585 {
  display: block;
}

/* For cart */
.tax-exemption {
  position: relative;
}

.tax-exemption > img {
  width: 15px;
  margin-bottom: -2px;
  cursor: pointer;
}

.tax-exemption img.te-close {
  width: 15px;
  transition: 300ms all;
}

.tax-exemption img.te-close:hover {
  transform: scale(1.2);
}

.te-content h3 {
  font-size: 20px;
  margin-top: 0px;
}

.tax-exemption .te-content {
  display: none;
  padding: 20px;
  position: absolute;
  left: 0;
  top: -200px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  z-index: 2;
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.25);
}

.tax-exemption .te-content.show {
  display: block;
}

.tax-exemption img.te-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#oss-cart-container .te-content {
  top: -50px;
  text-align: left;
  width: 340px;
}

#oss-cart-container .tax-exemption::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-custom-tab/images/icon-info-italic.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50px;
  top: calc(50% - 7.5px);
  cursor: pointer;
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
  /* 768px is a common breakpoint for mobile devices */
  .entry-summary {
    width: 100% !important;
    /* other styles you want to apply specifically for mobile devices */
  }

  .woocommerce-product-gallery {
    width: 100% !important;
    zoom: 50%;
    /* You can add additional styles here if needed for mobile view */
  }

  .product_title.entry-title {
    font-size: 30px !important;
  }

  .woocommerce ul.products li.product .star-rating {
    font-size: 0.557em;
  }

  .custom-product-title > h3,
  .custom-add-to-cart-btn,
  .custom-price {
    font-size: 8pt !important;
  }
}

#generic_product_template .elementor-widget-woocommerce-product-title,
#generic_product_template
  .elementor-widget-woocommerce-product-title
  .product_title {
  display: block !important;
}

#generic_product_template
  .elementor-widget-woocommerce-product-title
  .product_title {
  display: block !important;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.custom-rating {
  /* Customize product item layout */
  min-height: 20px;
}

.custom-price {
  font-weight: bold;
}

.custom-product-title > h3 {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: 3.3em;
  font-weight: 600;
}

.custom-add-to-cart {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .accessories-card-title .elementor-heading-title {
    font-size: 12px !important;
  }
}

#map_section {
  height: 600px;
  width: 100%;
}

#onsite_store_locator {
  display: flex;
  align-items: stretch;
  height: 100%;
}

#onsite_store_locator > div:first-child {
  width: 29%;
  margin-right: 2%;
  border: 1px solid #ccc;
}

#onsite_store_locator > div:last-child {
  width: 69%;
}

#onsite_store_locator .search-field {
  display: flex;
}

#onsite_store_locator .search-field input[type="text"] {
  border-right: 0px !important;
  border-radius: 0px !important;
}

#onsite_store_locator button.btn-search {
  border-radius: 0px !important;
  margin-left: -1px;
  color: white !important;
}

#onsite_store_locator button.btn-search:hover,
#onsite_store_locator button.btn-search:focus {
  background-color: #c60c29 !important;
}

#onsite_store_locator button.current-location {
  width: 100%;
  margin-top: 10px;
  text-decoration: none !important;
}

.store-options-list {
  display: flex;
  flex-direction: column;
  background: white;
  position: absolute;
  z-index: 9999;
  width: 99%;
  left: 0.5%;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#search_section {
  max-width: 500px;
  position: relative;
}

#search_section .store-options-list > a:not(:first-child) {
  border-top: 1px solid #eee;
}

#search_section .store-options-list > a {
  display: flex;
  color: #c60c29;
  padding: 6px 20px;
  padding-left: 25px;
  transition: background-color 100ms;
  cursor: pointer;
  position: relative;
  line-height: 1.3em;
  font-size: 14px;
}

#search_section .store-options-list > a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-pin-location.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 6px;
  top: calc(50% - 7.5px);
}

#search_section .store-options-list > a:hover {
  background-color: #eee;
}

.stores-container {
  height: 420px;
  overflow-y: auto !important;
}

/* width */
.stores-container::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.stores-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.stores-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
  transition: 300ms all;
}

/* Handle on hover */
.stores-container::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}

.store-item {
  padding: 10px;
}

.store-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

button.current-location {
  background-color: #0f3a59 !important;
  color: #ffdc47 !important;
  padding: 10px !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.shipping-containers-count {
  background: #c60c29;
  color: white;
  padding: 5px 10px;
}

.search_box {
  padding: 10px;
}

.store-item {
  display: flex;
}

.store-details {
  width: calc(100% - 100px);
}

.store-details a {
  text-decoration: none !important;
}

.store-details .fas,
.oiw-telephone .fas {
  font-size: 10px;
  width: 10px;
  text-align: center;
}

.store-location,
.store-tel a {
  font-size: 13px;
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 1em;
}

.store-btn-container a {
  display: block;
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: uppercase;
  background-color: #c60c29;
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 3px;
}

.store-btn-container {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oiw-location {
  font-weight: 600;
  color: #c60c29;
  font-size: 15px;
  margin-bottom: 3px;
}

.oiw-telephone a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400 !important;
}

.oiw-btn-pricing {
  font-size: 11px;
  font-weight: 400 !important;
  text-transform: uppercase;
  background-color: #c60c29;
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 3px;
  width: 100%;
  text-align: center;
}

.osl-heading {
  margin-bottom: 30px;
}

.osl-heading h3 {
  font-size: 29px !important;
  color: #000 !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 0;
}

.osl-heading span {
  font-size: 28px;
  font-weight: 600;
  color: #c60c29;
  text-align: center;
  display: block;
}

@media (max-width: 480px) {
  .onsite-store-locator-container {
    display: none;
  }
}

/* location_to_gallery_shortcode */
.location-to-gallery-section__desktop {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 0px;
}

@media (max-width: 480px) {
  .location-to-gallery-section__desktop {
    display: none;
  }
}

.location-to-gallery-section__mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

@media (min-width: 480px) {
  .location-to-gallery-section__mobile {
    display: none;
  }
}

.location-to-gallery-section__redirect {
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #e7e7e7;
  border-width: 0px;
  border-color: #bd112a;
  border-style: solid;
  justify-content: center;
  box-shadow: -2px 10px 11px 0px rgba(0, 0, 0, 0.5);
  transition: border-width 0.1s ease-in-out;
}

.location-to-gallery-section__redirect_mobile {
  text-align: center;
  color: #ffffff;
  font-family: "Anton", Sans-serif;
  font-weight: 400;
  font-size: 42px;
  padding: 20px;
  border-radius: 20px;
  line-height: 42px;
}

.location-to-gallery-section__redirect_mobile.buy {
  background: #0f3b58;
}
.location-to-gallery-section__redirect_mobile.rent {
  background: #bd112a;
}
.location-to-gallery-section__redirect_mobile.rto {
  background: #686868;
}

.location-to-gallery-section__redirect:hover {
  border-width: 3px;
}

.add-to-cart-w-effect .fa-shopping-cart {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -15%;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
}

.add-to-cart-w-effect .fa-box {
  position: absolute;
  z-index: 3;
  top: -25%;
  left: 52%;
  font-size: 0.875rem;
  transform: translate(-50%, -50%);
}

/* .add-to-cart-w-effect .add__to-cart,
.add-to-cart-w-effect .added { */
.add-to-cart-w-effect .added {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 50%;
  transform: translate(-50%, -50%);
}

.add-to-cart-w-effect span.add__to-cart {
  opacity: 1;
}

.add-to-cart-w-effect span.added {
  opacity: 0;
}

.add-to-cart-w-effect.clicked .fa-shopping-cart {
  animation: cart 1.5s ease-in-out forwards;
}

.add-to-cart-w-effect.clicked .fa-box {
  animation: box 1.5s ease-in-out forwards;
}

.add-to-cart-w-effect.clicked span.add__to-cart {
  animation: txt1 1.5s ease-in-out forwards;
}

.add-to-cart-w-effect.clicked span.added {
  animation: txt2 1.5s ease-in-out forwards;
}

.add-to-cart-w-effect.clicked {
  pointer-events: none !important;
}

@keyframes cart {
  0% {
    left: -15%;
  }

  40%,
  60% {
    left: 50%;
  }

  100% {
    left: 115%;
  }
}

@keyframes box {
  0%,
  40% {
    top: -20%;
  }

  60% {
    top: 40%;
    left: 52%;
  }

  100% {
    top: 40%;
    left: 112%;
  }
}

@keyframes txt1 {
  0% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
  }
}

@keyframes txt2 {
  0%,
  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.add-to-cart-w-effect {
  position: relative;
  overflow: hidden !important;
  color: transparent;
  pointer-events: "";
}

@media (max-width: 768px) {
  .add-to-cart-w-effect .fa-shopping-cart {
    font-size: 0.75rem !important;
  }

  .add-to-cart-w-effect .fa-box {
    font-size: 0.4rem !important;
  }
}

#locationModal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  padding: 15px;
  display: none;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

#locationModal h5 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
}

#locationModal p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding: 0 10px;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-custom {
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-allow {
  background: #28a745;
  color: #fff;
}

.btn-deny {
  background: #dc3545;
  color: #fff;
}

/* Media Query for Mobile Screens */
@media (max-width: 768px) {
  #locationModal {
    top: 0;
    bottom: auto;
    box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.75);
  }
}

/* added to cart swal */
.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 9999;
}

.swal2-gallery-added-to-cart-modal {
  width: 1000px;
}

.gallery-added-to-cart-modal {
  width: 90%;
  overflow: hidden;
  display: flex;
  background: white;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #444;
}

.swal2-gallery-added-to-cart-modal {
  background: transparent !important;
  box-sizing: border-box;
}

.gallery-added-to-cart-modal__banner {
  background-image: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-tabs/images/blackbanner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* width:30%; */
  overflow: hidden;
  flex: 0 0 30%;
}

.gallery-added-to-cart-modal__logo-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50%;
}

.gallery-added-to-cart-modal_content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 70%;
  flex: 1;
}

.gallery-added-to-cart-modal_content-footer,
.gallery-added-to-cart-modal_content-header {
  position: absolute;
  width: 100%;
  background: #bd112a;
  padding: 8px 15px;
}

.gallery-added-to-cart-modal_content-header {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-added-to-cart-modal_content-footer {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-added-to-cart-modal_content-body {
  padding: 20px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

.gallery-added-to-cart-modal_product-item-wrap {
  /* border:1px solid #ccc; */
  border-radius: 4px;
  display: flex;
}

.gallery-added-to-cart-modal_product-item-img-wrap {
  width: 25%;
  aspect-ratio: 1/1;
  /* border: dashed 1px #ccc; */
  display: flex;
  align-items: center;
}

.gallery-added-to-cart-modal_product-item-img {
  width: 100%;
  object-fit: contain;
}

.gallery-added-to-cart-modal_product-item-detail-wrap {
  width: 75%;
  padding: 10px;
}

.gallery-added-to-cart-modal_detail-label {
  width: 30%;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-added-to-cart-modal_product-details table {
  width: 100%;
  text-align: left;
  /* border:1px dashed #ccc; */
}

.gallery-added-to-cart-modal_product-details table tbody {
  font-size: 0.8em;
}

.gallery-added-to-cart-modal_product-details table td {
  padding: 5px;
}

.gallery-added-to-cart-modal_product-name {
  color: #bd112a;
  font-weight: bold;
}

.gallery-added-to-cart-modal_continue-shopping-button {
  background: white !important;
  border: 1px solid #bd112a !important;
  color: #bd112a !important;
  font-size: 1em !important;
  transition: all 0.125s ease-in-out;
}

.gallery-added-to-cart-modal_continue-shopping-button:hover {
  color: white !important;
  background: #dd2944 !important;
  border: 1px solid #6b0514 !important;
  font-size: 1em !important;
}

.gallery-added-to-cart-modal_go-to-cart-button {
  background: #3e3e3e !important;
  border: 1px solid #3e3e3e !important;
  color: white !important;
  font-size: 1em !important;
  transition: all 0.125s ease-in-out;
}

.gallery-added-to-cart-modal_go-to-cart-button:hover {
  color: white !important;
  background: #545454 !important;
  border: 1px solid #212121 !important;
  font-size: 1em !important;
}

.gallery-added-to-cart-modal_price,
.gallery-added-to-cart-modal_title {
  color: white;
  font-weight: 600;
  font-size: 1.5em;
}

.gallery-added-to-cart-modal_price span {
  font-weight: normal;
  margin-right: 10px;
}

@media (min-width: 491px) and (max-width: 900px) {
  .gallery-added-to-cart-modal__banner {
    background-image: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-tabs/images/blackbanner.png");
  }

  .gallery-added-to-cart-modal_content {
    width: 100%;
  }

  .gallery-added-to-cart-modal__logo-img {
    width: 20%;
  }

  .gallery-added-to-cart-modal {
    display: block;
  }

  .gallery-added-to-cart-modal__banner {
    height: 120px;
  }
}

@media (max-width: 490px) {
  .gallery-added-to-cart-modal__banner {
    background-image: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-tabs/images/blackbanner.png");
  }

  .gallery-added-to-cart-modal__logo-img {
    width: 20%;
  }

  .gallery-added-to-cart-modal {
    display: block;
  }

  .gallery-added-to-cart-modal__banner {
    height: 100px;
  }

  .gallery-added-to-cart-modal {
    font-size: 0.6em;
  }

  .gallery-added-to-cart-modal_content {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
  }

  .gallery-added-to-cart-modal_continue-shopping-button,
  .gallery-added-to-cart-modal_go-to-cart-button,
  .onesite-modal__go-to-cart-button,
  .onesite-modal__continue-shopping-button {
    padding: 8px 15px !important;
  }
}

/* added to cart swal end*/

/* frequently bought together component style start */
.frequently-bought-together * {
  user-select: none;
}

.frequently-bought-together {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 20px;
  margin-bottom: 30px;
  position: relative;
}

.frequently-bought-together__title {
  font-weight: 700;
  margin-bottom: 0.9em;
  text-align: left;
}

.frequently-bought-together__item-img-wrap {
  width: 30%;
}

.frequently-bought-together__item {
  background: white;
  border: 1px solid #b1b1b1;
  border-radius: 7px;
  padding: 4px;
  width: 250px;
  flex: 0 0 auto;
}

.frequently-bought-together__item-img {
  width: 90px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.frequently-bought-together__item-name {
  font-size: 0.7em;
  margin-bottom: 1em;
  text-align: left;
}

.frequently-bought-together__item-addtocart-button {
  width: 100%;
  color: white !important;
  background: #bd112a !important;
  border: none;
  border-radius: 4px !important;
  padding: 4px !important;
  font-size: 1em !important;
  cursor: pointer;
}

.frequently-bought-together__item-wrap {
  display: flex;
}

.frequently-bought-together__item-price {
  font-weight: 500;
  text-align: right;
}

.frequently-bought-together__item-text-wrap {
  width: 70%;
  padding: 2px 5px;
  display: flex;
  align-items: center;
}

.frequently-bought-together__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch !important;
}

.frequently-bought-together__wrapper * {
  box-sizing: border-box;
}

a.frequently-bought-together__item-link {
  text-decoration: none !important;
  color: black !important;
  display: flex;
  align-items: stretch;
}

@media (max-width: 490px) {
  .frequently-bought-together__item {
    font-size: 0.7em;
    width: 180px;
  }
}

.product-item-v2_button-addtocart .fa-shopping-cart {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -10%;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
}

.product-item-v2_button-addtocart .fa-box {
  position: absolute;
  z-index: 3;
  top: -25%;
  left: 52%;
  font-size: 0.875rem;
  transform: translate(-50%, -50%);
}

/* .product-item-v2_button-addtocart .add__to-cart,
.product-item-v2_button-addtocart .added { */
.product-item-v2_button-addtocart .added {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-item-v2_button-addtocart span.add__to-cart {
  opacity: 1;
}

.product-item-v2_button-addtocart span.added {
  opacity: 0;
}

.product-item-v2_button-addtocart.clicked .fa-shopping-cart {
  animation: cart 1.5s ease-in-out forwards;
}

.product-item-v2_button-addtocart.clicked .fa-box {
  animation: box 1.5s ease-in-out forwards;
}

.product-item-v2_button-addtocart.clicked span.add__to-cart {
  animation: txt1 1.5s ease-in-out forwards;
}

.product-item-v2_button-addtocart.clicked span.added {
  animation: txt2 1.5s ease-in-out forwards;
}

.product-item-v2_button-addtocart.clicked {
  pointer-events: none !important;
}

@keyframes cart {
  0% {
    left: -10%;
  }

  40%,
  60% {
    left: 50%;
  }

  100% {
    left: 110%;
  }
}

@keyframes box {
  0%,
  40% {
    top: -20%;
  }

  60% {
    top: 40%;
    left: 52%;
  }

  100% {
    top: 40%;
    left: 112%;
  }
}

@keyframes txt1 {
  0% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
  }
}

@keyframes txt2 {
  0%,
  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product-item-v2_button-addtocart {
  position: relative;
  overflow: hidden !important;
  color: transparent;
  pointer-events: "";
}

/* frequently bought together component style end */

/* zipcode swal2 popup styles */
.onesite-modal-wrapper {
  display: flex;
  position: relative;
  border-radius: 0px !important;
}

.onesite-modal__action-buttons-wrap {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.onesite-modal__continue-shopping-button {
  background: #bd112a !important;
  border: 1px solid #bd112a !important;
  color: white !important;
  font-size: 1em !important;
  transition: all 0.125s ease-in-out;
}

.onesite-modal__continue-shopping-button:hover {
  color: white !important;
  background: #dd2944 !important;
  border: 1px solid #6b0514 !important;
  font-size: 1em !important;
}

.onesite-modal__go-to-cart-button {
  background: #3e3e3e !important;
  border: 1px solid #3e3e3e !important;
  color: white !important;
  font-size: 1em !important;
  transition: all 0.125s ease-in-out;
  font-family: "Poppins", Sans-serif;
  border-radius: 6px 6px 6px 6px;
  padding: 15px 30px 15px 30px;
}

.onesite-modal__go-to-cart-button:hover {
  color: white !important;
  background: #545454 !important;
  border: 1px solid #212121 !important;
  font-size: 1em !important;
}

.onesite-modal-wrapper .banner {
  background-size: cover;
  background-position: center;
  padding: 15px;
  min-width: 300px;
  background-image: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-tabs/images/blackbanner.png");
}

.onesite-modal-wrapper .banner div img {
  width: 100%;
  object-fit: contain;
}

.onesite-modal-wrapper .banner div {
  width: 75%;
}

.onesite-modal-wrapper .content {
  width: 100%;
  padding: 40px;
  padding-bottom: 15px;
  text-align: left !important;
  position: relative;
}

.zipcode-swal2-popup.swal2-show,
.swal2-popup.swal2-show .swal2-html-container {
  padding: 0px !important;
}

.zipcode-swal2-popup .swal2-close.zipcode-modal-close {
  background-color: transparent !important;
  outline-width: 1px !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: none !important;
  position: absolute;
  padding: 5px !important;
  top: 0 !important;
  right: 10px !important;
  font-size: 2em !important;
}

.zipcode-swal2-popup {
  width: 800px;
}

.zipcode-swal2-popup_title {
  text-align: left;
  margin-bottom: 5px;
  color: black;
  font-size: 1.2em;
}

.zipcode-swal2-popup_button {
  padding: 7.5px 15px !important;
  border-radius: 0px !important;
}

.zipcode-swal2-popup_buttons-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}

.zipcode-swal2-popup_call-link {
  color: #c60c29;
  font-size: 1em !important;
  text-decoration: underline;
  text-align: right;
}

.container-name-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 491px) and (max-width: 768px) {
  .onesite-modal-wrapper,
  .onesite-modal-wrapper {
    display: block;
  }

  .onesite-modal-wrapper .banner,
  body[data-elementor-device-mode="tablet"] .onesite-modal-wrapper .banner {
    width: 100%;
    height: 190px;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close,
  body[data-elementor-device-mode="tablet"]
    .zipcode-swal2-popup
    .swal2-close.zipcode-modal-close {
    color: rgb(232, 232, 232) !important;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover,
  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover {
    color: white !important;
  }

  .zipcode-swal2-popup .onesite-modal-wrapper .banner div,
  .onesite-modal-wrapper .banner div {
    width: 40%;
  }
}

@media (max-width: 490px) {
  .onesite-modal__action-buttons-wrap {
    margin-bottom: 20px;
  }

  .onesite-modal-wrapper,
  .onesite-modal-wrapper {
    display: block;
  }

  .onesite-modal-wrapper .banner,
  body[data-elementor-device-mode="tablet"] .onesite-modal-wrapper .banner {
    width: 100%;
    height: 140px;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close,
  body[data-elementor-device-mode="tablet"]
    .zipcode-swal2-popup
    .swal2-close.zipcode-modal-close {
    color: rgb(232, 232, 232) !important;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover,
  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover {
    color: white !important;
  }

  .zipcode-swal2-popup .onesite-modal-wrapper .banner div,
  .onesite-modal-wrapper .banner div {
    width: 40%;
  }

  .onesite-modal__contact-us span,
  .onesite-modal__contact-us span a {
    font-size: 1em;
  }

  .onesite-modal__message {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .onesite-modal-wrapper .content {
    font-size: 0.7em;
    padding: 20px;
    padding-bottom: 5px;
  }
}

.onesite-modal__title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}

.onesite-modal__message {
  width: 100%;
  font-weight: 500;
  text-align: center;
  color: #bd112a;
  margin-top: 20px;
  margin-bottom: 50px;
}

.on-site-special-banner__button-wrap {
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-weight: bold;
  color: white;
  background: #bd112a;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 1em;
  cursor: pointer;
}

.on-site-special-banner {
  position: relative;
  overflow: hidden;
  user-select: none;
}

.on-site-special-banner__call-label,
.on-site-special-banner__call-number {
  color: white;
  font-weight: bold;
  text-align: center;
}

.on-site-special-banner__call-number .elementor-align-icon-left {
  margin-right: 10px;
}

.on-site-special-banner__call-label {
  font-size: 0.7em;
}

.on-site-special-banner__call-number {
  font-size: 1em;
}

@media (max-width: 490px) {
  .on-site-special-banner__call-label-wrap {
    font-size: 0.7em;
  }

  .on-site-special-banner__button-wrap {
    left: 10px;
    bottom: 10px;
  }

  .on-site-special-banner__call-number .elementor-align-icon-left {
    margin-right: 4px;
  }
}

/* single product sp-add-to-cart */
a.sp-add-to-cart.disabled {
  opacity: 0.7px;
  pointer-events: none;
}

/* product card shortcode styling --- START
   used in accessory page
   https://onsitestorage.com/shipping-container-accessories 
*/
.main-loc-page-product-catalog__item {
  width: 100%;
  flex-shrink: 0;
}
.main-loc-page__product-card__body .hover-button {
  position: absolute;
  padding: 10px 15px;
  background: rgba(173, 8, 33, 0.9);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.725s !important;
}
.main-loc-page__product-card__link:hover
  .main-loc-page__product-card__body
  .hover-button {
  display: flex;
  opacity: 1;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.49);
}
.main-loc-page__product-card {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid white;
  padding-top: 40px;
  position: relative;
  background: white;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.54);
}
.main-loc-page__product-card:hover {
  transition: all 0.725s !important;
  border: 2px solid #c60c29;
}
.main-loc-page__product-card__header {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #c70c29;
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.main-loc-page__product-card__body {
  padding: 20px;
}
.main-loc-page__product-card__name {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
  height: 100px;
}
.main-loc-page__product-card__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.main-loc-page__product-card__image-inner-wrap {
  margin-top: 10px;
  height: 250px;
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.main-loc-page__product-card__image {
  object-fit: contain;
  width: 100%;
}
.main-loc-page__product-card__highlight {
  color: #c00f2b;
  font-size: 24px;
  font-weight: 700;
}
.main-loc-page__product-card__call-button {
  border-radius: 4px !important;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 480px) {
  .main-loc-page__product-card__image-inner-wrap {
    height: 100px;
  }
  .main-loc-page__product-card__name {
    height: 70px;
    font-size: 12px;
  }
}
/* product card shortcode styling --- END */

/* contact field global tooltip-- START */
/* Container for the icon */
/* 1. The Wrapper */
  .tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
    color: #64748b;
    transition: color 0.2s ease;
  }

  .tooltip-container:hover {
    color: #3b82f6;
  }

  /* 2. The Tooltip Box */
  .tooltip-text {
    visibility: hidden;
    /* Fixed breaks out of overflow:hidden */
    position: absolute; 
    
    /* Position to the right of the icon */
    /* Adjust 'margin-left' to control the gap */
    margin-left: 28px; 
    
    width: 250px;
    background-color: #1e293b;
    color: #fff;
    text-align: left;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.5;
    font-family: "Poppins", -apple-system, sans-serif;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    font-style: italic;
    font-weight:300;
    /* Animation: Slide from left to right */
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    z-index: 9999;
  }

  /* 3. The Arrow (Caret) pointing left */
  .tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%; /* Position on the left side of the box */
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent #1e293b transparent transparent;
  }

  /* 4. Hover State */
  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

/* contact field global tooltip-- END */
