﻿
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'B Yekan';
    src: url('../fonts/B Yekan.ttf') format('truetype');
}
/*backcolor:#c29642*/
/*buttoncolor:#e6007e*/
html {
    height: 100%;
}

body {
    background-color: #ebebeb;
    color: #333333;
    height: 100%;
    font-family: 'IRANSansWeb';
    /*background-image: url('../images/back.png');*/
}

h3 {
    color: #333333;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #EC2A75;
}

    a:hover {
        color: #f65c97;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/***********************************************OrderStyle***********************************/
.Order {
    background-color: #EC2A75;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    margin-bottom: 70px;
    margin-top: 70px;
}

    .Order .container {
        max-width: 1440px;
        position: relative
    }

    .Order .OrderTitle {
        display: flex;
        align-items: center;
    }

        .Order .OrderTitle span {
            font-size: 22px;
            color: #FFFFFF;
            font-weight: bold;
            border-bottom: 5px solid #FFFFFF;
        }

    .Order .OrderInput {
        margin-right: 20px;
        margin-left: 15px;
        border: none;
        border-radius: 25px;
        background-color: #ebebeb;
        margin-bottom: 15px;
        margin-top: 15px;
        height: 50px;
        padding: 13px 45px;
        max-width: 350px;
    }

    .Order .OrderBtn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Order .OrderBtn button {
            border: none;
            border-radius: 25px;
            background-color: #00aefb;
            color: #FFFFFF;
            padding: 13px 55px;
            display: inline-block;
            height: fit-content;
        }

    .Order .OrderLabel {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: bold;
        min-width: 100px;
    }

    .Order img {
        /*position: absolute;*/
        max-height: 100px;
        /*top: -55px;
        left: 0;*/
        display: block;
        margin-right: auto;
    }

.owl-carousel .owl-stage-outer {
    z-index: 2000;
    padding: 15px 0px;
}

.IndexDivBuy {
    display: flex;
    align-items: center;
}

    .IndexDivBuy span {
        background-color: #EC2A75;
        color: #FFFFFF;
        padding: 3px 8px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
    }
/************************************SigninStyle*************************************************/
.SignIn {
    margin-top: 35px;
    padding: 25px 25px 25px 25px;
    border-radius: 25px;
    background-color: #FFFFFF;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

    .SignIn img {
        max-height: 100px;
        display: block;
        margin: 10px auto 10px auto;
    }

    .SignIn .SignInHead {
        font-size: 25px;
        color: #000000;
        display: block;
        margin-bottom: 25px;
        font-weight: bold;
    }

.form-control::-webkit-input-placeholder { /* Edge */
    color: #959595;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
}

.form-control::placeholder {
    color: #959595;
}

.SignIn .SignInFooter {
    color: #252525;
    font-size: 13px;
    margin-top: 25px;
    display: block;
    text-align: center;
}

.SignIn .SignInLabel {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.SignIn input {
    border: 1px solid #EC2A75;
    height: 60px !important;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
}

.SignIn button {
    font-size: 25px;
    color: #fff;
    background-color: #EC2A75;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
}

.SignIn .SigninCode {
    display: block;
    color: #EC2A75;
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}

.SignIn .ABtn {
    font-size: 20px;
    color: #fff;
    background-color: #EC2A75;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.SignIn .ABtn2 {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #1a3c57;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.Page404 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    .Page404 .col-12 {
        display: flex;
        justify-content: center;
    }

.Img404 {
    max-height: none !important;
}
/*************************************FooterStyle********************************************/
.footer {
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 40px;
    line-height: 30px;
    font-size: 16px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

    .footer .container {
        max-width: 1440px;
    }

    .footer .FooterTitle {
        font-size: 18px;
        color: #252525;
        font-weight: bold;
        display: block
    }

    .footer a {
        font-size: 15px;
        text-decoration: none;
        color: #252525;
    }

    .footer ul {
        padding: 0px;
        list-style: none;
    }

        .footer ul li a {
            font-weight: bold;
        }

.footerImgLogo {
    height: 30px;
    margin-bottom: 15px
}

.footer .FooterLogo {
    background-color: #ffbe18;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .footer .FooterLogo .col-4 {
        text-align: center;
    }

    .footer .FooterLogo img {
        max-height: 40px;
    }

.footer .InputNewsletter {
    margin-right: 0px;
    margin-left: 15px;
    border: none;
    border-radius: 25px;
    background-color: #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .footer .InputNewsletter:focus {
        border-color: #ffbe18;
        box-shadow: inset 0 1px 1px rgba(255, 186, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
    }

.footer .BtnNewsletter {
    margin-right: 10px;
    margin-left: 10px;
    border: none;
    border-radius: 25px;
    background-color: #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    color: #252525;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    font-weight: bold;
}

    .footer .BtnNewsletter:hover {
        background-color: #ffbe18;
    }

.social-footer {
    margin-top: 20px;
}

    .social-footer ul li {
        display: inline-block;
        margin-left: 15px;
    }

        .social-footer ul li a {
            font-size: 20px;
            color: #FFFFFF !important;
            width: 50px;
            height: 50px;
            background-color: #000000;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            display: flex;
        }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #EC2A75;
    z-index:1000;
}

.address-sec .title-sec h4 {
    color: #333333;
    border-right: 4px solid;
    padding-right: 10px;
    font-size: 16px;
}

.address-sec .title-sec span {
    color: #4d4d4d;
    font-size: 13px;
    padding-right: 14px;
    display: block;
    margin-top: 10px;
}

.txt .address {
    font-size: 15px;
}

.txt .support {
    font-size: 15px;
}

.txt .email {
    font-size: 15px;
}

.footernewsletter {
    display: flex;
}



.MiddleFooter {
    /*background-color: #d7dee0;*/
    padding-bottom: 20px;
    padding-top: 20px;
}

    .MiddleFooter p {
        text-align: justify;
        padding: 0;
        margin: 0;
        color: #252525;
    }

.EndFooter {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .EndFooter h1 {
        padding: 0;
        margin: 0;
        font-size: 15px;
        display: inline-block;
    }
/*********************************************************************************/
.BoxContainer {
    /*background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    /*padding: 15px;*/
    max-width: 1440px;
    /* border: 1px solid #f1f1f1;
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;*/
}

.BoxStyle {
    margin: auto;
    background-color: #FFFFFF;
    /*border-radius: 25px;*/
    padding: 15px !important;
    /*padding-bottom: 50px;
    padding-right:50px;
    padding-left:50px;*/
    max-width: 1440px;
    /*border: 2px solid #1a3c57;*/
    /*box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;*/
}

.IndexcatImage {
    /*background-color: #FCD6E5;*/
    min-width: 90px;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

    .IndexcatImage img {
        max-width: 50px;
    }

.BoxStyleDecotools {
    margin-left: auto;
    margin-right: auto;
    /*z-index: 2;*/
    background-image: linear-gradient(#ffbe18, #ffcb46);
    border-radius: 25px;
    padding: 25px 50px !important;
    max-width: 1440px;
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;
}

    .BoxStyleDecotools .row div.col-3 {
        position: relative;
    }

.BoxStyleDecotoolsImgLeft {
    max-height: 250px;
}

.tagABoxStyle {
    display: inline-block;
    background-color: #1a3c57;
    text-decoration: none;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    transform: rotate( 45deg);
    position: absolute;
    right: -50px;
    top: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 20px solid #070f16;
    bottom: -17px;
    right: -55px;
    transform: rotate( 45deg);
    z-index: -2;
}

.arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #070f16;
    top: 65px;
    right: 243px;
    /*transform: rotate( 45deg);*/
    z-index: -2;
}

.tagABoxStyle:hover {
    color: #ffbe18;
}

.tagABoxStyle .before,
.tagABoxStyle .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    /* demo-only decoration */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 5px;
    /*border-bottom-right-radius: 5px;*/
    background-color: #1a3c57;
}

.tagABoxStyle .before {
    transform: skew(25deg);
    left: 25px;
}

.tagABoxStyle .after {
    transform: skew(-25deg);
    right: 25px;
    left: auto;
}

.BoxShadow {
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;
}

.ImageBorderRadiusBottom25 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.ImageBorderRadius25 {
    border-radius: 25px;
}

.ImageBorderRadius10 {
    border-radius: 10px;
}

.IndexImage {
    border-radius: 25px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.h5Index {
    text-align: right
}

/*.BoxStyleHeader {
    position: absolute;
    top: 35px;
    right: -45px;
    transform: rotate( 45deg);
    color: white;
    background-color: #1a3c57;
    z-index: 200;
}
    .BoxStyleHeader a {
        text-decoration: none;
        color: white;
        padding: 15px 25px 15px 25px;
        font-size: 20px;
        display:inline-block;
        font-weight:bold;
    }*/


/**
 * trapezoid without pseudo-elements
 */

.BoxStyleHeader {
    /* position: absolute;
    top: 35px;
    right: -45px;*/
    /*transform: rotate( 45deg);*/
    /*display: inline-block;*/
    /*z-index: 1;*/
    /* custom sizes */
    /*width: 200px;
    height: 50px;*/
    /* demo-only decoration */
    /*margin: 100px auto;*/
    font-size: 20px;
    /*text-transform: uppercase;*/
    text-align: center;
    background-color: #ffbe18;
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

    .BoxStyleHeader a {
        text-decoration: none;
        color: #000000;
        padding: 15px 25px 15px 25px;
        font-size: 20px;
        display: inline-block;
        font-weight: bold;
    }



    .BoxStyleHeader .before,
    .BoxStyleHeader .after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        /* demo-only decoration */
        border-radius: 12px;
        background-color: #ffbe18;
    }

    .BoxStyleHeader .before {
        transform: skew(25deg);
        left: 25px;
    }

    .BoxStyleHeader .after {
        transform: skew(-25deg);
        right: 25px;
        left: auto;
    }

.BoxDecotoolsBorderHead {
    /*border-bottom: 2px solid #EC2A75;
    margin-bottom: 15px;*/
}

.HeaderBoxTwo {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.BoxDecotools {
    font-size: 20px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    color: #1a3c57;
    /*margin-bottom: 20px;*/
}

    .BoxDecotools a {
        text-decoration: none;
        color: #1a3c57;
        font-size: 25px;
        font-weight: bold;
    }

.BoxStyleTwo {
    background-color: #FFFFFF;
    border-radius: 25px;
    max-width: 1440px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.BoxImgColVip {
    right: 2%;
    position: absolute;
    top: -4.4%;
    z-index: 100;
}

.BoxImgColVipTwo {
    right: 0%;
    position: absolute;
    top: -10%;
    z-index: 1000000;
}

.BoxImgColVipThree {
    left: 0%;
    position: absolute;
    top: -10%;
    z-index: 1000000;
}

@media only screen and (max-width: 1450px) {

    .BoxImgColVip {
        right: 2%;
        position: absolute;
        top: -4%;
        z-index: 100;
    }
}

@media only screen and (max-width: 1190px) {

    .BoxImgColVip {
        right: 2%;
        position: absolute;
        top: -3.3%;
        z-index: 100;
    }
}


.IconDetails {
    color: #1a3c57 !important;
    border: none;
}


.ImgDetails {
    border-radius: 25px;
}

.ImgDetailsTumbnail {
    border-radius: 15px;
}

.w1440 {
    max-width: 1440px !important;
}
/************************************  Index  ************************************/
.IndexSvgSlider {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    color: #000;
}

.IndexBtnPrevSliderTop {
    z-index: 1;
    width: 49px;
    height: 85px;
    background-color: #ffbe18;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.IndexBtnNextSliderTop {
    z-index: 1;
    color: #000000;
    border-radius: 0 10px 10px 0;
    background-color: #ffbe18;
    cursor: pointer;
    display: inline-block;
    padding: 25px;
}


.IndexBtnPrevSlider {
    z-index: 1;
    right: 25px;
    width: 49px;
    height: 85px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
    background-image: unset;
    color: #a8a8a8;
    -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.IndexBtnNextSlider {
    left: 15px;
    z-index: 1;
    color: #000000;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 10px 10px 0;
    width: 49px;
    height: 85px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
    background-image: unset;
    cursor: pointer;
}

.IndexBtnPrevSliderDecoTools {
    z-index: 1;
    width: 80px;
    /*height: 60px;*/
    position: absolute;
    top: 50%;
    right: -4.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background-color: #FFFFFF;*/
    background-image: unset;
    color: #a8a8a8;
    /*-webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 20px 0 0 20px;*/
    cursor: pointer;
    /*opacity: 0.9;*/
}

.IndexBtnNextSliderDecoTools {
    left: -4.5%;
    z-index: 1;
    color: #000000;
    /* -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 20px 20px 0;*/
    width: 80px;
    /*height: 60px;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background-color: #FFFFFF;*/
    background-image: unset;
    cursor: pointer;
    /* opacity: 0.9;*/
}

.IndexHeaderSlider {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0px;
    position: relative;
    padding-left: 5px;
}

    .IndexHeaderSlider::after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #dfdfdf;
        height: 1px;
        content: "";
        z-index: 0;
    }

    .IndexHeaderSlider span {
        padding: 8px 0;
        min-height: 49px;
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 31px;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        color: #333;
    }

        .IndexHeaderSlider span a {
            text-decoration: none;
            color: #333;
        }

    .IndexHeaderSlider > span::before {
        content: "";
        position: absolute;
        right: 0;
        left: -40px;
        bottom: 0;
        background-color: #c29642;
        height: 1px;
        z-index: 1;
    }

    .IndexHeaderSlider > span::after {
        content: "";
        position: absolute;
        left: -45px;
        width: 15px;
        height: 1px;
        background-color: #fff;
        bottom: 0;
        z-index: 1;
    }

/*.IndexReadmore {
    text-align: left;
}

    .IndexReadmore a {
        text-decoration: none;
        color: #000000;
        font-size: 12px;
    }*/

.IndexHeaderSlider3 {
    /*display: flex;*/
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    position: relative;
    /*padding-left: 5px;*/
    margin-top: 15px;
    margin-block: 25px;
    background-color: #EC2A75;
}

.IndexHeaderSlider10 span {
    display: block;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #EC2A75;
    color: #1a3c57;
    font-weight: bold;
}
/************************************  Details  ************************************/
.h1Index {
    text-align: right;
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #252525;
}

.svgDetails {
    width: 1.875rem;
    height: 1.875rem;
}


.percentDetails {
    color: #fff;
    width: 50px;
    display: inline-flex;
    direction: ltr;
    font-size: 0.9rem;
    align-items: center;
    padding-top: 2px;
    border-radius: 1rem;
    padding-bottom: 2px;
    justify-content: center;
    background-color: #ffff33;
    color: #ff0000;
}

.percentDetailsOnImage {
    color: #fff;
    width: 80px;
    display: inline-flex;
    direction: ltr;
    font-size: 1.1rem;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 10px;
    border-bottom-left-radius: 75%;
    justify-content: center;
    background-color: #0d6efd;
    position: absolute;
    z-index: 10;
}

.DivImage {
    position: relative;
    top: -10px;
}

.DivAllPrice {
    display: flex;
}

.priceDelDetails {
    font-size: 1rem;
    font-weight: bold;
    color: #aaaaaa;
}

.DetailsUlProperty li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #252525;
}

.DetailsImgStaticBanner {
    text-align: center;
}

    .DetailsImgStaticBanner img {
        max-width: 100px;
    }

    .DetailsImgStaticBanner span {
        text-align: center;
        font-size: 15px;
        color: #252525;
        display: block;
        margin-top: 15px;
    }

.FontSize16 {
    font-size: 16px !important;
}

.FontSize25 {
    font-size: 25px !important;
}


.priceMainDetails {
    color: #252525;
    font-size: 1.5rem;
    display: inline-block;
}

.priceDetails {
    color: rgb(196, 49, 47);
    line-height: 2rem;
}

.NumberInput {
    margin: 0;
    width: 40px;
    text-align: center;
    border: 1px solid #EC2A75;
    padding: 0;
    height: 41px;
    font-size: 25px;
}

.DetailsInputPlus {
    font-size: 25px;
    background-color: #EC2A75;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 10px;
    padding-right: 15px;
    margin: 0;
}

.DetailsInputMinus {
    font-size: 25px;
    background-color: #EC2A75;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    padding-right: 10px;
    margin: 0;
}

.ButtonCart {
    color: #FFFFFF;
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 45px;
    background-color: #EC2A75;
    border: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.DetailsBoxPriceLeft {
    position: relative;
    background-color: white;
    border-radius: 25px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.DetailsColorText {
    color: #252525;
    font-size: 20px;
}

.DetailsSpanText {
    color: #252525;
    font-size: 12px;
}

.DetailsUnavailableTitle {
    color: #252525;
    font-size: 20px;
    font-weight: bold;
}

.DetailsUnavailableText {
    color: #252525;
    font-size: 15px;
}

.UlStyle {
    margin-top: 10px;
    text-align: right;
}

    .UlStyle ul {
        display: flex;
        list-style: none;
    }

        .UlStyle ul li {
            margin: 4px 0 4px 8px;
            width: 32px;
            height: 32px;
            display: inline;
        }

            .UlStyle ul li label {
                width: 100%;
                height: 100%;
                display: inline-block;
                position: relative;
            }

                .UlStyle ul li label input {
                    display: none;
                }

                .UlStyle ul li label span {
                    border: 2px solid #d8d8d8;
                    position: absolute;
                    display: block;
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    top: 4px;
                    right: 4px;
                }




/* The side navigation menu */
/*.sidenav {
    height: 100%;*/ /* 100% Full-height */
/*width: 0;*/ /* 0 width - change this with JavaScript */
/*position: fixed;*/ /* Stay in place */
/*z-index: 100;*/ /* Stay on top */
/*top: 0;*/ /* Stay at the top */
/*right: 0;
    background-color: #fff;*/ /* Black*/
/*overflow-x: hidden;*/ /* Disable horizontal scroll */
/*transition: 0.5s;*/ /* 0.5 second transition effect to slide in the sidenav */
/*z-index: 10;
    box-shadow: 0px 2px 4px -1px rgb(0, 0, 0, 20%), 0px 4px 5px 0px rgb(0, 0,0, 14%), 0px 1px 10px 0px rgb(0, 0,0, 12%);
}*/

/* The navigation menu links */
.sidenav a {
    display: flex;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    font-size: 13px;
    color: #111;
    transition: 0.3s;
}

    .sidenav a span {
        margin-top: auto;
        margin-right: 16px;
        margin-left: auto;
        margin-bottom: auto;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        background-color: rgba(0, 0, 0, .05);
        cursor: pointer;
    }

/* Position and style the close button (top right corner) */
/*.sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        width: 100%;
    }*/
.sidenav img {
    max-width: 40px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {


    .sidenav a {
        font-size: 18px;
    }
}

.menuHeader {
    background-color: #c29642;
}


.svgmenu {
    fill: currentColor;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    font-size: 1.7142857142857142rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.svgmenuForwars {
    fill: currentColor;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    font-size: 1.7142857142857142rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    margin-top: auto;
    margin-bottom: auto;
    /*left: 15px;
    position: absolute;*/
    /*margin-right: auto;*/
}

.MenuA {
    display: block;
    color: #505050;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/*.pMenuName {
    font-size: 1rem;
}

.ulMenu {
    list-style: none;
    padding-right: 10px;
}

    .ulMenu li {
        margin-left: auto;
    }

.MenuButton {
    background-color: transparent;
    border-radius: 8px;
}

.MenuOpen {
    width: 256px;
}

.MenuClose {
    width: 0px;
}
*/




/*************************************header***************************************/
.HeaderTel {
    font-weight: bold;
}

    .HeaderTel img {
        max-height: 40px;
        margin-right: 10px;
    }

.HeaderIcon {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}

.header input[type=text] {
    padding: 5px 15px 5px 50px;
    background-color: #ebebeb;
    width: 100%;
    border: 0;
    border-radius: 35px;
    height: 50px;
    font-size: 17px;
    /*border: 1px solid #c29642;*/
}

.W1660 {
    max-width: 1660px;
}

.HeaderInputSearchIcon {
    margin-top: 10px;
    margin-bottom: auto;
    color: #EC2A75;
    /*transform: translatex(-300%);*/
    position: absolute;
    left: 20px;
    font-size: 25px;
}

    .HeaderInputSearchIcon button {
        color: #EC2A75;
        border: none;
        background-color: transparent;
    }

.headerPhone {
    color: #ffbe18;
    font-size: 25px;
}

.ColorPrimaryTwo {
    color: #1a3c57;
}

.HeaderMainMenu {
    color: #fff;
    padding: 10px 15px;
    border-left: 1px solid #FFFFFF
}



.HeaderBasket {
    position: relative
}

.cart-icon:before {
    content: '';
    /* position: absolute;*/
    background: transparent;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.header {
    background-color: #FFFFFF;
    /*box-shadow: 0px 2px 4px -1px rgb(0, 0, 0, 20%), 0px 4px 5px 0px rgb(0, 0,0, 14%), 0px 1px 10px 0px rgb(0, 0,0, 12%);*/
    /* max-width: 1440px !important;*/
}

.HeaderOne {
    background-color: #FFFFFF;
}

.HeaderTwo {
    /*background-color: #EC2A75;*/
    background-color: #78C3AF;
    padding-bottom: 5px;
    padding-top: 5px;
}

.FormSearch {
    border-radius: 25px;
    border: none;
}

@media (min-width: 600px) {
    .header {
        min-height: 64px;
    }
}

.HeaderA {
    text-decoration: none;
    color: black;
}

    .HeaderA:hover {
        cursor: pointer;
        color: white;
    }

.HeaderImgLogo {
    max-height: 80px;
}

.HeaderSignIn {
    border-left: 1px solid #FFFFFF;
    margin-left: 10px;
    padding-left: 10px;
}

    .HeaderSignIn a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 17px;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 6px;
        background-color: #43f635;
    }

        .HeaderSignIn a i {
            color: #FFFFFF;
        }

.ImgOpacity {
    opacity: 0.7;
}

    .ImgOpacity:hover {
        opacity: 1;
    }

.cart-icon span {
    position: absolute;
    top: 2px;
    left: 25px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    color: #EC2A75;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    border: 1px solid #EC2A75;
}

.AShopingcard {
    margin: auto;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 17px;
    border-radius: 6px;
    background-color: #EC2A75;
}

    .AShopingcard i {
        color: #FFFFFF !important;
    }

.ColorWhite {
    color: white;
}

/************************menu**************/
.nav-link {
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 20px !important;
    line-height: 20px;
    border-left: 1px dashed #fff;
    font-weight: bold;
}

    .nav-link:hover {
        color: #faf1f1;
    }

.mega-dropdown:hover .mega-dropdown-menu {
    display: block;
}


.mega-dropdown-menu ul.col {
    border-right: 1px solid #eee;
    max-height: 350px;
    list-style: none;
}

    .mega-dropdown-menu ul.col .menu-title {
        font-size: 13px;
    }

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 250px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 3px solid #1a3c57;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 6%);
}

.header .mega-dropdown-menu {
    width: 100%;
    margin-top: 0;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

/*dropmenu************************************************/
.dropdown-menu-Head:hover .dropdown-menu-1 {
    display: block;
}


.dropdown-menu-1 ul.col {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dropdown-menu-1 ul.col .menu-title {
        font-size: 17px;
    }

.dropdown-menu-Head {
    position: static !important;
}

.dropdown-menu-1 {
    margin-top: 0;
    padding: 0px;
    width: 220px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .dropdown-menu-1 > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-1 > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-1 > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px;
            }

    .dropdown-menu-1 > li ul > li > a:hover,
    .dropdown-menu-1 > li ul > li > a:focus {
        text-decoration: none;
    }

    .dropdown-menu-1 .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

.dropdown-menu-2 {
    width: 220px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 246px;
    z-index: 9999;
    background: #fff;
    padding: 10px 0;
    transition: all .2s,width 0s;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all 300ms ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
    top: 0;
    /*border:4px solid #EC2A75;*/
    border: 4px solid #78C3AF;
}

.LiMenuHasCat {
    position: relative;
}

    .LiMenuHasCat:hover .dropdown-menu-2 {
        visibility: visible;
        opacity: 100;
    }

.dropdown-menu-2 ul.col {
    border-right: 1px solid #eee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(238, 238, 238);
    max-height: 350px;
    list-style: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #78c3af;
    /*background-color: #EC2A75;*/
}

.dropdown-item {
    display: flex;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    justify-content: space-between;
}






/************************************* UserMobile *********************************/
.UserMobileInput {
    color: #111;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.UserMobileInput:focus {
    box-shadow: none !important;
    border-bottom-color: #c29642;
}

.UserMobileLabelFloating {
    color: #505050;
    right: 0;
}

    .UserMobileLabelFloating :focus {
        /*color: #c29642;*/
        color: #505050;
    }

.UserMobileButton {
    color: #111;
    background-color: #EC2A75;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-size: 16px;
}

/*******************************ConfirmUserMobile*************************/
.ConfirmUserMobileInput {
    color: #111;
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px
}


    .ConfirmUserMobileInput:focus {
        box-shadow: none !important;
        border-bottom-color: #c29642;
    }

/************************************* Product *********************************/
.ProductNav {
    background-color: #f0f4fd;
    border-radius: 5px;
}

.ProductUl {
    padding: 0;
}

    .ProductUl li a {
        color: #EC2A75;
        text-decoration: none;
        cursor: pointer;
        padding: 3px 5px 3px 5px;
    }

        .ProductUl li a:hover {
            background-color: #f1f1f1;
            border-radius: 5px
        }

    .ProductUl li span {
        margin-right: 5px;
        margin-left: 5px;
    }

/************************************* Profile *********************************/


.ProfileUl {
    margin: 0px;
    padding: 0;
    list-style: none;
}

    .ProfileUl li {
        color: black;
        text-decoration: none;
        cursor: pointer;
        padding: 15px 10px 15px 0px;
    }

        .ProfileUl li:hover {
            background-color: #f1f1f1;
        }

.Profilesvg {
    fill: currentColor;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    font-size: 1.7142857142857142rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    margin-right: auto;
    float: left;
    margin-left: 10px;
}

/************************************* cart *********************************/
.CartEmptyCart {
    fill: currentColor;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    font-size: 1.7142857142857142rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    margin-right: auto;
    float: left;
    margin-left: 10px;
}

.qty .count {
    margin: 0;
    width: 40px;
    text-align: center;
    border: 1px solid #ffbe18;
    padding: 0;
    height: 41px;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
}

.qty .plus {
    font-size: 25px;
    background-color: #EC2A75;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 10px;
    padding-right: 15px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: arial;
    color: #fff;
}

.qty .minus {
    font-size: 25px;
    background-color: #EC2A75;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    padding-right: 10px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-clip: padding-box;
    font-family: arial;
    color: #fff;
}

.minus:hover {
    background-color: #717fe0 !important;
}

.plus:hover {
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
/*span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}*/

input {
    border: 0;
    width: 2%;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input:disabled {
        background-color: white;
    }

.BottomBox {
    background-color: #eeeeee;
    vertical-align: middle;
}

    .BottomBox p {
        color: #333333;
        margin: 0px;
        text-align: center;
    }

.BottomBoxCount {
    display: inline-block;
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    align-items: center;
    font-weight: 400;
    line-height: normal;
    padding-right: 2px;
    border-radius: 50%;
    padding-left: 2px;
    justify-content: center;
    background-color: #c29642;
}

    .BottomBoxCount span {
        color: black;
    }

.BottomBoxTextHorizontal {
    display: inline-block;
    font-size: 1rem;
    /*transform: rotate( 270deg );*/
}






/******************************************** breadcrumb *******************/
.Detailsbreadcrumb a {
    text-decoration: none;
    color: black;
}

    .Detailsbreadcrumb a:hover {
        color: #5a5656;
    }


.DetailsSurveyQuestion a {
    text-decoration: none;
    color: black;
}

.CoupenStyle {
    position: fixed;
    bottom: 20%;
    left: 0px;
    z-index: 1030;
    text-align: left;
}
/********************************************DashBoard***********************************************************/
.HeaderDashboard {
    background-color: white;
    padding: 15px;
    display: block;
    border-radius: 35px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    margin-bottom: 25px;
    text-align: center
}

    .HeaderDashboard i {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
        color: #1a3c57;
    }

    .HeaderDashboard span {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 10px;
        color: #1a3c57;
        border-bottom: 3px solid #ffbe18;
        font-weight: bold;
    }


/*************************profile*********************************/
#ProfileMenu {
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    border-radius: 25px;
}

    #ProfileMenu ul {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        #ProfileMenu ul li {
            border-bottom: 2px solid #1a3c57;
        }

    #ProfileMenu a.HeaderMenu {
        color: #535353;
    }

    #ProfileMenu a {
        color: #000000;
        border: none;
        font-size: 18px;
    }

        #ProfileMenu a span {
            font-size: 25px;
            color: #1a3c57;
        }

        #ProfileMenu a.ActiveTag {
            background-color: #EC2A75;
            color: #1a3c57;
        }

        #ProfileMenu a:hover {
            background-color: #EC2A75;
            cursor: pointer;
        }

.ProfilePenEdit {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}

    .ProfilePenEdit:hover {
        cursor: pointer;
        color: #00bfd6;
        background-color: white;
    }

.ProfilePenEditAddress {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    padding: 5px 0;
}

    .ProfilePenEditAddress:hover {
        cursor: pointer;
        color: #00bfd6;
    }

.TextHeader {
    color: #ccc
}

.TextInformation {
    color: #505050
}

.backGroundWhite {
    background: #ffffff !important;
}

.backGroundGray {
    background: #f5f5f5 !important;
}

.ProfileHeadline {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
    font-size: 20px;
    color: #858585;
    padding: 10px 30px 0 0;
    text-align: right;
}

.table-orders .table {
    text-align: center;
    font-size: 13px;
    background-color: white;
}

    .table-orders .table .thead-light th {
        color: #fff !important;
        background-color: #85b3be !important;
        border-color: #85b3be !important;
        text-align: center;
    }

    .table-orders .table th, .table-orders .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #f5f5f5;
        text-align: right;
        color: #535353;
        text-align: center;
    }

    .table-orders .table td {
        font-size: 14px;
        padding-top: 0.90rem;
        padding-bottom: 0.90rem;
    }

.ProfiletrashIcon {
    color: #e6007e;
}

.ProfiletrashButton {
    border-radius: 25px;
    padding: 10px 15px 10px 30px;
    background-color: #ff7373;
    color: white;
    text-decoration: none;
    float: left
}

    .ProfiletrashButton:hover {
        cursor: pointer;
        color: white;
    }



.Profiletext14 {
    font-size: 14px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext16 {
    font-size: 16px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext12 {
    font-size: 12px;
    color: #424750;
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}



.dropdown-menu .show {
    text-align: right;
}


/*********************************Faq**************************************/
.FaqDescribeTagA {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #56c7da;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}

.TagAToggle::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #56c7da;
    left: 40px;
    top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.TagAToggle::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #56c7da;
    left: 49px;
    top: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.TagAToggle.Open::after {
    transform: rotate( 45deg );
    background: #f05662;
}

.TagAToggle.Open::before {
    transform: rotate( 45deg );
    background: #f05662;
}

/*************************************blog****************************/

.page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #EC2A75;
    border-color: transparent;
}


/*********************************  dropdown*****************************/

.custom-radio-button div {
    display: inline-block;
}

.custom-radio-button input[type="radio"] {
    display: none;
}

    .custom-radio-button input[type="radio"] + label {
        color: #333333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .custom-radio-button input[type="radio"] + label span {
            display: inline-block;
            width: 35px;
            height: 35px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            line-height: 44px;
        }

            .custom-radio-button input[type="radio"] + label span img {
                opacity: 0;
                transition: all 0.3s ease;
            }

    .custom-radio-button input[type="radio"]#color-red + label span {
        background-color: #EC2A75;
    }

    .custom-radio-button input[type="radio"]#color-blue + label span {
        background-color: #EC2A75;
    }

    .custom-radio-button input[type="radio"]#color-orange + label span {
        background-color: #EC2A75;
    }

    .custom-radio-button input[type="radio"]#color-pink + label span {
        background-color: #EC2A75;
    }

    .custom-radio-button input[type="radio"]#color-yellow + label span {
        background-color: #EC2A75;
    }
    
    .custom-radio-button input[type="radio"]#color-motor + label span {
        background-color: #EC2A75;
    }

    .custom-radio-button input[type="radio"]:checked + label span {
        opacity: 1;
        background: url("../images/tick.png") center center no-repeat;
        width: 35px;
        height: 35px;
        display: inline-block;
    }
/******************************************SignIn**************************/
.SignInHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #c29642;
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0px;
}

.FormSignin {
    box-shadow: 5px 10px 8px 10px #d9d9d9;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #c29642;
    background-color: white;
    padding-top: 20px;
}

.BtnSignIn {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

    .BtnSignIn:hover {
        color: #c29642;
    }
/***********************************************Register**********************/
.BtnRegisterRight {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-right-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    border-left: 1px solid #c29642;
}

    .BtnRegisterRight :hover {
        color: #c29642;
    }

.BtnRegisterLeft {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

    .BtnRegisterLeft:hover {
        color: #c29642;
    }

/*****************************************FactorShow****************************/

.FactorShowCode {
    color: #c29642;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/**********************CartBorder*********************/
.Boxblog {
    background-color: #FFFFFF !important;
    border-radius: 15px;
    padding-bottom: 25px !important;
    /*border: 3px solid #1a3c57 !important;*/
}

    .Boxblog a {
    }

    .Boxblog img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border: none !important;
        border-bottom-right-radius: 0px !important;
    }

    .Boxblog h3 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
        font-weight: bold;
    }

    .Boxblog h4 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: bold;
    }

.BoxBlogDate {
    color: black;
    display: inline-block;
    position: absolute;
    background: orange;
    font-size: 15px;
    padding: 15px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    right: 5px;
    top: 5px;
    border: 3px solid #1a3c57 !important;
}

.BlogStyleTitle {
    color: #FFFFFF;
    padding: 10px;
    background-color: #EC2A75;
    /*border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;*/
    display: block;
    font-size: 20px;
    font-weight: bold;
    /*margin-right: 15px;*/
    /* box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;*/
}

.BlogStyleReadMore {
    color: white;
    background-color: #1a3c57;
    display: inline-block;
    margin-top: 25px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 100%;
    padding: 35px 65px 35px 35px;
    text-decoration: none;
    font-size: 16px;
}
/*.carousel-control-next{
    display: inline-block;
    top: 0px;
    width: fit-content;
    background-color: #1a3c57;
    opacity: 0.7;
    padding: 30px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 3px solid #ffbe18;
    bottom:unset;
}
.carousel-control-prev {
    display: inline-block;
    top: 0px;
    width: fit-content;
    background-color: #1a3c57;
    opacity: 0.7;
    padding: 30px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 3px solid #ffbe18;
    bottom: unset;
}*/
.AForProduct {
    color: #333333;
    text-decoration: none;
}

    .AForProduct:hover {
        color: #333333;
    }

.card {
    margin-top: 1px;
    border: none; /* !important*/
    /* border: 2px solid #1a3c57;*/
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

@media screen and (max-width: 993px) {
    .card {
        border: none !important;
        background-color: transparent !important;
        border-radius: unset;
        box-shadow: unset !important;
    }

    .card-body {
        /* min-height: 100px; */
        padding-bottom: 5px;
        padding-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 0px;
        border: 1px solid #ccffff;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: white;
        min-height: 80px;
    }

    .IndexHeaderSlider3 {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 15px 0px;
        position: relative;
        padding-left: 5px;
        background-color: transparent;
    }
}

.card-img-top {
    /*border: 4px solid #ffbe18;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-body {
    min-height: 80px;
    /* border: none !important; */
    /*border: 4px solid #ffbe18;*/
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    /*border-bottom-right-radius: 25px;*/
    /* border-top-left-radius: 15px; */
    /*border-bottom-left-radius: 25px;*/
    min-height: 100px;
    text-align: center;
    /* background-color: #FFFFFF;*/
}

.card-bodyProduct {
    min-height: 100px;
    padding-bottom: 5px;
    /*padding-top: 5px;*/
    margin-right: 5px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    border-bottom-right-radius: 15px;
    /* border-top-left-radius: 15px; */
    border-bottom-left-radius: 15px;
    min-height: 100px;
    text-align: center;
    background-color: #ffbe18;
}

.card-body .SpanPrice {
    color: #231f20;
    font-size: 12px;
    /*border: 3px solid #EC2A75;*/
    border-radius: 25px;
    padding: 6px;
    display: inline-block;
    font-weight: bolder;
}

.DelPrice {
    font-size: 14px;
    font-weight: normal;
    color: #aaaaaa;
}

.Indexcard-title {
    font-size: 15px;
    color: #231f20;
    margin-top: 3px;
    text-align: right;
    min-height: 40px;
}

.CardShoppingIcon {
    display: flex;
    justify-content: space-between;
}

    .CardShoppingIcon img {
        max-width: 40px;
    }
/***************************DetailsNews**************************/
.DateNews {
    text-align: start;
    position: absolute;
    top: 0px;
    left: 35px;
    background-color: deeppink;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 1px 3px 0 #eee;
}

/***************************DetailsNews**************************/

.StyleTel {
    margin-left: 10px;
    text-decoration: none;
    color: black;
}


.BoxCatDesctop {
    background-color: #c29642;
    min-width: 90px;
}

.BoxCatDesctopTwo {
    /*background-color: #FCD6E5;*/
    min-width: 90px;
    border-radius: 50%;
}

.GotToProductType {
    min-height: 315px;
    border: none;
    text-decoration: none;
}

    .GotToProductType img {
        border-radius: 15px;
    }

    .GotToProductType span {
        border-radius: 50%;
        /*border: 1px solid #c29642;
    padding: 8px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .GotToProductType span i {
            color: #c29642;
            font-size: 25px;
        }

@media screen and (max-width: 1200px) {
    .GotToProductType {
        min-height: 297px;
        border: none;
        text-decoration: none;
    }
}

@media screen and (max-width: 993px) {
    .GotToProductType {
        min-height: 297px;
        border: none;
        text-decoration: none;
    }
}

@media screen and (max-width: 600px) {
    .GotToProductType {
        min-height: 248px;
        border: none;
        text-decoration: none;
    }
}

.brandbox {
    background-color: #ededed;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 15px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.BrandNav {
    background-color: #c29642;
    border-radius: 5px;
    text-align: left;
}

    .BrandNav li a {
        color: white !important;
        font-size: 25px;
    }

.FeregraneFamily {
    margin-right: 10px;
}

.FeregraneFamilyH2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 40px;
}

.Mil {
    color: rgb(56, 102, 223);
}

    .Mil div {
        float: right;
        padding: 15px;
        border-radius: 5px;
        border: 2px solid rgb(56, 102, 223);
        margin-left: 5px;
        display: flex;
    }

.spec-list {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.MenuText {
    color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
    font-size: 18px;
}

.MenuBackGround {
    background-color: #ffbe18;
    border-bottom: 3px solid #1a3c57;
}

.TagACart .fa-shopping-cart {
    color: #FFFFFF;
}

.BtnSearch {
    font-size: 20px;
    color: white;
    background-color: #999999;
    opacity: 0.7;
}

.BackgroundColorGold {
    background-color: #ffbe18 !important;
}

#demo {
    margin-bottom: 0;
    font-size: 25px;
    color: red;
}

.ColorPrice {
    color: rgb(196, 49, 47);
}
/************************************BrandCss*****************************************/
.BrandDescription {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #d7dee0;
    border-radius: 5px;
}

    .BrandDescription h1 {
        text-align: center;
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px;
        text-shadow: 1px 8px #efefef;
        font-weight: bold;
    }

    .BrandDescription h2 {
        text-align: justify;
        font-size: 18px;
        line-height: 2
    }

#TableOrder thead tr th {
    background-color: #ffbe18 !important;
    border: 1px solid #ffbe18 !important;
}

.CardTrash {
    color: #1a3c57;
    font-size: 25px;
}

.CardElement {
    position: relative;
    background-color: #FFFFFF;
    padding: 25px 0px;
    border-radius: 25px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    margin-bottom: 15px;
}

    .CardElement h5 {
        font-weight: bold;
    }

    .CardElement .BoxVip {
        position: absolute;
        top: -6.5%;
        z-index: 10;
        right: -4.6%;
    }

.CardColoring {
    border: 3px solid #babcbb;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 5px;
}

    .CardColoring div {
        border: 2px solid #babcbb;
        float: left;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        display: flex;
    }

.CardColoringSpan {
    font-size: 17px;
    display: flex;
    align-items: center;
}

.CardColoringPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid #EC2A75;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
}

.CardPricing {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

    .CardPricing span {
        color: #EC2A75;
        font-size: 22px;
        font-weight: bold;
    }

.CartBoxTotalPrice {
    display: flex !important;
    justify-content: space-between;
}

.CardEmptyTitle {
    color: #1a3c57;
    font-size: 25px;
    font-weight: bold;
}

.CardEmptyButton {
    background-color: #EC2A75;
    border: none;
    padding: 20px 35px;
    color: #ffffff;
    border-radius: 35px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.CardBox {
    max-height: 50px;
    display: flex;
    margin-top: 10px;
}

    .CardBox img {
        max-height: 30px;
        margin-left: 10px;
    }

    .CardBox span {
        font-size: 17px;
    }
/************************************Productbox**********************/
.ProductBoxStar {
    color: #000000;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .ProductBoxStar i {
        color: #ffbe18;
    }

.SeeAll {
    border: 3px solid #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    display: block;
    right: calc(50% - 75px);
}

.BoxCommercial {
    padding: 15px;
}

    .BoxCommercial span {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 25px;
    }

    .BoxCommercial div {
        padding: 20%;
        background-color: #FFFFFF;
        box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
        border-radius: 50%;
    }

.IndexcatImage div {
    display: flex;
    justify-content: space-around;
}

.IndexcatImage span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}


.BoxProductImgColVip {
    position: absolute;
    top: -1.7%;
    z-index: 10;
    right: 6%;
}

    .BoxProductImgColVip img {
        max-width: 75px;
    }

@media (max-width: 1300px) {
    .BoxProductImgColVip {
        position: absolute;
        top: -2%;
        z-index: 10;
        right: 6%;
    }
}

.BoxProductOff {
    text-align: left;
}

    .BoxProductOff span {
        background-image: url(../StaticImage/off.svg);
        color: #ff0000;
        background-repeat: no-repeat;
        position: absolute;
        left: -11px;
        background-position: center;
        padding: 30px 20px 35px 25px;
        top: 55%;
    }

.ShadowOrange {
    box-shadow: 0px 0px 10px 0px #EC2A75 !important;
}

.CartDescribe span {
    text-align: center;
    border-bottom: 1px solid #959595;
    width: auto;
    display: block;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    color: #1a3c57;
    margin-bottom: 25px;
}

.CartTotalPrice {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    color: #1a3c57;
}

    .CartTotalPrice div {
        border: 3px solid #EC2A75;
        border-radius: 25px;
        padding: 10px 15px;
    }

.CartBtn {
    color: #FFFFFF;
    background-color: #EC2A75;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    margin: auto;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
}

.AddressInsert {
    position: relative;
    background-color: #FFFFFF;
    padding: 25px 25px;
    border-radius: 25px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

    .AddressInsert .form-control {
        border: 2px solid #EC2A75;
    }

.AddressInsertPrice {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .AddressInsertPrice span {
        color: #1a3c57;
        font-size: 20px;
    }

.AddressInsertChange .TagAAddressInsert {
    color: #EC2A75;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px dashed;
    margin-right: 5px;
}

.AddressInsertChange a {
    color: #ffbe18;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.AddressInsertChange button {
    color: #EC2A75;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    background: none;
    border: none;
}

.AddressInsertInformation {
    font-size: 18px;
}

    .AddressInsertInformation i {
        font-size: 25px;
    }

    .AddressInsertInformation span {
        font-size: 20px;
        font-weight: bold;
    }

.AddressInsertSelectBox {
    border: 2px solid #EC2A75;
    margin-top: 15px;
    border-radius: 15px;
    padding: 15px;
}

    .AddressInsertSelectBox button {
        border: none;
        background-color: transparent;
        padding: 0;
        text-align: right;
    }

.Checkout .Describe {
    width: 100%;
    border: none;
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 10px;
}

.AddressInsertSelectBoxformation span {
    font-size: 18px;
    font-weight: bold;
}

.AddressInsertSelectBoxformation i {
    font-size: 22px;
}

.AddressInsertSelected {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .AddressInsertSelected span {
        width: 25px;
        height: 25px;
        border: 1px solid;
        display: inline-block;
        border-radius: 50%;
        margin-left: 10px;
    }

        .AddressInsertSelected span.Active {
            width: 25px;
            height: 25px;
            border: 1px solid #EC2A75;
            display: inline-block;
            border-radius: 50%;
            margin-left: 10px;
            background-color: #EC2A75;
        }

.AddressInsertTab {
    color: #1a3c57;
    font-size: 18px;
    font-weight: bold;
}

    .AddressInsertTab.Active {
        border-bottom: 3px solid #ffbe18;
        border-top: none;
        border-right: none;
        border-left: none;
        color: #1a3c57;
    }

    .AddressInsertTab:hover {
        border-bottom: 3px solid #ffbe18;
        border-top: none;
        border-right: none;
        border-left: none;
        color: #1a3c57;
    }

.AddressInsertHide {
    visibility: hidden;
    display: none;
}

.ProfileAddressTitle {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 25px;
    line-height: 1.375;
    font-weight: bold;
    border-bottom: 2px solid #EC2A75;
    color: #1a3c57;
    margin-bottom: 30px;
}

.AddressInsert label {
    font-size: 18px;
    font-weight: bold;
}

.AddressInsert abbr {
    font-size: 25px;
    color: #EC2A75;
    border: none;
    text-decoration: none;
    margin-left: 7px;
}

.AddressInsertButtonNext {
    color: #fff;
    padding: 20px 40px;
    position: relative;
    border-radius: 15px;
    background-color: #EC2A75;
    border: 0;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}

.AddressInsertBack a {
    color: #1a3c57;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

    .AddressInsertBack a:hover {
        color: #ffbe18;
    }

.AddressInsertBack i {
    margin-left: 10px;
    font-weight: 500;
}

#AllAddress .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #EC2A75;
    color: #1a3c57;
    font-size: 18px;
}

#AllAddress .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #EC2A75;
    color: #1a3c57;
}

#AllAddress .BtnClose {
    display: flex;
    justify-content: space-between;
}

    #AllAddress .BtnClose span i {
        font-size: 30px;
        cursor: pointer;
    }

.Checkout {
    position: relative;
    background-color: #FFFFFF;
    padding: 25px 25px;
    border-radius: 25px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.FactorSuccess {
}

    .FactorSuccess img {
        max-height: 80px;
    }

    .FactorSuccess .FactorSuccessGreen {
        display: block;
        font-size: 25px;
        color: #4ec571;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess .FactorSuccessRed {
        display: block;
        font-size: 25px;
        color: #fb3951;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess .CheckoutDescribe span {
        color: #f8951d;
        font-size: 15px;
        font-weight: bold;
    }

    .FactorSuccess .FactorSuccessShowCode {
        font-size: 18px;
        font-weight: bold;
        color: #1a3e58;
        border: none;
    }

    .FactorSuccess .RepeatPayment {
        color: #1a3c57;
        padding: 20px 40px;
        position: relative;
        border-radius: 15px;
        background-color: #ffbe18;
        border: 0;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }

    .FactorSuccess .ChangePayment {
        color: #1a3c57;
        padding: 20px 40px;
        position: relative;
        border-radius: 15px;
        background-color: transparent;
        border: 3px solid #ffbe18;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }

    .FactorSuccess .DivBtnRepeat {
        display: flex !important;
        justify-content: space-evenly;
    }

.CheckoutBorderOrange {
    border: 4px solid #EC2A75;
}

.ChekoutPayment {
    display: flex !important;
    align-items: center;
    flex-grow: 1;
}

    .ChekoutPayment img {
        max-width: 60px;
        margin-left: 10px
    }

    .ChekoutPayment label {
        margin-left: 10px
    }

    .ChekoutPayment .SpanTitle {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    .ChekoutPayment .SpanDescribe {
        font-size: 15px;
        display: inline-block;
    }

#Payment1 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment2 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment3 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment4 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment5 {
    cursor: pointer;
}

.CheckOutBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .CheckOutBtn button {
        color: #fff;
        padding: 20px 40px;
        position: relative;
        border-radius: 45px;
        background-color: #EC2A75;
        border: 0;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }

.CheckoutShort span {
    font-size: 18px;
    margin-bottom: 5px;
}

.CheckoutPrice {
    font-size: 25px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #1a3c57;
    justify-content: space-between;
}

    .CheckoutPrice span {
        border: 2px solid #EC2A75;
        padding: 10px 20px;
        border-radius: 25px;
    }

.CheckoutDescribe {
    font-size: 18px;
    color: #1a3c57;
}

    .CheckoutDescribe i {
        font-size: 20px;
        color: #ffbe18;
    }

.Checkout h5 {
    font-weight: bold;
}

.CheckoutFormCard {
    border: 1px solid #EC2A75;
    border-radius: 25px;
    display: flex !important;
    padding: 5px 10px;
}

    .CheckoutFormCard input {
        border: none;
        width: 100%;
    }

    .CheckoutFormCard button {
        border-radius: 25px;
        background-color: unset;
        border: 1px solid #EC2A75 !important;
        width: 90px !important;
        display:flex;
        align-items: center;
        justify-content: space-evenly;
        color:#1a3c57;
    }

.qty span {
    font-size: 17px;
}


.custom-radio-button div {
    display: inline-block;
}

/*.custom-radio-button input[type="radio"] {
    display: none;
}

    .custom-radio-button input[type="radio"] + label {
        color: #333333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .custom-radio-button input[type="radio"] + label span {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            line-height: 44px;
        }

            .custom-radio-button input[type="radio"] + label span img {
                opacity: 0;
                transition: all 0.3s ease;
            }

    .custom-radio-button input[type="radio"]#NoticeMe1 + label span {
        background-color: green;
    }

    .custom-radio-button input[type="radio"]#NoticeMe2 + label span {
        background-color: blue;
    }

   

    .custom-radio-button input[type="radio"]:checked + label span {
        opacity: 1;
        background: url("../images/tick.png") center center no-repeat;
        width: 40px;
        height: 40px;
        display: inline-block;
    }*/

.DetailsH6 {
    font-weight: bold;
    /*border-bottom:3px solid #ffbe18;*/
    margin-bottom: 15px;
    margin-top: 30px;
}

@media (max-width: 993px) {
    .Checkout {
        border: 3px solid #EC2A75;
        position: relative;
        background-color: #FFFFFF;
        padding: 10px 10px;
        border-radius: 25px;
        box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    }

    .ProfileAddressTitle {
        position: relative;
        display: inline-block;
        padding: 8px 0;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        border-bottom: 2px solid #EC2A75;
        color: #1a3c57;
        margin-bottom: 10px;
    }

    .AddressInsertInformation span {
        font-size: 15px;
        font-weight: bold;
    }

    .AddressInsertInformation {
        font-size: 15px;
    }

    .AddressInsertChange button {
        font-size: 15px;
    }

    #AllAddress .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 3px solid #EC2A75;
        color: #1a3c57;
        font-size: 13px;
    }

    #nav-home-tab {
        font-size: 13px;
    }

    #nav-profile-tab {
        font-size: 13px;
    }

    .ChekoutPayment .SpanTitle {
        font-size: 14px;
    }

    .AddressInsertPrice span {
        font-weight: bold;
        color: #000000;
        font-size: 13px;
    }

    .AddressInsertButtonNext {
        color: #FFFFFF;
        padding: 13px 50px;
        position: relative;
        border-radius: 10px;
        background-color: #EC2A75;
        border: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .CartTotal {
        z-index: 1;
    }

    .owl-carousel .owl-stage-outer {
        z-index: 2000;
        padding: 0px 0px;
    }
}

#nav-home-tab {
    color: #000000;
}

#nav-profile-tab {
    color: #000000;
}

.HiddenItem {
    display: none;
}

.modal {
    z-index: 10060 !important;
}

/*************************************صفحه دانلود****************************************************/
.DWBackground {
    /*background-image: url( https://static.filmnet.ir/images/c1/d9/c1d909d8e89e4076a71d87d244878375.jpg?w=1125);*/
    background-image: url(../../Big/blog1.jpg);
    position: relative;
    background-repeat: no-repeat
}

.DWShadowImageRight {
    background: linear-gradient(to top, hsl(0, 0%, 11%), rgba(0,0,0,0));
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 31%;
    z-index: 1;
}

.DWShadowImageBottom {
    background: linear-gradient(to left, hsl(0, 0%, 11%), rgba(0,0,0,0));
    height: 100%;
    width: 60%;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 1;
}

.DWColRight {
    text-align: right;
    margin-top: 35px;
    padding: 0 3.5rem;
}

.DWTitle {
    position: relative;
    text-align: right;
}

    .DWTitle span {
        display: inline-block;
        background-color: hsl(158, 100%, 43%);
        color: white;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-radius: 0.25rem;
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 1;
        border: none;
        padding: 0.25em 0.5em;
        position: absolute;
        top: -10px;
    }

    .DWTitle h1 {
        color: white;
        font-size: 35px;
        margin-top: 10px;
        display: inline-block;
    }

.DWSpan {
    color: hsl(0, 0%, 100%);
    display: block;
    margin-top: 15px;
    font-size: 15px;
}

    .DWSpan i {
        margin-left: 10px;
    }

.DWLabel {
    margin-top: 15px;
}

    .DWLabel a {
        display: inline-block;
        margin-right: 10px;
        text-decoration: none;
        color: hsl(0, 0%, 100%);
        background-color: hsl(0, 0%, 26%);
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 5px;
    }

.DWBoxBuy {
    color: hsl(0, 0%, 100%);
}

    .DWBoxBuy a {
        background-color: rgb(0, 219, 139);
        display: inline-block;
        padding: 10px 30px;
        font-size: 20px;
        color: rgb(28, 28, 28)
    }

    .DWBoxBuy p {
        font-size: 18px;
        margin: 20px 0;
        text-align: center;
        text-align: right;
        color: rgb(0, 219, 139);
    }

        .DWBoxBuy p span {
            font-weight: bold;
            color: red;
            font-size: 30px;
        }

.DWDescribe {
    color: hsl(0, 0%, 100%);
    margin-top: 15px;
}

    .DWDescribe h2 {
        font-size: 20px;
    }

    .DWDescribe p {
        font-size: 15px;
        text-align: justify;
        direction: rtl;
        line-height: 30px;
    }

.DWMain {
    background-color: #1c1c1c;
}

.DWHeader {
    text-align: right;
    padding: 15px;
    color: hsl(0, 0%, 100%);
    direction: rtl;
}

    .DWHeader h5 {
        border-radius: 5px;
        border: 2px solid;
        display: inline-block;
        padding: 15px 25px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .DWHeader .DWSummery {
        color: rgb(0, 219, 139);
        width: fit-content;
        display: inline-block;
        padding: 10px 26px;
        font-size: 16px;
        background: rgb(34, 35, 39);
        border-radius: 5px;
        margin-bottom: 36px;
    }

.DWDownloadTitle {
    text-decoration: none;
    text-align: center;
    margin-bottom: 7px;
    display: block;
    position: relative;
    cursor: pointer;
}

    .DWDownloadTitle h6 {
        font-size: 18px;
        padding: 5px;
        text-align: right;
        color: hsl(0, 0%, 100%);
        margin-top: 10px
    }

    .DWDownloadTitle img {
        border-radius: 15px
    }

.DWIDownloadStyle {
    opacity: 0.75;
    font-size: 35px;
    padding: 20px;
    background-color: rgb(0, 219, 139);
    color: white;
    border-radius: 20px 20px 20px 0px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
}

.DWDownloadTitle .DWDownloadDescribe {
    color: rgb(170, 170, 170);
    font-size: 16px;
    margin-top: 10px;
    line-height: 2;
    text-align: justify;
    direction: rtl
}

.DWDivImage {
    position: relative;
}

.DWISpanDownloadStyleDesctop {
    position: absolute;
    right: 0px;
    top: 0px;
}

.DWTime {
    position: absolute;
    left: 20px;
    bottom: 40px;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    color: white;
}

.ISpanDownloadStyleDesctop {
    position: absolute;
    right: 10px;
    background-color: rgb(0, 219, 139);
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    color: rgb(28, 28, 28);
    border-radius: 5px;
    top: 10px;
}
/******************************Searchbox*******************************************/
#DivSearchBox {
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    border-radius: 25px;
    height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 25px 10px;
    z-index: 100000;
}

    #DivSearchBox ul {
        list-style: none;
    }

        #DivSearchBox ul li {
            display: flex;
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
        }

            #DivSearchBox ul li a {
                display: block;
                padding: 7px 10px;
                text-decoration: none;
            }
/*******************SearchBoxMobile*************/

.SearchBox {
    padding: 5px 15px 5px 50px;
    background-color: #ebebeb;
    width: 100%;
    border: 0;
    border-radius: 35px;
    height: 50px;
    font-size: 17px;
}

.offcanvas-bottom {
    z-index: 10000 !important;
    height: 100% !important;
}

.SearchBoxButton {
    background-color: white;
    z-index: 16 !important;
    border: 2px solid #00AEB9;
    color: #ced4da;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    align-items: center;
}

    .SearchBoxButton:hover {
        color: #ced4da !important;
        background-color: white !important;
        border-color: #00AEB9 !important;
        box-shadow: unset !important;
    }

    .SearchBoxButton:focus {
        color: #ced4da !important;
        background-color: white !important;
        border-color: #00AEB9 !important;
        box-shadow: unset !important;
    }

/*******************************Loading********************/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    /*display:none;*/
}

.OpenLoader {
    display: none;
}

.CloseLoader {
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.Margin30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.Margin20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}