﻿/*#region Shared*/



@font-face {
    font-family: 'IRANSansWeb';
    src: url('../Font/IRANSansWeb.ttf') format('truetype');
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
}

.dark-primary-color {
    background: #0097A7;
}

.default-primary-color {
    background: #00BCD4;
}

.light-primary-color {
    background: #B2EBF2;
}

.text-primary-color {
    color: #FFFFFF;
}

.accent-color {
    background: #FF4081;
}

.primary-text-color {
    color: #212121;
}

.secondary-text-color {
    color: #757575;
}

.divider-color {
    border-color: #BDBDBD;
}

.no-outline {
    outline: none !important;
}

.header-bg-color {
    background-image: url('../image/14.jpg') !important;
    background-size: cover;
    border-bottom-left-radius: 1.7rem;
    border-bottom-right-radius: 1.7rem;
}

@media (max-width: 575px) {
    .header-bg-color {
        background-color: rgba(86, 183,192, 0.82);
        border-radius: 0px !important;
    }
}

body {
    font-family: IRANSansWeb;
}

.d-rtl {
    direction: rtl;
}

.d-ltr {
    direction: ltr;
}

.link-a {
    text-decoration: none !important;
    color: #FFFFFF;
}

    .link-a:hover {
        color: #e8e7e7;
    }

.rad-15 {
    border-radius: 15px !important;
}

.cus_search {
    position: relative;
    left: 31px;
    z-index: 15;
    top: 7px;
}

.h-search-icon {
    color: #a2a6ab;
}

.navbar-nav .nav-link {
    color: black !important;
}

    .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.85) !important;
    }

.debug1 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    color: white;
    padding: 10px;
    z-index: 3000;
}
/*<=xs*/
@media (max-width: 575px) {
}
/*<=sm*/
@media (max-width: 767px) {
}
/*<=md*/
@media (max-width: 991px) {
}
/*<=lg*/
@media (max-width: 1199px) {
}
/*=sm*/
@media (min-width:576px) and (max-width: 767px) {
}
/*=md*/
@media (min-width:768px) and (max-width: 991px) {
}




/*  /////////////////////////////////////////////////////////////////////////////////////////
    // SliderRow ///////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////// */

.Slider_Row {
    /*background-color: #efefef;*/
}


.sliderwrapper {
    overflow: hidden;
    border-radius: 1.7rem !important;
}

/*<=xs*/
@media (max-width: 575px) {
    .sliderwrapper {
        border-radius: 0px !important;
    }
}

.sliderwrapper .slick-arrow {
    position: absolute;
    top: 0px;
    z-index: 1;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    height: 100%;
    width: 6%;
    text-align: center;
}

    .sliderwrapper .slick-arrow span {
        position: relative;
        top: 45%;
    }

    .sliderwrapper .slick-arrow:hover {
        color: rgba(255,255,255,0.88);
    }


.sliderwrapper .slick-next {
    left: 0px;
}

    .sliderwrapper .slick-next:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    }

.sliderwrapper .slick-prev {
    right: 0px;
}

    .sliderwrapper .slick-prev:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    }

.sliderwrapper ul.slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .sliderwrapper ul.slick-dots li {
        position: relative;
        width: auto;
        display: inline-block;
    }

        .sliderwrapper ul.slick-dots li div {
            border: 2px solid rgba(255,255,255,.7);
            width: 10px;
            height: 10px;
            border-radius: 35%;
            margin: 0px 3px;
            cursor: pointer;
        }

        .sliderwrapper ul.slick-dots li.slick-active div {
            background-color: rgba(255,255,255,.8);
        }

@media (max-width:575px) {
    .sliderwrapper ul.slick-dots {
        display: none !important;
    }
}

.recent-fluid {
    background-color: #f5f5f5;
}

.recent-books > div {
    height: 242px;
    margin-top: 10px;
    /*border: 1px solid black;*/
}

.price {
    color: #353535;
    text-decoration: line-through;
}

.discount {
    color: #dc3030;
}

.product-card {
    /*border:1px solid red;*/
    background-color: white;
    /*overflow:hidden;*/
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #e4e4e4;
}

    .product-card:hover {
        box-shadow: 1px 1px 8px 5px #e4e4e4;
    }

.pc-img {
    height: 195px;
    /*background-color:hotpink;*/
}

.text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: large;
}

.link-b {
    text-decoration: none !important;
    color: #212121;
}

    .link-b:hover {
        color: #212121;
    }

.title-box {
    background-color: #fdfdfd;
    border-right: 8px solid dodgerblue;
    border-top: 1px solid lightblue;
}

.title-line {
    border: 1px solid #e4e4e4;
    height: 1px;
}

.SMCH {
    height: 50px !important;
}

.show-more {
    background-color: #d6d6d6;
    border-radius: 10px !important;
    height: 36px;
    transition: 0.3s;
}

    .show-more i {
        position: absolute;
        left: calc(50% - 21px);
        font-size: 2.1rem;
        top: 23px;
        color: #979aff;
    }

    .show-more:hover {
        height: 40px;
    }

/*  /////////////////////////////////////////////////////////////////////////////////////////
    // HorizontalList ///////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 575px) {
    .HlistWrapper {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.Hlist.slick-slider {
    padding-right: 50px;
    padding-left: 50px;
}

/*<=xs*/
@media (max-width: 575px) {
    .Hlist.slick-slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xs-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.Hlist .slick-arrow {
    position: absolute;
    top: 0px;
    z-index: 1;
    color: /*rgba(255,255,255,0.5);*/ #c1c1c1;
    cursor: pointer;
    height: 100%;
    width: 4%;
    text-align: center;
    background-color: white;
}

    .Hlist .slick-arrow span {
        position: relative;
        top: 45%;
    }

    .Hlist .slick-arrow:hover {
        color: /*rgba(255,255,255,0.88);*/ #9e9d9ddb;
    }


.Hlist .slick-next {
    left: 0px;
    box-shadow: 10px 1px 10px -2px #e4e4e4;
}

/*.sliderwrapper .slick-next:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    }*/

.Hlist .slick-prev {
    right: 0px;
    box-shadow: -10px 1px 10px -2px #e4e4e4;
}

/*.sliderwrapper .slick-prev:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    }*/
.slick-disabled {
    box-shadow: none !important;
    color: #c1c1c129 !important;
}

    .slick-disabled:hover {
        cursor: default;
    }

.Footer-Fluid {
    background-color: #424242;
}

.Footer-Icon {
    padding: 9px;
    border-radius: 50%;
    background-color: white;
    width: 40px;
    height: 40px;
}

.Footer-Icon-Light {
    padding: 9px;
    border-radius: 50%;
    background-color: white;
    width: 40px;
    height: 40px;
}

    .Footer-Icon-Light i {
        color: #969696;
    }

.Footer-Row div span {
    color: white;
}

.footer-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .footer-btn-dark:hover {
        color: #d6d6d6;
    }

.Footer-Row > div > div {
    margin-top: 10px;
}

.footer-dotted {
    border-top: 1px dotted gray;
}

.footer-btn-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    width: 120px;
}

    .footer-btn-light span {
        color: #f8f9fa;
    }

    .footer-btn-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .footer-btn-light:hover span {
            color: #212529;
        }

.one-side-rad {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*#abaaaa color*/
.email-btn-light {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    color: #abaaaa;
    background-color: #ebecec;
    border-color: #ebecec;
}

    .email-btn-light:hover {
        color: #abaaaa;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

.HUlLi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .HUlLi ul li {
        float: right;
    }

        .HUlLi ul li a {
            color: #fff;
            text-align: center;
            text-decoration: none;
        }



            .HUlLi ul li a:hover {
                color: #d6d6d6;
            }

        .HUlLi ul li:not(:first-of-type):after {
            content: "/";
            color: white;
        }

.Footer-Bottom-Bar {
    background-color: #333333;
}

input, a {
    outline: none !important;
    box-shadow: none !important;
}

.no-outline, no-outline:active, no-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}
/*#region main-wrapper*/
.main-wrapper {
    background-color: #efefef;
}

.main-wrapper-inner {
    background-color: white;
}
/*#endregion main-wrapper*/

/*#endregion Shared*/

/*#region product*/

.prod-title {
    background-color: #f5f5f5;
}

.hr-line {
    border-bottom: 1px dotted #333333;
}


.add-button {
    position: relative;
    right: 14px;
}

.btn-prod {
    width: 205px;
}

.book-img {
    background-image: url(../image/book.png);
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto;
}

.prod-title {
    background-color: #f5f5f5;
}

.hr-line {
    border-bottom: 1px dotted #333333;
}


.add-button {
    position: relative;
    right: 14px;
}

.prod-button {
    margin-top: 240px;
}

    .prod-button div button {
        width: 200px;
    }

.book-img {
    background-image: url(../image/book.png);
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto;
}





.a-decor {
    text-decoration: none !important;
    color: #303030;
}

    .a-decor:hover {
        color: #565656;
    }

.active {
    color: dodgerblue !important;
    border-top-color: dodgerblue !important;
    border-top-width: 2px !important;
}

    .active li {
        color: #212529 !important;
    }

.tab-pane {
    background-color: white !important;
}

.text-c {
    color: red;
}

.text-c2 {
    color: #212529 !important;
}

.text-c3 {
    color: #212529 !important;
    font-size: 1em;
}

.div-decor {
    background-color: #efefef;
}

.div-decor-2 {
    height: 70px;
    border: 1px solid #efefef;
}

/*#endregion product*/

/*#region Account */

.user-icon-decor {
    font-size: 4em;
    color: gray;
}

.signup-error {
    background-color: red;
    border-radius: 3px;
}

.btn-Phone {
    color: #fff;
    background-color: #0e6622;
    border-color: #0e6622;
}

.phone-bar {
    background-color: #b6eeaf;
    border-color: #b6eeaf;
}

.Completed-Icon {
    border-radius: 50%;
    background-color: #b6eeaf;
    width: 5em;
    height: 5em;
}

.completed-i {
    width: 3em;
    height: 3em;
    padding: 30px;
}
/*#endregion Account */
/*#region shoppingCart */
/*>=md*/
@media (min-width: 768px) {
    .table-head {
        background-color: #efefef;
        color: #8a8989;
        border: 1px solid #8a8989;
    }

    .table-row {
        border-bottom: 1px solid #8a8989;
        border-right: 1px solid #8a8989;
        border-left: 1px solid #8a8989;
    }

    .table-cell {
        border-left: 1px solid #8a8989;
    }
}

/*<=sm*/
@media (max-width: 767px) {

    .tablesm {
        border: 1px solid #8a8989;
    }
}

.table2 {
    border: 1px solid #8a8989;
}

.table2-row {
    border-bottom: 1px solid #8a8989;
}



.arrow-right-1 {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -5px;
}

.arrow-right-2 {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -11px;
}



.sc_ProgressBar {
}

    .sc_ProgressBar > div {
        background-color: #f5f5f5;
        overflow: hidden;
    }

        .sc_ProgressBar > div:first-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .sc_ProgressBar > div:last-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }


.sc_p_current {
    background-color: #3196a0 !important;
    color: #fff;
}

.sc_p_current_arrow {
    border-right-color: #3196a0 !important;
}

.sc_p_passed {
    background-color: #64d9e4 !important;
}

.sc_p_passed_arrow {
    border-right-color: #64d9e4 !important;
}

.sc_p_failed {
    background-color: #dc3545 !important;
    color: #fff;
}

/*#endregion shoppingCart */

.horizontal_line_payment {
    background-color: #efefef;
    height: 10px;
}

.Color_Complete {
    color: darkgreen;
}


.Color_Complete2 {
    background: aquamarine;
}

.Color_Complete3 {
    background: #efefef;
}








.img-control {
    height: 210px;
    border: 3px solid #5765a2;
}

.intro-bg-color {
    background-color: #5AB9EA;
    background-image: url('../image/bg2.jpg') !important;
}

.bg2 {
    background-color: lightblue;
    border-radius: 10px;
    opacity: 0.8;
}

.bg1 {
    opacity: 1;
}

.footer-bg {
    /*width: 1300px;*/
    background-image: url('../image/footer-IMG.jpg') !important;
    height: 300px;
    background-size: cover;
}

.footer-bg2 {
    height: 300px;
    background-color: #382d27 !important;
    opacity: 0.8;
    filter: alpha(opacity=50);
}

.img-control2 {
    height: 150px;
    border-radius: 50px !important;
}

.intro-col-decor {
    border-right: 1px solid lightgrey;
   
}

.art-decor {
    background-color: #17a2b8;
    color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slide_text1 {
    color: #0014ff;
    font-size: 17px;
}

.slide_text2 {
    color: black;
    font-size: 20px;
}

.more-year {
    background-color: #17a2b8;
    color: aliceblue;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.more-event {
    background-color: #caf8ff;
}

.more-event2 {
    background-color: #f0fdff;
}

.home-img {
    opacity: 35%;
    height: 63px;
}

.product-cat {
    border-radius: 30px;
    width: 350px;
    height: 50px;
    background-color: #17a2b8;
    color: aliceblue;
}


/*gallery*/
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

    .gallery .pics {
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .gallery .animation {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.pic-box {
    background-color: white;
    /*overflow:hidden;*/
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #e4e4e4;
    align-content: center;
}
    .pic-box:hover {
        box-shadow: 1px 1px 8px 5px #d1d1d1;
    }

.headerfont {
    font-family: IranNastaliq,'IranNastaliq',tahoma;
    font-size: 12px;
}