﻿.text-danger2 {
    color:red !important
}
.btn-basket-phone {
    position: absolute;
    top: -2px;
    left: -6px;
    background-color: aqua;
    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
}



