﻿<style >
.rateyo {
    margin: 0 auto 5px;
}

.hero_home {
    height: 300px; /*500px*/
    width: 100%;
    display: table;
}

.prod_list {
    margin: 0 !important;
    padding: 5 !important;
    display: flex;
    justify-content: center;
}

.card-body {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.card-img-top {
    object-fit: contain;
    border-radius: 30px;
}

.card_top_sold {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.05) !important;
    padding: 5px !important;
    border-radius: 25px !important;
    width: 400px !important;
    height: 100px !important;
    min-width: 400px !important;
    min-height: 100px !important;
    position: relative !important;
    margin: 5px 15px !important;
    background: #fff !important;
    scroll-snap-align: center !important;
    transition: all .25s ease !important;
    border: 2px solid #fff !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
}


.card {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.05) !important;
    padding: 5px !important;
    border-radius: 35px !important;
    width: 260px !important;
    height: 420px !important;
    min-width: 260px !important;
    min-height: 420px !important;
    position: relative !important;
    margin: 5px 15px !important;
    background: #fff !important;
    scroll-snap-align: center !important;
    transition: all .25s ease !important;
    border: 2px solid #fff !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
}
    .card h7 {
        font-size: .7rem;
        color:blue;
    }
.con-btn {
    min-width: 245px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.bottom-div {
    margin-top: auto;
    position: absolute;
    bottom: 5px;
    margin-right: 15px;
}

.add-active {
    /* transform: translate(0, -10px); */
    box-shadow: 0px 10px 30px 0px rgba(254, 160, 26, .2);
    border: 2px solid #fea01a;
}

    .add-active .add {
        display: none;
    }

    .add-active .con-image img:not(.bg) {
        transform: scale(1.15);
    }

    .add-active .con-input-btns {
        display: flex;
    }

.con-star {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 30px;
    font-size: 1.2rem;
}

.con-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 30px;
    background: #f5f5f5;
}

    .con-image img {
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 30px;
    }

    .con-image .bg {
        position: absolute;
        z-index: 10;
        filter: blur(20px);
        opacity: .4;
    }

.con-text {
    width: 100%;
    padding: 0px 0px;
    opacity: .9;
    font-size: .8rem;
    min-height: 10px;
    min-width: 220px;
}

.con-text-sub {
    width: 100%;
    padding: 0px 0px;
    opacity: .5;
    font-size: .8rem;
    min-height: 10px;
    min-width: 220px;
}

.con-text h3 {
    padding: 10px 0px;
}

.con-price {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 10px;
    min-height: 50px;
    min-width: 220px;
}

.add {
    width: 100%;
    padding: 15px;
    background: linear-gradient(130deg, #fdc527 0%, #fea01a 100%);
    border: 0px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    min-width: 220px;
}





.overlay__text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}


.button {
    background-color: #f05328;
    padding: 1.5rem;
    margin-top: 2rem;
    display: inline-block;
    color: white;
    text-decoration: none;
}


:root {
    --color1: #393839cc;
    --color2: #673839cc;
}

.sticky-toolbar {
    position: sticky;
    top: 75px;
    z-index: 1000;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    background-color: #e6d6d6;
    height: 54px;
}

.input_search {
    height: 40px !important;
    line-height: normal;
}

/** Custom Select **/
.custom-select-wrapper {
    user-select: none;
    width: 100%;
}

    .custom-select-wrapper select {
        display: none;
    }

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 44px 44px 18px;
    font-size: 20px;
    font-weight: 150;
    color: slategrey;
    line-height: 40px;
    background: white;
    border-radius: 2px;
    cursor: pointer;
    height: 1rem;
    border-bottom: 1px solid #000; /* Add a thin bottom border */
}

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
    }

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: .9;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #red;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option:hover,
    .custom-option.selection {
        background: #f9f9f9;
    }




/** Custom Select **/
.custom-select-wrapper2 {
    user-select: none;
    width: 100%;
}

    .custom-select-wrapper2 select {
        display: none;
    }

.custom-select2 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 44px 44px 18px;
    font-size: 20px;
    font-weight: 150;
    color: slategrey;
    line-height: 40px;
    background: white;
    border-radius: 2px;
    cursor: pointer;
    height: 1rem;
    border-bottom: 1px solid #000; /* Add a thin bottom border */
}

    .custom-select-trigger2:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
    }

.custom-select2.opened .custom-select-trigger2:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options2 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select2.opened .custom-options2 {
    opacity: .9;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options2:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover2:before {
    background: #f9f9f9;
}

.custom-option2 {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #red;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

    .custom-option2:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option2:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option2:hover,
    .custom-option2.selection {
        background: #f9f9f9;
    }

</style >
