

@font-face {
    font-family: IRANSans_Fa;
    font-style: normal;
    /*font-weight: 500;*/
    src: url('../fonts/IRANSansWeb.eot') format('eot');
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'),
    url('../fonts/IRANSansWeb.woff2') format('woff');
}

/*.modal-open{*/
/*    overflow: hidden;*/
/*}*/

/*+++++++++++++++++++++++++*/
/*single-shop-header*/
/*++++++++++++++++++++++++++++++++*/


.img-bg-single-shop{
    position: relative;
}
.img-bg-single-shop img{
    max-height: 300px;
    border-radius: 30px;
    object-fit: cover;
}
.img-logo-single-shop{
    position: absolute;
    top: 0;
    right: 50px;
}
.img-logo-single-shop img{
    border-radius: 100%;
    height: 80%;
    object-fit: cover;
}
.single-shop-header{
    background: #fff;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 0 25px 0 25px;

}

.icon-single-shop{
    width: 60px;
    height: 60px;
}
.icon-single-shop img{
    width: 100%;
    height: 100%;
}
.single-shop-item{
    padding: 10px 0 10px 0;
    margin: 0 10px 0 0;
}

.single-shop-item.active{
    background: #0dcaf0;
    border-radius: 10px;

}
.single-shop-item.active{
    color: #fff;
}
.single-shop-item.active:hover {
    color: #e9e72e;
}
/*+++++++++++++++++++++++++*/
/*single-shop-header end*/
/*++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++*/
/*sidebar*/
/*++++++++++++++++++++++++++++++++*/
.data-single-shop{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}

.data-shop h6{
    text-align: right;
    font-size: 14px;
    margin: 0;
}
.list-data-shop{
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 200;
}
.list-data-shop li.h1-title{
    display: flex;
    align-items: center;
}
.list-data-shop h1 {
    font-size: 15px;
    margin-right: 10px;
    display: contents;
    font-weight: bold;
}


.list-category > li > a{
    display: block;
    padding: 4px 10px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 2.27;
    font-weight: 200;
    transition: all .2s ease-in-out;
}
.list-category > li > a:hover{
    color: #c00;
}


/*+++++++++++++++++++++++++*/
/*sidebar end*/
/*++++++++++++++++++++++++++++++++*/




/*+++++++++++++++++++++++++*/
/*content */
/*++++++++++++++++++++++++++++++++*/

.list-product-shop{
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.list-product-shop:hover{
    box-shadow: 0 2px 35px #3b43590f !important;
    transform: translateY(-8px);
}
.shop-product-box:hover img{
    transform: scale(1.1);
}
.shop-product-box .img-product-shop{
    height: 150px;
    /*width: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-product-box .img-product-shop img{
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    object-fit: cover;
    object-position: center;
}

.shop-product-off{
    position: absolute;
    background: #f9ab00;
    width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    border-radius: 10px;
    padding-top: 14px;
    right: -10px;
    z-index: 1;
}
.shop-product-off-price{
    width: 100%;
    background: #fff;
    color: #f9ab00;
    box-shadow: 0 2px 10px #52555e24;
    padding: 5px 0;
    border-radius: 0 0 8px 8px;
    margin-top: 6px;
}
.color-product {

    top: 0;
    left: 0;
    width: 20px;
    position: absolute;
    bottom: 0;
    margin-right: 22px;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 7px;
}
.rangi-circle-342{
    width: 18px;
    height: 18px;
    margin-left: 5px;
    border-radius: 90px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px #1111111a;
}
.list-product-shop h3{
    margin: 20px 0;
    color: #3b4359;
    font-weight: 400;
    min-height: 37px;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.list-product-shop h3::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    background: #2962ff;
    border-radius: 90px;
    margin-top: 15px;
    margin-right: -14px;
}
.price-product{
    font-weight: 400;
    font-family: "B Yekan";
}
.price-product-old{
    color: #9f9f9f;
    font-size: 14px;

}
.price-product-new{
    color: #3B4359 !important;
    font-size: 16px;
}
.product-bag{
    background: #2962ff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    /*text-align: center;*/
    color: #fff;
    padding-top: 15px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.Tooltip-product{
    position: absolute;
    top: 0;
    margin-top: -38px;
    background: #3b4359;
    color: #fff;
    min-width: 130px;
    margin-right: -60px;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 7px;
    display: none;
    transition: all .2s ease-in-out;
}
.Tooltip-product::before{
    content: "";
    border-top: 10px solid #3b4359;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-top: 20px;
    left: 0;
    margin-left: 25px;
}
.product-bag:hover .Tooltip-product{
    display: block;
}
.product-bag:hover{
    background: #2451CB !important;
}

.Tooltip-product-search{
    position: absolute;
    top: 0;
    margin-top: -38px;
    background: #3b4359;
    color: #fff;
    min-width: 69px;
    margin-right: -12px;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 7px;
    display: none;
    transition: all .2s ease-in-out;
}

.Tooltip-product-search::before{
    content: "";
    border-top: 10px solid #3b4359;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-top: 20px;
    left: 0;
    margin-left: 15px;
}
.search:hover  .Tooltip-product-search,
.shuffle:hover .Tooltip-product-search
{
    display: block;
}

.Tooltip-product-heart{
    position: absolute;
    top: 0;
    margin-top: -38px;
    background: #3b4359;
    color: #fff;
    min-width: 138px;
    margin-right: -38px;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 7px;
    display: none;
    transition: all .2s ease-in-out;
}

.Tooltip-product-heart::before{
    content: "";
    border-top: 10px solid #3b4359;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-top: 20px;
    left: 0;
    margin-left: 60px;
}


.heart:hover .Tooltip-product-heart{
    display: block;
}
.button-box{
    width: 100%;
    border-top: 1px solid #e9edf4;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: -20px;
}
.button-box > ul > li > a{
    font-size: 20px;
    margin: 0 20px;
}
.icon-search .search::before{
    content: "\f002";
    font-family: "Font Awesome\ 5 Pro" !important;
    color: #3b4359;
    font-size: 20px;
    top: 0;
    margin-top: 11px;
    height: 40px;
    width: 50px;
    left: 0;
}
.icon-shuffle .shuffle::before{
    content: "\f074";
    font-family: "Font Awesome\ 5 Pro" !important;
    color: #3b4359;
    font-size: 20px;
    top: 0;
    margin-top: 11px;
    height: 40px;
    width: 50px;
    left: 0;
}
.icon-heart .heart::before{
    content: "\f004";
    font-family: "Font Awesome\ 5 Pro" !important;
    color: #3b4359;
    font-size: 20px;
    top: 0;
    margin-top: 11px;
    height: 40px;
    width: 50px;
    left: 0;
}

.icon-heart:hover .heart::before,
.icon-shuffle:hover .shuffle::before,
.icon-search:hover .search::before{
    color: #0b5ed7!important;
}


.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow:none;
}


/*+++++++++++++++++++++++++*/
/*content end*/
/*++++++++++++++++++++++++++++++++*/




/********************************/
/*modal*/
/********************************/

.modal-contact{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: url("../images/singleShop/close.png"),auto;
    background: transparent;

}
.btn-close:focus {
    outline: 0;
    opacity: 0;
}
.modal-header .btn-close {
    padding: 0;
    margin:0;
}
:focus:not([tabindex^="-"]) {
    /*outline: 2px dotted #333;*/
    outline-offset: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    opacity: .5;
    display: flex;
    justify-content: left;
}

.modal-open .modal-contact{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 20px;
    cursor: auto;
}
.modal-body img{
    max-width: 130px;
    max-height: 130px;
}
.modal-body span{
    font-family: 'B Yekan';
    color:#666 ;
    font-size: 16px;
}

.modal-footer button{
    border-radius: 20px;
}


/********************************/
/*modal end*/
/********************************/



/*responsive single shop*/
@media screen and (max-width: 992px) {
    .shop-product-box .img-product-shop {
        width: 180px;
    }
}
@media screen and (max-width: 768px) {
    .shop-product-box .img-product-shop {
        width: 300px;
    }

}
@media screen and (max-width: 576px) {
    .shop-product-box .img-product-shop {
        width: 200px;
    }

}
@media screen and (max-width: 400px) {
    .shop-product-box .img-product-shop {
        width: 300px;
    }

}



/*responsive single shop end*/
.slider-section-5 {
    /*background-color: #cc0000;*/
    padding: 33px;
    border-radius: 20px;
    position: relative;
    height: 72%;
    margin: 24px 0;
}
.clip-slider {
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: #f0f0f0;
    height: 10%;
    position: absolute;
    top: -20px;
    transform: rotate(180deg);
    color: #cc0000;
    /*margin-bottom: 5px;*/
}

.clip-slider span {
    transform: rotate(-180deg);
    top: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    margin: 5px;
    font-weight: bold;
}

.clip-slider1 a {
    transform: rotate(-180deg);
    top: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    color: blue;
    margin: 5px;
}

.clip-slider1 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: #f0f0f0;
    height: 10%;
    position: absolute;
    top: -20px;
    z-index: 1000;
    left: 10px;
    transform: rotate(180deg);

}

.uk-position-relative {
    margin-top: 30px;
}

.tab-title {
    color: #888888;
}

.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a, .uk-light a {
    color: #888888 !important;
}

.tab-price-archive {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #039BE5;
    font-family: "B Yekan";
}

.item-tab-product .img-r-h {
    height: 250px;
    display: flex;
    justify-content: center;
}

.item-tab-product .img-r {
    border-radius: 10px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;

}


.menu-4rak {
    min-width: 193px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000 !important;
    border-radius: 15px;
    transition: all .2s ease-out;
}


.tab-social-archive ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    transition: 0.2s;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.tab-social-archive ul li {
    transition: 0.2s;
    margin: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-social-archive ul li svg {
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #ccc;
    margin-left: -2px;
}

.tab-social-archive ul li svg:hover {
    color: #666;
}

.slider-section-5.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav svg,
.slider-section-5.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav svg {
    max-width: 100%;
    height: auto;
    margin: -10px -7px !important;
    position: absolute;
}

.slider-section-5.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav,
.slider-section-5.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav {
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .2) -10px 0 20px;
    padding: 30px 30px;
    margin-top: 43px;
}


.color-slider1{
    background-color: #b30202;
}
.color-text1{
    color: #b30202;
}
.color-slider2{
    background-color: #30bc0b;
}
.color-text2{
    color: #30bc0b;
}
.color-slider3{
    background-color: #1919ac;
}
.color-text3{
    color:  #1919ac;
}
.color-slider4{
    background-color: #770c3d;
}
.color-text4{
    color: #770c3d;
}
.color-slider5{
    background-color: #fa5902;
}
.color-text5{
    color: #fa5902;
}
.color-slider6{
    background-color: #0c211d;
}
.color-text6{
    color: #0c211d;
}
.color-slider7{
    background-color: #7e00cc;
}
.color-text7{
    color:  #7e00cc;
}
.color-slider8{
    background-color: #40c88e;
}
.color-text8{
    color: #40c88e;
}
.color-slider9{
    background-color: #e5c10b;
}
.color-text9{
    color: #e5c10b;
}
.color-slider10{
    background-color: #2b1970;
}
.color-text10{
    color: #2b1970;
}



/*ریسپانسیو اضافه شد*/
/*###################################*/
/*slider end به این صفحه از این قسمت اضافه شده است جدددددید*/
/*###################################*/


/*responsive single shop*/
@media screen and (max-width: 992px) {
    .shop-product-box .img-product-shop {
        width: 180px;
    }

    .clip-slider1 a {
        font-size: 13px;
        transform: rotate(180deg);
    }

    .clip-slider span {
        font-size: 17px;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .clip-slider {
        height: 8%;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .clip-slider1 {
        height: 8%;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .img-r {
        margin-top: .5rem !important;
    }

    .shop-product-box .img-product-shop {
        width: 300px;
    }

    .clip-slider1 a {
        font-size: 12px;
    }

    .clip-slider span {
        font-size: 14px;
    }


}

@media screen and (max-width: 576px) {

    .p-panel {
        padding-right: 5.5rem !important;
        padding-left: .5rem !important;
    }
    .img-r {
        margin-top: .5rem !important;
    }
    .shop-product-box .img-product-shop {
        width: 200px;
    }

    .clip-slider1 a {
        font-size: 9px;
    }
    .clip-slider span {
        font-size: 11px;
        margin: 5px;
        font-weight: bold;
    }
    .clip-slider {
        height: 8%;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;

    }
    .clip-slider1 {
        height: 8%;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .p-panel {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .img-r {
        margin-top: .5rem !important;
    }


    .shop-product-box .img-product-shop {
        width: 300px;
    }

    .clip-slider {
        height: 8%;
        font-size: 11px;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .clip-slider1 {
        height: 8%;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

}

/*ریسپانسیو اضافه شد*/



