:root {
    /* theme color */
    --main-color-one: #680080;
    --main-color-one-shadow: #68008031;
    --main-color-one-hover: #520064;
    --main-color-one-light: #d51aff;
    --main-color-two: #333333;
    --main-color-two-shadow: #33333331;
    --main-color-two-hover: #1a1a1a;
    --main-color-two-light: #808080;
    --main-color-three: #8dc25e;
    --main-color-three-hover: #2d8431;
    --main-color-three-shadow: #8dc25e31;
    --main-color-three-light: #a1c284;
    --bg-site: #f5f5f5;
    /* typography */
    --font-size: 14px;
    --color-site: #333333;
    --font-site: 'yekanbakh';
    /* shadow */
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    /* text */
    --text-muted: #565757;
    --text-muted-two: #929292;
    /* border */
    --border-muted: #ced4da;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-outline {
    border-color: var(--main-color-one);
}

.main-color-one-outline:hover {
    background-color: var(--main-color-one);
    color: #fff;
}
.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
}

.main-color-one-bg:hover {
    background-color: var(--main-color-one-hover) !important;
    color: #fff !important;
}

.main-color-one-light-bg {
    background-color: var(--main-color-one-light) !important;
    color: #fff;
}

.main-color-one-color-light {
    color: var(--main-color-one-light);
}

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
    color: #fff !important;
}

.main-color-two-bg:hover {
    background-color: var(--main-color-two-hover) !important;
    color: #fff !important;
}

.main-color-two-light-bg {
    background-color: var(--main-color-two-light) !important;
    color: #fff !important;
}

.main-color-two-color-light {
    color: var(--main-color-two-light);
}

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: #fff !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: #fff !important;
}
.main-color-three-light-bg {
    background-color: var(--main-color-three-light) !important;
    color: #fff !important;
}
.main-color-three-color-light {
    color: var(--main-color-three-light);
}


.text_p p{
    line-height: 33px;
    text-align: justify;
}
.font_11{
    font-size: 11px !important;
}
.font_12{
    font-size: 12px !important;
}
.font_13{
    font-size: 13px !important;
}
.font_14{
    font-size: 14px !important;
}
.font_15{
    font-size: 15px !important;
}
.font_16{
    font-size: 16px !important;
}
.font_17{
    font-size: 17px !important;
}
.font_18{
    font-size: 18px !important;
}
.font_19{
    font-size: 19px !important;
}
.font_20{
    font-size: 20px !important;
}
.font_21{
    font-size: 21px !important;
}
.font_22{
    font-size: 22px !important;
}
.font_23{
    font-size: 23px !important;
}
.font_24{
    font-size: 24px !important;
}

.font_28{
    font-size: 28px !important;
}
.position-relative{
    position: relative;
}
.text_p p{
    line-height: 33px;
    text-align: justify;
}
.yellow_color{
    color: #faba00;
}
.gray_color{
    color: #607d8b;
}
.pointer{
    cursor: pointer;
}
.left_pos_link{
    position: fixed;
    bottom: 100px;
    z-index: 98;
    right: 5px;
    left: auto;
}
.left_pos_link a{

}
.left_pos_link i{
//font-size: 25px;
//padding: 10px;
}
.insta_color
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.phone_color{
    color: #ea4975;
}
.left_pos_link .widgets{
    width: 50px;
    max-width: 50px;
    text-align: center;
    border-radius: 8px;
}
.left_pos_link .widgets a {

    font-size: 28px;
    padding: .2em;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    border-radius: 5px;
}
.left_pos_link .widgets a:hover {
    transform: scale(1.1);
}
.left_pos_link .widgets a i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    transform: rotate(0deg);
}
.left_pos_link .widgets a i:before{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.left_pos_link .widgets.insta a{
    background-color: #FF0056;
    color: #fff;
    fill: #fff;
}
.left_pos_link .widgets.insta a:hover {
    color: #fff;
}

.left_pos_link .widgets.whatsapp a{
    background-color: rgb(45, 183, 66);
    color: #fff;
    fill: #fff;
}
.left_pos_link .widgets.phone a{
    background-color: var(--main-color-two);
    color: #fff;
    fill: #fff;
}
.left_pos_link .widgets.phone a:hover {
    color: #fff;
}
.min_padding{
    padding-right: 11px;
    padding-left: 11px;
}
@media screen and (min-width:1320px){.container{width:1300px;max-width:1300px}}
@media (min-width: 1200px)
{
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .min_padding{
        padding-right: 5px;
        padding-left: 5px;
    }
}

.seo_text_hide {
    height: 100px;
    overflow-y: hidden;
}
.seo_arrow{
    width: 30px ;
    height: 30px ;
    border: 2px solid black ;
    margin-top: 5px ;
    border-radius: 50% ;
}
.pay_image{
    position: relative;
}
.pay_image .custom-control-label::before,.pay_image .custom-control-label::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.price_h{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.title_h{
    height: 50px;
    line-height: 22px;
}
.num_neg,.num_plus{
    max-width: 40px;
    font-size: 14px;
}

.qty-text{
    max-width: 60px;
    font-size: 14px;
}
.rating-css{
    display: inline-block;
}
.rating-css div {
    color: #F6BC3E;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
//padding: 20px 0;
    display: inline-block;
}
.rating-css input {
    display: none;
}
.rating-css input + label {
    font-size: 16px;
//text-shadow: 1px 1px 0 #F6BC3E;
    cursor: pointer;
}
.rating-css input:checked + label ~ label {
    color: #838383;
}
.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}
.rating-css label{
    color: #F6BC3E;
}
.strng_block strong{
    display: block;
}
.textppp h2{
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
}
.textppp{
    line-height: 33px;
    text-align: justify;
    padding: 10px;

}
.textppp .row{
    margin: 0px;
}

#simple-translate{
    display: none !important;
}
.go_to_pay:disabled
{
    opacity: 0.5;
}
.symbol img{
    background-color: #fff;
    border-radius: 10px;
}



