﻿.containerchek {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    word-wrap: break-word;
}
.embos_45
{color:#ffffff;}
.embose_count {
    position: absolute;
    padding: 2px 4px 3px 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-radius: 50%;
    background: #fc712b;
    line-height: 1;
    font-style: normal;
    color: #ffffff;
    font-size: 8px;
    margin-top: 0px;
    margin-left: 2px;
}
.alert-outline-success {
color: #19685c;
}

.cart_totals.checkout {
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0.5rem;
    border: 1px solid #e8ecf7;
}

ul.cart_list li strong {
    float: left;
    color: #5c698e;
    font-weight: 500;
}

ul.cart_list {
    padding: 0;
    margin: 0;
}
    ul.cart_list li {
        padding: 7px 0;
        display: block;
        width: 100%;
    }
.flex_cart {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem;
    border-top: 1px dashed #dfe6ec;
    padding-top: 15px;
}

.flex_cart_1 {
    flex: 1;
}

.flex_cart_1 {
    font-size: 18px;
    font-weight: 600;
    color: #1d7b6d;
}

.flex_cart_2 {
    font-size: 18px;
    font-weight: 600;
    color: #fc712b;
}


.alert-outline-warning{
color: #fc2b2b;
}
.display-block {
    display: block !important;
}
/* Hide the browser's default checkbox */
.containerchek input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: #e1dcdc;
}

/* On mouse-over, add a grey background color */
.containerchek:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerchek input:checked ~ .checkmark {
    background-color: #55cebb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerchek input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerchek .checkmark:after {
    right: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*Modal Mregister*/
#modal-MRegister .modal-dialog {
    max-width: 999px !important;
}

.tophead h1 {
    font-size: 13px;
}


.singletitle h1, .info_doc h1, .bio h1 {
    font-family: IRANSans_Bold;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px;
}

.SlideTextDiv {
    top: 40%;
    object-position: center;
    width: 100%;
}

.mar-r1 {
    margin-right: 0.75rem;
}

.fsmall {
    font-size: 10px;
    line-height: 1;
}

.SlideTextDiv h2, .SlideTextDiv p {
    font-size: 1.1rem;
    background: #f8f9facf;
    vertical-align: middle;
    margin-left: 20%;
    margin-right: 20%;
    padding: 10px;
    border-radius: 55px;
    color: #0e0501;
    font-weight: 600;
}


@media (max-width: 775px) {
    .SlideTextDiv {
        top: 10%;
    }

        .SlideTextDiv h2, .SlideTextDiv p {
            font-size: 0.8rem;
        }
}

.blog-details h2 {
    font-family: IRANSans_Bold;
    font-size: 1.3rem;
}

.blog-details h3 {
    font-family: IRANSans_Bold;
    font-size: 1.1rem;
}

.blog-details h4, .blog-details h5, .blog-details h6 {
    font-family: IRANSans_Bold;
    font-size: 1rem;
}

.blog-details li p {
    text-align: justify;
    font-size: 1.2rem;
}

.blog-details ul, .blog-details ol li, .blog-details li {
    list-style: unset;
    margin: 0;
    padding: 11px;
    text-align: justify;
    font-size: 1.2rem;
}

.blog-details ul {
    list-style: none;
}

    .blog-details ul li::before {
        content: "\2022";
        color: #f75600;
        font-weight: bold;
        display: inline-block;
        font-size: 1.4rem;
        width: 1em;
        margin-right: -1em;
        line-height: 1rem;
    }

.doclist1 {
    max-height: unset !important;
    overflow-y: hidden !important;
    scrollbar-color: #00dcb4 #e0e0e0;
    scrollbar-width: thin;
    padding: 30px;
}

    .doclist1 h3 {
        font-size: 1.2rem;
    }


/*accordion*/

.accordion dl {
}

.accordion dt > div {
    /*text-align: center;*/
    font-weight: 700;
    padding: 1em;
    display: block;
    text-decoration: none;
    /* color: #fff; */
    -webkit-transition: background-color 0.5s ease-in-out;
}

.accordion dd {
    background-color: #2cb9a3;
    color: #fafafa;
    font-size: 1em;
    line-height: 1.5em;
}

    .accordion dd > p {
        padding: 1em 2em 1em 2em;
    }

.accordion {
    position: relative;
    /* background-color: #16a085; */
}


.accordionTitle {
    background-color: #d3d3d3;
    border-bottom: 1px solid #b7b6b5;
}

    /*.accordionTitle:before {
        content: "+";
        font-size: 1.5em;
        line-height: 0.5em;
        float: left;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }*/

    .accordioninfo {
        
        float: left;
       
    }

    .accordionTitle:hover {
        background-color: #c4c6c9;
    }

.accordionTitleActive {
    background-color: #34495e;
}

    .accordionTitleActive:before {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

.accordionItem {
    height: auto;
    overflow: hidden;
}

@media all {
    .accordionItem {
        max-height: 50em;
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItemCollapsed {
    max-height: 0;
}

.animateIn {
    -webkit-animation-name: accordionIn;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: normal;
    -moz-animation-duration: 0.65s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionIn;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width: 280px;
    right: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    background: linear-gradient(#39C6B1, #d8f2e7);
}

    .drp_menu_headr h4 {
        font-size: 1.3em;
        font-weight: 400;
    }

    .ground-list-single:last-child {
        border: none;
    }

.ground-list-single {
    padding: 16px 10px;
    border-bottom: 1px solid #eaeff5;
}

.ground-list-single {
    -webkit-box-align: center;
    align-items: center;
}

.ground {
    display: -ms-flex-box;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.ground-content {
    -ms-flex: 1;
    flex: 1;
}

.ground > * {
    margin: 0 6px;
}

.cartshowPadding {
    padding: 0px;
}

@media (min-width: 992px) {
   

    .account-drop .dropdown-menu {
        min-width: 300px;
    }
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}
