a, h1, h2, h3, h4, h5, h6, p, span, div, li {
    font-family: IRANSans, sans-serif;
}

a {
    color: #2d7d9a;
}

a, p, h6, div, span, li {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

select {
    padding: 0 0px !important;
}

#menu1 {
    /* background: #efefef; */
    background-color: #f5f5f5;
    border-bottom: 1px solid #CCC;
}

#menu1 a, #menu1 p {
    color: #636363;
}

header {
    position: relative;
    z-index: 99999;
}

.slider {
    position: relative;
}

#menu2 {
    background-color: rgb(38 98 119);
}

#menu2 a {
    color: #FFF;
}

.form-control {
    background: transparent !important;
    color: #2D7D9A;
    border: none;
    padding: 8px 0 8px 24px;
    border-bottom: 2px solid #2D7D9A;
}

.form-control::placeholder {
    color: #7D8795;
}

.searchIcon {
    position: absolute;
    left: 5px;
}

.intro {
    display: flex;
    background: rgba(45, 125, 154, 0.1);
    border-radius: 15px;
    position: relative;
    height: 102px;
    align-items: center;
    width: 96%;
    justify-content: flex-end;
}

@media all and (max-width: 760px) {
    .intro {
        width: 90%;
    }
}

.intro img {
    width: 80px;
    margin-left: 10px;
    right: -24px;
    position: absolute;
}

.intro h5 {
    color: #428aa4;
    font-size: 15px;
    font-weight: bold;
    margin-left: 6px;
}

.searchBox::placeholder {
    color: rgba(255, 255, 255, .5);
}

.form-control:focus {
    border-bottom: 2px solid #3db2d5;
}

#products {
    background: url("../images/side.png");
    background-size: 100% 100%;
}

h5 {
    color: #E74856;
}

.border-radius-0 {
    border-radius: 0;
}

.card {
    background-color: rgba(144, 144, 144, 0.1);
}

h6.card-title {
    color: #707070;

}

.card-text {
    text-align: justify;
    color: #979797;
    font-size: 14px;
}

.btn-primary {
    background: #E74856 !important;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary:hover {
    background: #2D7D9A !important;
    color: #FFF;
}

.card a.btn-primary {
    position: relative;
    top: 15px;
    padding: 4px 20px;
}

footer {
    background-image: url("/templateIcons/footer-bg.svg");
    background-position: bottom;
    background-size: 100%;
    padding: 2rem 0 0 0;
    background-repeat: no-repeat;
}


@media all and (max-width: 900px) {
    footer {
        background-color: #2d7d9a;
        background-image: none;
    }

    footer input.form-control {
        width: 70% !important;
    }
}

footer .form-control {
    border: none !important;
}

footer ul li {
    color: #FFF
}

footer a, footer p, footer h6 {
    color: #FFF !important;
}

.signupSide {
    background-image: url("../images/side-login.png");
    color: #FFF !important;
    background-size: 100% 100%;
}

.center {
    margin: 0 auto
}

.uploadLabelImage {
    position: relative;
    bottom: 45px;
    right: 10px;
    cursor: pointer;
}

.uploadName {
    position: relative;
    bottom: 35px;
    left: 10px;
    background: #FFF;
    padding: 3px 10px;
    border-radius: 15px;
    color: #aaa;
    font-size: 13px;
    direction: ltr;
}

.modal {
    z-index: 99999;
}

#storeOrder h5 {
    color: #212121
}

#storeOrder label {
    margin: 10px 0 0 0;
}


.products .hovereffect {
    border-radius: 2.1rem 2.1rem 0 0;
}

.similarProducts img:nth-child(2) {
    position: relative;
    top: -9.5px;
}


.hovereffect {
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 15px;
}

.hovereffect, .hovereffect .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.overlay {
    background-color: rgba(64, 64, 63, .5);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(.5, .5);
    -moz-transform: rotateY(180deg) scale(.5, .5);
    -ms-transform: rotateY(180deg) scale(.5, .5);
    -o-transform: rotateY(180deg) scale(.5, .5);
    transform: rotateY(180deg) scale(.5, .5);
}


.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.popularPostsCard .card-header {
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    background: #E74856;
    border: 0;
}

.text-primary {
    color: #E74856 !important;
}

.page-item.active .page-link {
    z-index: 2;
    color: #2D7D9A;
    background: transparent;
    border: none;
    border-bottom: 2px solid #2D7D9A;
    font-weight: bold;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #212121;
    border: none;
    background-color: transparent;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

#postWrapper .card, #postCategories .card {
    border: none
}

.contactMain {
    padding-bottom: 4rem;
}

.contactWrapper {
    background: #EEE;
    padding-bottom: 2rem;
}

#discountWrapper {
    background: #FFF;
    padding: 0.5rem 0.5rem
}

#discountWrapper .form-control {
    border: none;
}

.actions {
    position: relative;
    bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cartItemBody {
    background: #FAFAFA;
    display: flex;
    align-items: center;
}

.cartSummery {
    background: #FAFAFA;
    margin-bottom: 10px !important;
}

.text-secondary {
    color: #2d7d9a !important;
}

.sendWays {
    border-left: 1px solid #DFDFDF;
}


.list-style-none {
    list-style: none !important;
}

.btn-outline-primary {
    border: 1px solid #E74856;
    color: #E74856;
    background: #FFF;
}

.btn-outline-primary:hover {
    border: 1px solid #E74856;
    background: #E74856;
    color: #FFF
}

.btn-outline-danger {
    border: 1px solid #2d7d9a;
    color: #2d7d9a;
    background: #FFF;
}

.btn-outline-danger:hover {
    border: 1px solid #2d7d9a;
    background: #2d7d9a;
    color: #FFF
}

.orderSpecification .btn-outline-primary {
    border: 1px solid #2d7d9a;
    color: #2d7d9a;
    background: #FFF;
}

.orderSpecification .btn-outline-primary:hover {
    border: 1px solid #2d7d9a;
    background: #2d7d9a;
    color: #FFF
}

.orderSpecification .btn-outline-danger {
    border: 1px solid #E74856;
    color: #E74856;
    background: #FFF;
}

.orderSpecification .btn-outline-danger:hover {
    border: 1px solid #E74856;
    background: #E74856;
    color: #FFF
}

#addressModal input[type="radio"]:checked + label, #addressModal input[type="checkbox"]:checked + label {
    border: 2px solid #2d7d9a !important;
    padding: 10px 0;
}

.paymentWrapper {
    display: flex;
    align-items: center;
    width: 97%;
    margin: auto;
    position: relative;
    padding: 1rem 2em;
    color: #FFF;
    background: #F5F5F5;
    background-clip: padding-box;
    border: solid 7px transparent;
    border-radius: 0.7em;
    margin-top: 3rem;
}

.paymentWrapper:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 7px;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: -1;
    margin: -7px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1b5468 0%, #245f7c 35%, #2d7d9a 100%);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.slider {
    overflow: hidden;
}

.cartWrapper .badge {
    position: absolute;
    left: 19px;
    bottom: 7px;
    border-radius: 50%;
    color: #ffffff;
    background: #e74856;
}


#profile-sidebar {
    border-radius: 50px 0 0 50px;
    background: linear-gradient(0deg, #25A0CB 0%, #2c86a0 35%, #286D86 100%);
    padding: 1rem 5px;
}

#profilePicture {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#sidebar-items {
    list-style: none;
    padding: 0;
}

#sidebar-items li {
    padding: 20px;
    color: #FFF;
}

#sidebar-items li a {
    color: #FFF;
}

#sidebar-items li:hover {
    background: #FFF;
    color: #286d86;
    border-radius: 0 35px 35px 0;
}

#sidebar-items li:hover a {
    text-decoration: none;
    color: #286d86;
}

.status-order {
    color: #286d86;
}

.moreCollapse {
    position: relative;
    bottom: 20px;
    left: 75px;
    background: #FFF;
    padding: 7px 20px;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    color: #286d86 !important;
}

.staticsPosition {
    background: url(/imgs/statics.png);
    overflow: hidden;
    background-size: 100% 100%;
    padding: 2rem 0;
}

.staticsPosition h2 {
    font-size: 50px;
    margin-top: 15px;
    color: #646464;
    font-weight: normal;
}

.staticsPosition h2, .staticsPosition h6 {
    text-align: center;
    line-height: 25px;
}

.moneybag-bg {
    background: url(/imgs/moneybag-bg.png);
    overflow: hidden;
    background-size: 100% 100%;
    padding: 1.5rem 20px;
}

.moneybag-bg .title {
    color: #616161;
}

.white-color {
    color: #FFF;
}

#priceList .table th {
    color: #fff;
    font-weight: normal;
    background-color: #2a728f !important;
    text-align: center;
    padding: 12px 20px !important;
    font-size: 17px !important;
}

#verifyPhoneModal {
    width: 66.72%;
    position: absolute;
    top: auto;
    left: auto;
}

#sendAgainSMS, #verifyPhoneBTN {
    width: 25%;
}

@media all and  (max-width: 960px) {
    #verifyPhoneModal {
        width: 100%;
        position: absolute;
        top: auto;
        left: auto;
    }


    #sendAgainSMS, #verifyPhoneBTN {
        width: 60%;
        margin-top: 10px;
    }
}

#verifyPhoneModal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#verifyPhoneModal .modal-content {
    border-radius: 0;
}

#divOuter {
    width: 160px;
    overflow: hidden;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 3px 10px;
}

#partitioned {
    padding-left: 10px;
    letter-spacing: 25px;
    background-image: linear-gradient(to left, #707070 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 35px 1px;
    background-repeat: repeat-x;
    background-position-x: 30px;
    width: 145px;
    direction: ltr;
    border: none;
    float: left;
    margin-bottom: 7px;
}

#menu2 .dropdown-item {
    background: transparent;
    color: #111;
}

#menu2 .dropdown-menu {
    min-width: 40rem;
    border: none;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.89);
}

#menu2 .dropdown-menu img {
    border-radius: 1.5rem;
    padding: 7px;
}

#menu2 .dropdown-item {
    padding: 5px 0;
    font-size: 13px !important;
}

#menu2 .dropdown-item:hover, #menu2 .dropdown-item:active, #menu2 .dropdown-item:focus {
    background: transparent;
    color: #111;
}

#orderCard {
    -webkit-border-radius: 30px 30px 30px 0;
    -moz-border-radius: 30px 30px 30px 0;
    border-radius: 30px 30px 30px 0;
    padding: 2rem;
}

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #2d7d9a;
}

.createTicket {
    top: 0 !important;
}

.ticketTitle {
    color: #2d7d9a;
}


.cartWrapper .dropdown-menu {
    width: 15rem !important;
    min-width: 15rem !important;
    right: -13rem;
    top: 1.1rem !important;
    border-radius: 0 16px 16px 16px !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    background: #FFF !important;
}

.cartWrapper img {
    cursor: pointer;
}


.cartWrapper {
    border-radius: 26px;

    padding: 10px 20px;
}

.cartWrapper p {
    color: #266277;
}

.searchBox::placeholder {
    color: #2d7d9a;
}

#menu2 .nav-link {
    font-size: 13px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: #000;
}

.modal {
    z-index: 1000000;
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 106000;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#postSide .card-header, #postArchiveWrapper .card-header {
    color: #FFFF;
    font-weight: bold;
    font-size: 17px;
    background: linear-gradient(90deg, rgb(26, 93, 117) 0%, rgb(42, 114, 143) 35%, rgb(0, 182, 255) 100%);
    -webkit-border-radius: 0 17px 17px 17px;
    -moz-border-radius: 0 17px 17px 17px;
    border-radius: 0 17px 17px 17px;
    border: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 106000;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


.priceSmall {
    font-size: 14px;
}

.customersImg {
    height: 150px !important;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.2s ease;
}

.customersImg:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.newsPictures {
    height: 200px;
    object-fit: cover;
}

.newsDescription {
    height: 80px;
}

.newsTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.phoneIcon {
    width: 15px;
}

.position-relative {
    position: relative;
}

.indexTitle {
    color: #266277;
    margin: 37px 0 10px 0;
    font-size: 26px;
}

.indexParagraph {
    font-size: 14px;
    margin-bottom: 0;
}

.intro {
    transition: all 0.3s ease;
}

.intro:hover {
    transform: scale(1.05);
}

