@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap");
body {
  font-family: "Baloo 2", cursive;
}

#logo img {
  max-height: 85px;
}

header {
  background-image: none;
}

nav ul li {
  border-right: 0;
}

h1, .title {
  border: 0;
}

header {
    background-color: #6EC9B7;
}

.top_info ul li a, .contact_show a, .contact_show, #header_contact_button {
  color: #FFFFFF;
}

.menu_container {
    background-color: #D5BCAB;
    border-top: 1px solid #242223;
}

.home_slider_container {
  width: 100%;
  max-width: 100%;
}

.header_checkout_css {
    background-color: #D5BCAB;
    box-shadow: none;
}
    .header_checkout_css table a{
        color:#000;
    }
    .delivery_bar_container {
        background-image: none;
        background-color: #D5BCAB;
        display:none;
    }

.product_list_nav h3 {
    background: #6EC9B7;
    color: #ffffff;
}

.product_grid_holder1 {
  background: #242223;
}

.productAdd2, .productAdd_Grid {
  background-color: #000000;
}

.productAdd_Grid2 {
  color: #000000;
  border-color: #000000;
}

.addButton, .checkout, .addButton2, .updateButton, .orderButton {
  background: none;
  background-color: #000000;
  border-radius: 5px;
}

.footer_small, footer {
    background-image: none;
    background-color: #6EC9B7;
}

.footer_small h2, footer h2 {
  color: #FFFFFF;
}

.footer_about table a {
  color: #009fe3;
}

.footer-box {
  max-width: 977px;
  margin: auto;
  padding: 48px 10px 0px 10px;
}

.footer-col-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 662px) {
  .footer-col-box {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col-box ul {
    width: 100%;
  }
  .footer-col-box ul li {
    text-align: center;
  }
  .blue-squerr-list li::before {
    display: inline-block !important;
    position: static !important;
    padding-right: 20px !important;
  }
}
.footer-col-box div {
  margin-bottom: 20px;
}

.footer-col-box div > p, .blue-squerr-list {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0;
  margin: 0 !important;
}

.footer-col-content div p:first-child {
  font-weight: 800;
}

.footer-col-content img {
  margin-top: 30px;
  width: 100%;
}

.footer-col-content a {
  color: #ffffff;
  text-decoration: none;
}

.footer-col-content .blue-squerr-list {
  color: white;
}

.blue-squerr-list li {
  margin-left: 25px;
  list-style: none;
  position: relative;
  top: 0;
  display: block;
  height: 25px;
  left: 0;
}

.blue-squerr-list li::before {
  content: "■";
  position: absolute;
  color: #fff;
  top: 0;
  left: -25px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}

.footer-bottom {
  display: block;
  color: #ffffff;
  max-width: 977px;
}

.footer-bottom ul {
  width: 100%;
  text-align: center;
  padding: 0;
}

.footer-bottom li {
  display: inline-block;
  margin-right: 20px;
}

.footer-bottom a {
  color: #ffffff;
}

.alertBox {
  border-color: #9c9c9c;
}

.alertBoxHeader {
    background: #6EC9B7;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
}

.alertBoxText {
  background-color: #fff;
}

.formInput3 {
  border: 1px solid #c3c3c3;
}

.related_product_wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.related_product_holder {
  margin-left: -15px;
  margin-right: -15px;
}

.btn {
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 5px;
}

.btn.btn-primary {
  background-color: #242223;
  color: #FFFFFF;
  border: 0;
}

.btn.btn-primary:hover {
  background-color: #242223;
  color: #009fe3;
}

    .btn.btn-secondary {
        background-color: #D5BCAB;
        color: #FFFFFF;
    }

.btn.btn-secondary:hover {
  background-color: #242223;
  color: #009fe3;
}

.product-qty-input {
  text-align: left;
  margin-bottom: 5px;
}
.product-qty-input input {
  width: 100%;
}
.product-qty-input .product-price {
  border-bottom: 1px solid #dad7d7;
  border-top: 1px solid #dad7d7;
  padding: 5px 0px;
  margin-top: 10px;
}

.addButton {
  width: 100%;
}

.product_page_add {
  width: 30%;
}

.product_page_title {
  width: 70%;
}

.lead-time-text {
  font-size: 13px;
  font-style: italic;
  display: inline;
  color: #FF9900;
}

.cart-subtotal {
  font-size: 16px;
  color: #242223;
  font-weight: 500;
}

.radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #D1D7E3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  transform: scale(1.04);
  background: #000000;
}
.radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}
.radio:hover input + span:before {
  transform: scale(0.92);
}
.radio:hover input + span:after {
  transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  transform: scale(0.4);
}

.product-top, .product-middle {
  float: left;
  width: 100%;
}

.product-from-price {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.product-title-price {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.product-images {
  float: left;
  width: 30%;
}

.product-images {
  float: left;
  width: 30%;
}

.product-information {
  float: left;
  width: 70%;
}

.product-information-pricing {
  width: 60%;
  float: left;
  padding-right: 5%;
}

.product-information-basket {
  width: 30%;
  float: right;
}

.fact-sheet-button {
  width: 100%;
  text-align: center;
  display: block;
  margin: 40px 0;
}

.product-title-mobile {
  display: none;
}

.stockbox {
  width: 240px;
  /* width: 90%; */
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (max-width: 910px) {
  .stockbox {
    width: 90%;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 910px) {
  .product-from-price {
    float: right;
  }
  .small_image_holder .product_page_small_images {
    display: inline-block;
    float: none;
  }
  .product-images {
    width: 100%;
    text-align: center;
  }
  .product-information {
    width: 100%;
  }
  .product-title-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-title-price h1 {
    display: none;
  }
}
@media only screen and (max-width: 790px) {
  .product-title-price {
    width: 100%;
    margin-top: 30px;
  }
  .product-from-price {
    width: 100%;
    text-align: center;
  }
  .fact-sheet-button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 662px) {
  .product-information-pricing {
    width: 100%;
    padding-right: 0px;
  }
  .product-information-basket {
    width: 100%;
    margin-top: 20px;
  }
  .product-qty-input input {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ark-custom-table ._loading {
  position: relative;
}
.ark-custom-table ._loading ._bar {
  background-color: #E7E7E7;
  height: 24px;
  border-radius: 7px;
  width: 80%;
}
.ark-custom-table ._loading:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  background-size: 200px 24px;
  background-position: -100px 0;
  background-repeat: no-repeat;
  animation: loading 1s infinite;
}

@keyframes loading {
  40% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.footer-col-box div > p, .blue-squerr-list {
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0;
  margin: 0 !important;
}

.blue-squerr-list {
  font-size: 1.4rem !important;
}

.footer-col-content div p:first-child {
  font-weight: 800;
}

.footer-col-content img {
  margin-top: 30px;
  width: auto;
}

.footer-col-content a {
  color: #ffffff;
  text-decoration: none;
}

.footer-col-content .blue-squerr-list {
  color: white;
}

.blue-squerr-list li {
  margin-left: 25px;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  top: 0;
}/*# sourceMappingURL=custom.css.map */

.menu_nav ul li a{
    color:#000;
}
.menu_nav ul li ul li a {
    color: #fff;
}
.continue-shopping {
    text-decoration: none;
    color: #fff;
    background-color: #6EC9B7;
    font-weight: 500;
    padding: 8px;
}