:root {
  --bs-font-sans-serif: "Open Sans",helvetica,arial,sans-serif;
  --bs-link-color: black;
  --bs-body-bg: 248,249,250;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
iframe[src*="youtube"] {
  width: 100%;
}
h3, .my-col-header {
  background: #efefef;
  border-bottom: 2px solid #d9d9d9;
  padding: 6px;
  border-radius: 15px;
  text-align: center;
}
.maxheight-400 {
  max-height: 400px;
}
.warning-messages > p {
  border: 1px solid red;
  background: #FFEFEF;
  color: black;
  padding: 8px;
}
.full-image-zoom {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
.smol-header {
  font-size: .875em;
  background: #efefef;
  text-align: center;
  border-radius: 5px;
}
.smol-text {
  font-size: 75%;
}
.elbackground {
  background: #F1F1F1;
}
.footer_pagetitle {
  display: block;
  font-weight: bold;
  font-size: 80%;
}
.footer_pagetitle:hover {
  text-decoration: none;
  color: black;
}
.footer_pagelink {
  display: block;
  font-size: 80%;
}
.colorful-heading {
  background: linear-gradient(135deg, #483939 0%,#0BA0D1 100%);
  color: white;
}
.review {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.reviews_stars {
  display: inline-block;
  margin-right: 8px;
  max-width: 80px;
  overflow: hidden;
  max-height: 16px;
}
span.reviews_stars_text, span.review_product_name, div.reviews_bestworst h4 {
  display: none !important;
}
.reviews_stars_rating {
  height: 16px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.reviews_stars_rating img {
  display: block;
  max-width: none !important;
}
.fixed-stars {
  height: 18px;
  margin-top: 4px;
}
.fixed-cross-img {
  height: 90px;
  max-width: 100%;
  object-fit: contain;
}
.fixed-list-img {
  height: 150px;
  max-width: 100%;
  object-fit: contain;
}
.gg-search-icon {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px
}
.gg-search-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px
}
@media only screen and (max-width: 600px) {
  .form-control[name="search_field"] {
    font-size: 75%;
  }
}
.div-all-img-fluid img {
  max-width: 100%;
}
.zimagerow { text-align: center; background: white; }
.zimagerow img { width: 100%; }
@media only screen and (min-width: 900px) {
  .zimagerow img:first-child:nth-last-child(n + 2), .zimagerow img:first-child:nth-last-child(n + 2) ~ img { width: 49%; }
  .zimagerow img:first-child:nth-last-child(n + 3), .zimagerow img:first-child:nth-last-child(n + 3) ~ img { width: 32%; }
  .zimagerow img:first-child:nth-last-child(n + 4), .zimagerow img:first-child:nth-last-child(n + 4) ~ img { width: 24%; }
}
.z-specs-table td:nth-child(1) {
  background: #ececec;
  font-style: italic;
}
.z-specs-table td {
  padding: 5px;
}
.z-compat-table tr td {
  background: #dcefff;
  border-radius: 10px 0px;
  padding-left: 20px;
  border-collapse: separate;
}
.z-red-msg { margin-bottom: 4px; color: red; font-size: 85%; }
.z-blue-msg { margin-bottom: 4px; color: blue; font-size: 85%; }
.z-bad-message {
  background: #FFEFEF;
  border: 1px solid red;
  color: black;
  padding: 5px;
}
.z-note-message {
  background: #EEF8FF;
  border: 1px solid #206BA4;
  color: black;
  padding: 5px;
  text-align: center;
}
.message-stack {
  margin-top: auto;
}
.message-stack > * {
  margin-top: 5px;
}
.prod-img-extra {
  background: #206BA4;
  color: white;
  font-size: 75%;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 20px;
 }
.caro-msg {
    font-weight: normal;
    font-size: 16px;
    background: white;
    color: black;
    border-radius: 10px;
    padding: 2px 7px 2px 7px;
    position: fixed;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 2px 10px black;
}

/* shopping cart css */
.hide-shop-garbo > input {
  display: none;
}
.ss-addr, .payment {
  margin-top: 15px;
}
.ss-billaddr-hdr, .ss-address-hdr, .payment_hdr, .comm_hdr, td.taxnship_hdr, td.instruct_hdr, #cart-ordertotal {
  font-weight: bold;
}
.ss-addr-field {
  margin-top: 6px;
}
.ss-shipaddr-check {
  text-align: center;
}
.ss-addr-text {
  display: inline-block;
  width: 30%;
  text-align: right;
}
.ss-addr-value {
  display: inline-block;
  width: 70%;
  padding-left: 5px;
}
.addr {
  width: auto;
  max-width: 100%;
}
 #coupon_code, #giftcert_code {
  width: 100%;
 }
.cart-product {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.cart-product, .cart-product-info {
  display: flex;
}
.cart-product-info {
  flex: 1;
}
.cart-product-quantity, .cart-product-sku {
  display: block;
}
.cart-product-price {
  margin-left: 20px;
}
td.payment {
  text-align: right;
  white-space: nowrap;
}
.payment_value input, select[name="paytype"] {
  width: 92%;
}
table.payment tr:nth-child(4) .payment_value {
  font-size: 70%;
}
input[name="cvv2"] {
  width: 25%;
}
.payment_value input, .payment_value select {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}
table#ship_options tr > td:nth-child(2), #cart-totals {
  text-align: right;
}
.cart-totals-value {
  display: inline-block;
  min-width: 100px;
}
.cart-savingstotal-text, .cart-savingstotal-value {
  color: #28a745;
}
 #cart-products {
  border-top: 1px solid #ddd;
 }
.button67 {
  margin-left: 15px;
}
.address-check-note {
  color: green;
  margin: 5px;
  text-align: center;
}
.cart-product-update {
  display: block;
  padding-top:  7px;
}
.cart-product-options select, .cart-product-options textarea {
  width: 100%;
}
.cart-product-image {
  margin: 5px;
}
.cart-product-image img {
  width: 90px;
  height: auto;
  display: block;
}
.zipncountry_txt {
  text-align: right;
  padding-right: 8px;
}

@media only screen and (max-width: 600px) {
  .cart-product-specs, .smol-text-sm {
    font-size: 80%;
  }
  .zipncountry_txt {
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* spinner */
.prog-spinner {
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
  display: inline-block;
  vertical-align: middle;
}

.prog-spinner > .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 5px solid red;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 5px solid blue;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 5px solid green;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* menu */
  visibility: hidden;
}
 #cat-controls.active {
  visibility: visible;
 }
.catmenu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.2s ease-in-out;
  transform: translateX(150%);
  overflow: auto;
}
.catmenu > .history {
  transform: translateX(-150%);
}
.catmenu > .active {
  transform: translateX(0) !important;
}
.catmenu .cat-title {
  border-top: 3px solid #eaeded;
  font-size: 130%;
  color: black;
  padding: 5px 10px;
}
.catmenu a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.catmenu li:hover {
  background: #c9cdcd;
}
.catmenu a[data-cat-switch] {
	background-repeat: no-repeat;
	background-position: right 9px;
	background-image: url('/store/media/menu-arrow-black.png');
  margin-right: 10px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
}
.breadcrumb-item {
  font-size: 80%;
  line-height: 30px;
}
.breadcrumb-item a {
  color: #206BA4;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media only screen and (max-width: 600px) {
  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
  .breadcrumb {
    flex-direction: column;
  }
  .breadcrumb-item {
    --bs-breadcrumb-item-padding-x: 0;
    line-height: 20px;
  }
  .breadcrumb-item a {
    max-width: 300px;
  }
}

.storename {
  font-family: 'kaushan script', cursive;
  color: black;
  letter-spacing: -1px;
  margin-left: -18px;
}
.storename-z {
  font-family: 'kaushan script', cursive;
  font-size: 150%;
  color: black;
  line-height: 40px;
  padding-right: 14px;
  display: inline-block;
}
.storename-link:hover {
  text-decoration: none;
}
.storename-popin {
  animation: 2s anim-popin ease-in-out 1;
}
@keyframes anim-popin {
  0% {
    color: black;
    transform: translateX(290px) scale(1.2) rotateZ(200deg);
    opacity: 0;
  }
  30% {
    transform: none;
    opacity: 1;
  }
  40% {
    color: black;
  }
  60% {
    color: #0d6efd;
  }
  100% {
    color: black;
  }
}

.table-row-collapse {
  caption-side: top;
}
@media screen and (max-width: 600px) {
  .table-row-collapse thead tr th:not(:only-child) {
    display: none;
  }
  .table-row-collapse tbody tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .table-row-collapse td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }
  .table-row-collapse td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .table-row-collapse td:last-child {
    border-bottom: 0;
  }
  .table-row-collapse tr:not(.expanded) td:not(.header-cell) {
    display: none;
  }

  .table-row-collapse tbody tr td:first-child::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    transition: transform .5s;
    transform: rotate(45deg);
    vertical-align: center;
    width: 1em;
    height: 1em;
    border-top: 3px solid black;
    border-right: 3px solid black;
  }
  .table-row-collapse tbody tr.expanded td:first-child::after {
      transform: rotate(135deg);
  }
}

