@font-face {
    font-family: 'IRANSansFaNumerals';
    src: url('../../general/fonts/IRANSansXFaNum-Regular.woff') format('woff'),
    url('../../general/fonts/IRANSansXFaNum-Regular.woff2') format('woff2'),
    url('../../general/fonts/IRANSansXFaNum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html {
    max-width: 100% !important;
    font-family: 'IRANSansFaNumerals', sans-serif;
    overflow-x: hidden !important;
    background-color: #0f102f;
}

.my-font {
    font-family: 'IRANSansFaNumerals', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #30323A;
    margin: 0 0 10px;
}

a {
    color: #30323A;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    cursor: pointer;
}

a:hover, a:focus {
    color: #7f9a87;
    text-decoration: none;
    outline: none;
}

.primary-color {
    color: #B9E3C6;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #30323A;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
}

.nav-toggle .main-btn {
    color: #B9E3C6;
    background-color: transparent;
    border-radius: 50%;
}

.main-btn {
    color: #30323A;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus {
    color: #98baa3;
    -webkit-box-shadow: 0px 0px 0px 1px #B9E3C6 inset, 0px 0px 0px 0px #8fae99;
    box-shadow: 0px 0px 0px 1px #B9E3C6 inset, 0px 0px 0px 0px #88a691;
}

.primary-btn {
    color: #FFF;
    background-color: #4D908E;
}

.primary-btn:hover, .primary-btn:focus {
    color: #FFF;
    background-color: #30323A;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.input:focus {
    -webkit-box-shadow: 0px 0px 0px 1px #B9E3C6 inset, 0px 0px 0px 0px #B9E3C6;
    box-shadow: 0px 0px 0px 1px #B9E3C6 inset, 0px 0px 0px 0px #B9E3C6;
}

textarea.input {
    padding: 15px;
}

.input-checkbox .caption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-checkbox>label {
    font-weight: 100 !important;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
    max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #768f7e;
}

.list-links li>a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 2px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.list-links li>a:before {
    content: "\f104";
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
    color: #7f9a87;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
    opacity: 1;
    visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-grey {
    background: #F6F7F8;
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #DADADA;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
}

.section-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #B9E3C6;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0;
}

.breadcrumb>.active {
    color: #B9E3C6;
}

.breadcrumb>li+li:before {
    color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0f102f;
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
    display: inline-block;
}

.header-logo .logo>img {
    width: 100%;
    max-height: 70px;
}

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
    display: inline-block;
    width: 98%;
    margin: 0 1%;
}

.header-search>form {
    position: relative;
}

.header-search>form .search-input {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 10px;
}

.header-search>form .search-input::placeholder {
    color: #a8a7a7;
}

.header-search>form .search-categories {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
}

.header-search>form .search-btn {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px;
}

.header-btns>li+li {
    margin-left: 15px;
}

.header-btns>li .header-btns-icon {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #B9E3C6;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #B9E3C6;
}

.header-btns .dropdown-toggle {
    display: block;
    cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
    margin-right: 5px;
    color: #586c5e;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    background: #a1c5ac;
    color: #322e2e;
    border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
    width: 300px;
}

#shopping-cart .shopping-cart-list {
    max-height: 325px;
    overflow-y: auto;
    background-color: #e9f3ec;
    padding: 10px;
}

#shopping-cart .shopping-cart-list .product-widget {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
    margin-top: 0;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
    margin-bottom: 10px;
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
    background-color: #0f102f;
}

#navigation .container {
    position: relative;
}

/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
    float: right;
    width: 235px;
}

.category-nav .category-header {
    padding: 15px;
    display: block;
    background: #95b69f;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}

.category-nav .category-header>i {
    float: left;
    line-height: 20px;
}

.category-nav .category-list {
    position: absolute;
    width: 235px;
    background-color: #FFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    z-index: 50;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
    border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
    float: left;
    line-height: 20px;
}

.category-nav .category-list>li>a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
    color: #7f9a87;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
    display: none;
    padding: 15px;
    text-transform: uppercase;
    background: #30323A;
    color: #FFF;
}

.menu-nav .menu-header>i {
    float: left;
    line-height: 20px;
}

.menu-nav .menu-list>li {
    display: inline-block;
}

.menu-nav .menu-list>li>a {
    display: block;
    padding: 15px;
    color: #FFF;
    text-transform: uppercase;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
    color: #7f9a87;
}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
    position: absolute;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    top: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.dropdown.open>.custom-menu {
    opacity: 1;
    visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
    border-top: 2px solid #B9E3C6;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
    display: block;
    padding: 10px 0px;
    text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
    position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
    border-top: 2px solid #B9E3C6;
    left: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    width: auto;
    min-width: 750px;
    max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
    width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
    border-left: 2px solid #B9E3C6;
    right: 100%;
    top: 0;
    width: 750px;
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
    display: none;
}

@media only screen and (max-width: 991px) {
    .category-nav .category-header {
        border-radius: 0 !important;
    }
    #header .nav-toggle {
        position: absolute;
        top: 0;
        right: 18px;
        display: inline-block;
    }
    header .pull-left, header .pull-right {
        float: none !important;
    }
    header .pull-right {
        margin-top: 10px;
    }
    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 235px;
        width: 0%;
        overflow: hidden;
        background-color: #FFF;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 990;
    }
    #responsive-nav.open {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    #responsive-nav .dropdown .custom-menu {
        display: none;
        position: static;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-left: 2px solid #B9E3C6;
    }
    #responsive-nav .dropdown.open .custom-menu {
        display: block;
        min-width: auto;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .category-nav .category-list, .menu-nav .menu-list {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: calc(100vh - 100px);
    }
    .category-nav .category-list.open, .menu-nav .menu-list.open {
        display: block;
    }
    .menu-nav .menu-header, .category-nav .category-header {
        cursor: pointer;
    }
    .category-nav {
        float: none;
        width: 100%;
    }
    .category-nav .category-list {
        position: static;
    }
    .menu-nav .menu-header {
        display: block;
    }
    .menu-nav .menu-list {
        float: none;
        border-left: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }
    .menu-nav .menu-list>li {
        display: block;
    }
    .menu-nav .menu-list>li+li {
        border-top: 1px solid #DADADA;
    }
    .menu-nav .menu-list>li>a {
        color: #30323A;
    }
    #navigation.shadow:after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
    }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner>img {
    width: 100%;
}

.banner.banner-1 .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

.banner h2 {
    font-size: 36px;
    line-height: 46px;
    color: #f1ebe5;
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 0px 1px 4px #23430C;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home-slick .banner {
    margin: 0;
    height: 525px;
    overflow: hidden;
    background-color: #0f102f;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
    color: #F94144;
    font-size: 80%;
}

.product .product-rating {
    display: inline-block;
}

.product .product-rating>i {
    color: #FFB656;
}

.product .product-rating>i.empty {
    color: #DADADA;
}

.product .product-label>span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #FFF;
    background-color: #30323A;
    z-index: 22;
}

.product .product-countdown {
    z-index: 22;
}

.product .product-countdown>li {
    display: inline-block;
    margin-right: -4px;
}

.product .product-countdown>li+li:before {
    content: ":";
    color: #FFF;
    background: #30323A;
    padding: 2px;
}

.product .product-countdown>li>span {
    display: inline-block;
    color: #FFF;
    padding: 10px;
    background: #B9E3C6;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product.product-single:hover {
    -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.product.product-single .product-thumb {
    position: relative;
    margin-bottom: 15px;
}

.product.product-single .product-thumb img {
    width: 100%;
}

.product.product-single .product-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {
    opacity: 0.7;
    visibility: visible;
}

.product.product-single .quick-view {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.product.product-single:hover .quick-view {
    opacity: 1;
    visibility: visible;
}

.product.product-single .product-label {
    position: absolute;
    left: 0;
    top: 0;
}

.product.product-single .product-label>span {
    display: block;
}

.product.product-single .product-countdown {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.product.product-single .product-body {
    padding: 5px;
}

.product.product-single .product-price {
    display: inline-block;
}

.product.product-single .product-rating {
    float: left;
    margin-top: 5px;
}

.product.product-single .product-btns {
    margin-top: 20px;
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/*-- hot product --*/

.product.product-single.product-hot {
    border: 2px solid #B9E3C6;
}

.product.product-single.product-hot .product-btns {
    opacity: 1;
    visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product.product-widget .product-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.product.product-widget .product-thumb>img {
    width: 100%;
}

.product.product-widget .product-body {
    padding-right: 75px;
    padding-top: 10px;
    min-height: 60px;
}

.product.product-widget .product-price {
    font-size: 16px;
    margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
    font-size: 14px;
    font-weight: 400;
}

.product.product-widget .product-name {
    font-size: 12px;
}

.product.product-widget .cancel-btn {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: transparent;
    border: none;
    color: #3e3d3d;
}

.product.product-widget .cancel-btn:hover {
    color: #30323A;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/
#aside {
    width: 97%;
    margin: 0 1.5%;
    border: 1px solid #B9E3C6;
    border-radius: 10px;
    padding: 10px;
}

#aside .aside {
    margin-bottom: 30px;
}

#aside .aside:last-child {
    margin-bottom: 0px;
}

.aside .aside-title {
    color: #B9E3C6;
    position: relative;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
}

.aside .aside-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #B9E3C6;
}

/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

.filter-list>li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

.filter-list>li:last-child {
    margin-right: 0px;
}

.filter-list li a {
    position: relative;
    padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 5px;
    line-height: 22px;
    font-size: 16px;
    color: #FFF;
    background: #30323A;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    height: 22px;
}

/*-- Price Filter --*/

#price-slider {
    margin: 60px 0px 50px;
}

.noUi-target {
    background-color: #DADADA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #B9E3C6;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    left: -6px;
    top: -4px;
    border: none;
    background: #30323A;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    border: none;
    color: #FFF;
    background: #30323A;
    border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #DADADA;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

/*-- store filter --*/

.row-filter {
    display: inline-block;
    vertical-align: top;
}

.row-filter>a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #30323A;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.row-filter>a:hover {
    opacity: 0.9;
}

.row-filter>a.active {
    background-color: #B9E3C6;
}

.sort-filter {
    display: inline-block;
    margin-left: 15px;
}

.sort-filter select.input {
    width: 160px;
}

.page-filter select.input {
    width: 90px;
}

.page-filter {
    display: inline-block;
}

.store-pages {
    display: inline-block;
    margin-left: 15px;
}

.store-pages li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 18px;
}

.store-pages li a {
    display: block;
    min-width: 10px;
    text-align: center;
    color: #fff;
}

.store-pages li a:hover {
    color: #12a3a8;
}

.store-pages li.active {
    color: #92c1a1;
    border-bottom: 1px solid #fff;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
    opacity: 0.7;
}

#product-view .product-view.slick-slide.slick-current {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 2px #B9E3C6 inset;
    box-shadow: 0px 0px 0px 2px #B9E3C6 inset;
}

#product-view .product-view {
    padding: 7.5px;
}

.product-view>img {
    width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
    margin-top: 15px;
}

.product.product-details .product-rating {
    margin-right: 15px;
    margin-bottom: 15px;
}

.product.product-details .product-options {
    padding-top: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.color-option>li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

.color-option>li>a {
    display: block;
    width: 20px;
    height: 20px;
}

.color-option>li.active a {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #B9E3C6;
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #B9E3C6;
}

.product.product-details .qty-input {
    display: inline-block;
}

.product.product-details .qty-input .input {
    width: 50px;
    padding: 0 8px 0 0;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
    margin-top: 30px;
}

.product-tab .tab-nav {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
}

.product-tab .tab-nav li {
    display: inline-block;
}

.product-tab .tab-nav li {
    margin-left: 20px;
}

.product-tab .tab-nav li a {
    display: block;
    padding: 15px 0px;
    text-transform: uppercase;
}

.product-tab .tab-nav li.active {
    position: relative;
    color: #fff;
}

.product-tab .tab-nav li.active a {
    color: #43AA8B;
}

.product-tab .tab-nav li.active a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.5px;
    height: 3px;
    width: 30px;
    background-color: #B9E3C6;
}

/*-- reviews --*/

.single-review {
    margin-bottom: 30px;
}

.single-review .review-heading>div {
    display: inline-block;
}

.single-review .review-heading>div+div {
    margin-left: 10px;
}

.single-review .review-rating {
    display: inline-block;
}

.single-review .review-rating>i {
    color: #FFB656;
}

.single-review .review-rating>i.empty {
    color: #DADADA;
}

.single-review .review-body {
    margin-top: 10px;
}

.reviews-pages li {
    display: inline-block;
    margin-left: 18px;
}

.reviews-pages li a {
    display: block;
    min-width: 10px;
    text-align: center;
    font-size: 16px;
}

.reviews-pages li.active {
    color: #cf4f02;
    border-bottom: 1px solid #CF4F02FF;
}

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
    display: none;
}

.review-form .input-rating .stars>label {
    float: right;
    cursor: pointer;
    padding: 0px 3px;
    margin: 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
    content: "\f006";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #DADADA;
    font-size: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
    content: "\f005";
    color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
    content: "\f005";
    color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
    margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
    border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
    padding: 15px;
    border: 1px solid #B9E3C6;
    background-color: #577590;
}

.shopping-cart-table>tbody>tr>.details>a {
    font-size: 18px;
}

.shopping-cart-table>tbody>tr>.thumb>img {
    width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
    width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
    font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
    font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
    font-size: 17px;
}

.shopping-cart-table>tfoot>tr>.total {
    font-size: 24px;
    color: #B9E3C6;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
    margin: 15px 0px;
}

.footer .footer-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo .logo {
    display: inline-block;
}

.footer-logo .logo>img {
    width: 100%;
    max-height: 70px;
}

.footer-social>li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}
.footer-social>li i {
    font-size: 18px;
    color: #B9E3C6;
}

.footer-copyright {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 50px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #B9E3C6;
    z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #7f9a87;
}

.slick-prev:before, .slick-next:before {
    color: #0f102f;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #DADADA;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #B9E3C6;
}

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

.display-up {display: block}
.display-1200 {display: none}
.display-992 {display: none}
.display-767 {display: none}



/* custom styles */
.d-flex-center {display: flex;align-items: center;justify-content: center;}
.d-flex-center-column {display: flex;align-items: center;justify-content: center;flex-direction: column}
.d-flex-row-cover {display: flex;align-items: center;justify-content: space-between; }
.border-radius-15 {border-radius: 15px;}
.d-desktop-none {display: none}

.height-60vh {height: 60vh !important;}

.p-box {
    background-color: #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    height: 500px;
    overflow-y: hidden;
}

.p-box-2 .p-box {height: 520px}

.color-green-light {color: #B9E3C6; !important;}
.border-green-light {border: 1px solid #B9E3C6; !important;}
.border-bottom-green-light {border-bottom: 1px solid #B9E3C6; !important;}
.border-top-green-light {border-top: 2px solid #B9E3C6; !important;}
.color-dark {color: #212221 !important;}
.color-green {color: #43AA8B !important;}
.color-gray {color: #aeaeae !important;}

.bg-dark {background-color: #1d1e1d;}
.bg-blue-dark {background-color: #0f102f;}
.bg-blue {background-color: #277DA1;}
.bg-green-light {background-color: #B9E3C6;}
.bg-light {background-color: #e3e3e3;}
.bg-green-lighter {background-color: #ecfdf1;}
.bg-green-warm {background-color: #292929;}
.bg-yellow {background-color: #F9C74F;}
.bg-green {background-color: #43AA8B !important;}
.bg-orange {background-color: #577590 !important;}
.bg-orange-real {background-color: #F3722C !important;}
.d-inline-block {display: inline-block;max-width: 100% !important;}

.m-10 {margin: 10px}
.m-5 {margin: 5px}

.mt-0 {margin: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-7 {margin-top: 7px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}

.my-10 {margin: 10px 0}
.my-20 {margin: 20px 0}
.my-30 {margin: 30px 0}
.my-50 {margin: 50px 0}

.mb-15 {margin-bottom: 15px !important;}
.mb-50 {margin-bottom: 50px !important;}

.pl-3 {padding-left: 3px !important;}

.plr-0 {padding-left: 0 !important;padding-right: 0 !important;}

.p-0 {padding: 0 !important;}
.p-10 {padding: 10px !important;}
.p-5 {padding: 5px !important;}
.p-20 {padding: 20px !important;}
.p-30 {padding: 30px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.plr-20 {padding-left: 20px;padding-right: 20px}

.font-7 {font-size: 7px !important;}
.font-8 {font-size: 8px !important;}
.font-9 {font-size: 9px !important;}
.font-10 {font-size: 10px !important;}
.font-11 {font-size: 11px !important;}
.font-12 {font-size: 12px !important;}
.font-13 {font-size: 13px !important;}
.font-14 {font-size: 14px !important;}
.font-15 {font-size: 15px !important;}
.font-16 {font-size: 16px !important;}
.font-18 {font-size: 18px !important;}
.font-20 {font-size: 20px !important;}
.font-22 {font-size: 22px !important;}
.font-26 {font-size: 26px !important;}
.font-32 {font-size: 32px !important;}

.line-height-18 {line-height: 18px}
.line-height-25 {line-height: 23px}
.line-height-30 {line-height: 30px}
.line-height-35 {line-height: 35px}

.d-none {display: none}

.border-top {border-top: 1px solid #B9E3C6}

.box-shadow {box-shadow: rgb(185, 227, 198) 0px 1px 4px;}

.max-width-600 {max-width: 600px; width: 100%}
.width-90px {width: 90px}
.width-100-percent {width: 100% !important;}

.height-25px {height: 30px}
.height-100-percent {height: 100%}
.height-60vh {height: 50vh !important;}
.height-225px {height: 155px}

.cursor-pointer {cursor: pointer}
.text-767 {width: 40% !important;top: 27% !important;}
.m-o-auto {margin: 0 auto !important;}

.cart-color-box {width: 22px !important;height: 22px !important;border-radius: 50%}

.position-relative {position: relative}
.position-bottom {position: absolute;bottom: -25px;left: 0}

.profile_image {border: 2px solid #1d1e1d; border-radius: 50%; margin: 10px 0; width: 112px;height: 112px}

.widget-color {width: 20px;height: 20px;border: 1px solid #c5cac5;border-radius: 5px;position: absolute;top: 6px;left: 6px}


.login_form_div {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form_div .login-form {
    width: 340px !important;
    max-width: 100% !important;
    padding: 30px 15px;
    border-radius: 15px;
    border: 1px solid #0c5460;
}

.underline {text-decoration: underline}

/* Display settings */
.fix-filter-box {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background-color: #B9E3C6;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.fix-filter-box p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-mobile {display: none}
.d-mobile-only {display: none}
.green-border {border: 1px solid #4D908E}

.bg-transparent {background-color: transparent !important;}

/* Loading */
#loading-wrapper {
    background-color: #0f102f;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999999;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d3d3d3;
    width: 100px;
    height: 50px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 15px;
    direction: rtl;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #0c5460;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #43AA8B;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #B9E3C6;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #D4CC6A;
    border-bottom-color: #D4CC6A;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #577590;
    border-bottom-color: #577590;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#content
{
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}

.color-picker {
    display: flex;
    gap: 15px;
}

.color-picker input[type="radio"] {
    display: none;
}

.color-picker label {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    transition: transform 0.2s ease, border 0.2s ease;
}

.color-picker label i {
    opacity: 0;
    transition: opacity 0.2s ease;
    color: #fff;
    text-shadow:
        1px 1px 2px rgba(145, 145, 145, 0.7),
        -1px -1px 2px rgba(145,145,145,0.7),
        1px -1px 2px rgba(145,145,145,0.7),
        -1px 1px 2px rgba(145,145,145,0.7);
}

/* وقتی انتخاب شد → نمایش check */
.color-picker input[type="radio"]:checked + label i {
    opacity: 1;
    transform: scale(1.2);
    animation: bounce 0.3s ease;
}

@keyframes bounce {
    0% { transform: scale(0.8); }
    50% { transform: scale(1.4); }
    70% { transform: scale(1.1); }
    100% { transform: scale(1.2); }
}

/* افکت hover */
.color-picker label:hover {
    transform: scale(1.05);
}

/* وقتی انتخاب شد */
.color-picker input[type="radio"]:checked + label {
    border: 2px solid #c6c3c3;
}

.quantity-picker {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    overflow: hidden;
}

.quantity-picker button {
    width: 35px;
    height: 35px;
    border: none;
    background: #577590;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.quantity-picker button:hover {
    background: #475f75;
}

.quantity-picker button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.quantity-picker input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: none;
    font-size: 16px;
    background: #f7f9fb;
    pointer-events: none;
    border-radius: 12px;
    transition: all 0.2s ease;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}


/*=========================================================
	12 -> RESPONSIVE
===========================================================*/
@media only screen and (max-width: 1679px) {
    .p-box {height: 450px;}
    .p-box-2 .p-box {height: 470px}
}
@media only screen and (max-width: 1484px) {
    .product-single .product-body .product-name a {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .header-logo {margin-top: 10px}
    .banner h2 {font-size: 28px !important;}
    .display-up {display: none}
    .display-1200 {display: block}
    .display-992 {display: none}
    .display-767 {display: none}
    .d-desktop {
        display: none;
    }
    .mobile-full-width {
        width: 100% !important;
    }
    .d-desktop-none {display: block}

    .d-mobile {display: flex}
    .p-box {height: 490px}
    .p-box-2 .p-box {height: 490px}
}

@media only screen and (max-width: 991px) {
    #home .home-wrap {
        margin-left: 0px;
    }
    #aside {
        margin-bottom: 60px;
    }
    .product-reviews {
        margin-bottom: 30px;
    }
    .display-up {display: none}
    .display-1200 {display: none}
    .display-992 {display: block}
    .display-767 {display: none}
    .p-box {height: 495px}
    .p-box-2 .p-box {height: 450px}
}

@media only screen and (max-width: 767px) {
    #home-slick .banner {
        height: auto;
    }
    .banner h2 {
        font-size: 22px !important;
        line-height: 30px;
    }
    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }
    .store-filter .pull-right {
        margin-top: 15px;
    }
    .display-up {display: none}
    .display-1200 {display: none}
    .display-992 {display: none}
    .display-767 {display: block}
    .banner.banner-2 .banner-caption {
        right: unset;
        bottom: 30%;
    }
    .d-desktop-and-tablet {
        display: none;
    }
    .d-mobile-only {display: block}
    .cart-trash-btn {position: absolute;top: 5px;left: 15px}
    .p-box {height: 510px}
    .p-box-2 .p-box {height: 510px}
}
@media only screen and (max-width: 720px) {
    .p-box {
        height: 490px;
    }
    .p-box-2 .p-box {height: 490px}
}

@media only screen and (max-width: 575px) {
    .display-up {display: none}
    .display-1200 {display: none}
    .display-992 {display: block}
    .display-767 {display: none}
    .banner.banner-2 .banner-caption {
        right: 10%;
        bottom: 10%;
    }
    .p-box {
        height: unset;
    }
    .p-box-2 .p-box {height: unset}
}

@media only screen and (max-width: 480px) {
    [class*='col-xs'] {
        width: 100%;
    }
}
