/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #page-loading {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 45vh;
    z-index: 9999999;
    left: calc(50% - 50px);
    background: #FFF;
    box-shadow: 2px 1px 10px 4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 1px 10px 4px rgba(0,0,0,0.75);
    border-radius: 6px; display: flex; align-items: center; justify-content: center; display: none;
 }

 #error-notification {
   color: #ea583b;
    width: 400px;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    position: fixed;
    top: 45vh;
    z-index: 9999999;
    left: calc(50% - 200px);
    background: #FFF;
    box-shadow: 2px 1px 10px 4px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 1px 10px 4px rgba(0,0,0,0.75);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
 }

 @media (max-width: 575.98px) {
  .modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
   height: calc(100vh - 120px) !important;
    max-height: initial !important;
  }
}

 #error-notification span.close-error {
   position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: #f5bfbf;
    border-radius: 50%;
    line-height: 28px;
    color: #FFF;
    cursor: pointer;
 }

.customer-account .custom-checkbox em {
   font-size: 12px;
   line-height: 12px;
   color: #999;
}
.customer-account .custom-checkbox input {
   width: 20px;
   height: 20px;
   vertical-align: -3px;
}
.customer-account .custom-radio input {
   width: 20px;
   height: 20px;
   vertical-align: -3px;
}
.customer-account .form-control-comment {
   font-size: 12px;
   color: #999;
}
.customer-account .label.label-pill {
   color: #FFF;
   border-radius: 4px;
   padding: 5px 10px;
   font-size: 12px;
}
.customer-account .table td, .customer-account .table th {
   border: none;
   border-top: 1px solid #dee2e6;
}
.customer-account .history-table td {
   vertical-align: middle;
}
.customer-account .order-actions a {
   font-size: 13px;
   color: #1d86c3;
}
.customer-account label.form-control-label span {
   font-size: 12px;
   color: #999;
}
.pr-icon {
   width: 16px;
   height: 16px;
   background: #1d86c3;
   mask-size: cover;
   display: inline-block;
   vertical-align: -2px;
   margin-right: 5px;
}

.pr-icon-large {
   width: 22px;
   height: 22px;
   vertical-align: -4px;
}
.pr-icon-dark {
   background: #1a1a1a;
}

.pr-icon-edit {
   mask: url("../images/icons/create-outline.svg");
   -webkit-mask-image: url("../images/icons/create-outline.svg");
}
.pr-icon-delete {
   mask: url("../images/icons/trash-outline.svg");
   -webkit-mask-image: url("../images/icons/trash-outline.svg");
   background: #ea583b;
}
.pr-icon-download {
   mask: url("../images/icons/document-attach-outline.svg");
   -webkit-mask-image: url("../images/icons/document-attach-outline.svg");
}
.pr-icon-reorder {
   mask: url("../images/icons/refresh-outline.svg");
   -webkit-mask-image: url("../images/icons/refresh-outline.svg");
}
.pr-icon-details {
   mask: url("../images/icons/document-text-outline.svg");
   -webkit-mask-image: url("../images/icons/document-text-outline.svg");
}
.pr-icon-checkmark {
   mask: url("../images/icons/checkmark-circle-outline.svg");
   -webkit-mask-image: url("../images/icons/checkmark-circle-outline.svg");
   background: #32b087;
}
.pr-icon-arrow-right-circle {
   mask: url("../images/icons/chevron-forward-circle-outline.svg");
   -webkit-mask-image: url("../images/icons/chevron-forward-circle-outline.svg");
   background: #211E1C;
}
.pr-icon-order-history {
   mask: url("../images/icons/cart-outline.svg");
   -webkit-mask-image: url("../images/icons/cart-outline.svg");
   background: #fff;
   width: 22px;
   height: 22px;
   vertical-align: -5px;
   margin-right: 10px;
}
.pr-icon-addresses {
   mask: url("../images/icons/home-outline.svg");
   -webkit-mask-image: url("../images/icons/home-outline.svg");
   background: #fff;
   width: 22px;
   height: 22px;
   vertical-align: -5px;
   margin-right: 10px;
}
.pr-icon-information {
   mask: url("../images/icons/person-outline.svg");
   -webkit-mask-image: url("../images/icons/person-outline.svg");
   background: #fff;
   width: 22px;
   height: 22px;
   vertical-align: -5px;
   margin-right: 10px;
}
.pr-icon-logout {
   mask: url("../images/icons/logout.svg");
   -webkit-mask-image: url("../images/icons/logout.svg");
   background: #fff;
   width: 22px;
   height: 22px;
   vertical-align: -5px;
   margin-right: 10px;
}
.pr-icon-credit-slips {
   mask: url("../images/icons/receipt-outline.svg");
   -webkit-mask-image: url("../images/icons/receipt-outline.svg");
   background: #fff;
   width: 22px;
   height: 22px;
   vertical-align: -5px;
   margin-right: 10px;
}
.cart-items .cart-item {
   border-bottom: 1px solid #E7E7E7;
   padding: 10px 0;
}
.cart-items .cart-item:last-child {
   border-bottom: none;
}

.cart-summary .cart-summary-line {
   margin-bottom: 10px;
   font-size: 15px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.customer-account a.link-item {
   color: #1d86c3;
}

.checkout-step .step-title.h3 {
   font-size: 16px;
   padding-bottom: 20px;
   padding-top: 10px;
   border-bottom: 1px solid #DDD;
}
.checkout-step.-complete > h1 {
   color: #32b087;
}
.checkout-step .step-edit {
   font-size: 12px;
}
.checkout-step {
   width: 90%;
}
.checkout-step .content {
   padding: 1.5rem 0;
}
.checkout-step .content .address-selector input[type="radio"] {
   width: 20px;
   height: 20px;
   position: initial;
   margin: 0;
   margin-bottom: 0px;
   display: block;
   margin-bottom: 8px;
}

.checkout-step .content .address-selector .card-group {
   width: 100%;
}

.checkout-step .content .js-address-form .cancel-address {
   font-weight: 600;
   color: #1786C2;
   line-height: 1;
   border-radius: 50px;
   padding: 15px 45px;
   font-size: 16px;
   background: #F7F7F7;
   border: 2px solid #F7F7F7;
}

.delivery-options, .order-options, .payment-options {
   max-width: 100%;
}
.payment-option label span {
   flex-grow: 0;
}

.payment-option {
   background-color: #F9F9F9;
   border-bottom: 1px solid #E7E7E7;
   margin-top: 0;
}
#conditions-to-approve ul li {
   width: 100%;
   border-bottom: none;
   padding: 10px 8px;
}

#payment-confirmation button, #payment-confirmation label {
   padding: 22px 80px 27px;
   margin-top: 0;
   background-color: #1d86c3;
   border: inherit;
   color: #FFF;
}

body#checkout .cart-summary-line {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 5px 0;
}
body#checkout .cart-grid-right {
   z-index: -1;
}

.order-confirmation-table td {
   border-color: #dee2e6;
}

body#checkout input[type=radio] {
   width: auto;
}
.mix-blend-mode-multiply {
   mix-blend-mode: multiply;
}

.card.card-bg-primary {
   background: #1d86c3;
}
.card.card-bg-primary .card-link {
   color: #FFF;
}
#player {
   width:  100% !important;
}
.main-menu.main-menu-padding-3 > nav > ul > li {
  padding-right: 18px;
}
.dropdown-menu {
  box-shadow: 0 3px 14px 2px rgb(0 0 0 / 10%);
  border: none;
  border-radius: 0;
}
.mobile-sort a.dropdown-item {
  padding: 8px 24px;
  white-space: nowrap;
  display: block;
  color: #181818;
  line-height: 24px;
  font-size: .8em;
}
.mobile-sort a.dropdown-item.active {
  color: #1786C2;
  background: #FFF;
}
#dropdownMenuSortOrder i {
  font-size: 10px;
  top: 1px;
  margin-left: 8px;
}
#dropdownMenuSortOrder i.angle-down {

}
#dropdownMenuSortOrder.active i.angle-down {
  opacity: 0;
  visibility: hidden;
}
#dropdownMenuSortOrder.active i.angle-up {
  top: 3px;
  opacity: 1;
  visibility: visible;
}
#dropdownMenuSortOrder i.angle-up {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
#dropdownMenuSortOrder i.angle-down {
  position: absolute;
  top: 3px;
  opacity: 1;
  visibility: visible;
}
#sort-order-dropdown .dropdown-menu {
  left: 5px !important;
}
.slick-slider .slick-track {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
}

.product-stock-availability {
   color: #30b087;
   font-weight: 600;
   margin-bottom: 1rem;
   width: 50%;
}
.product-stock-availability-orange {
   color: #f9b75a;
   font-weight: 600;
   margin-bottom: 1rem;
   width: 50%;
}
.product-stock-availability-red {
   color: #ea583b;
   font-weight: 600;
   margin-bottom: 1rem;
   width: 50%;
}
#product .product-actions {
  background-color: none;
  padding: inherit;
  border-bottom: none;
  float: initial;
  width: inherit;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/**/

.bg-hc {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: url(../images/bgm-kiddies.webp);
    background-size: cover;
    background-position: center;
}

.bg-hc div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    text-align: center;
    padding: 0 10vw;
}

h1 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .bg-hc {
        background-image: url(../images/bg-kiddies.webp);
    }

    h1 {
        font-size: 34px;
    }

}
