﻿@font-face {
    font-family: "Iransans";
    font-style: normal;
    font-weight: normal;
    src: url('SiteFont/Iransans.eot') format('embedded-opentype');
    src: url('SiteFont/Iransans.woff2') format('woff');
    src: url('SiteFont/Iransans.ttf') format('truetype');
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Iransans",Tahoma !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1300px !important;
    }
}

.label-transition-other {
    position: absolute;
    top: -2px;
    right: 24px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    color: #00690d !important;
    background: #fff !important;
    background-size: 50px 30px;
}

.label-transition {
    color: #7B8084 !important;
    font-weight: normal !important;
    position: absolute;
    pointer-events: none;
    right: 30px;
    transition: ease-in .2s;
    top: 20px;
}

input:focus ~ .label-transition,
input:valid ~ .label-transition {
    position: absolute;
    top: -2px;
    right: 24px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    color: #00690d !important;
    background: #fff !important;
    background-size: 50px 30px;
}

.a-index {
    height: 120px;
    width: 220px;
}

.height-45 {
    height: 45px;
}

.margin-small {
    margin: 5px
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.width-fitcontent {
    width: fit-content !important;
}

/*nav*/
.margin-left-5 {
    margin-left: 8px
}

.category-first-child {
    position: absolute;
    box-shadow: #b8e8f5 0px 0px 1px 1px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    display: none;
    right: 0px;
    z-index: 1001
}

.category-parrent:hover ~ .category-first-child {
    display: block
}

.category-first-child:hover {
    display: block
}

.category-second-child {
    padding: 20px 20px;
    position: absolute;
    box-shadow: #b8e8f5 0px 0px 1px 1px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    display: none;
    top: 37px;
    right: 0px;
    z-index: 1010;
}

.category-second-parrent:hover ~ .category-second-child {
    display: block;
}

.category-second-child:hover {
    display: block;
}

.product-title {
    height: 50px;
    overflow: hidden
}

.product-pic {
    height: 250px;
    overflow: hidden
}

.soria-title {
    background: linear-gradient(to bottom, #ffe6b0 27%, #ffecb3 40%, #ebb200 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
    font-size: 50px;
    margin: 0;
    font-weight: 400;
}

    .soria-title::after {
        background: none;
        content: attr(data-heading) / "";
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
        text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
    }

.gradient-box {
    border-radius: 15px 0px 15px 0px;
    background: linear-gradient(to right, #fff, #f5bd02);
    padding: 3px;
    margin: 15px;
}

.gradient-box-child {
    border-radius: 15px 0px 15px 0px;
    padding: 15px;
    background-image: url(/Images/firstbg.jpg);
    color: #fff;
}

.add-tocart-btn {
    border: 1px solid #f5bd02;
    padding: 5px;
    color: #f5bd02;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    transition: ease-in-out .5s;
    cursor: pointer;
}

    .add-tocart-btn i {
        font-size: 22px;
    }

    .add-tocart-btn:hover {
        border: 1px solid #092908;
        padding: 5px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        background-color: #092908
    }
/*@media(max-width:768px)
{
    .add-tocart-btn {
        border: 1px solid #f5bd02;
        padding: 3px;
        color: #f5bd02;
        border-radius: 5px;
        font-size: 10px;
        background-color: #fff;
        transition: ease-in-out .5s;
    }
        .add-tocart-btn i {
            font-size: 15px;
        }
}*/
.soria-btn {
    color: #f5bd02;
    padding: 10px 15px;
    margin: 15px;
    background-color: #fff;
    border: #f5bd02 2px solid;
    border-radius: 15px 0px 15px 0px;
    transition: ease-in-out .5s !important;
    cursor: pointer;
}

    .soria-btn:hover {
        color: #fff;
        background-color: #092908;
        border-radius: 0px 15px 0px 15px;
    }

@media(max-width:930px) {
    .soria-btn {
        color: #f5bd02;
        padding: 3px 5px;
        margin: 7px;
        background-color: #fff;
        border: #f5bd02 2px solid;
        border-radius: 15px 0px 15px 0px;
        transition: ease-in-out .5s !important;
        font-size: 12px
    }
}

.soriabtn-left {
    border: solid 2px #ab8400;
    border-radius: 15px 0px 15px 0px;
    background-color: #092908;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    transition: ease-in-out .5s !important;
    width: 150px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
}

    .soriabtn-left:hover {
        border: solid 2px #f5bd02;
        border-radius: 0px 15px 0px 15px;
        color: #fff;
    }

.soriabtn-right {
    border: solid 2px #ab8400;
    border-radius: 0px 15px 0px 15px;
    background-color: #092908;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    transition: ease-in-out .5s !important;
    width: 150px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
}

    .soriabtn-right:hover {
        border: solid 2px #f5bd02;
        border-radius: 15px 0px 15px 0px;
        color: #fff;
    }

.bg-index-banner {
    background-image: url(/Images/firstbg.jpg);
    background-size: cover
}

.bg-index {
    background-color: #fffaf0
}

@media(max-width:460px) {
    .soriabtn-left {
        border: solid 2px #ab8400;
        border-radius: 0px;
        background-color: #092908;
        padding: 7px 15px;
        display: inline-block;
        color: #fff;
        transition: ease-in-out .5s !important;
        width: 150px;
        text-align: center;
        margin: 3px;
    }

        .soriabtn-left:hover {
            border: solid 2px #f5bd02;
            border-radius: 15px;
            color: #fff;
        }

    .soriabtn-right {
        border: solid 2px #ab8400;
        border-radius: 0px;
        background-color: #092908;
        padding: 7px 15px;
        display: inline-block;
        color: #fff;
        transition: ease-in-out .5s !important;
        width: 150px;
        text-align: center;
        margin: 3px;
    }

        .soriabtn-right:hover {
            border: solid 2px #f5bd02;
            border-radius: 15px;
            color: #fff;
        }
}

.zoom-container {
    height: auto;
    width: fit-content;
    overflow: hidden;
    margin: 15px;
    cursor: pointer
}

.zoom {
    width: 100%;
    transition: transform .7s ease-in-out;
}

    .zoom:hover {
        transform: scale(1.2);
    }


.admin-body-bg {
    background-color: #f1f7fd;
}

.text-theme-new {
    color: #14675d;
}

.side-bar-title-container {
    cursor: pointer;
    position: fixed;
    width: 200px;
    transition: .5s ease-in-out;
    height: 54px
}

.side-bar-item-child-container {
    background-color: #14675d
}

.bg-new-theme {
    background-color: #14675d;
}

.border-new-theme {
    border: solid 1px #14675d;
}

.side-bar-new-theme {
    background-color: #14675d;
    width: 200px;
    position: fixed;
    top: 54px;
    right: 0px;
    bottom: 0px;
    transition: .5s ease-in-out;
    box-shadow: 0px 15px 8px 0px;
    overflow: auto;
}

.side-bar-min-new-theme {
    background-color: #14675d;
    width: 45px;
    position: fixed;
    top: 54px;
    right: 0px;
    bottom: 0px;
    transition: .5s ease-in-out;
    box-shadow: 0px 15px 8px 0px;
    overflow: auto;
}

@media(max-width:768px) {
    .side-bar-new-theme {
        background-color: #14675d;
        width: 200px;
        position: fixed;
        top: 54px;
        right: 0px;
        bottom: 0px;
        transition: .5s ease-in-out;
        box-shadow: 0px 15px 8px 0px;
        z-index: 10 !important
    }

    .side-bar-min-new-theme {
        background-color: #14675d;
        width: 0px;
        position: fixed;
        top: 54px;
        right: 0px;
        bottom: 0px;
        transition: .5s ease-in-out;
        box-shadow: 0px 15px 8px 0px
    }
}


.data-container-newtheme {
    height: 100%;
    margin-right: 200px;
    position: relative;
    transition: .5s ease-in-out;
}

.data-container-max-newtheme {
    height: 100%;
    margin-right: 45px;
    position: relative;
    transition: .5s ease-in-out;
}

@media(max-width:768px) {
    .data-container-max-newtheme {
        margin-right: 0px !important;
    }
}

.panel-text-newtheme {
    margin-left: 40px;
    font-size: 14px;
    transition: .5s ease-in-out;
}

.panel-text-min-newtheme {
    margin-left: 0px;
    font-size: 0px;
    transition: .5s ease-in-out;
}

.side-bar-icon {
    position: absolute;
    right: 12px;
    top: 15px;
}

.side-bar-menu-item-icon {
    position: absolute;
    left: 13px;
    top: 3px;
}

.nav-link:hover {
    transition: .3s ease-in-out;
    background: #0d3631;
}

.nav-active-color {
    background-color: #0d3631 !important;
}

.side-bar-title-container-min {
    transition: .5s ease-in-out;
    font-size: 0px;
    width: 45px;
    height: 54px;
    z-index: 1000;
}

    .side-bar-title-container-min:hover {
        background: #0d3631;
    }

.side-bar-title-container:hover {
    background: #0d3631;
}


.opaciti-9 {
    opacity: .9;
}

.height-100 {
    height: 100%;
}

table thead tr td {
    font-size: 12px;
    color: #14675d;
}

th {
    font-size: 12px;
    color: #14675d;
}

table tbody tr td {
    font-size: 13px;
    color: #14675d;
}

.product-card {
    border-top: 5px solid #0095fbd6 !important;
    border-radius: 7px 7px 5px 5px !important;
    margin-top: 15px !important;
}

.index-link-box {
    box-shadow: 0px 0px 8px -1px #ffaa74;
    margin: 6px !important;
    transition: ease-in-out .2s;
}

    .index-link-box:hover {
        box-shadow: 0px 0px 0px 1px #fb61008f;
    }

.index-budget-icon {
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 12px;
    background-color: #ff0000;
    border-radius: 100%;
    padding: 3px 3px 0px 3px;
    border: solid #ffffff 1px;
    color: #fff;
}

.admin-img {
    max-width: 150px;
    max-height: 150px;
}

.product-container{
    height: 460px !important;
    margin: 15px;
    box-shadow: 0px 0px 8px 0px #c1c1c1;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.product-inner-container{
    width: fit-content;
    margin: auto
}



.shoppingcart-container {
    padding: 15px;
    position: absolute;
    left: 0px;
    border: lightgray 1px solid;
    background-color: #fff;
    z-index: 1010;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .3s;
    width:400px;
}

@media(max-width:992px) {
    .shoppingcart-container {
        width: 100% !important;
    }
}



.shoppingcart-icon {
    position: relative;
    cursor:pointer;
}

    .shoppingcart-icon:hover + .shoppingcart-container {
        opacity: 1;
        visibility: visible;
    }

.shoppingcart-container:hover {
    opacity: 1;
    visibility: visible;
}

.shoppingcart-item-container {
    border: solid lightgray 1px;
    border-radius: 5px;
    padding: 3px;
    margin: 3px;
}

.shoppingcart-item-image {
    width: 150px !important;
}

.shoppingcart-item-text {
    color: #606060
}

.shoppingcart-arrow {
    position: absolute;
    left: 10px;
    top: -7px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    z-index: 1009;
    transform: rotate(45deg);
    box-shadow: -2px -2px 0px -2px #959595;
}

@media(max-width:992px) {
    .shoppingcart-arrow {
        position: absolute;
        right: 3px;
        top: -7px;
        background-color: #fff;
        width: 15px;
        height: 15px;
        z-index: 1009;
        transform: rotate(45deg);
        box-shadow: -2px -2px 0px -2px #959595;
    }
}