body {
    background-color: #f8f8f8;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-style: italic
}

button {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
}

a {
    text-decoration: none !important;
    color: initial !important
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #fff9fc
}

::-webkit-scrollbar-thumb {
    background: #e7a11f
}

@media (min-width: 1300px) {
    .container {
        width: 1200 !important
    }
}

.form-group input, .form-group textarea {
    padding-left: 14px;
    border: #dadada solid 1px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-group input:focus, .form-group textarea:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.form-group button {
    border: none;
    outline: none
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #242424 !important
}

.section {
    padding-top: 60px
}

.title {
    color: #8f4000;
    margin-bottom: 50px;
    font-weight: 500
}

.third-section {
    padding: 60px 0px
}

.myBtn {
    border: none;
    color: #fff !important;
    font-size: 15px;
    padding: 6px 12px;
    z-index: 5;
    font-weight: 500;
    background: #c58000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px
}

@media (max-width: 330px) {
    .myBtn {
        padding: 5px 6px;
        font-size: 13px !important
    }
}

.myInput2 {
    border-radius: 25px;
    border: 1px solid #e09200;
    outline: none;
    padding-left: 15px
}

@media (max-width: 380px) {
    .myInput2 {
        width: 160px
    }
}

@media (max-width: 330px) {
    .myInput2 {
        width: 120px
    }
}

.second-section .img-area {
    position: relative
}

    .second-section .img-area img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        border-radius: 10px
    }

@media (min-width: 992px) {
    .container-lg-fluid {
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .dis-md-none {
        display: none !important
    }
}

@media (max-width: 768px) {
    .dis-sm-none {
        display: none !important
    }
}

.switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 30px;
    background-color: var(--secondary);
    cursor: pointer;
    border-radius: 1em;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

    .switch::before {
        content: "";
        height: 100%;
        width: 50%;
        background-color: white;
        position: absolute;
        border-radius: 50%;
        border: var(--secondary) solid 0.2em;
        -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
        transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, border-color 0.3s ease;
        transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease
    }

    .switch:checked {
        background-color: #8f4000
    }

        .switch:checked::before {
            border-color: #8f4000;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

@media screen and (max-width: 500px) {
    .switch {
        outline: none
    }
}

header {
    background-color: #fff
}

    header .header-top .container {
        border-bottom: 1px solid #ededed;
        padding: 9px 0
    }

        header .header-top .container .header-top-left .icons .item {
            line-height: 16px;
            margin-right: 10px
        }

            header .header-top .container .header-top-left .icons .item a i {
                text-align: center;
                font-size: 21px
            }

                header .header-top .container .header-top-left .icons .item a i.fa-whatsapp {
                    color: #25d366
                }

                header .header-top .container .header-top-left .icons .item a i.fa-instagram {
                    color: #f845aa
                }

                header .header-top .container .header-top-left .icons .item a i.fa-facebook-square {
                    color: #4267b2
                }

        header .header-top .container .header-top-right .dropdown .main {
            font-weight: 700;
            color: #8f4000
        }

        header .header-top .container .header-top-right .children .item a {
            font-weight: 700;
            color: #8f4000 !important
        }

            header .header-top .container .header-top-right .children .item a:hover {
                color: #e09200 !important
            }

        header .header-top .container .header-top-right .account {
            position: relative
        }

            header .header-top .container .header-top-right .account .children {
                right: -10% !important
            }

        header .header-top .container .header-top-right .lang .children {
            right: -3% !important;
            padding: 10px 26px 10px 17px !important;
            font-weight: 700
        }

    header .header-bottom {
        border-bottom: 1px solid #ebebeb;
        padding: 2px 0px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 0.9s;
        animation-duration: 0.9s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

@media (max-width: 768px) {
    header .header-bottom nav {
        padding: 0px !important
    }
}

header .header-bottom nav .logo .nav-logo img {
    width: 200px
}

@media (max-width: 768px) {
    header .header-bottom nav .logo .nav-logo img {
        width: 180px
    }
}

@media (max-width: 550px) {
    header .header-bottom nav .logo .nav-logo img {
        width: 150px
    }
}

@media (max-width: 350px) {
    header .header-bottom nav .logo .nav-logo img {
        width: 120px
    }
}

@media (max-width: 1200px) and (min-width: 990px) {
    header .header-bottom nav .navigation .nav-link {
        padding: 0.5rem 5px !important
    }
}

header .header-bottom nav .navigation .nav-link a {
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #242424 !important
}

    header .header-bottom nav .navigation .nav-link a:hover {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: #8f4000 !important
    }

    header .header-bottom nav .navigation .nav-link a.active {
        color: #8f4000 !important
    }

header .header-bottom nav .selected-and-basket .selected {
    position: relative
}

    header .header-bottom nav .selected-and-basket .selected .count {
        border-radius: 50%;
        position: absolute;
        text-align: center;
        color: #fff;
        background-color: #e09200;
        width: 16px;
        height: 16px;
        font-size: 14px;
        top: -12px;
        font-weight: 700;
        left: 17px;
        line-height: 16px
    }

    header .header-bottom nav .selected-and-basket .selected i {
        color: #e09200;
        font-size: 20px
    }

header .header-bottom nav .selected-and-basket .basket {
    position: relative
}

    header .header-bottom nav .selected-and-basket .basket .count {
        border-radius: 50%;
        position: absolute;
        text-align: center;
        color: #fff;
        background-color: #e09200;
        width: 16px;
        height: 16px;
        font-size: 14px;
        top: -12px;
        font-weight: 700;
        left: 20px;
        line-height: 16px
    }

    header .header-bottom nav .selected-and-basket .basket i {
        color: #e09200;
        font-size: 20px
    }

header .header-bottom nav .nav-button-and-whatsapp .whatsapp i.fa-whatsapp {
    font-size: 20px;
    color: #25d366
}

header .header-bottom nav .nav-button-and-whatsapp .nav-button {
    cursor: pointer;
    z-index: 1000000000000
}

    header .header-bottom nav .nav-button-and-whatsapp .nav-button i {
        color: #9c9c9c;
        font-size: 20px
    }

header .header-bottom #Category {
    display: none
}

header .header-bottom.fixed {
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000000000000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

    header .header-bottom.fixed nav {
        padding: 0px 0px !important
    }

@media (max-width: 554px) {
    header .header-bottom.fixed nav {
        padding: 0px 15px !important
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.subscribe {
    background-size: cover;
    background-position: top center
}

@media (max-width: 470px) {
    .subscribe h5 {
        font-size: 16px
    }
}

@media (max-width: 400px) {
    .subscribe h5 {
        font-size: 15px
    }
}

.subscribe .form-subscribe .form-group input {
    color: #8f4000;
    border-radius: 30px;
    border-color: #e09200
}

    .subscribe .form-subscribe .form-group input::-webkit-input-placeholder {
        color: #8f4000
    }

    .subscribe .form-subscribe .form-group input:-ms-input-placeholder {
        color: #8f4000
    }

    .subscribe .form-subscribe .form-group input::-ms-input-placeholder {
        color: #8f4000
    }

    .subscribe .form-subscribe .form-group input::placeholder {
        color: #8f4000
    }

.subscribe .form-subscribe .sub-button button {
    background: #e09200;
    padding: 7px 28px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700
}

footer {
    background-color: #f0f0f0;
    padding-bottom: 20px
}

    footer .foot-item {
        text-align: center;
        height: 230px
    }

@media (max-width: 992px) {
    footer .foot-item {
        height: 100% !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

footer .foot-item .logo img {
    width: 180px
}

footer .foot-item .location iframe {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc
}

@media (max-width: 768px) and (min-width: 400px) {
    footer .foot-item .location iframe {
        width: 50% !important
    }
}

@media (max-width: 400px) {
    footer .foot-item .location iframe {
        width: 80% !important
    }
}

footer .foot-item .copyright {
    padding-left: 20px;
    font-weight: 700;
    color: #242424
}

    footer .foot-item .copyright a {
        color: #242424 !important
    }

footer .foot-item .sub-title {
    padding: 14px 0px 10px 0px;
    color: #8f4000
}

footer .foot-item a .content {
    padding: 3px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #242424 !important;
    font-weight: 700
}

footer .foot-item .icons {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    footer .foot-item .icons .item {
        margin-right: 10px
    }

        footer .foot-item .icons .item a i {
            font-size: 21px
        }

            footer .foot-item .icons .item a i.fa-whatsapp {
                color: #25d366
            }

            footer .foot-item .icons .item a i.fa-instagram {
                color: #f845aa
            }

            footer .foot-item .icons .item a i.fa-facebook-square {
                color: #4267b2
            }

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99998989898989898
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999
}

    .lds-ellipsis span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #e09200;
        -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
        animation: ball-pulse-sync 1s 0s infinite ease-in-out
    }

        .lds-ellipsis span:nth-child(1) {
            -webkit-animation: ball-pulse-sync 1s -.14s infinite ease-in-out;
            animation: ball-pulse-sync 1s -.14s infinite ease-in-out
        }

        .lds-ellipsis span:nth-child(2) {
            -webkit-animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
            animation: ball-pulse-sync 1s -70ms infinite ease-in-out
        }

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dropdown {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .dropdown:hover {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .dropdown:hover .children {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

    .dropdown .main {
        cursor: pointer;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .dropdown .main:hover {
            -webkit-transition: 0.4s;
            transition: 0.4s;
            color: #e09200 !important
        }

            .dropdown .main:hover .children {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important
            }

    .dropdown .children {
        z-index: 100;
        display: none;
        background-color: #fff;
        position: absolute;
        padding: 10px 11px;
        border-bottom: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-left: 1px solid #ededed
    }

        .dropdown .children .item {
            border-bottom: 1px solid #ededed
        }

            .dropdown .children .item a {
                -webkit-transition: 0.4s;
                transition: 0.4s
            }

                .dropdown .children .item a:hover {
                    color: #e09200 !important;
                    -webkit-transition: 0.4s;
                    transition: 0.4s
                }

.product {
    background-color: #fcfcfc;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (min-width: 992px) {
    .product:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.4s;
        transition: 0.4s
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .product {
        padding: 0rem
    }
}

@media (max-width: 575px) and (min-width: 480px) {
    .product {
        padding: 0px 25px;
        margin: 20px 80px
    }
}

@media (max-width: 480px) and (min-width: 415px) {
    .product {
        padding: 0px 20px;
        margin: 20px 50px
    }
}

@media (max-width: 415px) and (min-width: 350px) {
    .product {
        margin: 20px 40px
    }
}

.product .product-top {
    position: relative
}

    .product .product-top .product-img img {
        height: 260px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

        .product .product-top .product-img img.cat-img {
            height: 293px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .product .product-top .selected {
        position: absolute;
        top: 4px;
        right: 4px;
        width: 30px;
        height: 30px;
        z-index: 1;
        border-radius: 50%;
        background-color: #ededed;
        line-height: 33px
    }

        .product .product-top .selected i {
            cursor: pointer;
            color: #e09200
        }

.product .product-bottom {
    border-top: solid 1px #e9e9e9;
    color: #242424;
    font-weight: 700;
    padding: 10px 20px;
    font-style: italic
}

    .product .product-bottom .name {
        padding-bottom: 5px
    }

    .product .product-bottom .price span {
        position: relative
    }

        .product .product-bottom .price span span {
            border-top: solid 2px #545454;
            position: absolute;
            top: 11px;
            left: 0;
            width: 100%;
            height: 100%
        }

    .product .product-bottom .add-to-cart {
        margin-bottom: 8px;
        margin-top: 12px
    }

        .product .product-bottom .add-to-cart a {
            color: #fff !important;
            font-weight: 500;
            border-radius: 5px;
            padding: 5px 9px;
            border-radius: 30px;
            border: none;
            color: white;
            background-color: #e09200;
            cursor: pointer;
            -webkit-transition: all 0.16s;
            transition: all 0.16s;
            position: relative;
            top: 0
        }

@media (max-width: 1200px) and (min-width: 992px) {
    .product-categories .product .product-top .product-img img {
        height: 230px
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 260px
    }
}

@media (min-width: 1300px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 320px
    }
}

@media (min-width: 1400px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 350px
    }
}

@media (min-width: 1500px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 395px
    }
}

@media (min-width: 1600px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 410px
    }
}

@media (min-width: 1700px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 430px
    }
}

@media (min-width: 1800px) {
    .product-categories .product .product-top .product-img img.cat-img {
        height: 450px
    }
}

#nav-mobile-1 {
    display: none
}

@media only screen and (max-width: 1200px) {
    #nav-mobile-1 {
        display: block !important;
        width: 100%;
        height: 100vh;
        background-color: #eeeeee;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100000000000000000000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: ease 0.7s;
        transition: ease 0.7s
    }

        #nav-mobile-1 .nav-close-btn {
            cursor: pointer;
            padding-top: 10px;
            padding-right: 15px;
            margin-bottom: 18px
        }

            #nav-mobile-1 .nav-close-btn .close-btn {
                font-size: 30px
            }

        #nav-mobile-1 .languages-bar {
            font-weight: 700
        }

            #nav-mobile-1 .languages-bar .lang {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 15px
            }

                #nav-mobile-1 .languages-bar .lang img {
                    width: 18px !important;
                    height: 18px !important;
                    margin-right: 5px
                }

                #nav-mobile-1 .languages-bar .lang span {
                    color: #8f4000 !important
                }

        #nav-mobile-1 .login {
            font-weight: 700;
            margin-top: 30px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: 10px
        }

            #nav-mobile-1 .login a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 28px
            }

                #nav-mobile-1 .login a i {
                    color: #8f4000;
                    margin: 5px
                }

                #nav-mobile-1 .login a .nav-link2 {
                    color: #8f4000 !important;
                    font-size: 17px
                }

        #nav-mobile-1 .navigation {
            font-weight: 700;
            margin-top: 29px
        }

            #nav-mobile-1 .navigation .nav-box {
                text-align: center
            }

                #nav-mobile-1 .navigation .nav-box .nav-link a {
                    color: #242424 !important;
                    font-size: 19px
                }

        #nav-mobile-1 .icons-soc {
            margin-left: 19px;
            margin-top: 80px !important
        }

            #nav-mobile-1 .icons-soc .item {
                margin-right: 30px
            }

                #nav-mobile-1 .icons-soc .item a i {
                    font-size: 21px
                }

                    #nav-mobile-1 .icons-soc .item a i.fa-whatsapp {
                        color: #25d366
                    }

                    #nav-mobile-1 .icons-soc .item a i.fa-instagram {
                        color: #f845aa
                    }

                    #nav-mobile-1 .icons-soc .item a i.fa-facebook-square {
                        color: #4267b2
                    }

        #nav-mobile-1.show {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: ease 0.7s;
            transition: ease 0.7s
        }
}

@media only screen and (min-width: 500px) {
    #nav-mobile-1 {
        width: 420px !important
    }
}

#nav-mobile-2 {
    display: none
}

@media only screen and (max-width: 992px) {
    #nav-mobile-2 {
        width: 100%;
        height: 70px;
        position: fixed;
        bottom: -100px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        z-index: 25
    }

        #nav-mobile-2 .mob-basket {
            position: fixed;
            bottom: -45px;
            z-index: 26;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

            #nav-mobile-2 .mob-basket a {
                border-radius: 30px;
                border: none;
                color: white !important;
                font-size: 15px;
                padding: 8px 14px;
                z-index: 5;
                font-weight: 500;
                background: #c58000;
                position: relative;
                overflow: hidden
            }
}

@media only screen and (max-width: 992px) and (max-width: 320px) {
    #nav-mobile-2 .mob-basket a {
        padding: 6px 12px
    }
}

@media only screen and (max-width: 992px) {
    #nav-mobile-2 .mob-basket a .text {
        margin-right: 2px
    }

    #nav-mobile-2 .mob-basket a .count {
        border-radius: 50%;
        position: absolute;
        text-align: center;
        color: #fff;
        background-color: #a0731f;
        width: 25px;
        height: 18px;
        font-size: 13px;
        top: 2px;
        font-weight: 700;
        right: 6px;
        line-height: 18px
    }

    #nav-mobile-2 .mob-basket a i {
        font-size: 20px;
        margin-right: 3px
    }

    #nav-mobile-2 .menu {
        border-top: 1px solid #b4b4b4;
        padding: 0px !important;
        background-color: white;
        height: 70px
    }

        #nav-mobile-2 .menu .icons-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around
        }

            #nav-mobile-2 .menu .icons-menu .small-menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                #nav-mobile-2 .menu .icons-menu .small-menu .word {
                    color: #727171
                }
}

@media only screen and (max-width: 992px) and (max-width: 320px) {
    #nav-mobile-2 .menu .icons-menu .small-menu .word {
        font-size: 13px
    }
}

@media only screen and (max-width: 992px) {
    #nav-mobile-2 .menu .icons-menu .small-menu i {
        margin-top: 17px;
        font-size: 25px;
        color: #727171
    }
}

@media only screen and (max-width: 992px) and (max-width: 320px) {
    #nav-mobile-2 .menu .icons-menu .small-menu i {
        font-size: 20px
    }
}

@media only screen and (max-width: 992px) {
    #nav-mobile-2.nav-scroll2 {
        bottom: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        #nav-mobile-2.nav-scroll2 .mob-basket {
            bottom: 57px;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }
}

.filter-mobile.button {
    display: none
}

#filter-mobile.box {
    display: none
}

@media only screen and (max-width: 991px) {
    .filter-mobile {
        display: block !important;
        position: fixed;
        top: 180px;
        right: 0;
        width: 27px;
        background-color: #e09200;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        text-align: center;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        cursor: pointer;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .filter-mobile .text {
            position: relative
        }

        .filter-mobile .icon {
            color: #fff;
            font-size: 17px
        }

        .filter-mobile.did-none {
            display: none !important
        }

        .filter-mobile.onScrool {
            top: 120px
        }

    #filter-mobile {
        display: block !important;
        width: 100%;
        height: 100vh;
        background-color: #eeeeee;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100000000000000000000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: ease 0.7s;
        transition: ease 0.7s
    }

        #filter-mobile .nav-close-btn {
            cursor: pointer;
            padding-top: 10px;
            padding-left: 15px;
            margin-bottom: 18px
        }

            #filter-mobile .nav-close-btn .close-btn {
                font-size: 30px
            }

        #filter-mobile .main-category {
            color: #8f4000;
            border-top: 1px solid #b8b8b8;
            padding-top: 20px
        }

        #filter-mobile .child-categories {
            padding: 20px 40px
        }

            #filter-mobile .child-categories a .nav-link {
                color: #242424;
                font-weight: 700
            }

            #filter-mobile .child-categories a .active {
                color: #8f4000
            }

        #filter-mobile .input-average {
            border-top: 1px solid #b8b8b8;
            border-bottom: 1px solid #b8b8b8;
            margin-top: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-weight: 700;
            color: #8f4000
        }

            #filter-mobile .input-average a {
                border: none;
                color: #fff !important;
                font-size: 15px;
                padding: 6px 12px;
                z-index: 5;
                font-weight: 500;
                background: #c58000;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-radius: 20px
            }

        #filter-mobile.show {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: ease 0.7s;
            transition: ease 0.7s
        }
}

@media only screen and (min-width: 500px) {
    #filter-mobile {
        width: 420px !important
    }
}

#Category {
    background-color: #e9e9e9;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 4px;
    width: 23%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    right: 10px;
    top: 263px;
    position: fixed;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

    #Category .filter {
        width: 100%
    }

    #Category .main-category {
        padding: 15px 0px;
        background-color: #fcfcfc;
        color: #8f4000
    }

    #Category .child-categories {
        background-color: #fcfcfc;
        padding: 0px 0px 15px 0px;
        margin-bottom: 1px;
        margin-top: 1px;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 2px;
        color: #242424 !important
    }

        #Category .child-categories .active {
            color: #8f4000 !important
        }

    #Category .input-average {
        background-color: #fcfcfc;
        padding: 15px 0px;
        font-weight: 700
    }

        #Category .input-average .average-result {
            color: #8f4000
        }

        #Category .input-average a {
            color: #fff !important;
            font-weight: 500;
            border-radius: 5px;
            padding: 5px 30px;
            border-radius: 30px;
            border: none;
            color: white;
            background-color: #e09200;
            cursor: pointer;
            -webkit-transition: all 0.16s;
            transition: all 0.16s;
            position: relative;
            top: 0
        }

    #Category.scroll {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        top: 180px;
        right: 10px;
        position: fixed;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    #Category.cat-d-none {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }

@media (max-width: 991px) {
    #Category {
        display: none !important
    }
}

.input-average input[type="range"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 180px;
    margin: 0;
    padding: 0 1px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(grey), to(grey)) no-repeat center;
    background: linear-gradient(grey, grey) no-repeat center;
    background-size: 100% 2px;
    pointer-events: none
}

    .input-average input[type="range"]:active, .input-average input[type="range"]:focus {
        outline: none
    }

    .input-average input[type="range"]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        border-radius: 20px;
        background-color: #fff;
        position: relative;
        margin: 5px 0;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        pointer-events: all;
        -webkit-box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.25);
        box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.25)
    }

.input-average .multi-range {
    position: relative;
    height: 50px
}

    .input-average .multi-range input[type="range"] {
        position: absolute
    }

        .input-average .multi-range input[type="range"]:nth-child(1)::-webkit-slider-thumb::before {
            background-color: red
        }

        .input-average .multi-range input[type="range"]:nth-child(2) {
            background: none
        }

            .input-average .multi-range input[type="range"]:nth-child(2)::-webkit-slider-thumb::before {
                background-color: grey
            }

.myPagi .pagination .page-item .page-link {
    font-weight: 700;
    color: #8f4000 !important
}

.myPagi .pagination .page-item .selected {
    background-color: #e9ecef
}

.table {
    padding: 0px 15px;
    -webkit-box-shadow: 0px 2px 0px 0px #cecece,0px 0px 5px 0px rgba(120,120,120,0.4);
    box-shadow: 0px 2px 0px 0px #cecece,0px 0px 5px 0px rgba(120,120,120,0.4);
    border-radius: 7px
}

    .table .table-head .row {
        border-bottom: 1px solid #d8d7d7;
        padding-bottom: 15px;
        padding-top: 15px
    }

    .table .table-head .head {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #242424 !important
    }

@media (max-width: 390px) {
    .table .table-body .col5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important
    }
}

@media (max-width: 390px) {
    .table .table-body .col6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
        flex: 0 0 55% !important;
        max-width: 55% !important
    }
}

@media (max-width: 768px) {
    .table .table-body .col {
        padding: 0px
    }
}

@media (max-width: 390px) {
    .table .table-body .col {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

        .table .table-body .col .item-data {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-right: 30px
        }
}

.table .table-body .item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #d4d4d4;
    margin: 5px -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .table .table-body .item .item-data {
        font-weight: 500;
        color: #242424
    }

@media (max-width: 575px) {
    .table .table-body .item .item-data {
        font-size: 14px
    }
}

@media (max-width: 390px) {
    .table .table-body .item .item-data {
        font-size: 12px
    }
}

@media (max-width: 350px) {
    .table .table-body .item .item-data {
        font-size: 11px
    }
}

.table .table-body .item .item-data .item-image {
    max-width: 90px;
    height: 90px !important
}

@media (max-width: 768px) {
    .table .table-body .item .item-data .item-image {
        height: 70px !important
    }
}

@media (max-width: 450px) {
    .table .table-body .item .item-data .item-image {
        height: 60px !important
    }
}

@media (max-width: 350px) {
    .table .table-body .item .item-data .item-image {
        height: 50px !important
    }
}

.table .table-body .item .item-data .item-image img {
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc
}

.table .table-body .item .item-data .data i {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #eeeded;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4);
    box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4)
}

@media (max-width: 440px) {
    .table .table-body .item .item-data .data i {
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

@media (max-width: 410px) {
    .table .table-body .item .item-data .data i {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.table .table-body .item .item-data .data i.active {
    cursor: pointer
}

.table .table-body .item .item-data .h {
    padding: 0px 8px
}

@media (max-width: 768px) and (min-width: 550px) {
    .table .table-body .item .item-data .h {
        padding: 0px 4px
    }
}

.table .table-body .item .item-data .count-input {
    border: none;
    width: 35px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: transparent
}

    .table .table-body .item .item-data .count-input::-webkit-outer-spin-button, .table .table-body .item .item-data .count-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.table .table-body .item .item-data.name {
    padding-right: 8px;
    padding-left: 0px
}

@media (max-width: 768px) {
    .table .table-body .item .item-data.name {
        text-align: start !important
    }
}

@media (max-width: 575px) {
    .table .table-body .item .res {
        padding-top: 10px
    }

        .table .table-body .item .res .item-data {
            padding-right: 30px
        }
}

@media (max-width: 390px) {
    .table .table-body .item .res {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

@media (max-width: 768px) and (min-width: 550px) {
    .table .table-body .item .res .res-data {
        padding-left: 9px
    }
}

.table .table-body .item .delete-item {
    position: absolute
}

@media (min-width: 550px) {
    .table .table-body .item .delete-item {
        top: 5px;
        right: 10px
    }
}

@media (max-width: 550px) and (min-width: 391px) {
    .table .table-body .item .delete-item {
        right: 8px;
        top: 8px
    }
}

@media (max-width: 390px) {
    .table .table-body .item .delete-item {
        top: 2px;
        right: 6px
    }
}

@media (max-width: 350px) {
    .table .table-body .item .delete-item {
        top: 0px
    }
}

.table .table-body .item .delete-item i {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #eeeded;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4);
    box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.4);
    cursor: pointer
}

@media (max-width: 550px) {
    .table .table-body .item .delete-item i {
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

@media (max-width: 390px) {
    .table .table-body .item .delete-item i {
        width: 18px;
        height: 18px;
        line-height: 18px
    }
}

.table .table-foot .total {
    font-size: 18px;
    padding: 15px 0px
}

@media (max-width: 330px) {
    .table .table-foot .total {
        font-size: 14px !important
    }
}

@media (max-width: 992px) {
    .table .table-foot .total .notes {
        display: none
    }
}

.table .table-foot .total .total-box {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 992px) {
    .table .table-foot .total .total-box {
        margin-left: auto
    }
}

@media (max-width: 768px) {
    .table .table-foot .total .total-box {
        margin: auto;
        padding: 0;
        border: none
    }
}

.table .table-foot .total .total-box .price-box {
    width: 100%
}

@media (max-width: 330px) {
    .table .table-foot .total .total-box .price-box {
        width: 210px;
        font-size: 14px !important
    }
}

@media (max-width: 390px) {
    .item-data.name {
        font-weight: 700 !important
    }
}

#modal-product-images {
    height: 100vh;
    width: 100%;
    background-color: rgba(44,44,44,0.849);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998989898989898;
    opacity: 0;
    display: none
}

    #modal-product-images .myModal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        height: 100vh
    }

        #modal-product-images .myModal .carousel-inner {
            height: 550px
        }

@media (max-width: 500px) {
    #modal-product-images .myModal .carousel-inner {
        height: 478px
    }
}

@media (max-width: 470px) {
    #modal-product-images .myModal .carousel-inner {
        height: 450px
    }
}

@media (max-width: 450px) {
    #modal-product-images .myModal .carousel-inner {
        height: 438px
    }
}

@media (max-width: 430px) {
    #modal-product-images .myModal .carousel-inner {
        height: 428px
    }
}

@media (max-width: 425px) {
    #modal-product-images .myModal .carousel-inner {
        height: 420px
    }
}

@media (max-width: 420px) {
    #modal-product-images .myModal .carousel-inner {
        height: 410px
    }
}

@media (max-width: 400px) {
    #modal-product-images .myModal .carousel-inner {
        height: 395px
    }
}

@media (max-width: 380px) {
    #modal-product-images .myModal .carousel-inner {
        height: 360px
    }
}

@media (max-width: 360px) {
    #modal-product-images .myModal .carousel-inner {
        height: 340px
    }
}

@media (max-width: 320px) {
    #modal-product-images .myModal .carousel-inner {
        height: 300px
    }
}

@media (max-width: 300px) {
    #modal-product-images .myModal .carousel-inner {
        height: 280px
    }
}

#modal-product-images .myModal .carousel-inner .bg-img {
    overflow: hidden;
    height: 90% !important
}

    #modal-product-images .myModal .carousel-inner .bg-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        position: relative
    }

#modal-product-images .myModal .carousel-control-prev {
    background-color: #e09200 !important;
    width: 40px;
    height: 40px;
    top: 45%;
    border-radius: 3px;
    left: 1%
}

@media (max-width: 575px) {
    #modal-product-images .myModal .carousel-control-prev {
        left: 9%;
        opacity: 1 !important
    }
}

@media (max-width: 330px) {
    #modal-product-images .myModal .carousel-control-prev {
        left: 10%
    }
}

#modal-product-images .myModal .carousel-control-next {
    background-color: #e09200 !important;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    top: 45%;
    right: 1%
}

@media (max-width: 575px) {
    #modal-product-images .myModal .carousel-control-next {
        right: 9%;
        opacity: 1 !important
    }
}

@media (max-width: 330px) {
    #modal-product-images .myModal .carousel-control-next {
        right: 10%
    }
}

#modal-product-images .myModal .close-btn {
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 28px;
    position: absolute;
    color: #e09200;
    cursor: pointer
}

#modal-product-images .myModal .div-average-zoom {
    background-color: #ededed !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

    #modal-product-images .myModal .div-average-zoom .input-div input[type="range"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 150px;
        margin: 0;
        padding: 0 1px;
        overflow: hidden;
        border: 0;
        border-radius: 1px;
        outline: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#e09200), to(#8f4000)) no-repeat center;
        background: linear-gradient(#e09200, #8f4000) no-repeat center;
        background-size: 100% 2px;
        pointer-events: none
    }

@media (max-width: 350px) {
    #modal-product-images .myModal .div-average-zoom .input-div input[type="range"] {
        width: 99px
    }
}

#modal-product-images .myModal .div-average-zoom .input-div input[type="range"]:active, #modal-product-images .myModal .div-average-zoom .input-div input[type="range"]:focus {
    outline: none
}

#modal-product-images .myModal .div-average-zoom .input-div input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    -webkit-box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.25);
    box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.25)
}

#modal-product-images .myModal .div-average-zoom .input-div i {
    margin: 0px 10px;
    color: #8f4000;
    cursor: pointer
}

#modal-product-images .myModal .scale {
    width: 40px;
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
    color: #8f4000;
    background-color: #ededed !important
}

#carouselExampleFade .carousel-inner .carousel-item {
    height: 100%
}

    #carouselExampleFade .carousel-inner .carousel-item .bg-img {
        width: 100%;
        height: 100%
    }

#carouselExampleFade .carousel-control-prev {
    background-color: #e09200 !important;
    width: 40px;
    height: 40px;
    top: 45%;
    border-radius: 3px
}

#carouselExampleFade .carousel-control-next {
    background-color: #e09200 !important;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    top: 45%
}

.slider .slider-content {
    background-color: white
}

.slider #carouselExampleFade .carousel-inner .carousel-item .bg-img {
    background-position: center center;
    background-size: cover
}

.slider #carouselExampleFade:hover .carousel-control-prev {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.slider #carouselExampleFade:hover .carousel-control-next {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.slider #carouselExampleFade .carousel-control-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1 !important
}

.slider #carouselExampleFade .carousel-control-next {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1 !important
}

.about .img-area {
    height: 400px
}

@media (max-width: 554px) {
    .about .img-area {
        height: 300px
    }
}

.about .title {
    margin-bottom: 25px
}

.about div {
    margin-bottom: 3px;
    font-weight: 700;
    color: #242424
}

.about .ara {
    margin-bottom: 15px
}

.log-reg .img-area {
    height: 400px
}

.log-reg .log-reg-form .helpSelectPhone {
    position: relative
}

    .log-reg .log-reg-form .helpSelectPhone input {
        padding-left: 80px;
        color: #242424 !important
    }

        .log-reg .log-reg-form .helpSelectPhone input::-webkit-input-placeholder {
            color: #242424 !important
        }

        .log-reg .log-reg-form .helpSelectPhone input:-ms-input-placeholder {
            color: #242424 !important
        }

        .log-reg .log-reg-form .helpSelectPhone input::-ms-input-placeholder {
            color: #242424 !important
        }

        .log-reg .log-reg-form .helpSelectPhone input::placeholder {
            color: #242424 !important
        }

    .log-reg .log-reg-form .helpSelectPhone .selectPhone {
        position: absolute;
        top: 40px;
        left: 10px
    }

        .log-reg .log-reg-form .helpSelectPhone .selectPhone .selectPhoneType {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            color: #242424;
            cursor: pointer
        }

            .log-reg .log-reg-form .helpSelectPhone .selectPhone .selectPhoneType:active {
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none
            }

            .log-reg .log-reg-form .helpSelectPhone .selectPhone .selectPhoneType:focus {
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none
            }

.log-reg .log-reg-form input, .log-reg .log-reg-form button {
    border-radius: 30px
}

.log-reg .log-reg-form button {
    background: #e09200;
    padding: 7px 30px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    margin-top: 15px;
    outline: none
}

.log-reg .log-reg-form .manis input[type="radio"] {
    margin-left: 14px
}

    .log-reg .log-reg-form .manis input[type="radio"]:after {
        margin-right: 15px;
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

    .log-reg .log-reg-form .manis input[type="radio"]:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #8f4000;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

.log-reg .added-links {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    .log-reg .added-links a {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0.8;
        font-weight: 700;
        color: #8f4000 !important
    }

        .log-reg .added-links a:hover {
            -webkit-transition: 0.4s;
            transition: 0.4s;
            opacity: 1
        }

.register-sec .img-area {
    height: 460px
}

.flower-sec {
    padding-bottom: 60px
}

.third-section .product-images .main-img {
    width: 100%;
    height: 520px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    position: relative
}

@media (max-width: 425px) {
    .third-section .product-images .main-img {
        height: 410px
    }
}

@media (max-width: 410px) {
    .third-section .product-images .main-img {
        height: 405px
    }
}

@media (max-width: 400px) {
    .third-section .product-images .main-img {
        height: 390px
    }
}

@media (max-width: 390px) {
    .third-section .product-images .main-img {
        height: 380px
    }
}

@media (max-width: 350px) {
    .third-section .product-images .main-img {
        height: 320px
    }
}

@media (max-width: 300px) {
    .third-section .product-images .main-img {
        height: 280px
    }
}

.third-section .product-images .main-img #mainImg {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer
}

.third-section .product-images .main-img .s-icon {
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

    .third-section .product-images .main-img .s-icon i {
        color: #e09200;
        font-size: 24px
    }

.third-section .product-images #thumbnails {
    width: 100%
}

    .third-section .product-images #thumbnails .detail-images {
        -webkit-box-shadow: 0px 0px 8px #ccc;
        box-shadow: 0px 0px 8px #ccc;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 30px;
        background-color: #f3f3f3
    }

        .third-section .product-images #thumbnails .detail-images div.item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .third-section .product-images #thumbnails .detail-images div.item img {
                border-radius: 14px;
                width: 80px;
                height: 80px;
                -o-object-fit: cover;
                object-fit: cover;
                cursor: pointer
            }

    .third-section .product-images #thumbnails .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        border: none
    }

    .third-section .product-images #thumbnails .owl-dots {
        width: 50%;
        top: -29px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .third-section .product-images #thumbnails .owl-dots button {
            margin-left: 2px;
            margin-right: 2px;
            width: 50px;
            height: 8px;
            background: #bebebe
        }

            .third-section .product-images #thumbnails .owl-dots button.active {
                background: #e09200
            }

.third-section .product-details {
    font-style: italic;
    padding: 0px 15px
}

@media (min-width: 992px) {
    .third-section .product-details {
        padding-left: 40px
    }
}

@media (min-width: 1100px) {
    .third-section .product-details {
        padding-left: 70px
    }
}

.third-section .product-details .name-and-a-cart {
    margin-bottom: 20px !important
}

@media (max-width: 300px) {
    .third-section .product-details .name-and-a-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.third-section .product-details .name-and-a-cart .name {
    color: #8f4000
}

.third-section .product-details .name-and-a-cart .a-btn {
    color: #fff !important;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 9px;
    padding-top: 6px;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0px 5px 0px 0px #c58000,0px 0px 5px 0px rgba(120,120,120,0.4);
    box-shadow: 0px 5px 0px 0px #c58000,0px 0px 5px 0px rgba(120,120,120,0.4);
    color: white;
    background-color: #e09200;
    cursor: pointer;
    -webkit-transition: all 0.16s;
    transition: all 0.16s;
    position: relative;
    top: 0;
    width: calc(100%-80px) !important
}

    .third-section .product-details .name-and-a-cart .a-btn i {
        margin-right: 3px
    }

.third-section .product-details .name-and-a-cart a:focus {
    outline: none
}

.third-section .product-details .name-and-a-cart a:active {
    -webkit-box-shadow: 0px 5px 0px 0px #c58000;
    box-shadow: 0px 5px 0px 0px #c58000;
    top: 5px
}

.third-section .product-details .prices {
    margin-bottom: 10px !important;
    font-weight: 500
}

    .third-section .product-details .prices .old-price {
        font-size: 25px;
        line-height: 32px;
        color: #666666;
        margin-right: 20px;
        font-style: italic
    }

        .third-section .product-details .prices .old-price span {
            top: 24% !important;
            left: 20px;
            width: 78px;
            height: 2px;
            background-color: #8b8b8b;
            position: absolute
        }

    .third-section .product-details .prices .price {
        font-weight: 700;
        font-size: 22px;
        color: #e09200
    }

.third-section .product-details .flowers {
    margin-bottom: 20px !important
}

    .third-section .product-details .flowers .list-of-flowers {
        font-weight: 500;
        font-size: 16px
    }

.third-section .product-details .gifts {
    margin-bottom: 20px !important
}

    .third-section .product-details .gifts .head a {
        color: #8f4000 !important
    }

    .third-section .product-details .gifts .gift .gift-image {
        width: 100px;
        height: 100px
    }

        .third-section .product-details .gifts .gift .gift-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 8px #ccc;
            box-shadow: 0px 0px 8px #ccc
        }

@media (max-width: 575px) {
    .third-section .product-details .gifts .gift .gift-content {
        padding-left: 5px
    }
}

.third-section .product-details .gifts .gift .gift-content .gift-add-to-cart {
    color: #e09200;
    cursor: pointer
}

.third-section .product-details .gifts .gift .gift-content .gift-price {
    text-align: center;
    margin-top: 2px;
    font-weight: 500;
    color: #e09200
}

.third-section .product-details .delivery .d-box .d-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px
}

    .third-section .product-details .delivery .d-box .d-item .d-price {
        color: #e09200
    }

.third-section .product-details .head {
    font-weight: 700;
    font-size: 20px;
    color: #8f4000
}

.contact .img-area {
    height: 460px
}

    .contact .img-area .contact-info {
        position: absolute;
        bottom: 0;
        background: white;
        left: 14%;
        right: 14%;
        padding: 13px 20px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

@media (max-width: 575px) {
    .contact .img-area .contact-info {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.contact .img-area .contact-info h6 i {
    color: #e09200
}

.contact .contact-form input, .contact .contact-form textarea {
    border-radius: 30px
}

.contact .contact-form button {
    background: #e09200;
    padding: 7px 30px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    margin-top: 15px;
    outline: none
}

::-webkit-input-placeholder {
    color: #8f4000
}

:-ms-input-placeholder {
    color: #8f4000
}

::-ms-input-placeholder {
    color: #8f4000
}

::placeholder {
    color: #8f4000 !important
}

#profile .nav {
    border: none
}

    #profile .nav .nav-link {
        margin-left: 15px;
        border-radius: 20px;
        background-color: #fcfcfc !important;
        -webkit-box-shadow: 0px 0px 8px #c2c2c2;
        box-shadow: 0px 0px 8px #c2c2c2;
        border: none;
        margin-bottom: 10px
    }

@media (max-width: 768px) {
    #profile .nav .nav-link {
        width: 47%;
        margin: 0 1%;
        margin-bottom: 10px;
        text-align: center
    }
}

@media (max-width: 450px) {
    #profile .nav .nav-link {
        font-size: 13px
    }
}

#profile .nav .nav-link.active {
    background-color: #e09200 !important;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 8px #e09200;
    box-shadow: 0px 0px 8px #e09200
}

#profile .tab-content .tab-pane {
    margin: 50px 0px
}

    #profile .tab-content .tab-pane .selected {
        color: #8f4000 !important
    }

    #profile .tab-content .tab-pane .card-profile {
        -webkit-box-shadow: 0px 0px 8px #ccc;
        box-shadow: 0px 0px 8px #ccc;
        border-radius: 12px;
        padding: 0px 15px
    }

        #profile .tab-content .tab-pane .card-profile .d-item {
            padding: 10px 0px;
            border-bottom: 1px solid #ededed
        }

            #profile .tab-content .tab-pane .card-profile .d-item .d-name {
                color: #242424;
                font-weight: 700
            }

            #profile .tab-content .tab-pane .card-profile .d-item .d-content {
                font-weight: 400;
                color: #6c757d !important
            }

@media (max-width: 420px) {
    #profile .tab-content .tab-pane .card-profile .d-item .d-content {
        font-size: 14px
    }
}

#profile .tab-content .tab-pane .card-profile.j {
    padding: 0px;
    background-color: transparent;
    height: 285px;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    z-index: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 1199px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 262px
    }
}

@media (max-width: 991px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 380px
    }
}

@media (max-width: 767px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 301px
    }
}

@media (max-width: 450px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 257px
    }
}

@media (max-width: 400px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 231px
    }
}

@media (max-width: 350px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 210px
    }
}

@media (max-width: 330px) {
    #profile .tab-content .tab-pane .card-profile.j {
        height: 183px
    }
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 12px
}

    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div {
        font-style: normal;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-shadow: 0px 0px 8px #ccc;
        box-shadow: 0px 0px 8px #ccc;
        border-radius: 12px
    }

        #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            height: 220px;
            background-color: #240f03;
            color: white
        }

@media (max-width: 1199px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 200px
    }
}

@media (max-width: 991px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 300px
    }
}

@media (max-width: 767px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 235px
    }
}

@media (max-width: 450px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 200px
    }
}

@media (max-width: 400px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 180px
    }
}

@media (max-width: 350px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 160px
    }
}

@media (max-width: 330px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id {
        height: 140px
    }
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-img {
    width: 50%;
    margin-bottom: 5px
}

    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-img img {
        width: 100%
    }

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 2px
}

@media (max-width: 1199px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        font-size: 27px
    }
}

@media (max-width: 450px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        font-size: 23px
    }
}

@media (max-width: 420px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        font-size: 20px
    }
}

@media (max-width: 350px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        font-size: 17px
    }
}

@media (max-width: 420px) and (min-width: 384px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-img-and-id .card-id {
        letter-spacing: 2.8px;
        word-spacing: 9px
    }
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 65px;
    font-size: 18px;
    background-color: #aaa;
    font-weight: 700
}

@media (max-width: 991px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        height: 80px
    }
}

@media (max-width: 767px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        height: 66px
    }
}

@media (max-width: 450px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        font-size: 17px;
        height: 56px
    }
}

@media (max-width: 420px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 40px
    }
}

@media (max-width: 400px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        padding: 0px 30px;
        height: 50px
    }
}

@media (max-width: 350px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        padding: 0px 20px;
        height: 50px;
        font-size: 16px
    }
}

@media (max-width: 330px) {
    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name {
        padding: 0px 15px;
        height: 42px;
        font-size: 14px
    }
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name.Gold {
    background-color: #e3bb62
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name.Platinium {
    background-color: #dadcdb
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-div .card-name.Vip {
    background-color: #ffffc4
}

#profile .tab-content .tab-pane .card-profile.j .card-rotate .card-back {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
    border-radius: 12px;
    padding: 0px 15px
}

    #profile .tab-content .tab-pane .card-profile.j .card-rotate .card-back img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

#profile .tab-content .tab-pane .card-profile.j:hover .card-rotate {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#profile .tab-content .tab-pane .table {
    overflow-x: scroll !important
}

@media (max-width: 768px) {
    #profile .tab-content .tab-pane .table thead tr {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    #profile .tab-content .tab-pane .table thead tr {
        font-size: 14px
    }
}

#profile .tab-content .tab-pane .table thead tr th {
    text-align: right
}

@media (max-width: 380px) {
    #profile .tab-content .tab-pane .table thead tr th {
        padding: 4px 4px
    }
}

@media (max-width: 310px) {
    #profile .tab-content .tab-pane .table thead tr th {
        padding: 4px 2px
    }
}

#profile .tab-content .tab-pane .table thead tr th.td {
    text-align: left;
    padding-right: 0px
}

@media (max-width: 768px) {
    #profile .tab-content .tab-pane .table tbody tr {
        font-size: 13px
    }
}

#profile .tab-content .tab-pane .table tbody tr td {
    text-align: right
}

@media (max-width: 768px) {
    #profile .tab-content .tab-pane .table tbody tr td {
        text-align: center
    }
}

@media (max-width: 380px) {
    #profile .tab-content .tab-pane .table tbody tr td {
        padding: 4px 4px;
        line-height: 33px
    }
}

@media (max-width: 310px) {
    #profile .tab-content .tab-pane .table tbody tr td {
        padding: 4px 2px
    }
}

#profile .tab-content .tab-pane .table tbody tr td a {
    border-radius: 30px;
    border: none;
    color: white !important;
    font-size: 15px;
    padding: 8px 14px;
    z-index: 5;
    font-weight: 500;
    background: #c58000
}

@media (max-width: 768px) {
    #profile .tab-content .tab-pane .table tbody tr td a {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    #profile .tab-content .tab-pane .table tbody tr td a {
        font-size: 12px;
        padding: 5px 6px
    }
}

@media (max-width: 400px) {
    #profile .tab-content .tab-pane .table tbody tr td a {
        font-size: 12px;
        padding: 4px 4px
    }
}

#profile .tab-content .tab-pane .table tbody tr td.td {
    text-align: left
}

@media (max-width: 380px) {
    #profile .tab-content .tab-pane .table tbody tr td.td {
        padding: 4px 4px
    }
}

@media (max-width: 380px) {
    #profile .tab-content .tab-pane .table tbody tr th {
        padding: 4px 4px;
        line-height: 31px
    }
}

@media (max-width: 300px) {
    #profile .tab-content .tab-pane .table tbody tr th {
        padding: 4px 2px;
        line-height: 31px
    }
}

#profile .tab-content .tab-pane .profile-settings #map {
    height: 100%
}

#profile .tab-content .tab-pane .profile-settings label {
    padding-left: 12px;
    color: #8f4000
}

#profile .tab-content .tab-pane .profile-settings input, #profile .tab-content .tab-pane .profile-settings button {
    border-radius: 25px
}

    #profile .tab-content .tab-pane .profile-settings input::-webkit-input-placeholder, #profile .tab-content .tab-pane .profile-settings button::-webkit-input-placeholder {
        color: gray !important
    }

    #profile .tab-content .tab-pane .profile-settings input:-ms-input-placeholder, #profile .tab-content .tab-pane .profile-settings button:-ms-input-placeholder {
        color: gray !important
    }

    #profile .tab-content .tab-pane .profile-settings input::-ms-input-placeholder, #profile .tab-content .tab-pane .profile-settings button::-ms-input-placeholder {
        color: gray !important
    }

    #profile .tab-content .tab-pane .profile-settings input::placeholder, #profile .tab-content .tab-pane .profile-settings button::placeholder {
        color: gray !important
    }

#profile .tab-content .tab-pane .profile-settings button {
    background: #e09200;
    padding: 7px 22px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    margin-top: 15px;
    outline: none
}

@media (max-width: 450px) {
    #profile .tab-content .tab-pane .profile-settings button {
        font-size: 14px;
        padding: 5px 15px
    }
}

#profile .tab-content .tab-pane .list-specials .special-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#profile .tab-content .tab-pane .special-day-form input {
    border-radius: 20px;
    border: 1px solid #e09200;
    padding: 6px 10px;
    color: #8f4000 !important
}

    #profile .tab-content .tab-pane .special-day-form input::-webkit-input-placeholder {
        color: #8f4000 !important
    }

    #profile .tab-content .tab-pane .special-day-form input:-ms-input-placeholder {
        color: #8f4000 !important
    }

    #profile .tab-content .tab-pane .special-day-form input::-ms-input-placeholder {
        color: #8f4000 !important
    }

    #profile .tab-content .tab-pane .special-day-form input::placeholder {
        color: #8f4000 !important
    }

#profile .tab-content .tab-pane .special-day-form .ui-datepicker-year {
    display: none !important
}

#profile .tab-content .tab-pane .special-day-form button {
    background-color: #e09200;
    border-radius: 20px;
    color: white;
    padding: 7px 14px
}

#profile .myPhone {
    position: relative
}

    #profile .myPhone #set-phone {
        padding-left: 93px
    }

    #profile .myPhone .selectPhone {
        position: absolute;
        left: 16px;
        top: 59%
    }

        #profile .myPhone .selectPhone select {
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            outline: none
        }

.my-little-page {
    position: relative
}

    .my-little-page .my-little-page-area {
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 5px #0a090738;
        box-shadow: 0px 0px 5px #0a090738;
        border-radius: 10px;
        width: 100%;
        padding: 60px
    }

@media (max-width: 430px) {
    .my-little-page .my-little-page-area {
        padding: 30px
    }
}

@media (max-width: 350px) {
    .my-little-page .my-little-page-area {
        padding: 20px
    }
}

.my-little-page .my-little-page-area p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #696969;
    text-align: center;
    margin-top: 15px
}

.my-little-page .my-little-page-area .form-heading {
    text-align: center;
    color: #8f4000
}

.my-little-page .my-little-page-area .reset-choice {
    position: relative;
    cursor: pointer
}

    .my-little-page .my-little-page-area .reset-choice .reset-option {
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 5px #0a090738;
        box-shadow: 0px 0px 5px #0a090738;
        border-radius: 10px;
        margin-top: 15px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width: 500px) {
    .my-little-page .my-little-page-area .reset-choice .reset-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px
    }
}

@media (max-width: 350px) {
    .my-little-page .my-little-page-area .reset-choice .reset-option {
        padding: 10px
    }
}

.my-little-page .my-little-page-area .reset-choice .reset-option .icon {
    padding: 15px;
    background: #f4efff;
    border-radius: 50%;
    text-align: center
}

    .my-little-page .my-little-page-area .reset-choice .reset-option .icon i {
        font-size: 33px;
        color: #e09200
    }

.my-little-page .my-little-page-area .reset-choice .reset-option .content {
    padding-left: 40px;
    padding-right: 20px
}

@media (max-width: 768px) {
    .my-little-page .my-little-page-area .reset-choice .reset-option .content {
        padding-left: 20px;
        padding-right: 10px
    }
}

@media (max-width: 500px) {
    .my-little-page .my-little-page-area .reset-choice .reset-option .content {
        padding: 0;
        margin-top: 15px;
        text-align: center
    }
}

.my-little-page .my-little-page-area .reset-choice .reset-option .content span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px
}

.my-little-page .my-little-page-area .reset-choice .reset-option .content p {
    text-align: left !important
}

    .my-little-page .my-little-page-area .reset-choice .reset-option .content p span {
        font-size: 14px;
        font-weight: 600;
        margin-top: 0px
    }

@media (max-width: 500px) {
    .my-little-page .my-little-page-area .reset-choice .reset-option .content p {
        text-align: center !important
    }
}

.my-little-page .my-little-page-area .reset-choice input {
    position: absolute;
    right: -25px;
    display: none
}

.my-little-page .my-little-page-area .reset-choice .radio-image {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    color: #e09200
}

@media (max-width: 500px) {
    .my-little-page .my-little-page-area .reset-choice .radio-image {
        top: 7%;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.my-little-page .my-little-page-area button {
    background-color: #e09200;
    color: white;
    border-radius: 25px;
    padding: 6px 20px
}

.my-little-page .my-little-page-area a {
    color: #8f4000 !important;
    margin-left: 3px
}

.myInput {
    margin: 0 5px;
    letter-spacing: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 280px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    padding: 0 !important;
    padding-left: 15px !important;
    text-transform: uppercase
}

@media (max-width: 350px) {
    .myInput {
        letter-spacing: 15px;
        line-height: 35px;
        font-size: 20px;
        width: 250px
    }
}

.myInput:focus {
    border-color: #8f4000;
    -webkit-box-shadow: 0 0 5px #8f4000;
    box-shadow: 0 0 5px #8f4000
}

.myInput::-moz-selection {
    background: transparent
}

.myInput::selection {
    background: transparent
}

.third-section .payment-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .third-section .payment-box label {
        padding-left: 10px;
        display: block
    }

    .third-section .payment-box .payment-input {
        border-radius: 25px;
        width: 100%
    }

    .third-section .payment-box input[type="radio"] {
        margin-left: 14px
    }

        .third-section .payment-box input[type="radio"]:after {
            width: 18px;
            height: 18px;
            border-radius: 15px;
            top: -2px;
            left: -1px;
            position: relative;
            background-color: #d1d3d1;
            content: "";
            display: inline-block;
            visibility: visible;
            border: 2px solid white
        }

        .third-section .payment-box input[type="radio"]:checked:after {
            width: 18px;
            height: 18px;
            border-radius: 15px;
            top: -2px;
            left: -1px;
            position: relative;
            background-color: #8f4000;
            content: "";
            display: inline-block;
            visibility: visible;
            border: 2px solid white
        }

    .third-section .payment-box .mySelectBox {
        position: relative
    }

        .third-section .payment-box .mySelectBox select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: 0;
            border: #8f4000 solid 1px;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 1em;
            color: #242424;
            background-color: #fff;
            background-image: none;
            cursor: pointer;
            height: 30px
        }

            .third-section .payment-box .mySelectBox select::-ms-expand {
                display: none
            }

        .third-section .payment-box .mySelectBox:after {
            content: "";
            width: 0;
            position: absolute;
            right: -5px;
            top: 70%;
            right: 21px;
            border-width: 8px 8px;
            border-style: solid;
            pointer-events: none;
            border-color: #e09200 transparent transparent transparent;
            z-index: 123
        }

        .third-section .payment-box .mySelectBox:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #8f4000;
            top: 50%;
            right: 15px;
            border-bottom-right-radius: 25px;
            border-top-right-radius: 25px;
            pointer-events: none;
            z-index: 122
        }

        .third-section .payment-box .mySelectBox select option:hover {
            background-color: brown !important
        }

        .third-section .payment-box .mySelectBox select > option:checked {
            background: #8f4000 !important;
            color: #fff
        }

        .third-section .payment-box .mySelectBox select {
            border-radius: 25px
        }

            .third-section .payment-box .mySelectBox select:hover {
                background-color: gren
            }

        .third-section .payment-box .mySelectBox option:hover {
            background-color: #8f4000
        }

        .third-section .payment-box .mySelectBox option {
            border-radius: 25px;
            color: black;
            background-color: transparent
        }

.third-section .barack {
    margin-top: 50px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .third-section .barack {
        margin-top: 0px
    }
}

.third-section .barack .total-box {
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px
}
    .third-section .barack .total-box .price-box{
        width: max-content
    }

    *, *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0
    }

.ticket {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    max-width: 24rem
}

.ticket__header, .ticket__body, .ticket__footer {
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 2px 4px rgba(41,54,61,0.25);
    box-shadow: 0 2px 4px rgba(41,54,61,0.25)
}

.ticket__header {
    font-size: 1.5rem;
    border-top: 0.25rem solid crimson;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ticket__wrapper {
    -webkit-box-shadow: 0 2px 4px rgba(41,54,61,0.25);
    box-shadow: 0 2px 4px rgba(41,54,61,0.25);
    border-radius: 0.375em 0.375em 0 0;
    overflow: hidden
}

.ticket__divider {
    position: relative;
    height: 1rem;
    background-color: #fff;
    margin-left: .5rem;
    margin-right: .5rem
}

    .ticket__divider::after {
        content: '';
        position: absolute;
        height: 50%;
        width: 100%;
        top: 0;
        border-bottom: 2px dashed #e9ebed
    }

.ticket__notch {
    position: absolute;
    left: -.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden
}

    .ticket__notch::after {
        content: '';
        position: relative;
        display: block;
        width: 2rem;
        height: 2rem;
        right: 100%;
        top: -50%;
        border: .5rem solid #fff;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 2px 4px rgba(41,54,61,0.25);
        box-shadow: inset 0 2px 4px rgba(41,54,61,0.25)
    }

.ticket__notch--right {
    left: auto;
    right: -.5rem
}

    .ticket__notch--right::after {
        right: 0
    }

.ticket__body {
    border-bottom: none;
    border-top: none
}

    .ticket__body > * + * {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #e9ebed
    }

.ticket__section > * + * {
    margin-top: 0.25rem
}

.ticket__section > h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem
}

.ticket__header, .ticket__footer {
    font-weight: bold;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ticket__footer {
    border-top: 2px dashed #e9ebed;
    border-radius: 0 0 0.325rem 0.325rem
}
/*# sourceMappingURL=style.css.map */
