﻿@charset "UTF-8";

.rounded-20px {
    border-radius: 1.25rem;
}

.rounded-40px {
    border-radius: 2.5rem;
}

.bg-primary-2 {
    background-color: #faeae4;
}

.mb-10px {
    margin-bottom: .625rem !important
}

.order-cart .shop-quantity {
    width: 125px;
    height: 50px;
}

.order-cart .shop-down {
    left: 0.625rem;
    top: 12.25px;
    padding-left: 10px
}

.order-cart .shop-up {
    right: 0.625rem;
    top: 12.25px;
    padding-right: 10px
}

.order-cart .left {
    left: -1px
}

.order-cart .right {
    right: -2px
}

.order-cart .custom-dropdown-toggle::after {
    position: absolute;
    right: 15px;
    content: '\f0d7';
    font-size: 12px;
    border: 0;
    font-weight: 700
}

.order-cart .form-control:focus, .order-cart .form-control:active {
    border: 1px solid #4e7661 !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.min-w-300px {
    min-width: 300px;
}

.ratio-453x339 {
    aspect-ratio: 453/339;
}

.ratio-1280x720 {
    aspect-ratio: 1280/720;
}

.ellipsis-3 {
    height: 4.5em;
}

.col-left-content{
    max-width: 450px;
}

.col-left-element {
    max-width: 450px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .lato-regular li {
        margin: 0 5px !important;
    }
    .mx-21 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .fs-md-60px {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .lato-regular li {
        margin: 0 5px !important;
    }
    .mx-21 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .fs-md-60px {
        font-size: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .fs-md-60px {
        font-size: 3rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .fs-md-60px {
        font-size: 2rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .col-left div{
        align-items: end;
    }
}





