a {
    color: #5d9abb;
}

.region_chooser {
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}
.region_chooser select {
    border: 0;
    position: relative;
    font-size: 14px;
    padding: 0 20px 0 0;
    background: none;
}
.region_chooser:after{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 42px;
    width: 42px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
}


#icons-menu #menu-container {
    display: inline-block
}

.footer-section p {
    margin-bottom: 20px;
}
.footer-section a {
    margin-right: 10px;
}

.footer-section .second-col-links a {
    display: block;
    margin-bottom: 5px;
}
.footer-section .second-col-links > div {
    width: 50%;
    float: left;
}

.splide__slide .btn-primary {
    width: fit-content !important;
}
.splide__pagination {
    bottom: 17%;
}
.splide__pagination .splide__pagination__page {
    background-color: white;
}
.splide__arrows .splide__arrow {
    background-color: white;
}
.hyva_multi_field {
    padding: 0 !important;
}

.sticker-wrapper {
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.sticker-wrapper.discount {
    background-color: #ea0b0c;
}
.sticker-wrapper.free-shipping {
    background-color: #5d9abb;
}

.price-box > span, .price-box > span > span {
    display: inline-block;
    font-size: 1.25rem !important;
}
#search_autocomplete .price-box .price {
    font-size: 14px !important;
    font-weight: normal !important;
}
.price-box .price {
    font-size: 1.25rem !important;
    font-weight: normal !important;
}

.price-box .special-price .price {
    font-size: 1.25rem !important;
    font-weight: bold !important;
    color: red;
}
.price-box .old-price .price {
    text-decoration: line-through;
    color: black;
    font-size: 1.25rem !important;
    margin-right: 10px;
}

.wide-container {
    width: calc(100vw - 20px);
    margin-left: calc(-50vw + 50% + 10px);
}

#main-header {
    z-index: 99999;
    position: relative;
}

.catalog-product-view .page-main {
    margin-top: 0;
    margin-bottom: 0;
}

.warranty-picker .field label {
    height: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0.375rem;
    padding: 1.25rem;
    background-image: url('../images/warranty-off.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    padding-top: 120px;
    width: 130px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .warranty-picker .field label {
        background-size: 76px 76px;
        padding-top: 100px;
        width: 100px;

    }
    .warranty-picker .field label > span {
        font-size: 16px !important;
    }
}

.warranty-picker .field input {
    display: none;
}
.warranty-picker .field label:hover, .warranty-picker .field label.active {
    background-image: url('../images/warranty-on.png');
}

.catalog-product-view .final-price .price {
    font-weight: bold !important;
    color: red;
}
.wide-div {
    width: calc(100vw);
    margin-left: calc(-50vw + 50%);
}

#cart-drawer > div {
    z-index: 1000000 !important;
}

.account .block-content .bg-container-darker {background-color: white !important}
.account div[role=row] .bg-container-darker {background-color: white !important}
.account .order-items > div {background-color: white !important}
.account input, .account select {width: 100%;}
.account input[type=checkbox] {width: 1rem;}

#top-header a {color: white;}

.contact-content {
    border-left: 1px solid #ddd;
    padding-left: 90px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: 40px 0;
}
@media screen and (max-width: 600px) {
    .contact-content {
        border-left: none;
        padding-left: 45px;
        background-position: 10px 0;
    }
}
.contact-content.loc {
    border-left: none;
    background-image: url('../images/contact/contacts-loc.png');
}
.contact-content.phone {
    background-image: url('../images/contact/contacts-phone.png');
}
.contact-content.chat {
    background-image: url('../images/contact/contacts-chat.png');
}

.hyva_checkout-index-index .field-password_created_at {
    display: none;
}

.checkout-cart-index .page-main {
    margin-top: 0;
}


#related_vertical {
    max-height: 800px !important;
    overflow-y: scroll !important;
}
#related_vertical > div {
    display: block;

}



#related_vertical .product-item {
    margin-bottom: 20px;
    box-shadow: none;
}

#related_vertical .product-item-link {
    font-size: 12px;
    line-height: 15px;
    display: block;
}

#related_vertical .manufacturer {
    display: none;
}

#related_vertical .product-labels {
    -moz-transform: scale(70%);
    zoom: 70%;
}
@supports (-moz-appearance:none) {
    #related_vertical .product-labels  {
        margin-left: -20px !important;
    }
}

#related_vertical .add-to-wishlist,
#related_vertical .add-to-compare {
    display: none;
}

#related_vertical .actions-div {
    padding-top: 0 !important;
}

#related_vertical .price-final_price .price {
    font-size: 15px !important;
    font-weight: bold !important;
}

@supports (-moz-appearance:none) {
    #related_vertical .actions-div button {
        margin-left: -16px !important;
    }
}

#related_vertical .actions-div button {
    zoom: 75%;
    -moz-transform: scale(75%);
    justify-content: left;
    width: initial !important;
    padding-left:12px;
    padding-right:12px;
}

#related_vertical .product-item-link.text-primary {
    margin-top: 10px;
}

#related_vertical .actions-div button > span {

}

#related_vertical .product-item {
    padding: 0;
}

.checkout-cart-index div[name='shippingAddress.country_id'] {
    display: none;
}

.cart-summary #shipping-zip-form [name="shippingAddress.region_id"] {
    display: none;
}

/*** Checkout ***/
.hyva_checkout-index-index {
    background-color: white;
}
.hyva_checkout-index-index #breadcrumbs > div {
    display: none;
}
.hyva_checkout-index-index #breadcrumbs {
    padding-bottom: 1rem;
}
.hyva_checkout-index-index #maincontent > .container {
    display:none;
}
.hyva_checkout-index-index #maincontent {
    margin-top: 1rem;
}

.hyva_checkout-index-index .column-main > section, .hyva_checkout-index-index .column-center > section, .hyva_checkout-index-index .column-right > section #quote-summary {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}
.hyva_checkout-index-index  .hyva_checkout-index-index {
    counter-reset: checkout-counter;
}
.hyva_checkout-index-index  .section-title {
    padding-bottom: 1rem !important;
}
.hyva_checkout-index-index  .section-title::before {
    float: left;
    margin-right: 10px;
    counter-increment: checkout-counter;
    content: counter(checkout-counter);
    background: #5D99BB;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align:center;
}
.hyva_checkout-index-index #quote-actions {
    display: none;
}
.hyva_checkout-index-index #shipping-method-list > li ,.hyva_checkout-index-index  #payment-method-list > li {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.hyva_checkout-index-index #shipping-method-list > li:last-child , .hyva_checkout-index-index #payment-method-list > li:last-child {
    border-bottom: none;
}

.hyva_checkout-index-index .column-right > nav > div {
    background-color: transparent;
}
.hyva_checkout-index-index .btn-place-order {
    width:100%;
    padding:20px;
    background-color: #5D99BB;
    font-size: 24px;
    color: white;
    display:block;
}

.hyva_checkout-index-index .price-summary div[wire\:id="price-summary.cart-items"] header {
    display: none;
}
.hyva_checkout-index-index .price-summary div[wire\:id="price-summary.cart-items"] .cart-items {
    border: none !important;
    margin: 0 !important;
}
.price-summary div[wire\:id="price-summary.cart-items"] .cart-items .product-title .text-sm {
    display: none;
}


.hyva_checkout-index-index  #shipping .warning {
    border: none !important;
    background: none;
    box-shadow: none;
    padding: 0;
}
.hyva_checkout-index-index  #shipping .warning button {
    display: none;
}


.account #maincontent, .customer-account-login #maincontent, .customer-account-create #maincontent {
    background-color: white;
}
.account .page-main {
    margin-top: 0;
    margin-bottom: 0;
}
.customer-account-login .page-main, .customer-account-create .page-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.account .columns{
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 2rem;
}
.account .account-nav {
    background-color: #f1f1f1;
}

.customer-account-login h1.text-2xl, .customer-account-create h1.text-2xl{
    color: #5D99BB;
    font-size: 24px;
}

.account .account-nav .nav.item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.account .account-nav .nav.item.current strong {
    color: #5c9aba !important;
    font-size: 16px !important;
    text-decoration: initial !important;
    font-weight: bold !important;
}
.account .account-nav .nav.item.current {
    position: relative;
}
.account .account-nav .nav.item.current::before {
    content: " ";
    height: 20px;
    width: 6px;
    position: absolute;
    background: #5c9aba;
    left: -33px;
    top: 7px;
}
.account .block-title, .generic-subtitle {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1E293B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.account .form legend, .account .form-address-edit legend {
    display: block;
    width: 100%;
}
.account .form legend span, .account .form-address-edit legend span {
    display: block;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1E293B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.account .actions-toolbar {
    margin-bottom: 20px;
}

.account-title {
    color: #5D99BB;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.account .columns .main a, .account .columns .main a:hover, .account .reorder-link {
    color: #5D99BB;
    text-decoration: underline;
    font-weight: bold;
}
.account .columns .main {
    margin-bottom: 40px;
}
.sidebar .nav.item a {
    text-decoration: none !important;
}
.account .columns .main .actions-toolbar a {
    color: white !important;
    text-decoration: none !important;
}

.wishlist-index-index .price-box {
    margin-top: 10px;
    text-align: left;
}
.wishlist-index-index .price-box .price {
    font-size: 16px !important;
    font-weight: bold !important;
}

@media screen and (max-width: 600px) {
    .account .account-title {
        display: none;
    }
    .account .block-title, .generic-subtitle {
        color: #5D99BB;
    }
    .account .form legend span, .account .form-address-edit legend span {
        color: #5D99BB;
    }
}


.sales-order-view .account-title, .sales-order-invoice .account-title, .sales-order-shipment .account-title, .sales-order-creditmemo .account-title {
    display: none;
}

.sales-order-view  .actions-toolbar, .sales-order-invoice  .actions-toolbar, .sales-order-shipment  .actions-toolbar, .sales-order-creditmemo  .actions-toolbar {
    display: none;
}

.account .order-links {
    background-color: white;

}
.account .order-links .item {
    padding: 20px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
    .account .order-links .item {
        padding: 10px;
    }
}
.account .order-links .item:last-child {
    border-right: 1px solid #aaa;
}

.account .order-links .item strong {
    color: #5D99BB;
}
.account .order-links .item a {
    color: #aaa;
    text-decoration: none;
}
.order-box {
    border: 1px solid #aaa;
}

.account .box-content address {
    font-style: normal !important;
}

.filter-options-content .field.search {
    display: none;
}

.page-footer {
    background-color: white;
    padding-top: 2em;
}
.page-footer .footer {
    background-color: #f1f1f1;
}

.backorder-button {
    background-color: rgb(53,114,147);
}
