#product .product-templates table {
  width: 100%;
  margin-bottom: 1rem;
}
#product .product-templates table tbody tr:first-child td {
  color: #414141;
  background-color: #f6f6f6;
  padding: 0.75rem;
  border: 2px solid #dee2e6;
  font-size: 1rem;
  line-height: 1.58;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}
#product .product-templates table tbody tr td {
  border: 2px solid #dee2e6;
  padding: 0.75rem;
  color: #414141;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.58;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

#cms #content table {
  width: 100%;
}
#cms #content table thead tr th, #cms #content table thead tr td {
  color: #414141;
  background-color: #f6f6f6;
  padding: 0.75rem;
  border: 2px solid #dee2e6;
  font-size: 1rem;
  line-height: 1.58;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}
#cms #content table tbody tr td {
  border: 2px solid #dee2e6;
  padding: 0.75rem;
  color: #414141;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.58;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

#footer #footer_contact i {
  width: 25px;
  text-align: center;
}
#footer .footer-one .row {
  justify-content: center;
}

.selector-box::-webkit-scrollbar {
  width: 8px;
}

.selector-box::-webkit-scrollbar-track {
  background: rgba(227, 227, 227, 0.06);
}

.selector-box::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

body.sidebar-open {
  overflow: hidden;
}

#product .selector-box {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 10px;
  padding: 10px 0px;
  overflow-y: auto;
  max-height: 600px;
}
@media (max-width: 991.98px) {
  #product .selector-box {
    grid-template-columns: repeat(1, auto);
    max-width: 70vw;
  }
}
#product .selector-box .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
#product .picture-selector {
  flex-basis: 10%;
  padding-left: 10px;
}
#product .sidebar-picture-selector {
  display: none;
  position: fixed;
  z-index: 9999;
  background: #fff;
  right: 0;
  height: 100vh;
  top: 0;
  overflow-y: auto;
  padding: 10px;
  max-width: 600px;
  overflow-x: hidden;
}
#product .sidebar-picture-selector.open {
  display: block;
}
#product .sidebar-picture-selector .holder-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product .sidebar-picture-selector .sidebar-validation {
  width: 300px;
  text-align: center;
}
#product .sidebar-picture-selector .remove-wrap {
  padding-top: 10px;
}
#product .sidebar-picture-selector .hidden {
  display: none;
}
#product .sidebar-picture-selector .show-more {
  display: block;
  margin: 5px 0px;
}
#product .sidebar-picture-selector .show-more span {
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  color: #193762;
  cursor: pointer;
}
#product .sidebar-picture-selector .product-name {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: bold;
}
#product .sidebar-picture-selector .sidebar-product-info {
  max-height: 45px;
  overflow: hidden;
  font-weight: bold;
}
#product .sidebar-picture-selector .sidebar-product-info .sidebar-description-short {
  font-size: 14px;
  font-weight: normal;
}
#product .sidebar-picture-selector .sidebar-product-info .sidebar-description {
  font-size: 14px;
  font-weight: normal;
}
#product .sidebar-picture-selector .sidebar-product-info ul {
  padding: 0 20px;
  list-style: disc;
}
#product .sidebar-picture-selector .price-block {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0px;
}
#product .sidebar-close {
  font-size: 24px;
  cursor: pointer;
}

.product-offer input[type=number] {
  -webkit-appearance: inner-spin-button !important;
}
.product-offer input[type=number]::-webkit-inner-spin-button,
.product-offer input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: inner-spin-button !important;
}

#mobile_top_menu_wrapper .columns {
  columns: 1;
}

#homepage-blog {
  padding-top: 20px;
}

.carrier-extra-content .form-control-label {
  padding-right: 5px;
}

#js-product-list-top .display-view {
  display: none !important;
}

.products-block .title, .sidebar .h6, .insta-box .widget-title {
  background-color: #1C6758;
  color: #fff;
}

#htmlbanners1 .owl-dots {
  position: relative;
  top: -60px;
}

.block-category {
  margin-bottom: 1rem !important;
}

/*# sourceMappingURL=custom.css.map */
