﻿
/*Navid Styles
===================================================*/

@media only screen and (max-width:992px) {
    .carousel-multi-item .carousel-indicators li {
        margin-bottom: -1.88rem
    }

    .carouselMiddle {
        padding-top: 20px;
    }

    .img-responsive {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        border: 1px solid #dddcdc;
    }

    .carouselInner {
        background-color: #bcbcbc; /*#a3d2e3;*/
        height: 240px;
        position: fixed;
    }
}


@media(max-width:768px) {
    .GridColInsert90 {
        width: 70px !important;
    }

    .GridColStore90Fix {
        width: 90px !important;
    }

    .GridColStore40 {
        width: 30px !important;
    }

    .header-side-image {
        display: none;
    }

    .VerticalCarouselImage {
        height: 200px;
        width: 80%;
        border-radius: 10px;
    }

    .GoodBox {
        border: 1px solid #ebebeb;
        padding: 10px 10px 10px 10px;
        height: 250px;
    }

        .GoodBox:hover {
            box-shadow: 7px 0 10px #ebebeb;
            transition: box-shadow 0.3s ease-in-out;
        }

    .GoodBox_img {
        height: 100px;
        width: 100px;
        border-radius: 5px;
    }

    .ImageStyleIndex {
        border: 1px solid #94a5b5;
        width: 36px;
        height: 36px;
        border-radius: 6px;
    }

    .ImageStyleIndex_sm {
        border: 1px solid #94a5b5;
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .ImageStyle150 {
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }

    .w-100 {
        width: 100% !important;
        height: 40vh;
    }
    .height400Mobile {
        height: 200px !important;
    }
}

@media (min-width:768px) {
    .height400Mobile {
        height: 400px !important;
    }
    .GridColInsert90 {
        width: 90px !important;
    }

    .GridColInsert100 {
        width: 110px !important;
    }

    .GridColStore90Fix {
        width: 90px !important;
    }

    .GridColStore40 {
        width: 40px !important;
    }

    .VerticalCarouselImage {
        height: 400px;
        width: 80%;
        border-radius: 10px;
    }

    .carousel-multi-item .col-md-4 {
        float: left;
        width: 33.333333%;
        max-width: 100%
    }

    .carouselMiddle {
        padding-top: 50px;
    }

    .img-responsive {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        border: 1px solid #dddcdc;
    }

    .carouselInner {
        background-color: #bcbcbc; /*#a3d2e3;*/
        height: 400px;
        position: fixed;
    }

    .GoodBox {
        border: 1px solid #ebebeb;
        padding: 10px 10px 10px 10px;
        height: 310px;
    }

        .GoodBox:hover {
            box-shadow: 3px 2px 4px #ebebeb;
            transition: box-shadow 0.3s ease-in-out;
        }

    .GoodBox_img {
        height: 140px;
        width: 130px;
        border-radius: 5px;
    }

    .ImageStyleIndex {
        border: 1px solid #94a5b5;
        width: 46px;
        height: 46px;
        border-radius: 6px;
    }

    .ImageStyleIndex_sm {
        border: 1px solid #94a5b5;
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .ImageStyleIndex80 {
        width: 80px;
        height: 80px;
        border-radius: 6px;
    }

    .ImageStyle150 {
        width: 150px;
        height: 150px;
        border-radius: 10px;
    }

    .w-100 {
        width: 100% !important;
        height: 80vh;
    }

    .w-80 {
        width: 100% !important;
        height: 400px;
    }
}

/*.GoodBox_img {
    width: 100%;
    border-radius: 5px;
}*/

.LoginHeaderImage {
    color: #fff;
    font-size: 14pt;
    padding: 15px;
    border-radius: 2px;
}

.LoginHeaderText {
    color: #436073;
    font-size: 14pt;
    border-radius: 2px;
}


MenuButton {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.FontColorWhite {
    color: #fff;
}

.FontSize6 {
    font-size: 6pt !important;
}

.FontSize7 {
    font-size: 7pt !important;
}

.FontSize8 {
    font-size: 8pt !important;
}

.FontSize9 {
    font-size: 9pt !important;
}

.FontSize10 {
    font-size: 10pt !important;
}

.FontSize11 {
    font-size: 11pt !important;
}

.FontSize12 {
    font-size: 12pt !important;
}

.FontSize13 {
    font-size: 13pt !important;
}

.FontSize14 {
    font-size: 14pt !important;
}

.FontSize15 {
    font-size: 15pt !important;
}

.FontSize16 {
    font-size: 16pt !important;
}

.FontSize18 {
    font-size: 18pt !important;
}


.MarketGoodPanel {
    /*box-sizing: border-box;
    align-items: center;
    position: relative;
    display: flex;
    min-height: 100%;*/
    /*padding: 30px;*/
    /*border: 1px solid var(--color-grey2);
    background-color: var(--color-white);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*border: 1px solid #dddcdc;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(228,228,227,.3);
    -moz-box-shadow: 0 10px 20px rgba(228,228,227,.3);
    box-shadow: 0 10px 20px rgba(228,228,227,.3);
    transition: all .1s linear;
    height: 360px !important;
}

.MarketGoodImage {
    height: 200px;
    width: 200px;
    border-radius: 10px;
}

    .MarketGoodImage:hover {
        box-shadow: 10px 10px 15px #100101;
        transition: box-shadow 0.3s ease-in-out;
    }

.MarketPanelGoodParent {
    height: 135px;
    border-radius: 0 0 10px 10px;
    background: rgba(64, 64, 64, 0.5);
    padding-top: 20px;
}

.MarketPanelGoodChild {
    opacity: 1;
}

.Bottom {
    position: absolute;
    bottom: 0;
}
/* Section3 Start*/
.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem
}

    .carousel-multi-item .controls-top .btn-floating {
        background: #4285f4
    }

.md-accordion.carousel-multi-item {
    margin-bottom: 5rem
}

.carousel-HeaderSlider {
    border-radius: 10px;
    height: 100%;
}

.carouselShadow {
    box-shadow: 10px 10px 20px #bcbcbc; /*#87ccff;*/
}

.carouselindicators {
    background-color: #bcbcbc;
    border-radius: 10px;
    opacity: 0.4;
}


/* Section3 End*/
.SlideBoxes {
    height: 190px;
    border-radius: 10px;
}

    .SlideBoxes:hover {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

.textAlignCenter {
    text-align: center;
}

.BoxImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    margin: 0 12px;
    height: 36px;
    padding: 5px 30px 5px 10px;
}

/*StoreOptionsStyle Start*/

.ColorLigthSteel_Option {
    border: 2px solid #ebf5fe;
    border-radius: 5px;
    background-color: #deefff;
    color: #686b6b;
    margin: 10px;
    padding: 4%;
    align-self: center;
    position: absolute;
    font-size: 12pt;
}

    .ColorLigthSteel_Option:hover {
        border: 2px solid #deefff;
        background-color: #b2c7db;
        color: #fff;
        font-weight: bolder;
    }

.ColorDarkBlue_Option {
    border: 2px solid #49769b;
    border-radius: 5px;
    background-color: #376285;
    color: #d9dddd;
    margin: 10px;
    padding: 4%;
    align-self: center;
    position: absolute;
    font-size: 12pt;
}

    .ColorDarkBlue_Option:hover {
        border: 2px solid #deefff;
        background-color: #294963;
        color: #fff;
        font-weight: bolder;
    }

.ColorRed_Option {
    border: 2px solid #c8403a;
    border-radius: 5px;
    background-color: #9a221d;
    color: #d9dddd;
    margin: 10px;
    padding: 4%;
    align-self: center;
    position: absolute;
    font-size: 12pt;
}

    .ColorRed_Option:hover {
        border: 2px solid #9a221d;
        background-color: #7d1511;
        color: #fff;
        font-weight: bolder;
    }

.ColorDarkYellow_Option {
    border: 2px solid #f3f7ac;
    border-radius: 5px;
    background-color: #e7eb96;
    color: #646464;
    margin: 10px;
    padding: 4%;
    align-self: center;
    position: absolute;
    font-size: 12pt;
}

    .ColorDarkYellow_Option:hover {
        border: 2px solid #e7eb96;
        background-color: #c6c983;
        color: #fff;
        font-weight: bolder;
    }

.ColorLigthGray_Option {
    border: 2px solid #a1a282;
    border-radius: 5px;
    background-color: #969686;
    color: #d3e3e3;
    margin: 10px;
    padding: 4%;
    align-self: center;
    position: absolute;
    font-size: 12pt;
}

    .ColorLigthGray_Option:hover {
        border: 2px solid #a1a282;
        background-color: #86876a;
        color: #fff;
        font-weight: bolder;
    }

.Padding4_Option {
    height: 100px;
    border-radius: 5px;
    padding: 4%;
}

.ColorBlack {
    background-color: #000000 !important;
}

.colorOrange {
    background-color: #f1816d;
}

.colorGreenBlue {
    background-color: #75d8d5;
}

.colorGreenLigth {
    background-color: #00e7c3;
}

.colorGreen {
    background-color: #01cd9a;
}

.colorRed {
    background-color: #ee384e;
}

.colorBrown {
    background-color: #584f4a;
}

.colorBrownLigth {
    background-color: #decdbd;
}

.colorWhite {
    background-color: #fff;
}

.colorGreyLigth {
    background-color: #faf5f5;
}

.colorSteelLightblue {
    background-color: #c4def5;
}



.colorHimBlue {
    background-color: #2d4059;
}

.colorHimBlueLigth {
    background-color: #457b9d;
}

.colorHimRed {
    background-color: #ea5455;
}

.colorHimOrange {
    background-color: #ffc93c;
}

.colorHimBrown {
    background-color: #decdc3;
}

.colorHimKhaki {
    background-color: #e5e5e5;
}

.colorHimSilver {
    background-color: #bfd7ea;
}

.colorHimDarkGray {
    background-color: #403d39;
}

.backgroundColorGray {
    background-color: #e4eef8;
}

.ColorGradientBlack {
    background-image: linear-gradient(#000000,#000000,#000000, #3e3832,#77685a);
}

.ColorGradientBlackRevert {
    background-image: linear-gradient(#77685a,#77685a,#77685a);
}

#checkout-block {
    background-color: #fff;
    /*background-image: linear-gradient(#000000,#77685a,#fff);*/
}

/*StoreOptionsStyle END*/

.footer_ul_amrc {
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 10px 0
}

    .footer_ul_amrc li {
        padding: 0 0 5px 0
    }

        .footer_ul_amrc li a {
            color: #ccc
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none
            }


.social_footer_ul {
    display: contents;
    margin: 15px auto 0 auto;
    list-style-type: none;
    text-align: center;
}

    .social_footer_ul li {
        padding-left: 20px;
        padding-top: 10px;
        float: left
    }

        .social_footer_ul li a {
            color: #ccc;
            border: 1px solid #ccc;
            padding: 8px;
            border-radius: 50%
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center
        }









.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 10px;
    border: 1px solid #dddcdc;
}

    .hovereffect .overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 1em;
        height: 4.75em;
        background: #1c96c9;
        color: #3c4a50;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        /*        visibility: hidden;*/
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    .hovereffect:hover img {
        -webkit-transform: translate3d(0,-10%,0);
        transform: translate3d(0,-10%,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        float: left;
        margin: 0px;
        display: inline-block;
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        margin: 50px 0 0 0;
        background-color: transparent;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }


    .hovereffect p.icon-links a {
        float: right;
        color: #fff; /*#3c4a50;*/
        font-size: 1.4em;
    }

    .hovereffect:hover p.icon-links a:hover,
    .hovereffect:hover p.icon-links a:focus {
        color: #252d31;
    }

    .hovereffect h2,
    .hovereffect p.icon-links a {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,200%,0);
        transform: translate3d(0,200%,0);
        visibility: visible;
    }

        .hovereffect p.icon-links a span:before {
            display: inline-block;
            padding: 8px 10px;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


    .hovereffect:hover .overlay,
    .hovereffect:hover h2,
    .hovereffect:hover p.icon-links a {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect:hover h2 {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .hovereffect:hover p.icon-links a:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .hovereffect:hover p.icon-links a:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .hovereffect:hover p.icon-links a:first-child {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }


.MarketPanelImage_Introduce1 {
    background-image: url(../image/Market/checkout-2500w.jpg);
}

MarketImageStyle_Introduce1 {
    position: relative;
    display: block;
    max-width: 290px;
    max-height: 505px;
}

.registerRasane {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}


.CarouselImage {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}



.AccordionHeader {
    font-size: smaller;
    color: #fff;
    background-color: #007bff;
    padding: 10px 10px 10px 10px;
    border: 2px solid #d3ddeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.AccordionSection {
    font-size: smaller;
    font-weight: normal;
    outline: none;
    color: #222;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E7E7E7;
}

.AccordionSectionHide {
    display: none;
}



.dbfTextControl {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.95rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fdfdfd;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.textwhiteCustom {
    color: #fff !important;
}

    .textwhiteCustom:hover {
        color: #000 !important;
    }

.height400 {
    height: 400px !important;
}

.height200 {
    height: 200px !important;
}


.height100 {
    height: 100px !important;
}

.height80 {
    height: 80px !important;
}
.height70 {
    height: 70px !important;
}
.height60 {
    height: 60px !important;
}
.height50 {
    height: 50px !important;
}

.height150 {
    height: 150px !important;
}

.SliderDescription {
    background-color: #e3e3e3;
    opacity: 0.7;
    padding: 4px;
}

.DropdownCustomized {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.bg-redLight {
    background-color: #ff8a8a !important;
}

.btnSaveStyle {
    width: 120px !important;
}

.col-md-12-Custom {
    flex: 0 0 auto;
    width: 98%;
    margin-inline-start: 1%;
}

.col-md-12-Full {
    flex: 0 0 auto;
    width: 98%;
    margin-inline-start: 0;
}

.linkCustom {
    padding: 0.75rem 1.25rem !important;
    border-radius: 4px;
}

    .linkCustom:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

.FieldTypeInfoPanel {
    border-bottom-left-radius: 40px;
}

.bg-successBroker {
    background-color: #02abae !important;
}

.btn-infoBroker {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-infoBroker:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-infoBroker:focus, .btn-infoBroker.focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-infoBroker.disabled, .btn-infoBroker:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-infoBroker:not(:disabled):not(.disabled):active, .btn-infoBroker:not(:disabled):not(.disabled).active, .show > .btn-infoBroker.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-infoBroker:not(:disabled):not(.disabled):active:focus, .btn-infoBroker:not(:disabled):not(.disabled).active:focus, .show > .btn-infoBroker.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.bg-infoBroker {
    background-color: #17a2b8 !important;
}

a.bg-infoBroker:hover, a.bg-infoBroker:focus,
button.bg-infoBroker:hover,
button.bg-infoBroker:focus {
    background-color: #117a8b !important;
}

.bg-rose {
    background-color: #fcf1c7 !important;
}

.btn-rose {
    color: #000;
    background-color: #fcf1c7;
    border-color: #ece2bc;
}

    .btn-rose:hover {
        color: #000;
        background-color: #eaddae;
        border-color: #ece2bc;
    }

    .btn-rose:focus, .btn-rose.focus {
        color: #fff;
        background-color: #fcf1c7;
        border-color: #ece2bc;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-rose.disabled, .btn-rose:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-rose:not(:disabled):not(.disabled):active, .btn-rose:not(:disabled):not(.disabled).active, .show > .btn-rose.dropdown-toggle {
        color: #fff;
        background-color: #ece2bc;
        border-color: #ece2bc;
    }

        .btn-rose:not(:disabled):not(.disabled):active:focus, .btn-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-rose.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.containerCustom {
    width: 100%;
    /*max-width: 1320px;*/
    /*padding-right: 0 !important;
    padding-left: 0 !important;*/
    /*margin-right: auto;
    margin-left: auto;*/
}

.HeaderTopic {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /*background-color: #ddd;*/
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.FooterColor {
    background-color: #172838 !important;
}

.radius10 {
    border-radius: 10px;
}

.radius4 {
    border-radius: 4px;
}

.radius0 {
    border-radius: 0 !important;
}

.ImageStyleSm {
    border: 1px solid #6c757d;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.ImageStyle {
    border: 1px solid #6c757d;
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.cursorpointer {
    cursor: pointer;
}

.fontfamilyIranSans {
    font-family: iranyekanweb !important;
}

.ImagesStyle {
    padding: 4px;
    width: 150px;
    height: 60px;
    border: 1px dashed #3a3a3a;
    background-color: #ddd;
}


.img-responsiveViewer {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #dddcdc;
    cursor: pointer;
}

.SamanehHome {
    width: 76px !important;
    height: 80px !important;
}

.CartItemsZarinpal {
    height: 100px !important;
    width: 90px !important;
    left: 10px;
    position: absolute;
}

.CartItemsZarinpalLogo {
    height: 100px !important;
    width: 90px !important;
}

.IndexLogoPercent {
    height: 100% !important;
    width: 100% !important;
}

.IndexLogo {
    height: 60px !important;
    width: 60px !important;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 100%;
    /*height: 60px;*/ /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

.footerLogin {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

.FieldTypeInfoPanel {
    border-bottom-left-radius: 40px;
}

textarea::-webkit-resizer {
    display: none;
}

.sectionScroll {
    max-height: 250px;
    /*padding: 1rem;*/
    /*overflow-y: auto;*/
    /*direction: ltr;*/
/*    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;*/
}

    .sectionScroll::-webkit-scrollbar {
        width: 20px;
    }

    .sectionScroll::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

    .sectionScroll::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 6px solid rgba(0, 0, 0, 0.18);
        border-left: 0;
        border-right: 0;
        background-color: #8070d4;
    }