a:focus,
span:focus,
button:focus,
input:focus,
select:focus {
    outline: none !important;
}

@font-face {
    font-family: Comfortaa-Bold;
    src: url('/fonts/Comfortaa-Bold.ttf');
}

@font-face {
    font-family: Comfortaa-Light;
    src: url('/fonts/Comfortaa-Light.ttf');
}

@font-face {
    font-family: Comfortaa-Medium;
    src: url('/fonts/Comfortaa-Medium.ttf');
}

@font-face {
    font-family: Comfortaa-Regular;
    src: url('/fonts/Comfortaa-Regular.ttf');
}

@font-face {
    font-family: Comfortaa-SemiBold;
    src: url('/fonts/Comfortaa-SemiBold.ttf');
}

.family-bold {
    font-family: Comfortaa-Bold, cursive;
}

.family-light {
    font-family: Comfortaa-Light, cursive;
}

.family-medium {
    font-family: Comfortaa-Medium, cursive;
}

.family-regular {
    font-family: Comfortaa-Regular, cursive;
}

.family-semi-bold {
    font-family: Comfortaa-SemiBold, cursive;
}


.menu-icon {
    margin-left: 15px;
    height: 33px;
    width: 33px;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(15, 102, 116, 0) !important;
}

.cart-body {
    position: relative;
}

.cart-items-divider {
    background-color: #ffffff40;
    height: 0;
    margin: 0;
}

.cart-qty {
    font-size: 12pt !important;
}

.cart-inc-dec {
    font-size: 12pt !important;
    border-radius: 50%;
    padding: 0 7px;
    font-weight: bolder;
    background-color: #ffd112;
    color: black;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    left: -10px;
    top: -5px;
    background-color: #ffd112;
    padding: 0px 6px;
    font-weight: bold;
    font-size: 9pt;
    border-radius: 50%;
}

.btn {
    background: white;
    color: black;
    font-size: 20px;
    padding: 5px 40px;
    border: white 2px solid;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    width: 70%;
}

.btn:hover {
    color: white;
    background: gray;
    border: gray 2px solid;
}

.btn-outline {
    background: none;
    color: white;
}

.btn-outline:hover {
    background: none;
    border: gray 2px solid;
}

.btn-yellow {
    color: #ffd112;
    background-color: rgba(241, 112, 19, 0);
    border: #ffd112 2px solid;
}

.btn-yellow:hover {
    color: black;
    background: #ffd112;
    border: #ffd112 2px solid;
}

.btn-orange {
    color: #ffd112;
    border: #ffd112 2px solid;
}

.btn-orange:hover {
    color: black;
    background: #ffd112;
    border: #ffd112 2px solid;
}

.price {
    font-weight: bold;
}

.price-size {
    font-size: 22px !important;
}

/** OVERRIDES **/

.bg-dark {
    background-color: #000000 !important;
    color: white !important;
}

.card {
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.navbar-line-bottom {
    border-bottom: 1px solid #ffd112 !important;
}

.navbar-line-top {
    border-top: 1px solid #ffd112 !important;
}

.footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
}

.brand-color {
    color: #ffd112 !important;
}

.text-gray {
    color: #bbbbbb !important;
}

.brand-background-color {
    background-color: #ffd112 !important;
}

.brand-background-color-black {
    background-color: #111 !important;
}

.list-group-item.active {
    border-color: #ffd112;
}

.card-body {
    padding: 5px;
    text-align: center;
}


.up-button {
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-color: #ffd112;
    padding: 16px;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: background-color .3s,
    opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.up-button.show {
    opacity: 1;
    visibility: visible;
}

.cart-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #ffd112;
    padding: 15px;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: background-color .3s,
    opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.cart-button.show {
    opacity: 1;
    visibility: visible;
}

.cart-button-count {
    position: absolute;
    right: -2px;
    top: -3px;
    padding: 0px 6px;
    font-size: 9pt;
    border-radius: 50%;
    font-weight: bolder;
    background-color: white;
    color: #ffd112;
    transition: 0.5s;
    -webkit-transition: .2s;
}

.cart-button-dynamic {
    transition: 0.5s;
    -webkit-transition: .2s;
}

.delete-cart-item {
    position: absolute;
}

.swiper-button-next {
    outline: none;
}

.swiper-button-prev {
    outline: none;
}

.cart-select {
    border-color: #ffd112;

    background-color: black;
    color: white;

    position: relative;
    display: flex;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
}

.cart-select:hover {
    background-color: black;
    color: white;
}

.pointer-cursor {
    cursor: pointer !important;
}

.cart-element {
    margin: 0 auto;
    max-width: 600px;
}

.cart-element-promo {
    margin: 0 auto;
    max-width: 600px;
}

.cart-element > input {
    width: 100%;
    background-color: black;
    border: none;
    border-bottom: 1px #ffd112 solid;
}

.cart-element-promo > input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: black;
    border: 1px #ffd112 solid;
}

.input-element {
    width: 100%;
    background-color: black;
    border: none;
    border-bottom: 1px #ffd112 solid;
}

.input-modal {
    width: 100%;
    color: white;
    background-color: #111;
    border: none;
    border-bottom: 1px #ffd112 solid;
}

.input-modal:focus {
    background-color: #111;
    outline: none !important;
}

.width-50 {
    width: 50% !important;
}

.radio-button-address {
    border-radius: 50%;
    border: 2px solid white;
}

.radio-call-me {
    min-width: 20px !important;
    min-height: 20px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #000000;
}

.span-call-me {
    text-decoration: underline #ffd112;
}

input[type=checkbox]:checked + label {
    background-color: #ffd112;
}

.is_delivery_radio {
    display: none;
}

.text-black {
    color: black;
}

.navbar .navbar-brand img {
    height: 50px;
    /*margin: 12px;*/
}

.carousel-image {
    max-height: 65vh !important;
    object-fit: cover;
}

/** SELECT2 **/
.select2-container--default .select2-selection--single {
    background-color: #000 !important;
    border: 1px solid #ffd112 !important;
    border-radius: 3px !important;
}

.select2-container--open .select2-dropdown--below {
    background-color: black !important;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffd112 !important;
    color: black !important;
}

.select2-container--open .select2-dropdown--above {
    background-color: black !important;
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: .2s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    -webkit-transition: .2s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    -webkit-transition: .2s;
    padding: 16px;
}

.modal-backcolor {
    background-color: #111;
    color: #818181;
}

.modal-header {
    border-bottom: 1px solid gray;
}

.modal-footer {
    border-top: 1px solid gray;
}

/*SIDE BAR*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffd112;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.notification-error {
    display: block;
    position: fixed;
    z-index: 10;
    right: 1%;
    text-align: end;
    background-color: #ffd112;
    width: auto;
    padding: 10px 15px;
    border-radius: 3px;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/**  SIZE 900  **/
@media screen and (max-width: 991px) {
    .card-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {

    .cart-button-submit {
        width: 100%;
    }
}

/**  SIZE 600  **/
@media screen and (max-width: 600px) {

    .cart-icon {
        height: 25px;
    }

    .navbar-toggler-icon {
        height: 25px;
    }

    .navbar .navbar-brand img {
        height: 50px;
        /*margin: 12px;*/
    }

    .btn {
        padding: 3px 25px !important;
    }
}

/**  SIZE 499  **/
@media screen and (max-width: 575px) {
    .btn {
        font-size: 20px;
        padding: 5px 40px;
        text-decoration: none;
        cursor: pointer;
        transition: .2s;
        -webkit-transition: .2s;
    }

    .cart-btn {
        width: 90%;
    }
}

/**  SIZE 499  **/
@media screen and (max-width: 499px) {
    .btn {
        font-size: 17px;
        padding: 5px 40px;
        text-decoration: none;
        cursor: pointer;
        transition: .2s;
        -webkit-transition: .2s;
    }
}

/**  SIZE 499  **/
@media screen and (max-width: 415px) {
    .navbar-brand img {
        height: 20px !important;
    }
}

/**  SIZE 400  **/
@media screen and (max-width: 400px) {
    .cart-product-text {
        font-size: 10pt;
    }

    .cart-title {
        font-size: 15pt;
    }

    .cart-button-submit {
        font-size: 12pt;
    }
}


/*SIDE BAR*/
@media screen and (max-height: 450px) {

    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }


}

.radio-position {
    justify-content: space-evenly;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffd112;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-cart-btn {
    position: relative;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.home-cart-btn:after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -100px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.home-cart-btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.select-modificator {
    width: 100%;
}

#map {
    height: 600px;
    width: 100%;
}

.red-delivery {
    color: #e73e3e;
}

.yellow-delivery {
    color: #ffd900;
}


.green-delivery {
    color: #5fba46;
}

.delivery-price-info {
    border: 1px solid #ffd112 ;
    padding: 20px 30px;
    border-radius: 2px;
}

.color-gray {
    color: #888;
}

ul .li-el:before {
    display: block;
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #ffd900;
    left: 0;
    border-radius: 8px;
}

.pac-target-input {
    position: relative !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
}
