﻿
@font-face {
    font-family: 'fontNormalMactaPlusTaral';
    src: url('../font/Droid Arabic Kufi.TTF') format('truetype');
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../font/IRANSansWeb_Light.ttf') format('truetype');
}

:root {
    --Lightblue: #008fcf;
    --BaseColor: #1c3d77;
    --TransparenLightblue: #008fcf94;
    --SecendColor: #0663a8;
    --DarkBlue: #253262;
    --MediumBlue: #537dc7;
    --LightPurple: #ee94dd;
    --DarkPurple: #79227f;
    --MediumPurple: #a84d97;
    --LightGray: #bbbbbb;
    --Graywhite: #fcfcfc;
    --white: #fff;
    --Black: #42474c;
    --CludBlue: #558ce9;
    --BasePurple: #7a3371;
    --SkyBlue: #8bcbe7;
    --NewBlue: #59b8ff;
    --Gray: rgba(0,0,0,.125);
    --notch: 12px;
    --panel: #8bcbe7;
}

body {
    margin: 0 auto;
    font-family: "IRANSansX";
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--Black);
    background-color: #eee;
}

.wrapper-wide {
    width: 100%;
}

.wrapper-height {
    height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
    color: var(--SecendColor) !important;
}

h1 {
    font-size: 1.7rem !important;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

h4 {
    font-size: 1rem !important;
}

h5 {
    font-size: 0.95rem !important;
}

h6 {
    font-size: 0.90rem !important;
}

.form-control {
    padding: .175rem .5rem !important;
}

input, a, select, option {
    font-size: 0.7rem !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

p {
    text-align: justify !important;
    margin-bottom: 5px !important;
}

.center-justified {
    text-align: justify !important;
    text-align-last: center !important;
}

label {
    float: right !important;
}

textarea.form-control {
    font-size: 0.7rem !important;
    padding: 0.5rem !important;
}

.bg-body-white {
    background: var(--white);
}

.bg-gradiant-blue {
    background: linear-gradient(to right,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
    color: white !important;
}

.bg-gradiant-Gray {
    background: linear-gradient(to right,var(--LightGray),#7e7e7e,var(--LightGray));
    color: white !important;
}

.bg-gradiant-purple {
    background: linear-gradient(to right, var(--BasePurple), var(--LightPurple), var(--BasePurple));
    color: white !important;
}

.bg-DarkPurple {
    background: var(--DarkPurple);
    color: white !important;
}

.bg-purple {
    background: var(--BasePurple);
    color: white !important;
}

.bg-SkyBlue {
    background: var(--SkyBlue);
    color: white !important;
}

.bg-MediumBlue {
    background: var(--MediumBlue);
    color: white !important;
}

.bg-SecendColor {
    background: var(--SecendColor);
    color: white !important;
}

.bg-NewBlue {
    background: var(--NewBlue);
    color: white !important;
}

.bg-CludBlue {
    background: var(--CludBlue);
    color: white !important;
}

.bg-DarkBlue {
    background: var(--DarkBlue);
    color: white !important;
}

.bg-BaseColor {
    background: var(--BaseColor);
    color: white !important;
}

.bg-Lightblue {
    background: var(--Lightblue);
    color: white !important;
}

.bg-gray {
    background: #eee;
    color: #000;
}

.bg-gradiant-Litepurple {
    background: linear-gradient(to right,var(--MediumPurple),#f4cded,var(--MediumPurple));
}

.bg-gradiant-blueLight {
    background: linear-gradient(to right, var(--Lightblue), var(--SkyBlue), var(--Lightblue)) !important;
    color: white !important;
}

.bg-gradiant-blueMix {
    background: linear-gradient(to right, var(--BaseColor), var(--Lightblue), var(--BaseColor));
    color: white !important;
}

.text-SkyBlue {
    color: var(--SkyBlue) !important;
}

.text-purple {
    color: var(--MediumPurple) !important;
}

.text-DarkPurple {
    color: var(--DarkPurple) !important;
}

.text-DarkBlue {
    color: var(--DarkBlue) !important;
}

.text-blue {
    color: var(--BaseColor) !important;
}

.text-Lightblue {
    color: var(--Lightblue) !important;
}

.text-MediumBlue {
    color: var(--MediumBlue) !important;
}

.text-SecendColor {
    color: var(--SecendColor) !important;
}

.text-LightGray {
    color: #e5e5e5 !important;
}

.LTR {
    direction: ltr;
}

.RTL {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fix-row, .FixRow {
    width: 100%;
    margin: 0;
}

.largerFont {
    font-size: larger !important;
}

.card, .boxShadow {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.cardT {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125);
}

.SetWidthPWA {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*place-items: center;*/
    direction: rtl;
    text-align: right;
}

.Pod0 {
    padding: 0;
}

.Ma0 {
    margin: 0;
}
/*استایل منو*/
.DivBeforMenu {
    position: fixed;
    bottom: 10px;
    margin-right: 10px;
    z-index: 1000;
}

.menu-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--DarkBlue);
    box-shadow: 5px 5px 10px 0px #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none !important;
}

    .menu-toggle .fa {
        font-size: 2em;
        color: var(--white);
        transition: 0.4s;
    }

    .menu-toggle.open .fa {
        transform: rotate(135deg);
    }

button.menu-toggle.open span:before {
    content: "\f067";
}

.btn-app {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: var(--SecendColor);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 16px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

.open .btn-app {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 5px 5px 10px 0px #00000033;
}

/* حالت منو دایره‌ای */
/*.menu-round .btn-app {
    bottom: 0.25em;
    right: 0.25em;
}

.menu-round.open .btn-app:nth-of-type(1) {
    bottom: 4.25em;
    right: 0.5em;
}

.menu-round.open .btn-app:nth-of-type(2) {
    bottom: 3.5em;
    right: 3.5em;
}

.menu-round.open .btn-app:nth-of-type(3) {
    bottom: 0.5em;
    right: 4.25em;
}*/

/* حالت منو خطی */
.menu-line .btn-app {
}

.menu-line.open .btn-app:nth-of-type(1) {
    bottom: 6.25em;
}

.menu-line.open .btn-app:nth-of-type(2) {
    bottom: 9.25em;
}

.menu-line.open .btn-app:nth-of-type(3) {
    bottom: 12.25em;
}

.menu-line.open .btn-app:nth-of-type(4) {
    bottom: 15.25em;
}

.menu-line.open .btn-app:nth-of-type(5) {
    bottom: 18.25em;
}

.menu-line.open .btn-app:nth-of-type(6) {
    bottom: 21.25em;
}

.menu-line.open .btn-app:nth-of-type(7) {
    bottom: 24.25em;
}

.menu-line.open .btn-app:nth-of-type(8) {
    bottom: 27.25em;
}

a.btn-app {
    color: var(--white) !important;
}

/*استایل منو*/
/*استایل header*/
.HeaderApp {
    background: var(--DarkBlue);
    height: 50px;
    /*margin-bottom:10px;*/
    padding: 10px;
}

/*استایل header*/

.FirstDivIndex {
    background: var(--DarkBlue);
    color: var(--white);
    padding: 20px 20px 50px;
    border-radius: 0 0 0 100px;
}

.BetwinIndex {
    height: 100px;
    background: var(--DarkBlue);
}

.SecendDivIndex {
    background: var(--white);
    border-radius: 0px 100px 0px 0;
    margin-top: -100px;
    padding: 50px 20px 10px;
}

.owl-carousel.owl-loaded {
    display: grid !important;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        background: rgba(0, 0, 0, .1);
        color: rgba(255, 255, 255, .8);
        display: block;
        padding: 3px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 10;
    }

.HorizontalCenter {
    display: flex;
    align-items: center;
}

.HorizontalCenterGerid {
    display: grid;
    align-items: center;
}

.MaTopDiv50 {
    margin-top: 50px;
}

.MaTopDiv20 {
    margin-top: 20px;
}

.smallFont {
    font-size: x-small;
}

.pod20 {
    padding: 20px;
}

table th {
    padding: .75rem;
    border: 1px solid #ccc;
}

table td {
    border: 1px solid #ccc;
}




/* رنگ */
.slider-blue .slider-selection {
    background: radial-gradient(#fffdfd, #aaa8a8);
}
/*
.slider-blue .slider-handle {
    background: radial-gradient(#ffe65e, #f8bb4d) !important;
}
*/
/* اندازه توپک */
.slider-blue .slider-handle {
    width: 22px;
    height: 22px;
    /*margin-top: -8px;*/
}

/* ضخامت نوار */
.slider-blue .slider-track {
    height: 60px;
    border-radius: 8px;
}

.slider {
    width: 100% !important; /* کل عرض ظرف */
}

    .slider .slider-track {
        width: 100% !important;
    }

.bg-gold {
    background: radial-gradient(#ffe65e, #f8bb4d);
}

.bg-silver {
    background: radial-gradient(#fffdfd, #aaa8a8);
}

.bg-bronze {
    background: radial-gradient(#f7b06a, #ba8e6f);
}

.levelAgent {
    margin-right: 10px;
    height: 10px;
    width: 50px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: var(--BaseColor) !important;
    border-radius: 50px;
    outline: none !important;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

button.owl-dot.active {
    width: 15px !important;
    height: 15px !important;
}

.pod10 {
    padding: 10px;
}

.pod1020 {
    padding: 8px;
}

tr.OddSilver {
    background: radial-gradient(#fefefe38, #aaa8a838);
}

tr.OddGold {
    background: radial-gradient(#ffe65e1a, #f8bb4d1f);
}

tr.OddDarkPurple {
    background: #79227f12;
}




/*login style*/
.FirstDivLogin {
    min-height: 100vh;
    background: var(--DarkBlue);
}

.DivInput {
    margin: auto;
    width: 70%;
}

.inputsLogin {
    background: #faebd700;
    border: none;
    box-shadow: 0px 0px 10px 5px #ebf3f59c;
    width: 100%;
    padding: 3px 5%;
    margin: 15px 0;
    border-radius: 3px;
    color: white;
}

.inputsPassLogin {
    background: #faebd700;
    border: none;
    box-shadow: 0px 0px 10px 5px #253262bd;
    width: 100%;
    padding: 3px 8px;
    margin: 20px 0;
    border-radius: 3px;
}

.iconLogin {
    color: #fff;
    /*margin-left: -4%;*/
    /*right: 17%;*/
    position: absolute;
    margin-right: 5px;
}

.ButtomLogin {
    /*box-shadow: 0px 0px 10px #ebf3f59c;*/
    display: grid;
    padding: 3px;
    border-radius: 3px;
}

.EyeIcon {
    cursor: pointer;
    left: 2%;
    position: absolute;
}

#ForgetPassDiv, #VerifyDiv, #ListMarket {
    box-shadow: 0px 0px 10px 5px #ebf3f59c;
    background: #ffffffd9;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

@media(max-width:500px) {
    .DivInput {
        width: 90%;
    }

    .EyeIcon {
        cursor: pointer;
        margin-right: -10%;
    }
    /* .iconLogin {
        margin-left: -9%;
    }*/
    .inputsLogin {
        padding: 8px 10%;
    }
}

.DivViewBag {
    margin: 5px 20px;
    background: white;
    z-index: 10001;
    box-shadow: 0px 0px 7px 0px #25326240;
}

/*login style*/

/*استایل لودینگ*/
.loading1 {
    position: relative;
    /*    top: 120px;
    left: 100px;*/
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 5px var(--Lightblue);
    animation: spinner 2s infinite;
}

#loading1-2 {
    border: 2px solid var(--DarkPurple);
    box-shadow: 0 0 10px var(--LightPurple);
    animation: spinner 4s infinite;
    margin-top: -50px;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes expand {
    0% {
        width: 50px;
        height: 50px;
        left: 900px;
        top: 120px;
    }

    50% {
        width: 0px;
        height: 0px;
        top: 140px;
        left: 920px;
        opacity: 0;
    }
}

.LoadingBase {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f4f6f9cc;
    padding-top: 20%;
    top: 0px;
    left: 0;
    z-index: 111111111111;
}

.TextLoading {
    margin-top: 20px;
    font-weight: bold;
    color: var(--BasePurple);
    font-size: large;
    text-shadow: 0px 1px 5px #00000094;
    text-align: center !important;
}
/*استایل لودینگ*/

.DivNotifBackGround {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.LinkNotif {
    width: 100%;
    height: 100%;
    background: #34343496;
    border-radius: 3px;
}

    .LinkNotif div {
        padding: 15px;
        color: white;
    }

.DivBaseCheackList {
    box-shadow: 0px 3px 5px 2px #1a437e45;
    overflow: hidden;
}

@media(max-width:575px) {
    .ImgFactorList img {
        display: none;
    }
}

@media(max-width:990px) {
    .ImgFactorList img {
        margin: 5px 10%;
        width: 80%;
    }
}

.SingleLine {
    margin-left: 5px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    direction: ltr;
    float: left;
}

.Pr2Pl2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.Fontlarge {
    font-size: large !important;
    padding: 3px;
}

.BorderTopSpetial {
    background: linear-gradient(90deg, var(--BaseColor) 48px, var(--TransparenLightblue) 0) repeat-x;
    background-size: 96px 4px;
    height: 4px;
    width: 100% !important;
}

.NotificationAttachFile {
    width: 50%;
    margin: 0 25%;
}

.Pad20 {
    padding: 20px;
}

.borderBottomBest {
    border-bottom: 1px solid var(--Lightblue);
    padding-bottom: 15px;
}

td {
    font-size: 10px;
}

.TitleProductShowCharakter {
    text-decoration: none;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}


.BorderLeftPurpel {
    border-left: solid 1px var(--DarkPurple);
}

.BorderTopPurpel {
    border-top: solid 1px var(--DarkPurple);
    padding: 10px;
    margin-top: 5px;
}

.sidebar {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #1c3d77;
    overflow-x: hidden;
    padding: 20px 5px;
    border-radius: 10px 0 0 10px;
    top: -40px;
    right: -15px;
}

.MembershipLevels {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 15px;
    min-height: 400px;
}

.DetileMembershipLevels {
    margin: -10px 10px 10px 10px;
}

@media(max-width:1177px) and (min-width:991px) {
    .MembershipLevels {
        min-height: 490px;
    }
}

@media(max-width:990px) {
    .MembershipLevels {
        min-height: 200px;
    }
}

.FullWidthTaral {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: hidden;
    margin: 50px -60px 0 -60px;
}

.SaidbarBlig {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    border-radius: 5px;
}

.SaidbarBligIMG {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.SaidbarBligTitle {
    padding: 5px 10px;
}

.Separator {
    font-weight: bold;
    color: var(--BasePurple);
    font-size: 15px;
}

.BlogTextFoolet {
    font-size: 10px;
    color: gray;
    margin: 0;
}

.SaidbarbottomBlig {
    border-bottom: 1px solid #7a3371;
    margin: 10px 0;
    padding-bottom: 5px;
}

.divCustomScroll {
    max-height: 360px;
    overflow: auto;
}
    /* استایل اسکرولبار برای مرورگرهایی که از وب‌کیت استفاده می‌کنند، مثل Chrome, Safari و Edge */
    .divCustomScroll::-webkit-scrollbar {
        width: 1px; /* عرض اسکرولبار */
        height: 1px; /* ارتفاع اسکرولبار برای اسکرول افقی */
    }

    .divCustomScroll::-webkit-scrollbar-track {
        background: transparent; /* رنگ پس‌زمینه مسیر اسکرولبار */
    }

.div-class::-webkit-scrollbar-thumb {
    background-color: var(--BaseColor); /* رنگ خود اسکرولبار */
    border-radius: 0px; /* گردی گوشه‌های اسکرولبار */
}

/* استایل اسکرولبار برای Firefox */
.divCustomScroll {
    scrollbar-width: thin; /* عرض اسکرولبار کمتر (یا 'auto' برای عرض پیش‌فرض) */
    scrollbar-color: var(--BaseColor) transparent; /* رنگ اسکرولبار و مسیر آن */
}



.tooltip-list {
    list-style: none;
    padding: 0;
}

    .tooltip-list li.tooltip-item:hover::before {
        content: attr(data-tooltip);
        position: absolute;
        top: -35px; /* تنظیم ارتفاع کادر تولتیپ */
        left: 50%;
        transform: translateX(-50%);
        background: #1e407b59;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        white-space: nowrap; /* اطمینان از اینکه متن در یک خط نمایش داده می‌شود */
        display: block;
        opacity: 0;
        z-index: 11111111;
        transition: opacity 0.3s;
    }

    .tooltip-list li.tooltip-item:hover::before {
        opacity: 1;
    }


.MenoHederBlog {
    margin: 0 5%;
    border-radius: 0 0 50px 50px;
}

.HiddenIconBlog {
    padding-left: 3px;
}
/*"tooltip-list navbar-nav text-center RTL navbar-center NotPaddinpREspansiveLeft"*/
@media (max-width: 1150px) {
    .NotPaddinpREspansiveRight {
        justify-content: right;
    }

    .NotPaddinpREspansiveLeft {
        justify-content: left;
    }
}

@media (max-width: 980px) {

    .MenoHederBlog {
        margin: 0;
        padding: 0;
        border-radius: 0 0 30px 30px;
    }

    .HiddenIconBlog {
        display: none !important;
    }
}

.ShowSelectedEditor {
    display: none;
}

.ShowSelectedEditorInSaidbar {
    display: block;
}

@media (max-width: 1160px) {

    .ShowSelectedEditor {
        display: block;
    }

    .ShowSelectedEditorInSaidbar {
        display: none;
    }

    /*  .ribbon-wrapper .ribbon {
            right: -100px;
        }*/
}

.SidbarIcon {
    display: none;
    float: left;
    font-size: large;
    color: #014b93;
}


.socialsharing {
    text-align: center;
}

    .socialsharing a {
        display: inline-block;
        padding: .7em;
        line-height: 0;
        margin-bottom: 1em;
    }

    .socialsharing svg {
        width: 24px;
        height: 24px;
    }

.ListBlogTitleH6 {
    line-height: 1.9;
    margin: 15px 0;
}


.itemPage {
    display: none;
}

/*.active {
    display: block;
}*/

#pagination {
    margin-top: 20px;
}

#pageNumbers span {
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
}

.activePage {
    font-weight: bold;
    color: white;
    background: var(--BaseColor);
}

div#pagination {
    text-align: center;
    margin: 20px 0;
}

.NextAndPrev {
    border: none;
    color: white;
    background: var(--TransparenLightblue);
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px rgb(255 255 255), inset 0 0px 5px rgb(255 255 255);
}

    .NextAndPrev i {
        top: 2px;
        position: relative;
    }

#pageNumbers span {
    margin: 0px 4px;
    cursor: pointer;
    padding: 3px 10px;
    user-select: none;
    box-shadow: inset 0px 0px 7px rgb(27 61 119), inset 0 0px 5px rgb(26 67 126);
    border-radius: 3px;
}


.productCategoryBaseDiv {
    text-align: center;
    background: var(--CateguryListColor);
    color: var(--CateguryTextColor);
    padding: 7px 7px 7px 7px;
    border: 1px solid #ebebeb;
    margin: 10px 0;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

ul.breadcrumb {
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
}


.strike {
    text-decoration: line-through;
}

.PadRightUl {
    padding-right: 20px;
}

#Peladiom {
    border: 5px solid var(--BaseColor);
}

.PadTop50 {
    padding-top: 50px;
}

.spaceBetween {
    justify-content: space-between !important;
}

.ArticleListTitle {
    margin: 0;
    font-size: 11px;
}

.spaceBetween {
    justify-content: space-between !important;
}

.Pad0 {
    padding: 0 !important;
}

.DivBaseBlogSimilar {
    padding: 10px;
    border-radius: 5px;
}

.TitleBlogSimilar {
    transform: rotate(90deg);
    letter-spacing: 3px;
}

.pad20 {
    padding: 20px;
}

.SpaceCommentes {
    border-bottom: 1px solid var(--BasePurple);
    margin-bottom: 15px;
    margin-left: 10px;
}

.MaBo5 {
    margin-bottom: 5px;
}

.FixSidBarContent {
    margin-top: 30px;
}

.ArticleDate {
    color: #a5a5a5;
    font-size: 12px;
    margin-top: -0.5rem;
    margin-bottom: 0;
}

.ArticleLable {
    background: #eaeaea;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 10px;
    color: #656565ee;
}

.RateStarFix {
    float: left;
    margin-top: 10px;
}
/*.fa-star {
    font-size: 14px;
    margin: 0 -2px 0 0;
}*/
.fa-star-o, .fa-star {
    color: #fbb034;
}

.rate {
    float: left;
    height: 30px;
    padding: 0 5px;
}

    .rate1:not(:checked) > input, .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate1:not(:checked) > label, .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: xx-large;
        color: #ccc;
    }

        .rate1:not(:checked) > label:before, .rate:not(:checked) > label:before {
            content: '★ ';
        }

        .rate1:not(:checked) > label:hover, .rate1:not(:checked) > label:hover ~ label, .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
            color: #deb217;
        }

.StarDark {
    color: #ccc !important;
}

.rate1 {
    width: fit-content;
    margin: auto;
    margin-top: -15px;
}

.product-info .image-additional img {
    max-width: 75px;
    height: auto;
    display: block;
}

.DivimageGallery {
    position: relative;
    text-align: center;
}

.imgGallery {
    display: block;
    max-width: 100%;
    height: auto;
    float: right;
    margin-left: 20px;
    float: right;
    margin-left: 20px;
}

.border-bottomPurple {
    border-bottom: 1px solid var(--BasePurple);
}

.quantity-selector button, .quantity-number {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--BaseColor);
    background-color: #fff;
    cursor: pointer;
    outline: none;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    font-size: 30px;
}

.quantity-selector {
    height: 40px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: var(--BaseColor);
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    z-index: 11;
    box-shadow: 0 12px 12px 0 hsla(0, 1%, 50%, 0.11);
    float: none;
    margin: 10px auto;
    width: 100%;
}

.qtyBtn {
    border: none;
    width: 30px;
    font-weight: bold;
    border-radius: 3px;
    padding-top: 5px;
}

.quantityTaral {
    border: 1px dashed var(--BaseColor);
    margin-left: 3px;
    margin-right: 3px;
    padding: 0px !important;
}

.quantity-number.qty #input-quantity, .quantity-number.qty #input-quantity-Searsh {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--BaseColor);
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    font-size: 30px;
    box-shadow: none;
    width: 100%;
}

.product-info .cart div .wishlist {
    font-size: 11px;
    display: inline-block;
    padding-top: 3px;
    border: none;
    background: none;
    margin-left: 15px;
}

.shadowbox {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 42%);
}

.img-responsive {
    width: 100%;
}

p.captionTitle {
    width: 50%;
    float: right;
}

p.captionContent {
    text-align: left;
    color: var(--SecendColor);
}

.ItemsSideBarClub {
    padding-bottom: 1px;
    padding-top: 1px;
    /*overflow: auto;*/
}

.imageIconClub {
    width: 10%;
    float: right;
    margin-left: 15px;
}

.subtitleSideBarClub {
    border-bottom: solid 1px var(--DarkPurple);
    padding: 10px;
    margin-top: 0;
}

.TitlePage h1 {
    display: flex;
    color: var(--SecendColor) !important;
    font-size: 15px !important;
    margin-right: 5px;
    margin-bottom: 0 !important;
    align-items: center;
}

.TitlePage {
    display: flex;
    margin-bottom: 10px;
}

    .TitlePage img {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 7px;
    }

.PurpelBorderTop {
    border-top: 1px solid var(--DarkPurple);
}

.FloatR {
    float: right;
}

.BorderL-Sm-BorderB {
    border-left: 2px dashed var(--BaseColor);
}

@media(max-width:767px) {
    .BorderL-Sm-BorderB {
        border-bottom: 2px dashed var(--BaseColor);
        border-left: none;
    }
}

.pad5 {
    padding: 5px;
}

.DivPeriodClooud {
    margin: 5px 0px 30px;
    border: 1px solid rgb(122, 51, 113);
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
    border-radius: 3px;
}

.DivUserCountClooud {
    margin: 0px 0px 30px;
    border: 1px solid var(--BaseColor);
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
    border-radius: 3px;
}

.ProductOptionPricing {
    border: 2px dashed var(--BaseColor);
    width: auto;
    padding: 15px;
    margin: 20px 10px;
}

.UserButtom {
    box-shadow: 0px 0px 7px 0px #253262;
    border-radius: 2px;
    text-align: center;
    padding: 3px 5px;
}

.UpdateButtom, .visitList {
    border-radius: 10px;
    padding: 10px;
}

    .UpdateButtom img {
        width: 80%;
        margin: auto;
    }

    .UpdateButtom p {
        text-align: center !important;
        font-weight: bold;
        text-shadow: -1px 2px 4px #9973dd;
    }





/*
.visitList {
    box-shadow: 0 0 5px 0 #9973dd;
}
.FirstDivRibbon {
    margin: 0px -5px 0px 0;
}

.RibbonBlue {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    line-height: 100%;
    padding: 10px 10px 10px 20px;
    position: absolute;
    height: 30px;
    border-radius: 30px 0 0 0;
    width: fit-content;
    margin-top: 8px;
}

    .RibbonBlue::after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #9e9e9e;
        bottom: -3px;
        content: '';
        position: absolute;
        right: 0;
    }
.dateBox {
    width: 60px;
    height: 25px;
    background: #7a3371;
    color: white;
    border-radius: 3px;
    text-align: center !important;
}*/



.visitItemWrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    margin-bottom: 14px;
    background: #fff;
}

.dateBox {
    margin: 0;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.info {
    margin: 0;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 8px 10px;
    color: #333;
}

.TabButten {
    width: 25%;
    display: inline-block;
}

.modal-header {
    border-radius: 3px 0 0 !important;
}

.modal-body {
    padding: 8px;
}


.BottomTrashUpload {
    width: 15%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
    display: flex;
}

.BottomAddUpload {
    width: 15%;
    border-radius: 0;
    align-items: center;
    display: flex;
}

.InputUpload {
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.TearmSaleSum {
    background: #bbbbbb;
    color: white;
}

.required:after {
    content: " *";
    color: red;
    top: 3px;
    position: relative;
    font-weight: bold;
}


