/** Shopify CDN: Minification failed

Line 92:4 Unexpected "}"

**/


.sf-sub-menu__link:hover {
    background: rgba(52, 167, 164, 0.8) !important;
    color: var(--sf-sub-item-hover);
}
.sf-header .sf-menu-item .sf-menu__desktop-sub-menu {
    border-top: 4px solid #34a7a4;
}

.sf-header .sf-menu-item:hover>a:after {
    width: calc(100% - 2rem);
    color:#34a7a4;
}


.f-price-item {
    font-weight: 700;
    color: #34a7a4;
}


.prod__compare_price {
    color: #34a7a4;
}


.overlay:after {

    background-color: rgb(255 101 101 / 0%) !important; 

}


.overlay:hover:after {
    content: "";
    background: linear-gradient(180deg, rgb(252 252 252 / 8%), rgb(52 167 164 / 38%) 55%, rgb(213 80 66) 90%) !important;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    top: 0px;
    left: 0px;
}



:root {

    --color-footer-link: #ffff !important;
    --color-footer-link-hover: #34a7a4 !important;
    --color-footer-subtext: #ffff !important;
    --color-footer-background: #333333 !important;
    --color-primary: #34a7a4 !important;
  
}


.prod__option--button .variant-picker__option input:checked+label {
    background-color: #1a2e2e !important;
    border-color: #0b0c0c !important;
    color: #31d9db !important;
}


.variant-picker__option--soldout .variant-picker__option-button:before {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), #0c0c0c 50%, transparent calc(50% + 3px)) no-repeat !important;
}

.prod__availability {
    color: #0c0c0c !important;
}


.sf-search-form--full {
    min-width: 450px !important;
}

@media(max-width:700px){
    .sf-icon-box--horizontal .sf-icon-box__icon {
    margin-right: 0px!important;
}
  }



.prod__compare_price {
    color: #ff0000 !important;
}





.prod__tag-sale {
    background-color: #cf3c3c !important;
}



.md\:text-xl {
    font-size: 1rem;
    line-height: 1.75rem !important;
}