
textarea.form-control {
    padding-top: 20px;
}
    .checkbox-wrapper-26 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.checkbox-wrapper-26 input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper-26 label {
    --size: 50px;
    --shadow: calc(var(--size) * .07) calc(var(--size) * .1);
    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    background-color: #f72414;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

    .checkbox-wrapper-26 label:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: calc(var(--size) * .7);
        height: calc(var(--size) * .7);
        margin: 0 auto;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        box-shadow: inset 0 var(--shadow) #ffbeb8;
        transition: 0.2s ease width, 0.2s ease height;
    }

    .checkbox-wrapper-26 label:hover:before {
        width: calc(var(--size) * .55);
        height: calc(var(--size) * .55);
        box-shadow: inset 0 var(--shadow) #ff9d96;
    }

    .checkbox-wrapper-26 label:active {
        transform: scale(0.9);
    }

.checkbox-wrapper-26 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -.05);
    width: calc(var(--size) * .6);
    height: calc(var(--size) * .6);
    margin: 0 auto;
    margin-left: calc(var(--size) * .14);
    transform: rotateZ(-40deg);
}

    .checkbox-wrapper-26 .tick_mark:before,
    .checkbox-wrapper-26 .tick_mark:after {
        content: "";
        position: absolute;
        background-color: #fff;
        border-radius: 2px;
        opacity: 0;
        transition: 0.2s ease transform, 0.2s ease opacity;
    }

    .checkbox-wrapper-26 .tick_mark:before {
        left: 0;
        bottom: 0;
        width: calc(var(--size) * .1);
        height: calc(var(--size) * .3);
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
        transform: translateY(calc(var(--size) * -.68));
    }

    .checkbox-wrapper-26 .tick_mark:after {
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(var(--size) * .1);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
        transform: translateX(calc(var(--size) * .78));
    }

.checkbox-wrapper-26 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
}

    .checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
        width: 0;
        height: 0;
    }

    .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
    .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
        transform: translate(0);
        opacity: 1;
    }

/* Main Container */
.easy-autocomplete-container {
    width: 100% !important;
    position: absolute;
    z-index: 1000;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
}

/* Results List */
.easy-autocomplete-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual Items */
.eac-item {
    padding: 12px 16px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.5;
    border-radius: 10px;
    background-color: #ffffff; /* Default background */
}

/* Hover & Selected States */
.eac-item:hover,
.eac-item.selected {
    background-color: #3b82f6; /* Bright blue on hover */
    color: #ffffff; /* White text on hover */
    border-radius: 10px;
}

/* Highlighted Matching Text */
.eac-item b {
    color: #ffcc00; /* Bright yellow for highlighted text */
    font-weight: 600;
}

/* Scrollbar Styling (WebKit) */
.easy-autocomplete-container::-webkit-scrollbar {
    width: 8px;
}

.easy-autocomplete-container::-webkit-scrollbar-thumb {
    background: #3b82f6; /* Blue scrollbar thumb */
    border-radius: 4px;
}

.easy-autocomplete-container::-webkit-scrollbar-track {
    background: #f1f5f9; /* Light gray track */
}

.form-select option,optgroup {
    font-family: tahoma; /* Inherit font family from the select */
    font-size: 14px; /* Inherit font size from the select */
}






.text-danger2 {
    color:red !important
}
.btn-basket-phone {
    position: absolute;
    top: -2px;
    left: -6px;
    background-color: white;
    height: 25px;
    width: 25px;
    border-radius: 10px;
    font-weight: bolder;
    font-size: inherit;
}

@media (max-width: 767.98px) {
    .border-sm-start-none {
        border-left: none !important;
    }
}

.ck-editor__editable.ck-rounded-corners {
    height: 300px
}

.hover2:hover {
    cursor: pointer !important;
}

.i3 {
    position: relative;
    top: 3px !important;
}

.img-index {
    height: 40px;
    width: auto
}

.pointer:hover {
    cursor: pointer !important
}

.center {
    text-align: center !important;
}

.i2 {
    position: relative;
    top: 2px !important;
}

.i1 {
    position: relative;
    top: 1px !important;
}


.hr2 {
    border: 2px dashed black !important;
}

.hidden {
    display: none !important;
}

.blue {
    color: blue !important
}

.green {
    color: green !important
}

.successProgressBar {
    background-color: deepskyblue !important;
}

.hover1:hover {
    background-color: deepskyblue !important;
    cursor: pointer !important;
    color: white !important;
    padding: 3px;
    border-radius: 5px
}

.contact-us {
    font-family: fantasy;
    color: aqua;
    float: left;
    position: relative;
    top: 3px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
}

.search-form {
    position: absolute;
    left: 60px;
}

.search-in-website:hover {
    border: 2px solid deepskyblue !important;
}

.left {
    text-align: left !important;
}

.left1 {
    position: absolute !important;
    left: 5px;
}

.margin-top--5 {
    margin-top: -5px !important;
}

.margin-top--3 {
    margin-top: -3px !important;
}

.color {
    color: white !important;
}

.color1 {
    color: black !important;
}

.right {
    text-align: right !important;
}

.margin-top-130 {
    margin-top: 130px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.red {
    color: red !important
}

.border-radius-10 {
    border-radius: 10px !important;
}

.logo-shop {
    height: 30px;
    width: auto;
}

.basket-box {
    position: relative;
}

.basket {
    position: absolute;
    left: 20px;
    background-color: white;
    color: black;
    height: 20px;
    width: 20px
}

.get-started-btn {
    padding: 3px;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #ffc451;
    color: white;
    text-decoration: none !important;
}

    .get-started-btn:hover {
        background-color: #ffc451;
        color: black;
    }

.basketCount {
    background-color: white;
    color: black;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
}

.standard-logo {
    height: 30px;
    width: 30px
}

.logo-shop-footer {
    height: 50px;
    width: auto;
    margin: 10px;
}

.fadeIn1 {
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeIn;
}

.btn-data:hover {
    position: relative;
    top: -10px;
}

.categories {
    height: 400px !important;
    width: 370px !important;
}

.categories_Image {
    height: 150px !important;
    width: 200px !important;
}

.img-product-category {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.img-article {
    height: 100%;
    width: 100%
}

.img-category {
    height: 40px;
    width: auto
}

.bac-avatar {
    background-Image: url('/bacavatar.jpg') !important;
    border-radius: 10px !important;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2) !important;
}

.bac-img {
    background-Image: url("/bacavatar.jpg");
}

.DashboardContent {
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.nav-link:hover {
    color: #ffc451 !important
}

.thumbnailParent {
    margin-top: 20px;
}

.coursTitle {
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
    color: inherit;
    font-size: 20px;
}

.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.left-btn {
    position: absolute;
    left: 5px;
    top: 2px
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-Image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.img-product {
    height: 200px !important;
    width: 100% !important;
}

    .img-product:hover {
        transform: scale(1.2);
        transition: transform .5s ease;
        opacity: 0.7
    }

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right !important
}

.mt-6 {
    margin-top: 3.5rem !important
}

.mt-7 {
    margin-top: 4rem !important
}

.mt-8 {
    margin-top: 9rem !important
}
/*========*/
.border2 {
    border: 1px solid #00ffff;
    border-radius: 10px;
}

.main-search {
    background-Image: url("/search.JPG");
}

.form-wrapper {
    background-color: #f6f6f6;
    background-Image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
    background-Image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-Image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-Image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-Image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-Image: linear-gradient(top, #f6f6f6, #eae8e8);
    border-color: #dedede #bababa #aaa #bababa;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    margin: 10px auto;
    padding: 8px;
    width: 100%;
 
}

    .form-wrapper .searchBox {
        border: 1px solid #CCC;
        -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
        -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
        box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 15px;
        margin-left: 5px;
        height: 100% !important;
        float: right;
        padding: 10px !important;
        width: 100% !important;
    }

        .form-wrapper .searchBox:focus {
            border-color: #31b2c3;
            -webkit-box-shadow: 0 1px 1px #bbb inset;
            -moz-box-shadow: 0 1px 1px #bbb inset;
            box-shadow: 0 1px 1px #bbb inset;
            outline: 0;
        }

    .form-wrapper .seachAuto:-moz-placeholder,
    .form-wrapper .seachAuto:-ms-input-placeholder,
    .form-wrapper .seachAuto::-webkit-input-placeholder {
        color: #999;
    }

    .form-wrapper .submit {
        background-color: #0483a0;
        background-Image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
        background-Image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
        background-Image: -moz-linear-gradient(top, #31b2c3, #0483a0);
        background-Image: -ms-linear-gradient(top, #31b2c3, #0483a0);
        background-Image: -o-linear-gradient(top, #31b2c3, #0483a0);
        background-Image: linear-gradient(top, #31b2c3, #0483a0);
        border: 1px solid #00748f;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 15px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
        color: #fafafa;
        cursor: pointer;
        height: 100%;
        float: left;
        padding: 0;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(0, 0,0, .3);
        width: 100px;
    }

        .form-wrapper .submit:hover,
        .form-wrapper .submit:focus {
            background-color: #31b2c3;
            background-Image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
            background-Image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
            background-Image: -moz-linear-gradient(top, #0483a0, #31b2c3);
            background-Image: -ms-linear-gradient(top, #0483a0, #31b2c3);
            background-Image: -o-linear-gradient(top, #0483a0, #31b2c3);
            background-Image: linear-gradient(top, #0483a0, #31b2c3);
        }

        .form-wrapper .submit:active {
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
            outline: 0;
        }

        .form-wrapper .submit::-moz-focus-inner {
            border: 0;
        }

.product-item {
    transition: .5s;
}

.product-item:hover {
        box-shadow: 0 0 30px #DDDDDD;
}

.product-item:hover .product-action {
            background: rgba(255, 255, 255, 0.7);
        }


.product-item:hover .product-action a.btn:first-child {
                opacity: 1;
                margin-top: 0;
                transition: .3s 0s;
            }

            .product-item:hover .product-action a.btn:nth-child(2) {
                opacity: 1;
                margin-top: 0;
                transition: .3s .05s;
            }

            .product-item:hover .product-action a.btn:nth-child(3) {
                opacity: 1;
                margin-top: 0;
                transition: .3s .1s;
            }

            .product-item:hover .product-action a.btn:nth-child(4) {
                opacity: 1;
                margin-top: 0;
                transition: .3s .15s;
            }

    .product-item .product-img img {
        transition: .5s;
    }

    .product-item:hover .product-img img {
        transform: scale(1.2);
    }

    .product-item .btn:hover {
        color: #FFD333 !important;
    }

.product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

    .product-action a.btn {
        position: relative;
        margin: 0 3px;
        margin-top: 100px;
        opacity: 0;
    }

.easy-autocomplete {
    margin-left:inherit !important
}
    .easy-autocomplete.eac-plate-dark {
        font-family: inherit !important;
        font-size: inherit !important;
        width: inherit !important;
    }
.easy-autocomplete-container ul {
    margin-top: inherit !important;
}
.easy-autocomplete-container {
    z-index: 2000 !important
}
.product-box-Image img {
    width: 100%;
    height: auto
}


