/* Add here all your CSS customizations */


body {
     font-family: "IRANSans-",'B Yekan', serif !important
}

.nav a{
    letter-spacing: 1px !important;
}


.full-width{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
}

.full img{
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.ad{
    width: 100%;
    height: 100%;
}

.ad img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    object-fit: cover;
}

.box {
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.07);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.07);
background: white;
border-radius: 15px;
}


.line {
    margin: 0 0 6px 33px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 5px;
}

.line span{
    padding: 8px 0;
    min-height: 49px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.line span:before{
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    background-color: #A2D9F7;
    height: 1px;
    z-index: 1;
}

.line span:after{

    content: "";
    position: absolute;
    left: -45px;
    width: 15px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    z-index: 1;
}

.line:after{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #dfdfdf;
    height: 1px;
    content: "";
    z-index: 0;
}

.soft .product{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 60px;
    position: relative;
}

.soft .product{
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    transition-duration: .1s;
}

.soft .price-detail{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
   
   
}

.soft .amount-detail,.product-thumb-info-content .price ins .amount {
   font-weight: 700 !important;
    transform: translateX(-50%);
       color: black !important;
    font-size: 1.143rem !important;
}
.product-thumb-info-content .price ins .amount {
    position: unset !important;
}
.soft .product-name,.product-thumb-info-content .pduct{
    text-align: center;
    margin-top: 14px;
    overflow: hidden;
    max-width: 91%;
    min-height: 50px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    color: #333 !important;
    height: 3em;
    overflow: hidden;
}

.soft .product-img{
    width: 180px;
    height: 180px;
}

.soft .product:hover{
    text-decoration: none !important;
    color: #333 !important;
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}


 .owl-stage-outer .full a{
       display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    cursor: pointer;
    }  
    #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
      top: 100% !important;
    }

aside.sidebar img {
    object-fit:cover;
    border-radius:5px;
}

#productDescription p{
    text-align:justify;
    line-height: 36px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
}

.Percentage {
   
    border: 4px solid #fb3449;
    background-color: #fb3449;
    color: white;
    border-radius: 1rem;
    padding: 3px .7rem 1px;
   
}

.login-button{
    font-size: 12px;
    font-size: 0.757rem;
    line-height: 1.833;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #e0e0e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    color: #616161;
}

.login-button a{
    font-family: "IRANSans-",'B Yekan', serif !important;
    color: #616161 !important;
    text-decoration: none;
}

.fa-user:before{
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
    font-size: 24px;
    font-size: 1.314rem;
    line-height: 24px;
}

.login-button:hover{
    text-decoration: none;
}

.category ul{
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.category li{
    display: inline-block;
    margin-right: 28px;
}

.category li a{
    text-decoration: none;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
}

.category li a:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

h1{
    letter-spacing: 1px;
}
.page-title-mini h1{
    font-size: 1.2em;
    letter-spacing: 0px;
    text-align: justify;
}

.feature-box{
    display: block;
    padding-right: 9px;
    padding-left: 0;
}

.feature-box .fbox-icon{
    position: absolute;
    width: 20px;
    height: auto;
    right: 0;
    left: auto;
}

.feature-box .fbox-icon a:hover,
.feature-box h3 a:hover {
    text-decoration: none;
}

.feature-box .fbox-icon a,
.feature-box h3 a{
    color: #342;
}

.feature-box h3{
    margin-bottom: 15px;
}

.response-r2{
    flex: 0 0 17.5%;
    max-width: 17.5%;
    width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px !important;
    padding-left: 0;
    -ms-flex: 0 0 17.5%;
    -webkit-box-flex: 0;
}

.response-r10{
    -webkit-box-flex: 0;
    flex: 0 0 81.5%;
    max-width: 81.5%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 15px;
}

@media(max-width:554px){
    .response-r10{
        flex: 0 0 95%;
        max-width: 95%;
    }
    .full{

        height: 125px;
    }
    #headerTopCartDropdown {
        min-width: 332px !important;
    }
}

@media(min-width:555px)
{
	.owl-stage-outer .full{
        height: 329px;
    }  
}

@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #fff;
    }

}

.top-menu .owl-dots{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
}

.possibilty h3 a,.possibilty p{
    font-size: .8em;
}

.possibilty a i{
    font-size: 1.5em;
}

.innerbox{
    width:100%;
    display: block;
}

.innerbox a {
    display: block;
    /* width: 100%; */
}

.innerbox .feature-item{
    text-align: center;
    position: relative;
    padding-top: 60px;
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 8px;
    margin: auto;
}

.c-checkout-empty__title {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: -.4px;
    margin: 25px 0;
    color: #858585;
}
.c-checkout-empty {
    margin: 30px 0 30px 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

del{
    font-size: 1.2rem !important;
}

.innerbox a{
    text-decoration: none;
}
#footer{
border-top: 0!important;
background: #eceff1 !important;
margin-top: 0!important;
}
#header .header-body{
background: #ffffff !important;
}
.shop .products .product .price .amount {
    font-size: 1.2rem !important;
}
.img-thumbnail.img-thumbnail-no-borders {   
    object-fit: cover;
}
.img-thumbnail.img-thumbnail-no-borders:hover{
    opacity: 0.5;
}
p{
    text-align: justify;
}

.shop ul.simple-post-list li {
border-bottom: 1px dotted #E2E2E2;
}

.imgcss{
border-radius: 15px;
}
.shop .actions-continue{
float: right !important;
}
.shop .cart-totals tr.total .amount{
color: #ef394e !important;
}
.shop .cart-totals th, .shop .cart-totals td{
padding: 8px 10px !important;
}
@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #0f0e0e !important;
    }

}

@media (min-width: 992px){
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
font-size: 0.8em !important;
}
}
#footer a:not(.btn):hover {
    color: #adacac !important;
}
#footer .footer-copyright {
    background-color: #d7dee0 !important;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #4a5f73 !important;
}
.login-button:hover{
color:#c3c4c5 !important
}
.fa-shopping-cart{
color: #616161 !important
}

.btn .fa-chevron-down{
color: transparent;
}
@media (min-width: 992px){
#header .header-nav-main nav > ul > li > a {font-size: 12px !important;}
}
.page-header.page-header-modern.page-header-sm h1 {
    font-size: 13px;
}
#header .header-logo{margin: 0rem 0 !important;}
.img-thumbnail img{border-radius:15px !important;}
#footer h4, #footer h5{font-weight:100 !important}
#footer .social-icons li a:hover{color: #fff !important;}
.social-icons li a{line-height:32px !important;}
@media (min-width: 992px){
#header .header-nav {
    flex-grow: 0 !important;
}
}
.simple-search .input-group-append {
   border: 1px solid #efeaea!important;
    background: #f4f4f4;
}
.simple-search .form-control {
 
    border-color: #efeaea !important;
  
    background-color: #f4f4f4 !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
#navbar {

   background-color: #79c8cd;
}
html .btn-outline.btn-primary {
    color: #616161 !important;
    border-color: transparent !important;
}
html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover {
   
    background-color: transparent !important;
    border-color: transparent !important;
}
.mr-auto a{color: #000000 !important;}
#myform .form-group{margin-bottom: 0.5rem !important;}

.featured-box .box-content{
padding: 4px 15px !important;
   
}
@media (min-width: 992px){
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fff !important;
}
}
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty{
    background-color: #79c8cd !important;

}

@media (max-width: 991px){
    #header .header-nav-main nav > ul > li > a{
        font-weight: 100 !important;  
    }  
}
.btn-primary:hover, .btn-primary.hover{background-color: #acabab important;}
.header-logo strong {
    display: none;
}
