﻿/*=========================================================
Author       : Reoweb Team.
Template Name: sindokht Shop - Online Shopping Store HTML Template
Version      : 1.0.0
==============================================================*/

/*
	01. Common Css

/*01. Common Css*/
/*@font-face {
    font-family: "Font-Bold";
    src: url(/https://sindokht.com/fonts/Shabnam-FD-WOL.eot);
    src: local("?"), url("https://sindokht.com/fonts/Shabnam-FD-WOL.woff") format("woff"), url("https://sindokht.com/fonts/Shabnam-FD-WOL.ttf") format("truetype");
}*/

@font-face {
    font-family: "Font-Light";
    src: url(https://sindokht.com/fonts/Shabnam-Light-FD-WOL.eot);
    src: local("?"), url("https://sindokht.com/fonts/Shabnam-Light-FD-WOL.woff") format("woff"), url("https://sindokht.com/fonts/Shabnam-Light-FD-WOL.ttf") format("truetype");
}

body {
    font-family: Font-Light;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    background: #f8f8f8;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #000;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

    a:hover {
        color: #eb3e32 !important;
        text-decoration: none;
    }

ol {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

section {
    padding: 35px 0;
}

.pt_large {
    padding-top: 70px;
}

.pb_large {
    padding-bottom: 70px;
}

.pt_medium {
    padding-top: 50px;
}

.pb_medium {
    padding-bottom: 50px;
}

.pt_small {
    padding-top: 35px;
}

.pb_small {
    padding-bottom: 35px;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

button:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

span, strong {
    display: inline-block;
}

.h1, h1 {
    font-size: 42px;
}

.h2, h2 {
    font-size: 32px;
}

.h3, h3 {
    font-size: 28px;
}

.h4, h4 {
    font-size: 24px;
}

.h5, h5 {
    font-size: 20px;
}

p {
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #333333;
}

.page-inner-section {
    min-height: 400px;
}

.pages-inner-page {
    min-height: 400px;
    text-align: right;
}

.page-inner-section .page_title {
    border-bottom: none;
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

:-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.btn {
    font-weight: 500;
}

    .btn + .btn {
        margin-left: 10px;
    }

    .btn.focus, .btn:focus {
        box-shadow: none;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    border-color: transparent;
    background-color: transparent;
    border-color: #eb3e32;
    box-shadow: none;
}

.btn-primary {
    background-color: #ff7a59;
    border-radius: 50px;
    padding: 7px 19px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ff7a59;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 13px;
}

    .btn-primary:hover {
        background-color: #db2e22;
        ;
        border-color: #db2e22;
        color: #ffff;
    }

.btn-secondary {
    background-color: #363f4d;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #363f4d;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
}

    .btn-secondary:hover {
        background-color: #464f5d;
        ;
        border-color: #464f5d;
        color: #ffffff;
    }

.btn-white {
    background-color: #fff;
    padding: 10px 30px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

    .btn-white:hover {
        background-color: #464f5d;
        ;
        border-color: #464f5d;
        color: #ffff;
    }


.title h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.title::before {
    content: "";
    position: absolute;
    background-color: #eb3e32;
    width: 130px;
    height: 2px;
    bottom: 0;
}

.title {
    position: relative;
}

.title-main {
    border-bottom: 1px solid #ccc;
    text-align: right;
    margin-bottom: 15px;
}

    .title-main h4 {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
        top: -10px;
        font-size: 20px;
    }

    .title-main a {
        float: left;
        font-size: 14px;
    }

        .title-main a i {
            padding-right: 7px;
            position: relative;
            top: 3px;
            font-size: 16px;
        }

.title.text-center:before {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.title.text-right:before {
    left: auto;
}

.text_default {
    color: #eb3e32 !important;
}

.bg_light_yellow {
    background-color: #FFF0AD;
}

.bg_light_blue {
    background-color: #D8EDE6;
}

.bg_light_pink {
    background-color: #FFD2CD;
}

.large_txt {
    font-size: 60px;
}

.pagination {
    padding-top: 30px;
}

.btn img {
    margin-right: 5px;
}

.bg_red {
    background-color: #eb3e32;
}

.scrollup {
    background-color: #363f4d;
    border-radius: 100%;
    bottom: 20px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
}

    .scrollup:hover {
        background-color: #eb3e32;
        color: #fff;
    }

.form-control:focus {
    box-shadow: none;
}

iframe {
    border: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999;
}

.loading_wrap {
    text-align: center;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .loading_wrap img {
        -webkit-animation: bounce 2s linear infinite;
        animation: bounce 2s linear infinite;
    }

.products-slider4, .brands, .products-offer, .products-slider5 {
    direction: ltr;
}

    .products-slider4 .owl-nav, .brands .owl-nav, .products-offer .owl-nav, .products-slider5 .owl-nav {
        margin-top: 0px;
        position: absolute;
        top: 25%;
        width: 100%;
    }

        .products-slider4 .owl-nav [class*=owl-], .brands .owl-nav [class*=owl-], .products-offer .owl-nav [class*=owl-], .products-slider5 .owl-nav [class*=owl-] {
            background-color:transparent!important;
        }

        .products-slider4 .owl-nav .owl-prev, .brands .owl-nav .owl-prev, .products-offer .owl-nav .owl-prev, .products-slider5 .owl-nav .owl-prev {
            position: absolute;
            right: -15px;
        }

        .products-slider4 .owl-nav .owl-next, .brands .owl-nav .owl-next, .products-offer .owl-nav .owl-next, .products-slider5 .owl-nav .owl-next {
            position: absolute;
            left: -15px;
        }

            .products-slider4 .owl-nav .owl-prev i, .products-slider4 .owl-nav .owl-next i, .brands .owl-nav .owl-prev i, .brands .owl-nav .owl-next i, .products-offer .owl-nav .owl-prev i, .products-offer .owl-nav .owl-next i, .products-slider5 .owl-nav .owl-prev i, .products-slider5 .owl-nav .owl-next i {
                font-size: 40px;
                color: #7a7a7a;
                cursor: pointer;
            }





#mainslider, .main-slider {
    direction: ltr;
}

    #mainslider .owl-nav {
        margin-top: 0px;
        position: absolute;
        top: 35%;
        width: 100%;
    }

        #mainslider .owl-nav [class*=owl-] {
        }

        #mainslider .owl-nav .owl-prev {
            position: absolute;
            right: 15px;
        }

    #mainslider .owl-nav {
        position: absolute;
        left: 10px;
    }

        #mainslider .owl-nav .owl-prev i, #mainslider .owl-nav .owl-next i {
            font-size: 50px;
            color: #fff;
            cursor: pointer;
        }

.hashtag-slider .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 35%;
    width: 100%;
}

    .hashtag-slider .owl-nav [class*=owl-] {
    }

    .hashtag-slider .owl-nav .owl-next {
        position: absolute;
        left: -12px;
        top: -16px;
        background-color: transparent;
        z-index: 10;
    }

.hashtag-slider .owl-nav {
    position: absolute;
    left: 10px;
}

    .hashtag-slider .owl-nav .owl-prev {
        display: none;
    }

    .hashtag-slider .owl-nav .owl-next i {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
    }






/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Font-Bold;
}*/

.login-pages {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.card {
    border: none;
    border-radius: 8px;
    padding: 15px;
    flex-direction: row;
    text-align: right;
    direction: rtl;
}

.ui.search > .results > .message {
    text-align: right;
}

    .ui.search > .results > .message .header {
        display: none;
    }

.ui.category.search > .results .category {
    display: block;
    background-color:#fff!important;
}

    .ui.category.search > .results .category .results {
        display: block;
        text-align: right;
    }

.ui.search > .results .result .title {
    font-family: Font-Light !important;
    font-size: 14px;
    font-weight: 100;
}

    .ui.search > .results .result .title:before {
        display: none;
    }

.ui.search > .results .result .description {
    font-family: sans-serif !important;
    font-size: 12px;
    color: #333;
}

.ui.search > .results {
    box-shadow: none;
}

    .ui.search > .results > .action {
        font-weight: 100;
    }

    .ui.search > .results .result .image img {
        border: 1px solid #ccc;
        height: 50px;
        width: 50px;
        object-fit: contain;
    }

.modal-body .p_input label {
    font-weight: bold;
    font-size: 14px;
    padding-right: 2px;
    margin-bottom: 4px;
    text-align: right;
    color: #777;
}

.modal-body .p_input input {
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 4px;
}

    .modal-body .p_input input[type=checkbox] {
        height: 20px;
        width: 20px;
        float: right;
        margin-top: 0;
    }

.modal-body .p__link {
    font-size: 11.5px;
    font-weight: bold;
    color: #ff6a00;
    border-bottom: 1px dashed #ff6a00;
    padding-bottom: 3px;
}

.modal-body .p_btn {
    margin: 1.5rem 0;
    text-align: center;
}

    .modal-body .p_btn input {
        background: #ff7a59;
        color: #fff;
        padding: 12px 25px;
        border: none;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        min-width: 250px;
        border-radius: 10px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .modal-body .p_btn input:hover, .modal-body .p_btn input:focus {
            transform: scale(0.98);
            -moz-transform: scale(0.98);
            -webkit-transform: scale(0.98);
        }

.modal-header {
    align-items: center;
}

#Login .modal-header {
    align-items: center;
    justify-content: flex-start !important;
}

    #Login .modal-header button {
        margin: 0;
        position: absolute;
        border: 1px solid #ccc;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background: #f1f1f1;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        font-weight: bold;
        left: 10px;
        top: 15px;
        color: #000;
        opacity: 1;
    }

/* skletone css*/
.loader_class
{
    display:flex;
    overflow-x:hidden;
}
.loader_class.active
{
    display:none;
}

.page-content {
    background: #fff;
    padding:0;
    margin-bottom:1rem;
}

.placeholder-content {
    height: 300px;
    overflow: hidden;
    background: #fff;
    position: relative;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #fff;
    background: linear-gradient(to right, #fff 2%, #f1f1f1 15%, #fff 33%);
    background-size: 1300px;
}

.placeholder-content_item {
    width: 100%;
    height: 20px;
    position: absolute;
    background: #f1f1f1;
    z-index: 2;
}

    .placeholder-content_item:after, .placeholder-content_item:before {
        width: inherit;
        height: inherit;
        content: '';
        position: absolute;
    }

    .placeholder-content_item:nth-child(1) {
        top: 13px;
        left: 12.5%;
        height: 150px;
        width: 75%;
    }

    .placeholder-content_item:nth-child(2) {
        top: 200px;
        left: 12.5%;
        width: 75%;
        height: 30px;
    }

    .placeholder-content_item:nth-child(3) {
        top: 240px;
        left: 12.5%;
        width: 75%;
        height: 30px;
    }

@keyframes placeholderAnimate {
    0% {
        background-position: -600px 0;
    }

    100% {
        background-position: 600px 0;
    }
}
.loader {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0.8;
    background-image:url(../image/loader.gif);
    background-repeat:no-repeat;
    background-position:center;
    display: none;
}
#icon_search
{
    display:none;
}
    #icon_search.active
    {
        display:block;
    }
    #loader_search {
        top: 13px;
        position: absolute;
        left: 11px;
        height: 20px;
        width: 20px;
        display: none;
    }
    #loader_search.active
    {
        display:block;
    }

    .loader.active {
        display: block;
    }
     .toastify.on {
        opacity: 1;
        font-size:13px;
        font-weight:bold;
    }





     /* add custome fonts*/
     .ion-ios-arrow-right:before
     {
         content: '';
          background:#fff;
         background-image:url(svg/chevron-forward.svg);
         width: 30px;
         height: 30px;
         display:block;
         background-size: 30px 30px;
         padding:2rem 0;
         background-repeat:no-repeat;
         background-position:center;
         border-radius:5px;     
           box-shadow:1px 1px 5px #ccc;
           -moz-box-shadow:1px 1px 5px #ccc;
           -webkit-box-shadow:1px 1px 5px #ccc; 
     }
     .ion-ios-arrow-left:before
     {
         content: '';
          background:#fff;
         background-image:url(svg/chevron-back.svg);
         width: 30px;
         height: 30px;
         display:block;
         background-size: 30px 30px;
         padding:2rem 0;
         background-repeat:no-repeat;
          background-position:center;
           border-radius:5px;
           box-shadow:1px 1px 15px #ccc;
           -moz-box-shadow:1px 1px 5px #ccc;
           -webkit-box-shadow:1px 1px 5px #ccc;
          
     }
     .ion-ios-arrow-down:before
     {
           content: '';
         background-image:url(svg/chevron-down.svg);
         width: 20px;
         height: 20px;
         display:block;
         background-size:20px 20px;        
         background-repeat:no-repeat;
          background-position:center;      
     }
.item-add ion-icon:before , .item-minus ion-icon:before {
    content: '';
    background-image: url(svg/add.svg);
    width: 30px;
    height: 25px;
    display: block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#tracking_code .modal-title button {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.seachresult-container
{
    padding:10px;
    position:relative;
    direction:ltr!important;
    text-align:right;
}
.seachresult-slider 
{
    padding:0 25px;
}
    .seachresult-slider a.item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 10px;
        direction: rtl;
    }
  .seachresult-slider .owl-nav {
     
     
     
  }
    .seachresult-slider .owl-nav .ion-ios-arrow-right:before {
        content: '';
        background: #fff;
        background-image: url(svg/chevron-forward.svg);
        width: 20px;
        height: 20px;
        display: block;
        background-size: 20px 20px;
        padding: 1rem 0;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #ccc;
    }
    .seachresult-slider .owl-nav .ion-ios-arrow-left:before {
        content: '';
        background: #fff;
        background-image: url(svg/chevron-back.svg);
        width: 20px;
        height: 20px;
        display: block;
        background-size: 20px 20px;
        padding: 1rem 0;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #ccc;
    }

    .seachresult-slider .owl-nav .owl-prev {
        background: none!important;
        font-size: 13px;
        position: absolute;
        right: -13px;
        top: 10%;
        z-index: 9999;
    }
    .seachresult-slider .owl-nav .owl-next {
        background:none!important;
        font-size: 13px;
        position: absolute;
        left: -13px;
        top: 10%;
        z-index: 9999;
    }
.seachresult-slider a.item img {
    height: 65px;
    width: 65px;
    object-fit: contain;
    margin-left: 6px;
}
    .seachresult-slider a.item .search-result-title
    {
        display:flex;
        flex-direction:column;
        text-align:right;
    }
    .seachresult-slider a.item .search-result-title span {
        font-size:12px;
    }
        .seachresult-slider a.item .search-result-title span:last-of-type
        {
            display:none;
        }
.seachresult-category {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding:1rem 25px;
   
    direction:rtl;
}
    .seachresult-category a.item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 7px;
    }
    .seachresult-category a.item span
    {
        font-size:12px;
        font-weight:bold;
        
    }
        .seachresult-category a.item span.tiny {
            padding-right: 40px;
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 0 !important;
            background-size: 30px;
        }
            .seachresult-category a.item span.tiny.cat {
                background: url(../image//icons/tinycat.svg) no-repeat 100%/30px;
            }
            .seachresult-category a.item span.tiny.search {
                background: url(../image//icons/tinysearch.svg) no-repeat 100%/30px;
            }
        .seachresult-category a.item span.samelink {
            color: #eb3e32;
            padding-right: 5px;
        }

.seachresult-history {
    border-top: 1px solid #ccc;
    padding:8px 25px;
    text-align:right;
    direction:rtl;

}
.seachresult-history-title
{
    font-size:14px;
    margin-bottom:1rem;
}
.seachresult-history a.item {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fafafa;
    margin-left: 5px;
}
        .seachresult-history a.item span {
            font-size: 12px;
            font-weight: bold;
            padding-right: 30px;
            display: inline-block;
            margin-left: 5px;
            margin-bottom: 0 !important;
            background-size: 25px;
            background: url(../image//icons/tinysearch.svg) no-repeat 100%/25px;           
            width:100%;
        }

.namad-modal
{
    display:flex;
    align-content:center;
    justify-content:space-around;
    padding:1rem 0;

}
.namad-modal img

{
    height:100px;
    object-fit:contain;
    cursor:pointer;

}