﻿.o-headline > span, .symbol-input100 {
    display: -webkit-box;
    display: -ms-flexbox
}

.focus-input100, .symbol-input100 {
    left: 0;
    height: 100%;
    position: absolute
}

.o-headline, .o-headline > span {
    min-height: 49px;
    position: relative
}

    .o-headline:after, .o-headline > span:after, .o-headline > span:before {
        height: 1px;
        content: "";
        position: absolute
    }

.BtnFootLog, .ReplyComment, .button {
    text-decoration: none !important;
    cursor: pointer
}

:root {
    --color-dark: #161616;
    --color-ocean: #416dea;
    --color-grass: #3dd28d;
    --color-snow: #ffffff;
    --color-salmon: #a18453;
    --color-sun: #feee7d;
    --color-alge: #7999a9;
    --color-flower: #353866;
    --color-smoke: #e4e4e4;
    --borderRadius: 36px;
    --font-face: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --background-white: #fff;
    --radius-40: 40px;
    --radius-30: 30px;
    --radius-15: 15px;
    --font-s-13: 13px;
    --font-s-14: 14px;
    --font-s-15: 15px;
    --font-s-20: 20px;
    --font-s-30: 30px;
    --zero: 0;
    --color-golden: #ee0480;
    --color-dark: #1a1a1a
}

body {
    text-align: right;
    /*cursor: pointer;*/
    background-color: #fff
}

.ImgNameDeliver #userImg {
    width: 30px !important;
    height: 30px !important
}

.ImgNameDeliver .info_container form {
    position: relative !important;
    margin-left: 15px !important;
    margin-bottom: 0
}

.DeliveryMenu a {
    border-radius: 4px;
    padding: 2px 5px;
    transition: .3s
}

.DeliveryMenu li {
    margin-left: 10px
}

.ActiveDelivery, .DeliveryMenu a:hover {
    background: #ff4c29;
    color: #fff
}

.ImgNameDeliver .my_profile {
    margin: 0 !important;
    min-height: 0 !important
}

.ImgNameDeliver .info_container {
    display: flex;
    align-items: center
}

.header_section .ImgNameDeliver {
    width: auto !important
}

.button-container {
    display: flex;
    margin: 60px auto;
    flex-wrap: wrap;
    justify-content: center
}

.ReplyComment, .button {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
}

.o-headline > span, .proTitle {
    line-height: 31px;
    font-weight: 700
}

.ReplyComment svg {
    fill: currentColor;
    stroke: currentColor
}

.button:hover {
    transition: 150ms linear;
    opacity: .85
}

.button:active {
    transition: 150ms linear;
    opacity: .75
}

.button:focus {
    outline: #959595 dotted 1px;
    outline-offset: -4px
}

.button.-regular {
    color: #202129;
    background-color: #f2f2f2 !important;
}

.button.-dark, .button.-green, .button.-salmon {
    color: var(--color-snow)
}

.button.-regular:hover {
    color: #202129;
    background-color: #e1e2e2;
    opacity: 1
}

.button.-regular:active {
    background-color: #d5d6d6;
    opacity: 1
}

.button.-dark {
    background: var(--color-dark)
}

    .button.-dark:focus {
        outline: white dotted 1px;
        outline-offset: -4px
    }

.button.-green {
    background: var(--color-grass) !important;
}

.ReplyComment, .button.-blue {
    color: var(--color-snow);
    background: var(--color-ocean)
}

.button.-salmon {
    background: var(--theme-color) !important;
}

.button.-sun {
    color: #f15c5c;
    background: var(--color-sun)
}

.button.-alge {
    color: #e7ff20;
    background: var(--color-alge) !important;
}

.button.-flower {
    color: #fe8cdf;
    background: var(--color-flower)
}

.o-headline {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0
}

    .o-headline > span {
        padding: 8px 0;
        font-size: 1.286rem;
        display: flex
    }

        .o-headline > span:before {
            right: 0;
            left: -40px;
            bottom: 0;
            background-color: #ffc107;
            z-index: 1
        }

        .o-headline > span:after {
            left: -45px;
            width: 15px;
            background-color: #fff;
            bottom: 0;
            z-index: 1
        }

.proTitle {
    font-size: 18px
}

.o-headline:after {
    bottom: 10px;
    right: 0;
    left: 0;
    background-color: #dfdfdf;
    z-index: 0
}

.service-span {
    font-size: 17px;
    font-weight: 700;
    color: #212121
}

.mx-16 {
    background: #f2f2f2;
    border-radius: 50%;
    padding: 10px;
    margin-left: 8px
}

.my-8 {
    margin: 4px auto
}

.product-thumb {
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    background: #fff;
    position: relative;
    display: block
}

    .product-thumb .image {
        text-align: center;
        justify-content: center;
        display: flex
    }

        .product-thumb .image a {
            width: 250px;
            height: 250px
        }

    .product-thumb .caption h4 a {
        display: block;
        overflow: hidden;
        font-size: .857rem;
        line-height: 30px;
        margin-top: 13px;
        color: #515151;
        text-align: right;
        width: 100%;
        font-weight: 700;
        height: 60px
    }

    .product-thumb .caption .price {
        width: 100%;
        color: #000;
        letter-spacing: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        .product-thumb .caption .price .price-new {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.294
        }

.color_box {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e0e0e2;
    box-shadow: 13px 11px 81px 0 rgb(0 0 0 / 10%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 50px;
    backdrop-filter: blur(7.2px);
    box-shadow: none
}

#myModal .color_box {
    /* background:url(/FileManager/Icons/Noise-background.jpg); */
    border: 0;
    box-shadow: none;
}

.header_section .search_size {
    max-width: 680px;
    width: 100%
}

.header_section .input-group {
    box-shadow: none;
    padding: 2px;
    box-sizing: border-box;
    background: rgba(22,22,22,.04);
    border: 1px solid #f1f1f1;
    border-radius: 3.75rem
}

.header_section .input-group-text {
    background-color: #f6f6f6;
    border-radius: 0 30px 30px 0 !important;
    margin-right: 5px
}

.header_section .input-group-prepend {
    border-radius: 30px
}

.header_section .input-group input {
    background: rgb(246 246 246);
    border: 0 !important
}

.header_section .input-group-prepend button {
    background-image: linear-gradient(90deg,#d9d9d9 0,#a8a8a8 90%);
    border: none;
    color: #fff;
    width: 101px;
    height: 42px;
    line-height: 2;
    border-radius: 3.75rem !important;
    outline: 0
}

.header_section .loginBtn {
    background-color: rgba(22,22,22,.08);
    font-size: 14px;
    width: 130px;
    color: #424242;
    border: none;
    border-radius: 30px;
    padding: .5rem 1rem;
    vertical-align: middle;
    line-height: 2;
    margin-left: 1.5rem !important
}

.header_section .cartBtn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(2,160,164,.14)
}

    .header_section .cartBtn .cartBtn_count {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        top: 30px;
        left: 27px;
        width: 28px;
        height: 28px;
        padding: 0;
        background-color: #ff4c29;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        z-index: 1
    }

.input100 {
    border: 1px solid #e2e8f0 !important;
    transition: .3s;
    font-size: 16px !important;
    font-weight: 500;
    color: #5a5c7a;
    margin-bottom: 10px;
    border-radius: 7px !important;
    background-color: #fff;
    box-shadow: 15px 0 40px 5px rgb(61 67 79 / 10%);
    width: 100%;
    outline: 0 !important;
    caret-color: #525fe1;
    height: 100%;
    padding-right: 34px !important;
    box-shadow: none;
}

.focus-input100, .login100-form-btn, .symbol-input100 {
    width: 100%;
    border-radius: 25px
}

.login_body .input100 {
    background-color: #fff !important
}

.focus-input100 {
    display: block;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 0;
    color: #525fe1
}

.input100:focus + .focus-input100 {
    -webkit-animation: .5s ease-in-out forwards anim-shadow;
    animation: .5s ease-in-out forwards anim-shadow;
    border-color: #525fe1 !important;
    box-shadow: none
}



.symbol-input100 {
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    bottom: 0;
    pointer-events: none;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    top: -3px;
    justify-content: flex-start;
    right: 10px;
    height: 51px;
    padding-left: 15px;
}

.validate-input, .wrap-input100 {
    position: relative
}

.symbol-input100 svg {
    fill: #b9bec9;
    width: 16px;
    height: 16px
}

.wrap-input100 {
    width: 100%;
    z-index: 1;
    margin-bottom: 0
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    background: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border: none;
    z-index: 55;
    position: relative;
    cursor: pointer
}

.Create {
    font-size: 12px;
    color: #757575
}

    .Create .bold {
        font-weight: 700;
        font-size: 14px;
        color: #212121 transition: all 0.2s ease;
    }

        .Create .bold:hover {
            color: var(--theme-color)
        }

@media (max-width: 900px) {
    .reverse {
        flex-direction: column-reverse
    }
}

@media (max-width: 1899px) {
    .product-thumb .image a {
        width: 175px;
        height: 175px
    }

    .product-thumb .caption h4 a {
        font-size: .757rem;
        line-height: 21px;
        margin-top: 0;
        height: 40px
    }

    .service-span {
        font-size: 14px
    }

    .mx-16 svg {
        height: 40px;
        width: 40px
    }

    .my-8 {
        margin: 17px auto
    }
}

.search_form {
    font-size: 15px;
    font-weight: 400
}

.TitleLogIn, .TitleWidjets {
    font-size: 20px
}

.search_form input, .select2 {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0 34px 0 20px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    resize: none;
    color: #626a70;
    border: 0;
    outline: 0;
    height: 70px
}

.hideSVG {
    display: none
}

@media (max-width: 1199px) {
    .header_section .search_size {
        max-width: 430px
    }

    .header_section .input-group-prepend button {
        font-size: 12px;
        padding: 0;
        width: 75px
    }

    .header_section .loginBtn {
        width: 108px
    }
}

@media (max-width: 991px) {
    span.none {
        display: none
    }

    .hideSVG {
        display: block
    }

    .header_section .loginBtn {
        width: 43px;
        padding: .5rem 0;
        line-height: 2;
        margin: 0 .5rem !important
    }

    .header_section .search_size {
        max-width: 330px
    }
}

.bg_white {
    background-color: rgb(255 255 255 / 59%);
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 13px 11px 81px 0 rgb(0 0 0 / 10%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 40px 30px;
    -webkit-backdrop-filter: blur(7.2px);
    backdrop-filter: blur(7.2px)
}

.login_bg {
    background: url("/FileManager/Icons/Background/body-bg.png");
    height: 100vh;
    display: flex;
    align-items: center
}

.Offers .card, .Offers .card .card-body {
    background: 0 0
}

.Loadinglogin {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    display: none
}

.TitleLogIn {
    color: #222429;
    margin-bottom: 9px;
    padding-bottom: 0;
    font-weight: 600;
    text-align: right
}

.BtnFootLog {
    min-width: 0;
    font-size: 16px;
    color: #5a5c7a !important;
    -webkit-text-decoration: none !important;
    font-weight: 600
}

.button.-red {
    background: #ee0481;
}

    .button.-red:hover {
        background: #ee0481 !important;
    }

.fading {
    animation: fade-in .5s infinite linear;
    margin: 0 3px;
    font-size: 30px;
    color: #ee0481;
}

@keyframes fade-in {
    0% {
        opacity: .5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}
