@charset "UTF-8";
/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** Support Bar Area
--------------------------
** New Product Area
--------------------------
** Ladies Cloth Area
--------------------------
** Best Sellers Area
--------------------------
** Free Shipping Area
--------------------------
** Features One Area
--------------------------
** Footer Area
--------------------------
** Promotional Area
--------------------------
** Brand logo carousel Area
--------------------------
** Process Area
--------------------------
** Speakers Area
--------------------------
** Our Story Area
--------------------------
** Trend Seller Area
--------------------------
** Recently Added Area
--------------------------
** Sidebar Area
--------------------------
** Side Sidebar Area
--------------------------
** About Page
--------------------------
** Category Page
--------------------------
** Cart Page
--------------------------
** Checkout Page
--------------------------
** Product Details Page
--------------------------
** Login Page
--------------------------
** Signup Page
--------------------------
** Blog Page
--------------------------
** Blog Details Page
--------------------------
** Product Page
--------------------------
** Offer Page
--------------------------
** Vendor List Page
--------------------------
** Seller Dashboard Page
--------------------------
** Sellers Products Page
--------------------------
** 404 Error Page
--------------------------
** Contact Page
--------------------------
** Faq Page
--------------------------
** Privacy Page
--------------------------
** Affiliate Page
--------------------------
** Track Order Page
--------------------------
** Partner Page
--------------------------
*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,400,500,600,700|Rubik:300,400,500,700");

/*---------------------------
** Global Scss
---------------------------*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../font/IRANSansWeb_Light.eot');
    src: url('../font/IRANSansWeb_Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/IRANSansWeb_Light.ttf') format('truetype');
}

.section-bg-1 {
    background-color: #141a66;
}

.section-bg-2 {
    background-color: #19206e;
}

.bg-green {
    background-color: #188801 !important;
}

.remove-col-padding {
    padding: 0;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.mobile-logo {
    display: none;
}

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.remove-col-padding-right {
    padding-right: 0;
}

.remove-col-padding-left {
    padding-left: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: 0.4rem;
}

.bg-green {
    background-color: #188801 !important;
}

.back-to-top {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #03622a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(42, 156, 245, 0);
    box-shadow: 0 0 5px rgba(42, 156, 245, 0);
}

.back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.br-10 {
    border-radius: 10px;
}

.boxed-btn {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 160px;
    background-color: #188801;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.boxed-btn:hover {
    color: #fff;
    background-color: #03622a;
}

.boxed-btn.btn-rounded {
    border-radius: 30px;
}

.boxed-btn.blank {
    background-color: transparent;
    border: 2px solid #232b37;
    color: #232b37;
}

.boxed-btn.blank:hover {
    background-color: #03622a;
    color: #fff;
}

.rubik {
    font-family: "IRANSans";
}

.light-bg {
    background-color: #f3f7ff;
}

.mwd-700 {
    max-width: 700px;
}

.section-title-two {
    margin-bottom: 65px;
    text-align: center;
}

.section-title-two.extra {
    margin-bottom: 75px;
}

.section-title-two.white .subtitle {
    color: #03622a;
}

.section-title-two.white .title {
    color: #fff;
}

.section-title-two .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #03622a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "IRANSans";
}

.section-title-two .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #232b37;
    font-family: "IRANSans";
}



.section-title.home-3 {
    margin-bottom: 70px;
}

.section-title.home-3 .subtitle {
    color: #03622a;
    display: block;
    margin-bottom: 8px;
}

.section-title.home-3 .title {
    color: #232b37;
    margin-bottom: 20px;
}

.section-title.rubik-font .title {
    font-family: "IRANSans";
}

.section-title.rubik-font .subtitle {
    font-family: "IRANSans";
}

.section-title.rubik-font p {
    font-family: "IRANSans";
}

.section-title.extra .title {
    margin-bottom: 25px;
}



.section-title .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #03622a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
}

.section-title p {
    color: #838b97;
    font-size: 20px;
    line-height: 30px;
    max-width: 530px;
    margin: 0 auto;
}

.c-white {
    color: #fff;
}

.blue-bg {
    background-color: #188801
}

.dark-blug-lg {
    background-color: #14213a;
}

.c-red {
    color: #03622a;
}

.bg-red {
    background-color: #03622a;
}

.c-green {
    color: #00cf92;
}

.submit-btn {
    width: 250px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background-color: #188801;
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #232b37;
}

.submit-btn.btn-rounded {
    border-radius: 30px;
}

.submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.submit-btn:focus {
    outline: none;
}

.section-title-inner {
    text-align: center;
    margin-bottom: 45px;
}

.section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #03622a;
    margin-bottom: 20px;
    display: block;
}

.section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.form-element.margin-bottom-30 {
    margin-bottom: 27px;
}

.form-element label {
    color: #232b37;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.form-element label span {
    color: #BE1F27;
}

.form-element select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.has-icon {
    position: relative;
    display: block;
}

.has-icon.textarea .the-icon {
    top: 25px;
}

.has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-field {
    width: 100%;
    height:35px;
   /* padding: 0 30px;*/
    border-radius: 5px;
    color: #000;
}

.input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7c7c90;
}

.input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7c7c90;
}

.input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7c7c90;
}

.input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7c7c90;
}

.input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.borderd:focus {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.textarea {
    min-height: 120px;
    padding: 20px 30px;
    resize: none;
}

.input-field.error {
    border: 1px solid #dc3545;
}

.input-field.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dc3545;
}

.input-field.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dc3545;
}

.input-field.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dc3545;
}

.input-field.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dc3545;
}

.input-field.error:focus {
    border-color: #dc3545;
}

.gray-bg {
    background-color: #fafafd;
}

.video-play-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #313131;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play-btn:hover {
    color: #313131;
}

.email-success {
    display: block;
    width: 100%;
}

.checkbox-element {
    display: inline-block;
}

.checkbox-wrapper {
    display: inline-block;
}

.checkbox-inner {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: rgba(30, 48, 86, 0.7);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #03622a;
    border-radius: 2px;
}

.checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-inner input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #03622a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-responsive {
    display: table;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    #indexHeaderUl{
        display: none !important;
    }
    .row.reorder-xs {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-xs > [class*="col-"] {
        -ms-transform: rotate(-180deg);
        /* IE 9 */
        -webkit-transform: rotate(-180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
        direction: ltr;
    }
}


@media only screen and (max-width: 425px){

    .single-new-collection-item .wmpp{
        position: absolute;
        top: 126px;
        right: 143px !important;
        border-radius: 10px;
        /* border-left: 50px solid transparent; */
        /* border-bottom: 50px solid transparent; */
        /* border-right: 50px solid #1F749C; */
        height: 30px;
        width: 43px;
        background: red;
        color: white;
        display: inline-block;
    }
    .section-title .title {
        font-size: 5vw !important;
        line-height: 50px;

        color: #232b37;
        font-weight: 700;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0faff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0px;
    bottom: 0px;
    background-color: #232b37;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider:before {
    background-color: #03622a;
}

input:checked + .slider {
    background-color: #f0faff;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #f0faff;
    box-shadow: 0 0 1px #f0faff;
}

input:checked + .slider:before {
    -ms-transform: translateX(41px);
    /* IE 9 */
    -webkit-transform: translateX(41px);
    /* Chrome, Safari, Opera */
    transform: translateX(41px);
}

.section-separator {
    border-bottom: 2px solid #f0f0f0;
    display: block;
}

.bg-light-blue {
    background-color: #38a0ba;
}

.bg-light-green {
    background-color: #6aac54;
}

.bg-light-orange {
    background-color: #f5aa5d;
}

.bg-light-gray {
    background-color: #525657;
}

.desktop-none {
    display: none;
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
    padding: 120px 0 110px 0;
    background-color: #f6f7f8;
    position: relative;
    z-index: 0;
}

.breadcrumb-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 43, 55, 0.9);
    z-index: -1;
    content: '';
}

.breadcrumb-area.extra {
    padding-bottom: 120px;
}

.breadcrumb-area.breadcrumb-bg {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-position: center;
    background-size: cover;
}

.breadcrumb-area .left-content-area {
    display: inline-block;
}

.breadcrumb-area .left-content-area .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    font-family: "IRANSans";
}

.breadcrumb-area .right-content-area {
    display: inline-block;
    float: left;
    margin-top: 22px;
}

.breadcrumb-area .right-content-area ul li {
    display: inline-block;
    color: #03622a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 8px;
    position: relative;
}

.breadcrumb-area .right-content-area ul li:after {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #848792;
}

.breadcrumb-area .right-content-area ul li:last-child {
    margin-left: 0;
}

.breadcrumb-area .right-content-area ul li:last-child:after {
    display: none;
}

.breadcrumb-area .right-content-area ul li a {
    color: #848792;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.breadcrumb-area .right-content-area ul li a:hover {
    color: #03622a;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #232b37;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .9;
    z-index: 999999;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #03622a;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*====================
** Normalize
====================*/
html {
    font-family: "IRANSans";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "IRANSans";
    direction: rtl;
    font-size: 14px;
    margin: 0;
    color: #838b97;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 48px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 26px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 22px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232b37;
    font-weight: 700;
    font-family: "IRANSans";
}

p {
    font-size: 14px;
    color: #232b37;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: #232b37;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

/*------------------------------
    Navbar Area
------------------------------*/

.ceram-nav {
         padding: 0px !important;

}

.ceram-nav .right-btn-wrapper ul li {
    color: #ffd3c8;
}

.ceram-nav .right-btn-wrapper ul li.cart .badge {
    background-color: #232b37;
}

.ceram-nav .right-btn-wrapper ul li {
    display: inline-block;
    margin: 0 10px;
    color: #b7bec9;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.ceram-nav .right-btn-wrapper ul li:last-child {
    margin-left: 0;
}

.ceram-nav .right-btn-wrapper ul li:hover {
    color: #fff;
}

.ceram-nav .right-btn-wrapper ul li.cart {
    position: relative;
}

.ceram-nav .right-btn-wrapper ul li.cart .badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #03622a;
    line-height: 18px;
    color: #fff;
    padding: 0;
    position: absolute;
    left: -8px;
    top: -8px;
}

.ceram-nav .right-btn-wrapper {
    margin-left: 20px;
}

.ceram-nav .right-btn-wrapper ul li {
    color: #ffffff;
}

.ceram-nav .right-btn-wrapper ul li:hover {
    color: #232b37;
}

.ceram-nav .right-btn-wrapper ul li.cart {
    position: relative;
}

.ceram-nav .right-btn-wrapper ul li.cart .badge {
    background-color: #f21700;
}

.ceram-nav .collapse > ul > li > a {
    color: #ddffd3 !important;
}

.ceram-nav .navbar-toggler-icon {
    color: #ddffd3 !important;
}

.ceram-nav .navbar-toggler {
    color: #ddffd3 !important;
}

.ceram-nav .dropdown, .dropup {
    position: relative;
    left: 0;
    right: 0;
}

.ceram-nav .mega-dropdown, .dropup {
    position: static;
    left: 0;
    right: 0;
}

.ceram-nav .category-menu-container {
    display: inline-flex;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ceram-nav .category-menu-mobile {
    display: none;
}

.ceram-nav .category-menu {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    padding: 8px 0;
}

.ceram-nav .category-menu-item {
    display: block;
    width: 20%;
    height: fit-content;
    font-size: 14px !important;
}

.ceram-nav .category-menu-item h5 {
    color: dodgerblue !important;
    font-size: 16px !important;
    font-weight: bold;
}

.ceram-nav .category-menu-item h5:hover, h5:active {
    background-color: white;
}

.ceram-nav .dropdown-menu > a.dropdown-item:hover, a.dropdown-item:active, a.dropdown-item:focus {
    color: green !important;
    background-color: white !important;
}

.ceram-nav .category-menu-pic {
    min-width: 200px !important;
    height: auto;
}

.ceram-nav .dropdown-menu {
    padding: 0;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-direction: reverse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*------------------------------
    Header Area
------------------------------*/
/*---------------------------
    Header Area Two
---------------------------*/
.header-area-two {
    position: relative;
    padding: 192px 0 200px 0;
}

.header-area-two.header-bg-2 {
    background-image: url(../img/bg/header-bg-2.jpg);
    background-size: cover;
    background-position: center;
}

.header-area-two .header-inner {
    text-align: center;
}

.header-area-two .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #c0e9f2;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.header-area-two .header-inner .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0;
    font-family: "IRANSans";
}

.header-area-two .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #e1f4f8;
    max-width: 530px;
    font-family: "IRANSans";
    margin: 0 auto;
}

.header-area-two .header-inner .btn-wrapper {
    margin-top: 30px;
}

.header-area-two .header-inner .btn-wrapper .boxed-btn {
    width: 240px;
    margin: 0 10px;
    background-color: #0066ff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: "IRANSans";
}

.header-area-two .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area-two .header-inner .btn-wrapper .boxed-btn:hover {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: #bedeee;
}

.header-area-two .header-inner .btn-wrapper .boxed-btn.blank {
    width: 170px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #bedeee;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: transparent;
    font-family: "IRANSans";
}

.header-area-two .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: #0066ff;
    color: #fff;
    border-color: #0066ff;
}

/*---------------------------
    Header Area Three
---------------------------*/
.header-area-three {
    position: relative;
    padding: 192px 0 200px 0;
}

.header-area-three.header-bg-three {
    background-image: url(../img/bg/header-bg-3.jpg);
    background-size: cover;
    background-position: center;
}

.header-area-three.header-bg-four {
    background-image: url(../img/bg/header-bg-6.jpg);
    background-size: cover;
    background-position: center;
}

.header-area-three.home-six {
    padding: 195px 0 200px 0;
}

.header-area-three.home-six .header-inner .subtitle {
    color: #03622a;
}

.header-area-three.home-six .header-inner .btn-wrapper .boxed-btn {
    background-color: #03622a;
}

.header-area-three.home-six .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: #03622a;
    border-color: #03622a;
}

.header-area-three .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #03622a;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.header-area-three .header-inner .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #232b37;
    margin-bottom: 18px;
    letter-spacing: 0;
    font-family: "IRANSans";
}

.header-area-three .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #838b97;
    max-width: 530px;
    font-family: "IRANSans";
}

.header-area-three .header-inner .btn-wrapper {
    margin-top: 30px;
}

.header-area-three .header-inner .btn-wrapper .boxed-btn {
    width: 240px;
    margin: 0 10px;
    background-color: #03622a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 2px solid transparent;
    font-family: "IRANSans";
    border-radius: 30px;
}

.header-area-three .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area-three .header-inner .btn-wrapper .boxed-btn:hover {
    border: 2px solid #d1d2d3;
    background-color: transparent;
    color: #6e7683;
}

.header-area-three .header-inner .btn-wrapper .boxed-btn.blank {
    width: 170px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #6e7683;
    border: 2px solid #d1d2d3;
    background-color: transparent;
    font-family: "IRANSans";
    border-radius: 30px;
}

.header-area-three .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: #03622a;
    color: #fff;
    border-color: #03622a;
}

/*---------------------------
    Header Area Five
---------------------------*/
.header-area-five {
    position: relative;
    padding: 195px 0 200px 0;
}

.header-area-five.header-bg-five {
    background-image: url(../img/bg/header-bg-5.jpg);
    background-size: cover;
    background-position: center;
}

.header-area-five .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #03622a;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.header-area-five .header-inner .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #232b37;
    margin-bottom: 18px;
    letter-spacing: 0;
    font-family: "IRANSans";
}

.header-area-five .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #838b97;
    max-width: 530px;
    font-family: "IRANSans";
}

.header-area-five .header-inner .btn-wrapper {
    margin-top: 30px;
}

.header-area-five .header-inner .btn-wrapper .boxed-btn {
    width: 240px;
    margin: 0 10px;
    background-color: #03622a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 2px solid transparent;
    font-family: "IRANSans";
    border-radius: 30px;
}

.header-area-five .header-inner .btn-wrapper .boxed-btn:hover {
    border: 2px solid #d1d2d3;
    background-color: transparent;
    color: #6e7683;
}

.header-area {
    position: relative;
    padding: 192px 0 200px 0;
}

.header-area.header-bg {
    background-image: url(../img/bg/header-bg.jpg);
    background-size: cover;
    background-position: center;
}

.header-area .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #00fff6;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.header-area .header-inner .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0;
}

.header-area .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #d1e4ed;
    max-width: 600px;
}

.header-area .header-inner .btn-wrapper {
    margin-top: 30px;
}

.header-area .header-inner .btn-wrapper .boxed-btn {
    width: 240px;
    margin: 0 10px;
    background-color: #206a8e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    border: 2px solid transparent;
}

.header-area .header-inner .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.header-area .header-inner .btn-wrapper .boxed-btn:hover {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: #bedeee;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank {
    width: 170px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #bedeee;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: transparent;
}

.header-area .header-inner .btn-wrapper .boxed-btn.blank:hover {
    background-color: #206a8e;
    color: #fff;
    border-color: #206a8e;
}

/*---------------------
    Support Bar
---------------------*/
.support-bar-area {
    background-color: #232b37;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.support-bar-area.bg-green {
    border-bottom: 1px solid #fff;
	background-image: url('../../../assets/img/header-back.png');

}

.support-bar-area.bg-green .left-content-area .language-picker:hover,
.support-bar-area.bg-green .left-content-area .currency-picker:hover {
    color: #fff;
}

.support-bar-area.bg-green .left-content-area .language-picker .slang-wrap:hover .name,
.support-bar-area.bg-green .left-content-area .currency-picker .slang-wrap:hover .name {
    color: #03622a;
}

.support-bar-area.bg-green .left-content-area .language-picker .slang-wrap .name,
.support-bar-area.bg-green .left-content-area .currency-picker .slang-wrap .name {
    color: #ddffd3;
}

.support-bar-area.bg-green .left-content-area .language-picker .default:hover .name,
.support-bar-area.bg-green .left-content-area .currency-picker .default:hover .name {
    color: #fff;
}

.support-bar-area.bg-green .left-content-area .language-picker .default .all-lang li .name,
.support-bar-area.bg-green .left-content-area .currency-picker .default .all-lang li .name {
    color: #a2aab6;
}

.support-bar-area.bg-green .left-content-area .language-picker .default .all-lang li .name:hover,
.support-bar-area.bg-green .left-content-area .currency-picker .default .all-lang li .name:hover {
    color: #03622a;
}

.support-bar-area.bg-green .right-content-area ul li {
    color: #ddffd3;
    font-family: "IRANSans";
}

.support-bar-area.bg-green .right-content-area ul li:hover {
    color: #ddffd3;
    opacity: .8;
}

.support-bar-area.bg-green .right-content-area ul li a {
    color: #ddffd3;
}

.support-bar-area.bg-green .right-content-area ul li a:hover {
    color: #ddffd3;
    opacity: .8;
}

.support-bar-area .left-content-area {
    display: inline-block;
}

.support-bar-area .left-content-area .currency-picker {
    display: inline-block;
    padding-right: 20px;
}

.support-bar-area .left-content-area .currency-picker .slang-wrap {
    cursor: pointer;
}

.support-bar-area .left-content-area .currency-picker .slang-wrap:hover .name {
    color: #03622a;
}

.support-bar-area .left-content-area .currency-picker .slang-wrap .name {
    font-size: 14px;
    color: #a2aab6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .left-content-area .currency-picker .slang-wrap .name i {
    padding-left: 2px;
}

.support-bar-area .left-content-area .currency-picker .default {
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

.support-bar-area .left-content-area .currency-picker .default:hover .all-lang {
    visibility: visible;
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.support-bar-area .left-content-area .currency-picker .default .all-lang {
    background-color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 2;
    width: 80px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.support-bar-area .left-content-area .currency-picker .default .all-lang li {
    display: block;
    margin: 5px 0;
}

.support-bar-area .left-content-area .language-picker {
    display: inline-block;
}

.support-bar-area .left-content-area .language-picker .slang-wrap {
    position: relative;
    min-height: 20px;
    cursor: pointer;
}

.support-bar-area .left-content-area .language-picker .slang-wrap:hover .name {
    color: #03622a;
}

.support-bar-area .left-content-area .language-picker .slang-wrap .img {
    position: absolute;
    right: 0;
    top: 0;
}

.support-bar-area .left-content-area .language-picker .slang-wrap .name {
    padding-right: 30px;
    font-size: 14px;
    color: #a2aab6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .left-content-area .language-picker .slang-wrap .name i {
    padding-left: 2px;
}

.support-bar-area .left-content-area .language-picker .default {
    display: inline-block;
    position: relative;
    padding: 2px 0;
}

.support-bar-area .left-content-area .language-picker .default:hover .all-lang {
    visibility: visible;
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.support-bar-area .left-content-area .language-picker .default .all-lang {
    background-color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 2;
    width: 100px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.support-bar-area .left-content-area .language-picker .default .all-lang li {
    display: block;
    margin: 5px 0;
}

.support-bar-area .right-content-area {
    display: inline-block;
    float: left;
    padding: 2px 0;
}

.support-bar-area .right-content-area ul li {
    display: inline-block;
    color: #999fa9;
    font-size: 14px;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.support-bar-area .right-content-area ul li:hover {
    color: #03622a;
}

.support-bar-area .right-content-area ul li:last-child {
    margin-right: 0;
}

.support-bar-area .right-content-area ul li a {
    color: #999fa9;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .right-content-area ul li a:hover {
    color: #03622a;
}

.support-bar-two {
    border-bottom: 1px solid #fff;
    padding: 15px 0 5px 0;
    background-image: url('../../../assets/img/header-back.png');
}

.support-bar-two.bg-white {
    border-bottom: none;
}

.support-bar-two.bg-white.home-4 {
    margin-bottom: 13px;
}

.support-bar-two.home-6 {
    border-top: 1px solid #cdd0d5;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form {
    position: relative;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon:after {
    color: #03622a;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category {
    color: #03622a;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category option {
    color: #03622a;
    background-color: #fff;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a2aab6;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field {
    color: #a2aab6;
    border: 2px solid #03622a;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a2aab6;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a2aab6;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a2aab6;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a2aab6;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .submit-btn {
    border: 2px solid #03622a;
    color: #03622a;
}

.support-bar-two.home-6 .right-content ul li .support-search-area .search-form .submit-btn:hover {
    background-color: #03622a;
    color: #fff;
}

.support-bar-two.home-6 .right-content ul li .single-support-info-item {
    position: relative;
}

.support-bar-two.home-6 .right-content ul li .single-support-info-item .icon {
    color: #03622a;
}

.support-bar-two.home-6 .right-content ul li .single-support-info-item .content .title {
    color: #03622a;
}

.support-bar-two.home-6 .right-content ul li .single-support-info-item .content .details {
    color: #a2aab6;
    font-weight: 400;
}

.support-bar-two .left-content {
    display: inline-block;
    margin-top: 6px;
}

.support-bar-two .right-content {
    display: inline-block;
    float: left;
}

.support-bar-two .right-content ul li {
    display: inline-block;
    margin: 0 18px;
}

.support-bar-two .right-content ul li:last-child {
    margin-left: 0;
}

.support-bar-two .right-content ul li .support-search-area {
    position: relative;
    top: -10px;
}

.support-bar-two .right-content ul li .support-search-area .search-form {
    position: relative;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element:focus {
    outline: none;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default {
    width: 100px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single {
    border: none;
    background-color: unset;
    border-radius: none !important;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ddffd3;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection__arrow {
    display: none;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon {
    left: 70px;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category {
    font-size: 12px;
    background-color: transparent;
    color: #ddffd3;
    border: none;
    font-weight: 500;
    font-family: "IRANSans";
    cursor: pointer;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field {
    width: 414px;
    height: 40px;
    background-color: transparent;
    color: #ddffd3;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 12px;
    font-family: "IRANSans";
    font-weight: 500;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ddffd3;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddffd3;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddffd3;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ddffd3;
}

.support-bar-two .right-content ul li .support-search-area .search-form .submit-btn {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ddffd3;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 35px;
    font-size: 12px;
    font-family: "IRANSans";
}

.support-bar-two .right-content ul li .support-search-area .search-form .submit-btn:hover {
    background-color: white;
}

.support-bar-two .right-content ul li .single-support-info-item {
    position: relative;
}

.support-bar-two .right-content ul li .single-support-info-item .icon {
    font-size: 12px;
    color: #ddffd3;
    position: absolute;
    right: 0;
    top: 0;
}

.support-bar-two .right-content ul li .single-support-info-item .content {
    padding-right: 20px;
}

.support-bar-two .right-content ul li .single-support-info-item .content .title {
    font-size: 16px;
    font-weight: 700;
    color: #ddffd3;
    font-family: "IRANSans";
    margin-bottom: 0;
}

.support-bar-two .right-content ul li .single-support-info-item .content .details {
    color: #ddffd3;
    font-size: 12px;
    font-family: "IRANSans";
    font-weight: 500;
}

/*---------------------------
    New Product Area
----------------------------*/

.single-new-collection-item {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*test*/

    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 2px 0px #ccc;
}

.single-new-collection-item:hover {
    -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
}

.single-new-collection-item:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}

.single-new-collection-item:hover .thumb .hover .addtocart {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
}

.single-new-collection-item .thumb {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 150px;
    margin: auto;
}

.single-new-collection-item .thumb img {
    max-width: 100%;
    max-height: 100%;
}

.single-new-collection-item .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.single-new-collection-item .thumb .hover .addtocart {
    display: inline-block;
    background-color: #03622a;
    padding: 10px 25px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-new-collection-item .thumb .hover .addtocart:hover {
    opacity: .8;
}

.single-new-collection-item .content .category {
    font-family: "IRANSans";
    color: #3ad24b;;
    font-weight: 700;
    background-color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}



.single-new-collection-item .content .price {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 0;
}

.single-new-collection-item .content .price .sprice {
    color: blue;
    margin-right: 10px;
}

.single-new-collection-item .content .price .dprice {
    color: #b0b5bc;
}

/*-----------------------
    Ladies Cloth Area
------------------------*/
.ladies-cloths-area {
    position: relative;
    padding: 120px 0;
}

.ladies-cloths-area.ladies-cloths-bg {
    background-color: #99ded3;
    background-image: url(../img/bg/ladies-cloths-bg.jpg);
    background-size: cover;
    background-position: center;
}

.ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li {
    padding-top: 10px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    background-color: #95d2c6;
    margin: 0 8px;
}

.ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li:first-child {
    margin-left: 0;
}

.ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li .single-countdown-box .day {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li .single-countdown-box .title {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content {
    padding-top: 35px;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content .subtitle {
    font-size: 30px;
    line-height: 40px;
    color: #03622a;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content .title {
    font-size: 80px;
    line-height: 90px;
    color: #232b37;
    letter-spacing: 0;
    font-weight: 800;
    margin-bottom: 17px;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    color: #838b97;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content .boxed-btn {
    width: 240px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    margin-top: 21px;
}

.ladies-cloths-area .ladies-cloths-content-area .bottom-content .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.8);
    box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.8);
}

/*------------------------
    Best Seller Area
------------------------*/
.best-sellers-area {
    padding: 20px 0 50px 0;
}

.best-sellers-area .best-sellter-filter-menu {
    margin-bottom: 30px;
}

.best-sellers-area .best-sellter-filter-menu .nav-tabs {
    text-align: center;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.best-sellers-area .best-sellter-filter-menu .nav-tabs .nav-item .nav-link {
    border: none;
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #f4f4f4;
    color: #d1d0d0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.best-sellers-area .best-sellter-filter-menu .nav-tabs .nav-item .nav-link.active {
    background-color: #03622a;
    color: #fff;
}

.best-seller-area-two {
    margin-top: 40px;
    padding-bottom: 50px;
}

.best-seller-area-two.home-3 {
    padding-bottom: 90px;
}

.best-seller-two-filter-menu {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.best-seller-two-filter-menu.home-5:after {
    display: none;
}

.best-seller-two-filter-menu.home-5 .nav-tabs .nav-item .nav-link:hover {
    background-color: #03622a;
    border-color: #03622a;
    color: #fff;
}

.best-seller-two-filter-menu.home-5 .nav-tabs .nav-item .nav-link.active {
    background-color: #03622a;
    border-color: #03622a;
    color: #fff;
}

.best-seller-two-filter-menu:after {
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #f4f4f4;
    height: 2px;
    width: 100%;
    content: '';
    z-index: -1;
}

.best-seller-two-filter-menu .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.best-seller-two-filter-menu .nav-tabs .nav-item .nav-link {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #fff;
    color: #d1d0d0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 2px solid #f4f4f4;
    cursor: pointer;
}

.best-seller-two-filter-menu .nav-tabs .nav-item .nav-link.active, .best-seller-two-filter-menu .nav-tabs .nav-item .nav-link:hover {
    background-color: #03622a;
    color: #fff;
    border-color: #03622a;
}

.best-seller-four-filter-menu {
    margin-bottom: 30px;
}

.best-seller-four-filter-menu li {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #f4f4f4;
    color: #d1d0d0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.best-seller-four-filter-menu li.active {
    background-color: #03622a;
    color: #fff;
}

.single-product-item-two {
    background-color: white;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    text-align: center;
    margin-bottom: 30px;
}

.single-product-item-two.home-6 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
}

.single-product-item-two.home-6 .img-wrapper img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-product-item-two.home-6 .img-wrapper .hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-product-item-two.home-6 .img-wrapper .hover .addtocart {
    background-color: #03622a;
}

.single-product-item-two.home-6 .content .title, .single-product-item-two.home-6 .content .subtitle, .single-product-item-two.home-6 .content .price, .single-product-item-two.home-6 .content .category {
    font-family: "IRANSans";
}

.single-product-item-two:hover .img-wrapper .hover {
    visibility: visible;
    opacity: 1;
}

.single-product-item-two:hover .img-wrapper .hover .addtocart {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
}

.single-product-item-two .img-wrapper {
    position: relative;
}

.single-product-item-two .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.single-product-item-two .img-wrapper .hover .addtocart {
    display: inline-block;
    background-color: #03622a;
    padding: 10px 25px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-product-item-two .img-wrapper .hover .addtocart:hover {
    opacity: .8;
}

.single-product-item-two .content {
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 0 22px 0;
}

.single-product-item-two .content .category {
    font-family: "IRANSans";
    color: #d1d0d0;
    font-weight: 700;
    background-color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 20px;
    border-radius: 25px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}

.single-product-item-two .content .title {
    font-size: 18px;
    line-height: 28px;
    color: #232b37;
    margin-bottom: 5px;
}

.single-product-item-two .content .price {
    font-size: 16px;
    line-height: 26px;
}

.single-product-item-two .content .price .sprice {
    color: #03622a;
    margin-right: 10px;
}

.single-product-item-two .content .price .dprice {
    color: #b0b5bc;
}

.best-seller-area-four {
    padding: 80px 0 60px 0;
}

.best-seller-area-five {
    padding: 80px 0 50px 0;
}

.filter-ara-home-four {
    padding: 80px 0 50px 0;
}

.filter-ara-home-five-two {
    padding: 80px 0 50px 0;
}

.filter-area-menu-home-four {
    margin-bottom: 30px;
}

.filter-area-menu-home-four .nav-tabs {
    text-align: center;
    display: block;
    border: 2px solid #e5e5e5;
    border-radius: 35px;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-area-menu-home-four .nav-tabs .nav-item {
    display: inline-block;
}

.filter-area-menu-home-four .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8f97a2;
    margin: 0 40px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.filter-area-menu-home-four .nav-tabs .nav-item .nav-link.active, .filter-area-menu-home-four .nav-tabs .nav-item .nav-link:hover {
    color: #232b37;
}

.filter-ara-home-five {
    padding: 80px 0 63px 0;
}

.banner-area-home-5 {
    padding-bottom: 80px;
}

.home-six-trending-sellter-filter-nav {
    margin-bottom: 30px;
    text-align: center;
}

.home-six-trending-sellter-filter-nav .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #f4f4f4;
    color: #d1d0d0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border: none;
}

.home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link.active, .home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link:hover {
    background-color: #03622a;
    color: #fff;
    border: none;
}

.best-seller-home-6-filter-menu {
    text-align: center;
    margin-bottom: 30px;
}

.best-seller-home-6-filter-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #3e4755;
    color: #b1b6bd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-family: "IRANSans";
}

.best-seller-home-6-filter-menu ul li.active {
    background-color: #43a4f6;
    color: #fff;
}

.best-seller-home-6-filter-menu-small {
    text-align: center;
    margin-bottom: 30px;
}

.best-seller-home-6-filter-menu-small .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link {
    display: inline-block;
    border: none;
    margin: 0 8px;
    padding: 15px 35px;
    color: #b1b6bd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-family: "IRANSans";
    border: 2px solid #f0f0f0;
    border-radius: 25px;
}

.best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link.active, .best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link:hover {
    background-color: #43a4f6;
    color: #fff;
    border-color: #03622a;
}

.best-seller-home-6-area {
    padding: 80px 0 50px 0;
}

.best-seller-home-6-area-small {
    padding: 80px 0 60px 0;
}

.best-seller-home-6-area-small.cart-page {
    padding: 80px 0 60px;
}

.best-seller-vendor-area {
    padding-bottom: 60px;
}

.best-seller-vendor-area.vendor-list-page {
    padding: 40px 0 100px 0;
}

/*------------------------------
    Free Shipping Area
-------------------------------*/
.free-shipping-area {
    position: relative;
    padding: 95px 0 88px 0;
    z-index: 0;
}

.free-shipping-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 43, 55, 0.9);
    z-index: -1;
    content: '';
}

.free-shipping-area.shipping-bg {
    background-image: url(../img/bg/shipping-bg.jpg);
    background-size: cover;
    background-position: center;
}

.free-shipping-area .left-content-area {
    display: inline-block;
}

.free-shipping-area .left-content-area .icon {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -25px;
    margin-left: 30px;
}

.free-shipping-area .left-content-area .title {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}

.free-shipping-area .right-content-area {
    display: inline-block;
    float: left;
}

.free-shipping-area .right-content-area .btn-wrapper {
    margin-top: 27px;
}

.free-shipping-area .right-content-area .btn-wrapper .boxed-btn {
    width: 170px;
    height: 60px;
    background-color: #03622a;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 6px;
}

.free-shipping-area .right-content-area .btn-wrapper .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

/*-------------------------
    Features One Area
------------------------*/
.feature-one-area {
    padding: 115px 0 95px 0;
}

.feature-one-area.home-6 {
    padding-top: 75px;
    padding-bottom: 58px;
}

.feature-one-area.home-6 .single-featured-one-item .inner-item .subtitle {
    font-family: "IRANSans";
    font-weight: 500;
}

.feature-one-area.home-6 .single-featured-one-item .inner-item .title {
    font-family: "IRANSans";
    font-weight: 400;
}

.single-featured-one-item .inner-item {
    margin-bottom: 45px;
}

.single-featured-one-item .inner-item .subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #03622a;
    text-transform: uppercase;
    letter-spacing: 0;
}

.single-featured-one-item .inner-item .title {
    font-size: 60px;
    line-height: 70px;
    color: #232b37;
}

.single-featured-one-item .banner-add {
    margin-bottom: 25px;
}

.single-rated-box-one {
    position: relative;
    min-height: 130px;
    margin-bottom: 20px;
}

.single-rated-box-one:hover .content .title {
    color: #03622a;
}

.single-rated-box-one .thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.single-rated-box-one .content {
    padding-right: 150px;
    border: 2px solid #e5e5e5;
    border-right: none;
    padding: 20px 150px 25px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-rated-box-one .content .ratings {
    margin-bottom: 5px;
}

.single-rated-box-one .content .ratings li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #ffd800;
}

.single-rated-box-one .content .title {
    color: #232b37;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-rated-box-one .content .price {
    font-size: 16px;
    line-height: 26px;
}

.single-rated-box-one .content .price .sprice {
    color: #03622a;
    margin-left: 10px;
}

.single-rated-box-one .content .price .dprice {
    color: #b0b5bc;
}

.single-rated-box-two {
    position: relative;
    min-height: 130px;
    margin-bottom: 20px;
}

.single-rated-box-two:hover .content .title {
    color: #03622a;
}

.single-rated-box-two .thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.single-rated-box-two .content {
    padding-right: 150px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    padding: 22px 150px 27px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-rated-box-two .content .ratings {
    margin-bottom: 5px;
}

.single-rated-box-two .content .ratings li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #ffd800;
}

.single-rated-box-two .content .title {
    color: #232b37;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-rated-box-two .content .price {
    font-size: 16px;
    line-height: 26px;
}

.single-rated-box-two .content .price .sprice {
    color: #03622a;
    margin-left: 10px;
}

.single-rated-box-two .content .price .dprice {
    color: #b0b5bc;
}

.feature-area-home-6 {
    padding: 80px 0 80px 0;
}

/*-------------------------
    Footer Area
------------------------*/
.footer-arae-one.home-3 .footer-widget.about .widget-body .contact-info-list li .single-contact-info:hover .icon {
    background-color: #03622a;
    color: #fff;
}

.footer-arae-one.home-3 .footer-widget .widget-body .page-list li a:hover {
    color: #03622a;
}

.footer-arae-one .footer-top-one {
    padding: 120px 0 88px 0;
    background-image: url('../../../assets/img/header-back.png');
}

.footer-arae-one .footer-widget.about .widget-body .footer-logo {
    display: block;
    margin-bottom: 40px;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li {
    margin-bottom: 30px;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li:last-child {
    margin-bottom: 0;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info {
    position: relative;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info:hover .icon {
    background-color: #03622a;
    color: #fff;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2d3644;
    display: inline-block;
    font-size: 14px;
    color: #c1c6ce;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .content {
    padding-right: 60px;
}

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .content .details {
    font-size: 14px;
    color: #c1c6ce;
    line-height: 24px;
}

.footer-arae-one .footer-widget .widget-title {
    margin-bottom: 35px;
}

.footer-arae-one .footer-widget .widget-title .title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.footer-arae-one .footer-widget .widget-body .page-list li {
    margin: 10px 0;
}

.footer-arae-one .footer-widget .widget-body .page-list li a {
    font-size: 16px;
    line-height: 26px;
    color: #c1c6ce;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-arae-one .footer-widget .widget-body .page-list li a:hover {
    color: #03622a;
}

.copyright-area-two {
    margin: 0 15px;
}

.copyright-area-two .copyright-inner {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    border-radius: 6px;
    margin: 30px 0;
}

.copyright-area-two .copyright-inner .left-content-area {
    display: inline-block;
}

.copyright-area-two .copyright-inner .left-content-area .copyright-text {
    padding-top: 3px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #a4abb6;
    display: block;
}

.copyright-area-two .copyright-inner .right-content-area {
    display: inline-block;
    float: left;
}

.copyright-area-two .copyright-inner .right-content-area ul li {
    display: inline-block;
    margin: 0 3px;
}

.copyright-area-two .copyright-inner .right-content-area ul li:last-child {
    margin-right: 0;
}

.copyright-area .copyright-inner {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.copyright-area .copyright-inner .left-content-area {
    display: inline-block;
}

.copyright-area .copyright-inner .left-content-area .copyright-text {
    padding-top: 3px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #a4abb6;
    display: block;
}

.copyright-area .copyright-inner .right-content-area {
    display: inline-block;
    float: left;
}

.copyright-area .copyright-inner .right-content-area ul li {
    display: inline-block;
    margin: 0 3px;
}

.copyright-area .copyright-inner .right-content-area ul li:last-child {
    margin-right: 0;
}

/*----------------------
    Promotional area
----------------------*/
.promotional-product-showcase-two {
    margin: 30px 15px 0 15px;
}

.promotional-area-one {
    margin: 30px 15px;
}

.promotional-area-two {
    margin: 30px 15px;
}

.promotional-area-two.home-two {
    margin-top: 0;
}

.promotional-product-showcase {
    margin: 0px 15px;
}

.promotional-product-showcase.home-two {
    margin-bottom: 0;
}

.single-promotional-item.left-text.left-60 .img-wrapper .hover {
    left: 60px;
}

.single-promotional-item.left-text.top-100 .img-wrapper {
    height: 1020px;
}

.single-promotional-item.left-text.top-100 .img-wrapper .hover {
    top: 100px;
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Chrome, Safari, Opera */
    transform: translateY(0%);
}

.single-promotional-item.left-text .img-wrapper .hover {
    right: auto;
    left: 80px;
    width: 450px;
}

.single-promotional-item .img-wrapper {
    position: relative;
    z-index: 0;
    height: 495px;
}

.single-promotional-item .img-wrapper.promotional-bg-4 {
    background-image: url(../img/promotional/01.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover;
}

.single-promotional-item .img-wrapper.promotional-bg-5 {
    background-image: url(../img/promotional/02.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover;
}

.single-promotional-item .img-wrapper.promotional-bg-6 {
    background-image: url(../img/promotional/03.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover;
}

.single-promotional-item .img-wrapper.promotional-bg-7 {
    background-image: url(../img/promotional/04.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover;
}

.single-promotional-item .img-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 1;
}

.single-promotional-item .img-wrapper .hover {
    position: absolute;
    right: 80px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 300px;
    z-index: 2;
}

.single-promotional-item .img-wrapper .hover .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    font-family: "IRANSans";
    display: block;
    margin-bottom: 15px;
}

.single-promotional-item .img-wrapper .hover .title {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: "IRANSans";
}

.single-promotional-item .img-wrapper .hover .btn-wrapper {
    margin-top: 25px;
}

.single-promotional-item .img-wrapper .hover .btn-wrapper .boxed-btn {
    color: #fff;
    text-transform: uppercase;
    font-family: "IRANSans";
    font-size: 12px;
    letter-spacing: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}

.single-promotional-item .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
    border-color: #0066FF;
    background-color: #0066FF;
}

.promotional-center-area {
    padding: 195px 0 200px 0;
    margin: 30px 30px 0 30px;
}

.promotional-center-area.promotional-center-area-bg {
    background-size: cover;
    background-position: center;
    background-image: url(../img/promotional/06.jpg);
}

.promotional-center-area .single-promotional-cetner-item {
    text-align: center;
}

.promotional-center-area .single-promotional-cetner-item .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #0066ff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.promotional-center-area .single-promotional-cetner-item .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #232b37;
    margin-bottom: 18px;
    letter-spacing: 0;
    font-family: "IRANSans";
}

.promotional-center-area .single-promotional-cetner-item p {
    font-size: 20px;
    line-height: 30px;
    color: #838b97;
    max-width: 530px;
    font-family: "IRANSans";
    margin: 0 auto;
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper {
    margin-top: 30px;
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn {
    width: 240px;
    margin: 0 10px;
    background-color: #0066ff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: "IRANSans";
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn:hover {
    border: 2px solid #d4d5d6;
    background-color: transparent;
    color: #838b97;
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn.blank {
    width: 170px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #838b97;
    border: 2px solid #d4d5d6;
    border-radius: 6px;
    background-color: transparent;
    font-family: "IRANSans";
}

.promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn.blank:hover {
    background-color: #0066ff;
    color: #fff;
    border-color: #0066ff;
}

.promotional-banner-area-two .img-wrapper {
    position: relative;
    z-index: 0;
    height: 685px;
}

.promotional-banner-area-two .img-wrapper.promotionsl-bg-1 {
    background-color: #838b97;
    background-image: url(../img/promotional/08.jpg);
    background-position: center;
    background-size: cover;
}

.promotional-banner-area-two .img-wrapper .hover {
    position: absolute;
    right: 60px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 530px;
}

.promotional-banner-area-two .img-wrapper .hover .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffdfde;
    font-family: "IRANSans";
    display: block;
    margin-bottom: 10px;
}

.promotional-banner-area-two .img-wrapper .hover .title {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-family: "IRANSans";
    margin-bottom: 15px;
}

.promotional-banner-area-two .img-wrapper .hover p {
    font-size: 20px;
    line-height: 30px;
    color: #ffe6e5;
}

.promotional-banner-area-two .img-wrapper .hover .btn-wrapper {
    margin-top: 32px;
}

.promotional-banner-area-two .img-wrapper .hover .btn-wrapper .boxed-btn {
    color: #fff;
    width: 240px;
    text-transform: uppercase;
    font-family: "IRANSans";
    font-size: 11px;
    letter-spacing: 0;
    border-radius: 30px;
}

.promotional-banner-area-two .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
    background-color: #0066FF;
}

.promotional-banner-area-three .img-wrapper {
    position: relative;
    z-index: 0;
    height: 685px;
}

.promotional-banner-area-three .img-wrapper.promotionsl-bg-2 {
    background-color: #9097a2;
    background-position: center;
    background-size: cover;
    background-image: url(../img/promotional/07.jpg);
}

.promotional-banner-area-three .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.promotional-banner-area-three .img-wrapper .hover .subtitle {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    font-family: "IRANSans";
    display: block;
}

.promotional-banner-area-three .img-wrapper .hover .title {
    font-size: 100px;
    line-height: 90px;
    color: #fff;
    font-family: "IRANSans";
    font-weight: 700;
}

.promotional-banner-area-four .img-wrapper {
    position: relative;
    z-index: 0;
    height: 790px;
}

.promotional-banner-area-four .img-wrapper.promotionsl-bg-3 {
    background-color: #838b97;
    background-position: center;
    background-size: cover;
    background-image: url(../img/promotional/09.jpg);
}

.promotional-banner-area-four .img-wrapper .hover {
    position: absolute;
    right: 100px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 700px;
}

.promotional-banner-area-four .img-wrapper .hover .subtitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #9097a2;
    font-family: "IRANSans";
    display: block;
    margin-bottom: 35px;
}

.promotional-banner-area-four .img-wrapper .hover .title {
    font-size: 100px;
    line-height: 90px;
    color: #232b37;
    font-family: "IRANSans";
    margin-bottom: 15px;
    letter-spacing: 0;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper {
    margin-top: 42px;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn {
    color: #fff;
    width: 240px;
    text-transform: uppercase;
    font-family: "IRANSans";
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 30px;
    margin: 0 8px;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn:first-child {
    margin-left: 0;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
    background-color: #0066FF;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn.two {
    background-color: #fff;
    color: #9fa5af;
}

.promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn.two:hover {
    background-color: #0066FF;
    color: #fff;
}

.promotional-banner-area-six .img-wrapper {
    position: relative;
}

.promotional-banner-area-six .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .left {
    display: inline-block;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .left .title {
    font-size: 300px;
    line-height: 150px;
    color: #fff;
    font-family: "IRANSans";
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right {
    display: inline-block;
    float: right;
    position: relative;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right .top {
    font-size: 200px;
    line-height: 100px;
    font-family: "IRANSans";
    font-weight: 700;
    color: #fff;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right .bottom {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 700;
    font-family: "IRANSans";
    position: absolute;
    left: 10px;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .bottom-content {
    margin-top: 30px;
}

.promotional-banner-area-six .img-wrapper .hover .hover-inner .bottom-content .title {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 700;
    font-family: "IRANSans";
    text-transform: uppercase;
}

.promotinal-area-seven {
    padding-top: 80px;
}

.promotional-banner-area.right .img-wrapper .hover {
    left: auto;
    right: 80px;
}

.promotional-banner-area.left .img-wrapper .hover {
    left: 80px;
    right: auto;
}

.promotional-banner-area .img-wrapper {
    position: relative;
}

.promotional-banner-area .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 170px;
}

.promotional-banner-area .img-wrapper .hover .hover-inner .subtitle {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #70a979;
    letter-spacing: 0;
}

.promotional-banner-area .img-wrapper .hover .hover-inner .title {
    font-size: 50px;
    line-height: 60px;
    font-family: "IRANSans";
}

.promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper {
    margin-top: 17px;
}

.promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper .boxed-btn {
    width: 150px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    border: 2px solid transparent;
}

.promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #232b37;
}

/*---------------------------
    Brand Logo Carousel
-----------------------------*/
.brand-logo-carousel-area-one {
    margin: 0 30px;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    padding: 80px 0;
}

.brand-logo-carousel-area-one .brand-logo-carousel-one {
    padding: 0 15px;
}

.brand-logo-carousel-area-one .brand-logo-carousel-one .single-brang-logo-carousel-one-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.brand-logo-carousel-area-one .brand-logo-carousel-one .single-brang-logo-carousel-one-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*-------------------------
    Process Area
--------------------------*/
.process-area {
    padding-top: 80px;
}

.process-area.home-3 {
    padding: 120px 0 80px 0;
}

.process-area .single-process-item-one {
    border: 2px solid #e5e5e5;
    text-align: center;
    padding: 26px 0 22px 0;
}

.process-area .single-process-item-one .title {
    font-size: 20px;
    line-height: 30px;
    color: #232b37;
    font-family: "IRANSans";
}

.process-area .single-process-item-one .details {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
    font-family: "IRANSans";
}

/*---------------------------
    Speakers Area
---------------------------*/
.speakers-area {
    padding-top: 73px;
}

.speakers-area.speakder-bg {
    background-color: #e5fbff;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/speakder-bg.jpg);
}

/*----------------------------
    Surprise area
----------------------------*/
.surprise-area {
    margin-top: 187px;
}

.surprise-area .surprise-inner {
    padding: 0px 0 82px 0;
}

.surprise-area .surprise-inner .content-area {
    text-align: center;
    padding-top: 72px;
}

.surprise-area .surprise-inner .content-area .heart {
    font-size: 120px;
    line-height: 90px;
    color: #e4494c;
    margin-bottom: 37px;
}

.surprise-area .surprise-inner .content-area .title {
    color: #232b37;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
    max-width: 800px;
    margin: 0 auto;
}

.surprise-area .surprise-inner .video-thumb {
    position: relative;
    margin-top: -200px;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.surprise-area .surprise-inner .video-thumb img {
    border-radius: 20px;
}

.surprise-area .surprise-inner .video-thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.surprise-area .surprise-inner .video-thumb .hover .video-play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #03622a;
}

.surprise-area .surprise-inner .video-thumb .hover .video-play-btn:before {
    width: 120px;
    height: 120px;
}

/*----------------------
    Our Story Area
-----------------------*/
.our-story-area {
    padding: 115px 0 96px 0;
}

.our-story-area .single-our-story-item {
    text-align: center;
    font-family: "IRANSans";
}

.our-story-area .single-our-story-item:hover .thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-story-area .single-our-story-item:hover .conent .title {
    color: #03622a;
}

.our-story-area .single-our-story-item .thumb {
    margin-bottom: 25px;
}

.our-story-area .single-our-story-item .thumb img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.our-story-area .single-our-story-item .conent .time {
    font-size: 18px;
    color: #03622a;
    display: block;
    margin-bottom: 10px;
}

.our-story-area .single-our-story-item .conent .title {
    font-size: 26px;
    color: #232b37;
    font-weight: 500;
    font-family: "IRANSans";
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.our-story-area .single-our-story-item .conent p {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
}

/*----------------------------
    Trend Seller area
-----------------------------*/
.single-offer-item-wide .thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-offer-item-wide .content {
    text-align: center;
    padding: 32px 50px 26px 50px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.single-offer-item-wide .content .subtitle {
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    font-family: "IRANSans";
}

.single-offer-item-wide .content .title {
    color: #282828;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "IRANSans";
}

.single-offer-item-wide .content .price {
    margin-bottom: 24px;
}

.single-offer-item-wide .content .price .sprice {
    font-size: 30px;
    font-weight: 400;
    font-family: "IRANSans";
    color: #03622a;
    margin-right: 15px;
    line-height: 30px;
}

.single-offer-item-wide .content .price .dprice {
    font-size: 30px;
    font-weight: 400;
    font-family: "IRANSans";
    color: #c0c0c0;
    line-height: 30px;
}

.single-offer-item-wide .content .countdown-area {
    margin: 10px 0 17px 0;
}

.single-offer-item-wide .content .countdown-area ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 2px;
    background-color: #282828;
    border-radius: 6px;
}

.single-offer-item-wide .content .countdown-area ul li:first-child {
    margin-left: 0;
}

.single-offer-item-wide .content .countdown-area ul li .single-countdown-box {
    padding-top: 7px;
}

.single-offer-item-wide .content .countdown-area ul li .single-countdown-box .time {
    color: #fff;
    font-family: "IRANSans";
    font-size: 26px;
    margin-bottom: 0;
    line-height: 30px;
    margin-bottom: 2px;
    display: block;
}

.single-offer-item-wide .content .countdown-area ul li .single-countdown-box .name {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    font-family: "IRANSans";
}

.trending-seller-area {
    padding-bottom: 50px;
}

.trending-seller-area.home-6 {
    padding-bottom: 50px;
}

.trending-seller-area .single-offer-banner {
    border-radius: 6px;
}

.trending-seller-area .single-offer-banner img {
    border-radius: 6px;
}

.trending-seller-area .single-offer-item-tall .content {
    border: 2px solid #e5e5e5;
    border-top: none;
    text-align: center;
    padding: 25px 25px 18px 25px;
    margin-bottom: 30px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.trending-seller-area .single-offer-item-tall .content .subtitle {
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    font-family: "IRANSans";
}

.trending-seller-area .single-offer-item-tall .content .title {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "IRANSans";
}

.trending-seller-area .single-offer-item-tall .content .price .sprice {
    font-size: 30px;
    font-weight: 500;
    font-family: "IRANSans";
    color: #03622a;
    margin-right: 15px;
    line-height: 30px;
}

.trending-seller-area .single-offer-item-tall .content .price .dprice {
    font-size: 17px;
    font-weight: 400;
    font-family: "IRANSans";
    color: #c0c0c0;
    line-height: 30px;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area {
    margin: 10px 0 17px 0;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 2px;
    background-color: #282828;
    border-radius: 6px;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area ul li:first-child {
    margin-left: 0;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box {
    padding-top: 7px;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box .time {
    color: #fff;
    font-family: "IRANSans";
    font-size: 26px;
    margin-bottom: 0;
    line-height: 30px;
    margin-bottom: 2px;
    display: block;
}

.trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box .name {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    font-family: "IRANSans";
}

/*-------------------------
    Recently Added
-------------------------*/
.recently-added-area {
    padding-bottom: 80px;
}

.recently-added-area.home-6 {
    padding: 0px 0 80px 0;
}

.recently-added-area.product-details {
    padding-bottom: 20px;
}

.recently-added-area .single-new-collection-item {
    margin-bottom: 0px;
}

.recently-added-area .recently-added-nav-menu {
    margin-bottom: 35px;
}

.recently-added-area .recently-added-nav-menu ul {
    position: relative;
    z-index: 0;
}

.recently-added-area .recently-added-nav-menu ul:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    z-index: -1;
}

.recently-added-area .recently-added-nav-menu ul li {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    /*border: 2px solid #f0f0f0;*/
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    background-color: red;
}

.recently-added-area .recently-added-carousel .owl-nav div {
    position: absolute;
    left: 0;
    top: -80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ebebeb;
    text-align: center;
    line-height: 50px;
    color: #afb6bf;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.recently-added-area .recently-added-carousel .owl-nav div:hover {
    background-color: #03622a;
    color: #fff;
}

.recently-added-area .recently-added-carousel .owl-nav div.owl-prev {
    left: 50px;
}

/*----------------------
    Sidebar
-----------------------*/
.sidebar .sidebar-separator {
    padding-top: 40px;
    margin: 0 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .sidebar-separator.category {
    padding-top: 37px;
}

.sidebar .sidebar-separator.latest-post {
    padding-top: 4px;
}

.widget-area {
    padding: 0px 30px 0px 30px;
}

.widget-area.instagram .instagram-feed {
    text-align: center;
    margin-top: 27px;
}

.widget-area.instagram .instagram-feed li {
    display: inline-block;
    margin: 3px;
    margin-bottom: 5px;
}

.widget-area.instagram .instagram-feed li.margin-bottom-0 {
    margin-bottom: 0;
}

.widget-area.social {
    text-align: center;
}

.widget-area.social .social-links {
    margin-top: 25px;
}

.widget-area.social .social-links li {
    display: inline-block;
    margin: 0 2px;
}

.widget-area.social .social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #555555;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area.social .social-links li a:hover.twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.widget-area.social .social-links li a:hover.pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}

.widget-area.social .social-links li a:hover.facebook {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.widget-area.social .social-links li a:hover.instagram {
    background-color: #e4405f;
    border-color: #e4405f;
    color: #fff;
}

.widget-area.social .social-links li a:hover.wordpress {
    background-color: #0073AA;
    border-color: #0073AA;
    color: #fff;
}

.widget-area.category .categories {
    margin-top: 15px;
}

.widget-area.category .categories li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.widget-area.category .categories li:last-child {
    padding-bottom: 0;
    border: none;
}

.widget-area.category .categories li a {
    font-size: 14px;
    line-height: 24px;
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area.category .categories li a:hover {
    color: #03622a;
}

.widget-area.category .categories li a .count {
    float: left;
}

.widget-area.latest-post {
    padding-bottom: 36px;
}

.widget-area.latest-post .single-latest-post {
    margin-bottom: 18px;
    margin-top: 25px;
}

.widget-area.latest-post .single-latest-post:last-child {
    margin-bottom: 0;
}

.widget-area.latest-post .single-latest-post .media .media-body {
    padding-left: 5px;
}

.widget-area.latest-post .single-latest-post .media .media-body h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: "IRANSans";
}

.widget-area.latest-post .single-latest-post .media .media-body h5:hover {
    color: #03622a;
}

.widget-area.latest-post .single-latest-post .media .media-body .meta-time {
    font-size: 14px;
    line-height: 100%;
    color: #7d7c8f;
}

.widget-area.tags {
    padding-bottom: 30px;
}

.widget-area.tags .tags-list {
    margin-top: 30px;
}

.widget-area.tags .tags-list li {
    display: inline-block;
}

.widget-area.tags .tags-list li a {
    display: inline-block;
    color: #7d7c8f;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 13px;
    border: 1px solid #eaeaea;
    margin: 0 3px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area.tags .tags-list li a:hover {
    background-color: #03622a;
    color: #fff;
    border-color: #03622a;
}

.widget-area .widget-title {
    text-align: center;
}

.widget-area .widget-title h4 {
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
    font-weight: 700;
    color: #2e3841;
    position: relative;
    font-family: "IRANSans";
}

.widget-area .widget-title h4:after {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.widget-area .widget-title h4:before {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

/*--------------------------
    Slide Sidebar
--------------------------*/
.search-popup.home-3 .search-popup-form .submit-btn {
    background-color: #188801;
}

.search-popup.home-3 .search-popup-form .submit-btn:hover {
    background-color: #232b37;
}

.search-popup.active .search-popup-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-popup-form {
    /*min-width: 600px;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 2;
}

.search-popup .search-popup-form .form-element .input-field {
    border: none;
    font-family: "IRANSans";
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	background-color: #188801 important;
}

.search-popup .search-popup-form .submit-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: .80;
}

.slide-sidebar-area {
    background-color: #232b37;
    min-width: 350px;
    height: 100vh;
    padding: 30px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -ms-transform: translateX(350px);
    /* IE 9 */
    -webkit-transform: translateX(350px);
    /* Chrome, Safari, Opera */
    transform: translateX(-350px);
}

.slide-sidebar-area.active {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
}

.slide-sidebar-area .top-content {
    position: relative;
    margin-bottom: 35px;
}

.slide-sidebar-area .top-content .side-sidebar-close-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.slide-sidebar-area .bottom-content .recent-reviews .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "IRANSans";
    margin-bottom: 25px;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item .thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content {
    padding-right: 100px;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content .title {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content ul li {
    display: inline-block;
    font-size: 12px;
    color: #EDB867;
}

.slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content .posted-by {
    font-size: 12px;
    color: #f0f0f0;
}

.cart-sidebar-area {
    background-color: #013714;
    min-width: 350px;
    height: 100vh;
    padding: 30px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -ms-transform: translateX(350px);
    /* IE 9 */
    -webkit-transform: translateX(350px);
    /* Chrome, Safari, Opera */
    transform: translateX(-350px);
}

.cart-sidebar-area.home-3 .btn-wrapper .boxed-btn {
    background-color: #03622a;
}

.cart-sidebar-area.home-3 .btn-wrapper .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(244, 88, 50, 0.54);
    box-shadow: 0 0 25px 0 rgba(244, 88, 50, 0.54);
}

.cart-sidebar-area.active {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
}

.cart-sidebar-area .btn-wrapper {
    margin-top: 40px;
}

.cart-sidebar-area .btn-wrapper .boxed-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
}

.cart-sidebar-area .btn-wrapper .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}



.cart-sidebar-area .top-content .side-sidebar-close-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.cart-sidebar-area .bottom-content .cart-products .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "IRANSans";
    margin-bottom: 25px;
}

.cart-sidebar-area .bottom-content .cart-products .single-product-item {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

.cart-sidebar-area .bottom-content .cart-products .single-product-item .thumb {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 80px;
    max-width: 80px;
}

.cart-sidebar-area .bottom-content .cart-products .single-product-item .content {
    padding-right: 100px;
}



.cart-sidebar-area .bottom-content .cart-products .single-product-item .content .remove-cart {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background-color: #dc3545;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cart-sidebar-area .bottom-content .cart-products .single-product-item .content .remove-cart:hover {
    opacity: .8;
}

/*---------------------
    About us Page
---------------------*/
.counter-area {
    padding: 112px 0 105px 0;
}

.counter-area .singloe-counter-item {
    text-align: center;
}

.counter-area .singloe-counter-item .cunter-num {
    position: relative;
    display: inline-block;
}

.counter-area .singloe-counter-item .cunter-num .count-wrap {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #232b37;
}

.counter-area .singloe-counter-item .cunter-num .count-wrap .sup {
    position: absolute;
    top: 5px;
    left: -30px;
    font-size: 40px;
    line-height: 24px;
    font-weight: 500;
    color: #03622a;
}

.counter-area .singloe-counter-item .title {
    font-size: 16px;
    color: #a3a9b2;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.about-content-area {
    position: relative;
    z-index: 0;
}

.about-content-area .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-content-area .video-btn .video-play-btn {
    background-color: #03622a;
    color: #fff;
}

.about-content-area .video-btn .video-play-btn:before {
    background-color: #03622a;
}

.about-content-area .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.about-content-area .left-content-area.left-content-bg {
    background-image: url(../img/about-left-bg.jpg);
    background-size: cover;
    background-position: top;
}

.about-content-area .right-content-area {
    padding: 114px 100px 120px 100px;
}

.about-content-area .right-content-area .subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #03622a;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.about-content-area .right-content-area .title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
}

.about-content-area .right-content-area p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7c8f;
}

.about-content-area .right-content-area p:last-child {
    margin-bottom: 0;
}

.about-content-area .right-content-area .btn-wrapper {
    margin-top: 35px;
}

.about-content-area .right-content-area .btn-wrapper .boxed-btn {
    width: 220px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
}

.about-content-area .right-content-area .btn-wrapper .boxed-btn:hover {
    background-color: #03622a;
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.about-bottom-content-area {
    padding: 120px 0 115px 0;
}

.about-bottom-content-area .single-about-bottom-item:hover .thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.about-bottom-content-area .single-about-bottom-item .thumb {
    margin-bottom: 30px;
}

.about-bottom-content-area .single-about-bottom-item .thumb img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about-bottom-content-area .single-about-bottom-item .content .title {
    font-size: 40px;
    line-height: 50px;
    color: #232b37;
    font-family: "IRANSans";
    font-weight: 500;
    margin-bottom: 13px;
}

.about-bottom-content-area .single-about-bottom-item .content p {
    font-size: 14px;
    line-height: 24px;
    color: #838b97;
}

.about-bottom-content-area .single-about-bottom-item .content p:last-child {
    margin-bottom: 0;
}

.team-member-area {
    padding: 115px 0 115px 0;
}

.team-member-area.half-bg {
    position: relative;
    z-index: 0;
}

.team-member-area.half-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #232b37;
    content: '';
    z-index: -1;
}

.team-member-area .sinlge-team-member:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}

.team-member-area .sinlge-team-member:hover .thumb .hover .social-share li {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
}

.team-member-area .sinlge-team-member .thumb {
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
    overflow: hidden;
}

.team-member-area .sinlge-team-member .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 156, 245, 0.7);
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.team-member-area .sinlge-team-member .thumb .hover .social-share li {
    display: inline-block;
    margin: 0 8px;
    -ms-transform: translateY(150px);
    /* IE 9 */
    -webkit-transform: translateY(150px);
    /* Chrome, Safari, Opera */
    transform: translateY(150px);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}

.team-member-area .sinlge-team-member .thumb .hover .social-share li:hover {
    -ms-transform: scale(1.4);
    /* IE 9 */
    -webkit-transform: scale(1.4);
    /* Chrome, Safari, Opera */
    transform: scale(1.4);
}

.team-member-area .sinlge-team-member .thumb .hover .social-share li a {
    color: #fff;
}

.team-member-area .sinlge-team-member .content {
    text-align: center;
}

.team-member-area .sinlge-team-member .content .title {
    font-size: 22px;
    line-height: 32px;
    color: #232b37;
    font-family: "IRANSans";
    margin-bottom: 0;
}

.team-member-area .sinlge-team-member .content .post {
    font-size: 14px;
    color: #03622a;
    text-transform: uppercase;
    font-weight: 500;
}

.testimonial-area {
    padding: 115px 0 120px 0;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px 30px 35px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member:hover {
    background-color: #fff;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .thumb {
    margin-bottom: 25px;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .thumb img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .content .title {
    font-size: 18px;
    line-height: 28px;
    color: #232b37;
    font-weight: 600;
    font-family: "IRANSans";
    margin-bottom: 3px;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .content .post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #03622a;
    display: block;
    margin-bottom: 20px;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .content p {
    font-size: 14px;
    line-height: 24px;
    color: #838b97;
}

.testimonial-area .testimonial-carousel .sinlge-testimonial-member .content p:last-child {
    margin-bottom: 0;
    direction: rtl;
}

/*-------------------------
    Category block area
--------------------------*/


.category-block-area .single-cateogy-block-item {
    text-align: center;
    border: 2px solid #e5e5e5;
    padding: 60px 0px 60px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.category-block-area .single-cateogy-block-item:hover {
    background-color: #03622a;
    border-color: #03622a;
    color: #fff;
}

.category-block-area .single-cateogy-block-item:hover .title {
    color: #fff;
}

.category-block-area .single-cateogy-block-item:hover .icon {
    color: #fff;
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}



.category-block-area .single-cateogy-block-item .icon {
    font-size: small;
}

.category-block-area .single-cateogy-block-item .title {
    font-size: 16px;
    color: #7a8591;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.category-content-area {
    padding-bottom: 90px;
    padding-top: 20px;
}

.category-content-area.search-page {
    padding: 120px 0 90px 0;
}

.category-content-area .category-sidebar {
    margin-bottom: 30px;
}

.category-content-area .category-sidebar .category-filter-widget {
    border: 2px solid #f7cfcf;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    background-color: #f7cfcf;
}

.category-content-area .category-sidebar .category-filter-widget .title {
    font-size: 12px;
    font-weight: 700;
    color: #03622a;
    font-family: "IRANSans";
    text-transform: uppercase;
}

.category-content-area .category-sidebar .category-filter-widget .title .right {
    float: left;
}

.category-content-area .category-sidebar .category-filter-widget .cat-list li {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #292c33;
    font-family: "IRANSans";
    text-transform: uppercase;
    margin: 2px 0;
    padding: 3px;
    border: 1px solid #f4afaf;
    border-radius: 5px;
}

.category-content-area .category-sidebar .category-filter-widget .cat-list li:last-child {
    margin-bottom: 0;
}

.category-content-area .category-sidebar .category-filter-widget .cat-list li a {
    color: #292c33;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.category-content-area .category-sidebar .category-filter-widget .cat-list li a:hover {
    color: #03622a;
}

.category-content-area .category-sidebar .category-filter-widget .cat-list li .right {
    float: left;
}

.category-content-area .category-compare {
    border: 2px solid #b3eca8;
    padding: 5px;
    border-radius: 6px;
    background-color: #b3eca8;
    margin-bottom:5px;
}

.category-content-area .category-compare .title {
    font-family: "IRANSans";
    font-size: 12px;
    text-transform: uppercase;
    color: #03622a;
    letter-spacing: 0;
    width: 60%;
    padding-right: 10px;
}

.category-content-area .category-compare .btn-wrapper {
    margin-top: 13px;
}

.category-content-area .category-compare .btn-wrapper .boxed-btn {
    width: 100%;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "IRANSans";
    font-size: 12px;
    letter-spacing: 0;
}

.category-content-area .category-compare .btn-wrapper .boxed-btn:hover {
    background-color: #232b37;
}

.category-content-area .category-compare .compare-list {
    padding: 0;
}

.category-content-area .category-compare .compare-list li {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 10px;
    margin-top: 22px;
}

.category-content-area .category-compare .compare-list li:last-child {
    border-bottom: none;
}

.category-content-area .category-compare .compare-list li .single-compare-item {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.category-content-area .category-compare .compare-list li .single-compare-item .title {
    font-family: "IRANSans", serif;
    color: #292c33;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    text-transform: none;
    padding-left: 10px;
    letter-spacing: 0;
    margin: auto;
}

.category-content-area .category-compare .compare-list li .single-compare-item .thumb {
    width: auto;
    height: 45px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: auto;
}

.category-content-area .category-compare .compare-list li .single-compare-item img {
    max-width: 100%;
    max-height: 100%;
}

.category-content-area .category-compare .compare-list div.card div.card-body {
    padding: 0 !important;
}

.category-content-area .category-compare .compare-list li .single-compare-item .close-btn {
    padding: 3px;
    vertical-align: middle;
    background-color: red;
    color: darkred;
    line-height: 60px;
    font-weight: 400;
    font-family: "IRANSans";
    height: 100%;
    cursor: pointer;
}

.category-content-area .right-content-area .top-content {
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.category-content-area .right-content-area .top-content:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    z-index: -1;
}

.category-content-area .right-content-area .top-content .left-conent {
    display: inline-block;
}

.category-content-area .right-content-area .top-content .left-conent .cat {
    height: 50px;
    border: 2px solid #f0f0f0;
    color: #b1b6bd;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background-color: #fff;
	padding-right: 5px;
    padding-left: 5px
}

.category-content-area .right-content-area .top-content .right-content {
    display: inline-block;
    float: left;
}

.category-content-area .right-content-area .top-content .right-content ul li {
    display: inline-block;
    margin: 0 8px;
}

.category-content-area .right-content-area .top-content .right-content ul li:last-child {
    margin-left: 0;
}

.category-content-area .right-content-area .top-content .right-content ul li .form-element {
    display: flex;
    width: 160px;
}

.category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single {
    height: 50px;
    border-radius: 30px;
    border: 2px solid #f0f0f0;
}

.category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #b1b6bd;
    font-size: 14px;
    font-weight: 700;
}

.category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.category-content-area .right-content-area .top-content .right-content ul li.icon {
    background-color: #ebebeb;
    color: #afb6bf;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.category-content-area .right-content-area .top-content .right-content ul li.icon.active, .category-content-area .right-content-area .top-content .right-content ul li.icon:hover {
    background-color: #03622a;
    color: #fff;
}

/*--------------------
    Cart Page
--------------------*/


.cart-shipping-info-area {
    display: none;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.cart-shipping-info {
    display: none;
    margin: 2% auto 2% auto;
    height: auto;
}

.get-cart-info-dialog {
    display: none;
    margin: 2% auto 0 auto;
    height: auto;
}

.confirm-cart-info-dialog {
    display: none;
    margin: 2% auto 0 auto;
    height: auto;
}

.confirm-cart-info-dialog #shippingInfoSummary {
    border: solid darkgray 1px;
    border-radius: 10px;
    padding: 4px;
}

.cart-content-area .cart-content-inner .top-content table {
    font-family: "IRANSans";
}

.cart-content-area .cart-content-inner .top-content table thead th {
    color: #838b97;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding-top: 0;
}

.cart-content-area .cart-content-inner .top-content table thead th:first-child {
    padding-left: 0;
}

.cart-content-area .cart-content-inner .top-content table tbody tr {
    border-bottom: 1px solid #efefef;
}



.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details {
    position: relative;
    min-height: 160px;
}



.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .thumb {
    position: absolute;
    right: 40px;
    max-height: 160px;
    max-width: 160px;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .content {
    padding-right: 230px;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .content .title {
    font-size: 18px;
    color: #232b37;
    font-weight: 400;
    padding-top: 70px;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .price {
    font-size: 18px;
    color: #03622a;
    padding-top: 70px;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul {
    margin-top: 60px;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li {
    display: inline-block;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qttotal,
.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtminus,
.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtplus {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
}

.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qttotal:focus,
.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtminus:focus,
.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtplus:focus {
    outline: none;
}

.cart-content-area .cart-content-inner .bottom-content {
    font-family: "IRANSans";
    margin-top: 40px;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area {
    display: inline-block;
    width: 450px;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper {
    position: relative;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field {
    border: 2px solid #efefef;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8e96a1;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8e96a1;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8e96a1;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8e96a1;
}

.cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .submit-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    letter-spacing: 0;
    font-size: 12px;
    font-family: "IRANSans";
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area {
    display: inline-block;
    float: left;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn {
    padding: 0 30px;
    cursor: pointer;
    width: auto;
    margin: 0 10px;
    background-color: #03622a;
    border: 2px solid transparent;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    color: #fff;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:first-child {
    background-color: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9a9da7;
    letter-spacing: 0;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:first-child:hover {
    /*background-color: #03622a;*/
    /*border-color: #03622a;*/
    /*color: #fff;*/
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:hover {
    /*background-color: transparent;*/
    /*border-color: #e5e5e5;*/
    /*color: #9a9da7;*/
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:last-child {
    margin-right: 0;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total {
    float: left;
    margin-top: 32px;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-weight: 400;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li {
    font-size: 16px;
    line-height: 26px;
    color: #232b37;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li:first-child {
    padding-top: 8px;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li:last-child {
    border-bottom: none;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li .right {
    font-weight: 400;
    float: left;
    margin-right: 30px;
    color: #838b97;
}

.cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li.total .right {
    color: #03622a;
}

/*-----------------------
    Checkout page
------------------------*/
.checkout-page-content-area {
    padding: 80px 0 44px 0;
}

.checkout-page-content-area .notification-area {
    color: #fff;
    font-size: 14px;
    font-family: "IRANSans";
    background-color: #03622a;
    margin-bottom: 20px;
    padding: 30px 40px;
    border-radius: 6px;
}

.checkout-page-content-area .notification-area:last-child {
    margin-bottom: 50px;
}

.checkout-page-content-area .notification-area a {
    font-weight: 700;
    color: #fff;
    font-family: "IRANSans";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.checkout-page-content-area .left-content-area .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-weight: 400;
    font-family: "IRANSans";
    margin-bottom: 17px;
}

.checkout-page-content-area .left-content-area .form-element {
    font-family: "IRANSans";
    margin-bottom: 30px;
}

.checkout-page-content-area .left-content-area .form-element.has-icon .the-icon {
    top: 70px;
}

.checkout-page-content-area .left-content-area .form-element label {
    color: #838b97;
    font-weight: 400;
}

.checkout-page-content-area .left-content-area .form-element label.blank {
    min-height: 25px;
}

.checkout-page-content-area .left-content-area .form-element .input-field {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
}

.checkout-page-content-area .left-content-area .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b7c0;
}

.checkout-page-content-area .left-content-area .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b7c0;
}

.checkout-page-content-area .left-content-area .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b7c0;
}

.checkout-page-content-area .left-content-area .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b7c0;
}

.checkout-page-content-area .left-content-area .checkbox-element {
    font-family: "IRANSans";
}

.checkout-page-content-area .left-content-area .checkbox-element .checkbox-inner {
    color: #232b37;
    font-weight: 500;
}

.checkout-page-content-area .left-content-area .checkbox-element .checkbox-inner .checkmark {
    border-color: #e5e5e5;
}

.checkout-page-content-area .left-content-area .shipping-details {
    margin-top: 15px;
}

.checkout-page-content-area .left-content-area .shipping-details .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-weight: 400;
    font-family: "IRANSans";
    margin-bottom: 15px;
}

.checkout-page-content-area .left-content-area .shipping-details .checkbox-element {
    margin-bottom: 15px;
}

.checkout-page-content-area .left-content-area .shipping-details .form-element.textarea label {
    color: #232b37;
    font-weight: 500;
    font-family: "IRANSans";
}

.checkout-page-content-area .right-content-area {
    padding-left: 40px;
}

.checkout-page-content-area .right-content-area .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-weight: 400;
    font-family: "IRANSans";
    margin-bottom: 22px;
}

.checkout-page-content-area .right-content-area .checkbox-element {
    font-family: "IRANSans";
}

.checkout-page-content-area .right-content-area .checkbox-element .checkbox-inner {
    color: #232b37;
    font-weight: 500;
}

.checkout-page-content-area .right-content-area .checkbox-element .checkbox-inner .checkmark {
    border-color: #e5e5e5;
}

.checkout-page-content-area .right-content-area .btn-wrapper {
    margin-top: 15px;
}

.checkout-page-content-area .right-content-area .btn-wrapper .submit-btn {
    width: 265px;
    border-radius: 6px;
    font-weight: 12px;
    letter-spacing: 0;
}

.checkout-page-content-area .right-content-area .checkbox-element.account .checkbox-wrapper .checkbox-inner .base-color {
    font-weight: 500;
    font-family: "IRANSans";
    color: #03622a;
}

.checkout-page-content-area .right-content-area .credit-card-area {
    margin-bottom: 18px;
}

.checkout-page-content-area .right-content-area .credit-card-area .left-content {
    display: inline-block;
    padding-top: 7px;
}

.checkout-page-content-area .right-content-area .credit-card-area .right-content {
    display: inline-block;
    float: left;
}

.checkout-page-content-area .right-content-area .credit-card-area .right-content ul li {
    display: inline-block;
    margin: 0 2px;
}

.checkout-page-content-area .right-content-area .credit-card-area .right-content ul li:last-child {
    margin-right: 0;
}

.checkout-page-content-area .right-content-area .notify-area {
    font-size: 14px;
    font-weight: 400;
    font-family: "IRANSans";
    background-color: #03622a;
    padding: 30px 40px;
    border-radius: 6px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 30px;
}

.checkout-page-content-area .right-content-area .order-list {
    margin-bottom: 30px;
}

.checkout-page-content-area .right-content-area .order-list li {
    font-family: "IRANSans";
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.checkout-page-content-area .right-content-area .order-list li:first-child {
    padding-top: 0;
}

.checkout-page-content-area .right-content-area .order-list li.shipping .single-order-list .normal-text {
    display: block;
    color: #838b97;
    font-weight: 400;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list {
    color: #838b97;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list.title-bold {
    font-weight: 500;
    color: #232b37;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list.title-bold .right {
    font-weight: 400;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list .right {
    float: left;
    color: #838b97;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list.heading {
    color: #232b37;
    font-weight: 500;
}

.checkout-page-content-area .right-content-area .order-list li .single-order-list.heading .right {
    float: left;
}

/*--------------------
    Product Details
--------------------*/

.product-details-content-area .color-item a {
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 4px 0;
}

.product-details-content-area .color-item button {
    width: 20px;
    height: 20px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, .7);
}

.product-details-content-area #colorTable ul {
    border: 1px solid grey;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 8px 32px;
    margin: 4px;
}

.product-details-content-area .left-content-area .product-details-slider {
    margin-bottom: 30px;
}

.product-details-content-area .left-content-area .product-deails-thumb li {
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
}

.product-details-content-area .left-content-area .single-product-thumb img {
    max-width: 100%;
	object-fit: contain;
    width: auto !important;
    max-height: 500px !important;
}

.product-details-content-area .left-content-area .product-deails-thumb li.active {
    border: 2px solid #03622a;
}

.product-details-content-area .left-content-area .product-deails-thumb li:first-child {
    margin-right: 0;
}

.product-details-content-area .left-content-area .product-deails-thumb li:last-child {
    margin-right: 0;
}

.product-details-content-area .right-content-area {
    font-family: "IRANSans";
}

.product-details-content-area .right-content-area .top-content .review {
    display: inline-block;
}

.product-details-content-area .right-content-area .top-content .review li {
    display: inline-block;
    font-size: 14px;
    color: #ffb400;
}

.rating-stars {
    display: flex;
    flex-flow:row nowrap;
    justify-content: center;
}

.rating-stars li {
    font-size: 14px;
    color: #ffb400;
}

.product-details-content-area .right-content-area .top-content .review li.reviewes {
    color: #808a98;
    margin-left: 10px;
}

.product-details-content-area .right-content-area .top-content .orders {
    display: inline-block;
    background-color: #03622a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    margin-left: 20px;
    position: relative;
}

.product-details-content-area .right-content-area .top-content .orders:after {
    position: absolute;
    right: -5px;
    top: 10px;
    width: 15px;
    height: 15px;
    background-color: #03622a;
    content: '';
    -ms-transform: rotate(50deg);
    /* IE 9 */
    -webkit-transform: rotate(50deg);
    /* Chrome, Safari, Opera */
    transform: rotate(50deg);
    border-radius: 6px;
}

.product-details-content-area .right-content-area .bottom-content {
    margin-top: 27px;
}

.product-details-content-area .right-content-area .bottom-content .cat {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #03622a;
    font-weight: 600;
    letter-spacing: 0;
}

.product-details-content-area .right-content-area .bottom-content .title {
    font-size: 30px;
    color: #232b37;
    font-weight: 400;
    font-family: "IRANSans";
    padding-top:10px;
}

.product-details-content-area .right-content-area .bottom-content .price-area {
    margin-top: 17px;
}

.product-details-content-area .right-content-area .bottom-content .price-area .left {
    display: inline-block;
    font-size: 50px;
    color: #bfc7d3;
    font-weight: 300;
    font-family: "IRANSans";
}

.product-details-content-area .right-content-area .bottom-content .price-area .left .sprice {
    color: #03622a;
}

.product-details-content-area .right-content-area .bottom-content .price-area .right {
    display: inline-block;
    margin-top: 15px;
    float: left;
}

.product-details-content-area .right-content-area .bottom-content .price-area .right .size {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #188801;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: "IRANSans";
    letter-spacing: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-details-content-area .right-content-area .bottom-content .product-spec {
    margin-top: 20px;
    width: 280px;
    margin-bottom: 28px;
}

.product-details-content-area .right-content-area .bottom-content .product-spec li {
    color: #232b37;
    font-weight: 600;
    font-family: "IRANSans";
    margin: 10px 0;
}

.product-details-content-area .right-content-area .bottom-content .product-spec li .right {
    font-weight: 400;
    float: left;
    color: #6b7686;
}

.product-details-content-area .right-content-area .bottom-content .product-spec li .right.base-color {
    color: #03622a;
}

.product-details-content-area .right-content-area .bottom-content .pdescription .title {
    font-size: 30px;
    font-weight: 300;
    color: #232b37;
    font-family: "IRANSans";
    margin-bottom: 17px;
}

.product-details-content-area .right-content-area .bottom-content .pdescription p {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
    font-family: "IRANSans";
}

.product-details-content-area .right-content-area .bottom-content .paction {
    margin-top: 35px;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty {
    display: inline-block;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li {
    display: inline-block;
    margin-right: -5px;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li:first-child {
    margin-left: 0;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qttotal,
.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus,
.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qttotal:focus,
.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus:focus,
.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus:focus {
    outline: none;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities {
    display: inline-block;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities li {
    display: inline-block;
    margin: 0 8px;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities li:first-child {
    margin-right: 16px;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
    color: #838b97;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities li a:focus {
    outline: none;
}

.product-details-content-area .right-content-area .bottom-content .paction .activities li:not(:last-child) a:hover {
    background-color: #57f676;
    color: #0c7109;
    border-color: #57f676;
}

.product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper {
    margin-top: 30px;
}

.product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper .boxed-btn {
    width: 228px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    font-family: "IRANSans";
}

.product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper .boxed-btn:hover {
    background-color: #232b37;
}

.product-details-tab-nav .nav.nav-tabs {
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}

.product-details-tab-nav .nav.nav-tabs:after {
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #f0f0f0;
    content: '';
    width: 100%;
    height: 2px;
    z-index: -1;
}

.product-details-tab-nav .nav.nav-tabs .nav-item {
    display: inline-block;
    margin: 0 10px;
}

.product-details-tab-nav .nav.nav-tabs .nav-item .nav-link {
    border: none;
    width: 98%;
    border: 2px solid #f0f0f0;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b1b6bd;
    padding: 0;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-details-tab-nav .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #188801;
    color: #fff;
    border-color: #188801;
    width:98%;
}

.product-details-tab-nav .nav.nav-tabs .nav-item .nav-link:hover {
    background-color: #188801;;
    color: #fff;
    border-color: #188801;;
}

.product-details-area .title {
    color: #232b37;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-family: "IRANSans";
}

.product-details-area .item_review_content {
    padding-top: 33px;
}

.product-details-area .item_review_content .product-specification {
    margin-top: 32px;
}

.product-details-area .item_review_content .product-specification li:first-child {
    margin-top: none;
}

.product-details-area .item_review_content .product-specification li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.product-details-area .item_review_content .product-specification li .single-spec .heading {
    font-size: 16px;
    line-height: 26px;
    color: #232b37;
    font-weight: 500;
    font-family: "IRANSans";
    min-width: 320px;
    display: inline-block;
}

.product-details-area .item_review_content .product-specification li .single-spec .details {
    font-family: "IRANSans";
    color: #838b97;
    font-size: 16px;
    line-height: 26px;
}

.product-details-area .descr-tab-content {
    padding-top: 33px;
}

.product-details-area .descr-tab-content .title {
    margin-bottom: 20px;
}

.product-details-area .descr-tab-content p {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
}

.product-details-area .descr-tab-content p:last-child {
    margin-bottom: 0;
}

.product-details-area .more-feature-content {
    padding-top: 33px;
}

.product-details-area .more-feature-content p {
    color: #838b97;
    line-height: 26px;
    font-size: 16px;
}

.product-details-area .more-feature-content p:last-child {
    margin-bottom: 0;
}

.product-details-area .more-feature-content .feature-list-wrapper {
    margin-bottom: 22px;
}

.product-details-area .more-feature-content .feature-list-wrapper .features-list li {
    margin: 8px 0;
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
}

.product-details-area .more-feature-content .feature-list-wrapper .features-list li i {
    color: #03622a;
}

/*--------------------
    Login Page
---------------------*/
.login-page-content-area {
    padding: 120px 0;
}

.login-page-content-area .login-page-wrapper {
    border: 2px solid #f0f0f0;
    padding: 72px 80px 80px 80px;
    position: relative;
    z-index: 0;
}

.login-page-content-area .login-page-wrapper:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: -1;
}

.login-page-content-area .login-page-wrapper .or {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    line-height: 80px;
    text-align: center;
    font-family: "IRANSans";
    font-weight: 700;
    font-size: 12px;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.login-page-content-area .login-page-wrapper .top-content {
    margin-bottom: 37px;
}

.login-page-content-area .login-page-wrapper .top-content .title {
    font-family: "IRANSans";
    color: #232b37;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 12px;
}

.login-page-content-area .login-page-wrapper .top-content p {
    color: #7d7c8f;
    font-size: 14px;
    line-height: 24px;
}

.login-page-content-area .right-contnet-area {
    padding-right: 80px;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field {
    font-size: 14px;
    font-family: "IRANSans";
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    margin-bottom: 20px;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b7c0;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b7c0;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b7c0;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b7c0;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn {
    display: inline-block;
    width: 160px;
    border-radius: 30px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

.login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .link {
    display: inline-block;
    float: left;
    color: #03622a;
    font-size: 14px;
    font-family: "IRANSans";
    margin-top: 20px;
}

.login-page-content-area .left-content-area {
    padding-left: 80px;
}

.login-page-content-area .left-content-area .bottom-content {
    display: inline-block;
    position: relative;
}

.login-page-content-area .left-content-area .bottom-content .left-content {
    min-height: 120px;
    position: absolute;
    right: 0;
    top: 0;
}

.login-page-content-area .left-content-area .bottom-content .left-content .thumb img {
    max-width: 120px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.login-page-content-area .left-content-area .bottom-content .right-content {
    padding-right: 150px;
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li {
    margin: 8px 0;
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li:first-child {
    margin-top: 0;
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li:last-child {
    margin-bottom: 0;
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li.active a {
    color: #fff;
    background-color: #03622a;
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li:hover a {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.login-page-content-area .left-content-area .bottom-content .right-content ul li a {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    display: inline-block;
    color: #d0cee1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*------------------------
    Sign up Page
------------------------*/
.signup-page-wrapper {
    border: 2px solid #f0f0f0;
    position: relative;
    z-index: 0;
}

.signup-page-wrapper .right-contnet-area {
    padding: 80px 80px 80px 80px;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field {
    font-size: 14px;
    font-family: "IRANSans";
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    margin-bottom: 20px;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b7c0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b7c0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b7c0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b7c0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a {
    display: block;
    background-color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "IRANSans";
    font-weight: 700;
    color: #fff;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    letter-spacing: 0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.facebook {
    background-color: #03622a;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.facebook:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.google {
    background-color: #e40036;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.google:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(228, 0, 54, 0.5);
    box-shadow: 0 0 25px 0 rgba(228, 0, 54, 0.5);
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn {
    display: inline-block;
    width: 160px;
    border-radius: 30px;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

.signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .link {
    display: inline-block;
    float: left;
    color: #03622a;
    font-size: 14px;
    font-family: "IRANSans";
    margin-top: 20px;
}

.signup-page-wrapper .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.signup-page-wrapper .left-content-area.signup-bg {
    background-image: url(../img/signup.jpg);
    background-position: top;
    background-size: cover;
}

.signup-page-wrapper .left-content-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: -1;
}

.signup-page-wrapper .left-content-area .img-wrapper .boxed-btn {
    width: 256px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "IRANSans";
    letter-spacing: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.signup-page-wrapper .left-content-area .img-wrapper .boxed-btn:hover {
    -webkit-box-shadow: 0 0 55px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 55px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

.signup-page-wrapper:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: -1;
}

.signup-page-wrapper .or {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    line-height: 80px;
    text-align: center;
    font-family: "IRANSans";
    font-weight: 700;
    font-size: 12px;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 1;
}

.signup-page-wrapper .top-content {
    margin-bottom: 37px;
}

.signup-page-wrapper .top-content .title {
    font-family: "IRANSans";
    color: #232b37;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 12px;
}

.signup-page-wrapper .top-content p {
    color: #7d7c8f;
    font-size: 14px;
    line-height: 24px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

/*-----------------------
    Blog Page
------------------------*/
.blog-page-content-area {
    padding: 120px 0 90px 0;
}

.page-content-area {
    padding: 32px 0 90px 0;
}

.blog-page-content-area .single-our-story-item {
    text-align: center;
    font-family: "IRANSans";
    margin-bottom: 22px;
}

.blog-page-content-area .single-our-story-item:hover .thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blog-page-content-area .single-our-story-item:hover .conent .title {
    color: #03622a;
}

.blog-page-content-area .single-our-story-item .thumb {
    margin-bottom: 25px;
}

.blog-page-content-area .single-our-story-item .thumb img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-width: 320px;
    max-height: 240px;
}

.blog-page-content-area .single-our-story-item .conent .time {
    font-size: 18px;
    color: #03622a;
    display: block;
    margin-bottom: 10px;
}

.blog-page-content-area .single-our-story-item .conent .title {
    font-size: 26px;
    color: #232b37;
    font-weight: 500;
    font-family: "IRANSans";
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-page-content-area .single-our-story-item .conent p {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
}

.blog-page-content-area .single-our-story-item .conent p:last-child {
    margin-bottom: 0;
}

/*--------------------------
    Blog Details Page
--------------------------*/
.single-post-separator {
    padding-top: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.blog-details-content .single-blog-post {
    position: relative;
}

.blog-details-content .single-blog-post .meta-time {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    text-align: center;
    background-color: #03622a;
    padding: 13px 0 0 0;
}

.blog-details-content .single-blog-post .meta-time .date {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
}

.blog-details-content .single-blog-post .meta-time .month {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.blog-details-content .single-blog-post .details-container {
    padding-right: 130px;
}

.blog-details-content .single-blog-post .details-container .meta-tags {
    margin-bottom: 10px;
}

.blog-details-content .single-blog-post .details-container .meta-tags ul li {
    display: inline-block;
    margin: 0 18px;
    color: #7c7c90;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.blog-details-content .single-blog-post .details-container .meta-tags ul li:first-child {
    margin-right: 0;
}

.blog-details-content .single-blog-post .details-container .meta-tags ul li i {
    padding-left: 5px;
}

.blog-details-content .single-blog-post .details-container .post-body p {
    font-size: 16px;
    line-height: 26px;
    color: #7c7c90;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote {
    padding: 23px 20px 27px 50px;
    border-radius: 5px;
    background-color: #151525;
    position: relative;
    margin-top: 42px;
    margin-bottom: 45px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    line-height: 40px;
    padding-top: 45px;
    padding-right: 40px;
    color: #4a5462;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content {
    padding-right: 90px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content p {
    font-size: 14px;
    line-break: 24px;
    color: #bdc4cf;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content .post {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #03622a;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content {
    margin-top: 28px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title {
    font-size: 18px;
    line-height: 28px;
    color: #121821;
    margin-bottom: 17px;
    font-family: "IRANSans";
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .left-content {
    display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .right-content {
    float: left;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content {
    display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 0 9px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:first-child {
    margin-right: 0;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover {
    border-color: #03622a;
    background-color: #03622a;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover a {
    color: #fff;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li a {
    color: #7c7c90;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content {
    float: left;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 3px;
    display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li:hover a {
    color: #03622a;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li a {
    color: #939aa4;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-content .comments-form-area .title {
    font-size: 26px;
    line-height: 36px;
    color: #121821;
    font-weight: 700;
    margin-bottom: 32px;
    font-family: "IRANSans";
}

.blog-details-content .comments-area .title {
    margin-bottom: 35px;
    font-family: "IRANSans";
}

.blog-details-content .comments-area .single-comment-item {
    position: relative;
}

.blog-details-content .comments-area .single-comment-item .content {
    padding-right: 130px;
}

.blog-details-content .comments-area .single-comment-item .content .meta-date {
    font-size: 14px;
    line-height: 24px;
    color: #7c7c90;
    display: block;
    padding-top: 10px;
    margin-left: 1rem;
}

.blog-details-content .comments-area .single-comment-item .content .rating-stars {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 0px;
}

.blog-details-content .comments-area .single-comment-item .content .author-name {
    font-size: 18px;
    line-height: 28px;
    color: #121821;
    margin-bottom: 12px;
}

.blog-details-content .comments-area .single-comment-item .content p {
    color: #7c7c90;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-details-content .comments-area .single-comment-item .reply-btn {
    position: absolute;
    top: 0;
    left: 0;
    color: #7c7c90;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-content .comments-area .single-comment-item .reply-btn:hover {
    color: #03622a;
}

.blog-details-content .comments-area .single-comment-item .reply-btn i {
    padding-left: 5px;
}

.single-blog-page-separator {
    padding-top: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content .title {
    display: none;
}

/*--------------------------
    Product Upload
---------------------------*/
.product-upload-area {
    padding: 120px 0;
}

.product-upload-form .form-element .input-field {
    border: 2px solid #f0f0f0;
}

.product-upload-form .btn-wrapper {
    display: block;
    text-align: center;
}

.product-upload-form .btn-wrapper .submit-btn {
    width: 230px;
    border-radius: 30px;
}

.product-upload-form .btn-wrapper .submit-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

/*------------------------
    Offer page
--------------------------*/
.offer-page-content-area {
    padding: 120px 0 90px 0;
}

.offer-page-content-area .single-offer-item {
    margin-bottom: 30px;
}

/*-----------------------
    Invoice Page
-----------------------*/
.invoice-page-content-area {
    padding: 30px 0;
}

.invoice-page-content-area .invoice-inner .footer-content {
    background-color: #188801;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "IRANSans";
    padding: 25px 0;
    text-align: center;
    text-transform: capitalize;
}

.invoice-page-content-area .invoice-inner .top-content {
    background-color: #08e3e3;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 5px;
}

.invoice-page-content-area .invoice-inner .top-content .subtitle {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "IRANSans";
    color: #9298a2;
    letter-spacing: 0;
}

.invoice-page-content-area .invoice-inner .top-content .title {
    font-family: "IRANSans";
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.invoice-page-content-area .invoice-inner .top-content .left-content {
    display: inline-block;
}

.invoice-page-content-area .invoice-inner .top-content .right-content {
    display: inline-block;
}

.invoice-page-content-area .invoice-inner .bottom-content {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content {
    max-width: 250px;
    display: inline-block;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content .title {
    color: #232b37;
    font-size: 26px;
    line-height: 36px;
    font-family: "IRANSans";
    font-weight: 500;
   /* margin-bottom: 25px;*/
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content .details {
    font-size: 16px;
    line-height: 26px;
    color: #838b97;
    display: block;
    font-family: "IRANSans";
    margin-bottom: 5px;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content {
    display: inline-block;
    min-width: 250px;
    float: left;
    font-family: "IRANSans";
    margin-top: 10px;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .rheading {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #232b37;
    margin-bottom: 5px;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .rheading .right {
    float: left;
    font-weight: 400;
    color: #838b97;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .heading {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #232b37;
    margin-bottom: 5px;
}

.invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .heading .right {
    float: left;
    font-weight: 400;
    color: #838b97;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content {
    padding: 10px 0 68px 0;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table {
    font-family: "IRANSans";
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table thead tr th {
    background-color: #f5f5f5;
    border: none;
    font-size: 16px;
    font-family: "IRANSans";
    font-weight: 400;
    color: #000000;
    padding: 17px 0;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr {
    background-color: #efefef;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td {
    border: none;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td .service .title {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td .service .subtitle {
    color: #838b97;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content .total {
    display: block;
    float: left;
    min-width: 220px;
    margin-left: 80px;
    clear: both;
    margin-top: 10px;
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content .total .rheading {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #232b37;
    margin-bottom: 5px;
    clear: both;
    border-bottom: 1px solid #aea3a3
}

.invoice-page-content-area .invoice-inner .bottom-content .body-content .total .rheading .right {
    float: left;
    font-weight: 400;
    color: #838b97;
}

/*-------------------
    Vendor List
--------------------*/
.single-vendor-member {
    border: 2px solid #e8e9ea;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
    padding: 60px 0 58px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-vendor-member:hover {
    -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.single-vendor-member:hover .thumb img {
    -ms-transform: scale(1.09);
    /* IE 9 */
    -webkit-transform: scale(1.09);
    /* Chrome, Safari, Opera */
    transform: scale(1.09);
}

.single-vendor-member .thumb {
    overflow: hidden;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.single-vendor-member .thumb img {
    width: 120px;
    border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.single-vendor-member .content .name {
    font-size: 26px;
    color: #232b37;
    font-weight: 400;
    line-height: 36px;
}

.single-vendor-member .content .items {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #03622a;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.single-vendor-member .content .reviews ul {
    display: inline-block;
}

.single-vendor-member .content .reviews ul li {
    display: inline-block;
    font-size: 14px;
    color: #ffba00;
}

.single-vendor-member .content .reviews span {
    margin-right: 10px;
    display: inline-block;
    color: #838b97;
}

.vendor-seller-area {
    padding: 114px 0 90px 0;
}

/*-------------------------
    Seller Dashboard
--------------------------*/
.seller-dashboard-content-area {
    padding: 120px 0;
}

.seller-dashboard-content-area .dashboard-content-wrapper {
    font-family: "IRANSans";
    border: none;
}

.seller-dashboard-content-area .dashboard-content-wrapper .card-header {
    background-color: #03622a;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    border: none;
    letter-spacing: 0;
    text-transform: uppercase;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper {
    padding: 30px;
    padding-bottom: 0;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item {
    position: relative;
    padding: 25px 20px 23px 20px;
    z-index: 0;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-blue .bg-icon {
    color: #03622a;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-green .bg-icon {
    color: #4a8336;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-orange .bg-icon {
    color: #cf8a43;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-gray .bg-icon {
    color: #40494b;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .bg-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 80px;
    line-height: 80px;
    z-index: -1;
    opacity: .5;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .title {
    font-size: 25px;
    line-height: 30px;
    font-family: "IRANSans";
    font-weight: 400;
    color: #fff;
}

.seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .counterup {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper {
    padding: 30px;
    font-family: "IRANSans";
    padding-bottom: 0;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card {
    margin-bottom: 30px;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .sales-cart-area {
    padding: 30px 0 30px 0;
    background-color: #fff;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body {
    background-color: #fff;
    padding: 18px 20px 16px 20px;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li {
    font-size: 14px;
    color: #727c8b;
    margin: 8px 0;
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li .heading {
    display: inline-block;
    color: #727c8b;
    font-family: "IRANSans";
}

.seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li .right {
    display: inline-block;
    float: left;
}

.latest-order {
    margin-bottom: 30px;
    background-color: #fff;
}

.seller-dashboard-table {
    margin-bottom: 0;
}

.seller-dashboard-table thead tr th {
    border-top: none;
    padding-top: 5px;
    font-weight: 500;
    color: #232b37;
    border-bottom: 1px solid #ececec;
}

.seller-dashboard-table tbody tr:last-child td {
    padding-bottom: 5px;
    border-bottom: none;
}

.seller-dashboard-table tbody tr td {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-family: "IRANSans";
}

.seller-dashboard-table tbody tr td .base-color {
    color: #03622a;
}

.latest-invoice {
    margin-bottom: 30px;
    background-color: #fff;
}

.latest-message {
    margin-bottom: 30px;
    background-color: #fff;
}

.latest-message .seller-dashboard-table tbody tr td {
    padding: 14px 0 15px 0;
}

/*-------------------------
    Sellers Products
-------------------------*/
.sellers-product-content-area {
    padding: 120px 0;
}

.sellers-product-content-area .seller-product-wrapper {
    background-color: #f3f5f5;
}

.sellers-product-content-area .seller-product-wrapper .seller-panel .card-header {
    background-color: #03622a;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: "IRANSans";
    letter-spacing: 0;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner {
    padding: 30px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content {
    margin-bottom: 30px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content {
    display: inline-block;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content .boxed-btn {
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content .boxed-btn:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 30px 0 rgba(3, 98, 42, 0.5);
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content {
    display: inline-block;
    float: left;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content .icon-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #727c8b;
    line-height: 50px;
    text-align: center;
    border: 2px solid #e2e4e4;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content .icon-box:hover {
    background-color: #03622a;
    border-color: #03622a;
    color: #fff;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content .dataTables_info {
    display: none;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table {
    background-color: #fff;
    font-family: "IRANSans";
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table thead tr th {
    background-color: #03622a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td {
    color: #727c8b;
    font-size: 14px;
    padding-top: 20px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td.padding-top-40 {
    padding-top: 40px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item {
    position: relative;
    min-height: 70px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .content {
    padding-right: 90px;
    padding-top: 30px;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .content .title {
    font-size: 14px;
    color: #727c8b;
    font-weight: 400;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .base-color {
    color: #03622a;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li:last-child a {
    color: #f00;
}

.sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li a {
    color: #727c8b;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*-----------------------
    404 Error Page
------------------------*/
.error-404-content-area {
    padding: 0px 0;
}


.error-404-content-area .right-content-area {
    font-family: "IRANSans";
    text-align: center;
    padding-top: 90px;
}

.error-404-content-area .right-content-area .title {
    font-family: "IRANSans";
    font-size: 220px;
    line-height: 180px;
    color: #232b37;
    margin-bottom: 17px;
}

.error-404-content-area .right-content-area .details {
    color: #778293;
    font-size: 30px;
    line-height: 40px;
}

.error-404-content-area .right-content-area .btn-wrapper {
    margin-top: 35px;
}

.error-404-content-area .right-content-area .btn-wrapper .boxed-btn {
    width: 200px;
    text-transform: uppercase;
    color: #fff;
    font-family: "IRANSans";
    font-size: 14px;
    border-radius: 30px;
}

.error-404-content-area .right-content-area .btn-wrapper .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

/*-------------------
    Contact Page
-------------------*/


.contact-info-area .left-content-area {
    font-family: "IRANSans";
}

.contact-info-area .left-content-area .inner-section-title {
    margin-bottom: 35px;
}

.contact-info-area .left-content-area .inner-section-title .subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #03622a;
}

.contact-info-area .left-content-area .inner-section-title .title {
    color: #232b37;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    font-family: "IRANSans";
}

.contact-info-area .left-content-area ul li {
    margin-bottom: 25px;
}

.contact-info-area .left-content-area ul li:last-child {
    margin-bottom: 0;
}

.contact-info-area .left-content-area ul li .single-contact-info-item {
    position: relative;
    min-height: 40px;
}

.contact-info-area .left-content-area ul li .single-contact-info-item .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #03622a;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.contact-info-area .left-content-area ul li .single-contact-info-item .content {
    padding-right: 60px;
}

.contact-info-area .left-content-area ul li .single-contact-info-item .content .subtitle {
    font-size: 14px;
    color: #8892a2;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

.contact-info-area .left-content-area ul li .single-contact-info-item .content .title {
    font-size: 20px;
    line-height: 30px;
    color: #232b37;
    font-weight: 500;
}

.contact-info-area .map-wrapper #map {
    height: 376px;
}



.contact-form-area .contact_form .form-element .input-field {
    border: none;
    background-color: #fff;
}

.contact-form-area .contact_form .form-element .input-field.textarea {
    min-height: 300px;
}

.contact-form-area .contact_form .btn-wrapper {
    text-align: center;
}

.contact-form-area .contact_form .btn-wrapper .submit-btn {
    width: 218px;
    border-radius: 30px;
    font-weight: 14px;
    letter-spacing: 0;
}

.contact-form-area .contact_form .btn-wrapper .submit-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

/*------------------------
    Faq Page
-------------------------*/
.faq-page-content-area {
    padding: 120px 0 60px 0;
}

.faq-page-content-area .faq-search-wrapper {
    text-align: center;
    border: 2px solid #e5e5e5;
    padding: 50px 80px 60px 80px;
    margin-bottom: 68px;
}

.faq-page-content-area .faq-search-wrapper .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-family: "IRANSans";
    margin-bottom: 25px;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form {
    position: relative;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field {
    border-radius: 30px;
    padding-left: 170px;
    border: 2px solid #e5e5e5;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b7c0;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b7c0;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b7c0;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b7c0;
}

.faq-page-content-area .faq-search-wrapper .faq-search-form .submit-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    border-radius: 30px;
}

.faq-page-content-area .single-faq-item {
    position: relative;
    border: 2px solid #e5e5e5;
    margin-bottom: 60px;
    padding: 57px 30px 25px 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.faq-page-content-area .single-faq-item:hover {
    border-color: #03622a;
}

.faq-page-content-area .single-faq-item:hover .number {
    background-color: #03622a;
    color: #fff;
    border-color: #03622a;
}

.faq-page-content-area .single-faq-item .number {
    position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    font-family: "IRANSans";
    color: #03622a;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.faq-page-content-area .single-faq-item .content .title {
    color: #232b37;
    font-size: 20px;
    font-weight: 500;
    font-family: "IRANSans";
    line-height: 25px;
    margin-bottom: 20px;
}

.faq-page-content-area .single-faq-item .content p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7c8f;
}

.faq-page-content-area .single-faq-item .content p:last-child {
    margin-bottom: 0;
}

/*-------------------------
    Privacy Page
--------------------------*/
.privacy-page-content-area {
    padding: 117px 0 115px 0;
}

.privacy-page-content-area .privacy-inner-content .single-text-block .title {
    color: #232b37;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-family: "IRANSans";
}

.privacy-page-content-area .privacy-inner-content .single-text-block p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7c8f;
    font-family: "IRANSans";
}

.privacy-page-content-area .privacy-inner-content .single-text-block p:last-child {
    margin-bottom: 0;
}

.privacy-page-content-area .privacy-inner-content .line-separator {
    display: block;
    border-bottom: 2px solid #f5f5f5;
    margin: 35px 0 37px 0;
}

/*----------------------------
    Affiliate Page
-----------------------------*/
.affiliate-link-content-area {
    padding: 120px 0 120px 0;
}

.affiliate-link-content-area .left-content-area {
    font-family: "IRANSans";
}

.affiliate-link-content-area .left-content-area .title {
    color: #232b37;
    font-size: 40px;
    font-family: "IRANSans";
    line-height: 50px;
    font-weight: 500;
}

.affiliate-link-content-area .left-content-area p {
    font-size: 14px;
    line-height: 24px;
    color: #838b97;
    max-width: 90%;
}

.affiliate-link-content-area .left-content-area .bottom-content {
    margin-top: 45px;
    font-family: "IRANSans";
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content {
    margin-bottom: 30px;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li {
    display: inline-block;
    margin: 0 8px;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li:first-child {
    margin-right: 0;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link {
    position: relative;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link .form-element .input-field {
    width: 410px;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 80px;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.facebook {
    background-color: #3b5999;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.facebook:hover {
    background-color: #305dcd;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.twitter {
    background-color: #55acee;
}

.affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.twitter:hover {
    background-color: #00a2ff;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content {
    margin-top: 0;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li {
    display: inline-block;
    margin: 0 8px;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li:first-child {
    margin-left: 0;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn {
    width: 275px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn.black {
    background-color: #232b37;
}

.affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn.black:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    background-color: #03622a;
}

.counter-up-area {
    padding: 120px 0 115px 0;
}

.counter-up-area.counter-up-bg {
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/counterup-bg.jpg);
    position: relative;
    z-index: 0;
}

.counter-up-area.counter-up-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 43, 55, 0.9);
    content: '';
    z-index: -1;
}

.counter-up-area .single-counter-up-item {
    text-align: center;
    font-family: "IRANSans";
}

.counter-up-area .single-counter-up-item .icon {
    font-size: 60px;
    line-height: 60px;
    color: #03622a;
    margin-bottom: 30px;
}

.counter-up-area .single-counter-up-item .content .count-number .count {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.counter-up-area .single-counter-up-item .content .title {
    font-size: 16px;
    line-height: 26px;
    color: #b2b2bf;
    font-family: "IRANSans";
    font-weight: 400;
    margin-bottom: 0;
}

/*----------------------
    Track Order
----------------------*/
.order-track-page-content {
    padding: 20px 0 0px 0;
    font-family: "IRANSans";
}

.order-track-page-content .track-order-form-wrapper {
    text-align: center;
    /*padding: 52px 60px 60px 60px;*/
    margin: 0px 0 80px 0;
}

.order-track-page-content .track-order-form-wrapper .title {
    font-size: 30px;
    line-height: 40px;
    font-family: "IRANSans";
    font-weight: 500;
    
}

.order-track-page-content .track-order-form-wrapper .track-order-form {
    margin-top: 25px;
    position: relative;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field {
    border: none;
    background-color: #2c3441;
    border-radius: 35px;
    height: 70px;
    color: #fff;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a1a8b3;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a1a8b3;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a1a8b3;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a1a8b3;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 260px;
    border-radius: 30px;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn:hover {
    background-color: #03622a;
}

.order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn:hover:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
    box-shadow: 0 0 25px 0 rgba(3, 98, 42, 0.5);
}

.order-track-page-content .order-track-tab-nav {
    border: 2px solid #f0f0f0;
    border-radius: 30px;
}

.order-track-page-content .order-track-tab-nav .left-content {
    border-radius: 15px;
    display: inline-block;
}

.order-track-page-content .order-track-tab-nav .left-content .nav-tabs {
    border: none;
}

.order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item:first-child .nav-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item .nav-link {
    border: none;
    color: #aeb7c4;
    font-weight: 500;
    border-radius: 0;
    padding: 13px 25px;
}

.order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item .nav-link.active {
    background-color: #03622a;
    color: #fff;
}

.order-track-page-content .order-track-tab-nav .right-content {
    display: inline-block;
    float: left;
    padding-left: 18px;
}

.order-track-page-content .order-track-tab-nav .right-content ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 12px 0;
}

.order-track-page-content .order-track-tab-nav .right-content ul li a {
    color: #aeb7c4;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.order-track-page-content .order-track-tab-nav .right-content ul li a:hover {
    color: #03622a;
}

.order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr:first-child td {
    border-top: none;
}

.order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr:last-child td {
    padding-bottom: 0;
}

.order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td {
    font-size: 14px;
    line-height: 24px;
    color: #838b97;
    padding: 35px 0;
}

.order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td strong {
    color: #232b37;
    font-weight: 500;
}

.order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td .base-color {
    color: #03622a;
    font-weight: 500;
}

.how-it-works-area {
    padding: 113px 0 20px 0;
}

.how-it-works-area .single-coin-box {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 40px 40px 15px 40px;
    position: relative;
    margin: 0 50px;
    margin-bottom: 100px;
}

.how-it-works-area .single-coin-box.yellow {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.yellow:after {
    position: absolute;
    left: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.yellow:before {
    position: absolute;
    left: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.yellow .icon {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.yellow:hover {
    border-color: #03622a;
}

.how-it-works-area .single-coin-box.yellow:hover .content h4 {
    color: #03622a;
}

.how-it-works-area .single-coin-box.yellow:hover:before {
    color: #03622a;
}

.how-it-works-area .single-coin-box.yellow:hover:after {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.blue {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.blue:hover {
    border-color: #03622a;
}

.how-it-works-area .single-coin-box.blue:hover:before {
    color: #03622a;
}

.how-it-works-area .single-coin-box.blue:hover:after {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.blue:hover .content h4 {
    color: #03622a;
}

.how-it-works-area .single-coin-box.blue .icon {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.blue:after {
    position: absolute;
    right: 50%;
    bottom: -70px;
    height: 70px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.blue:before {
    position: absolute;
    left: 48.5%;
    bottom: -85px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.green {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.green:hover {
    border-color: #03622a;
}

.how-it-works-area .single-coin-box.green:hover:before {
    color: #03622a;
}

.how-it-works-area .single-coin-box.green:hover:after {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.green:hover .content h4 {
    color: #03622a;
}

.how-it-works-area .single-coin-box.green .icon {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.green:after {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 2px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.green:before {
    position: absolute;
    top: -75px;
    left: 50.3%;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.red {
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.red:hover {
    border-color: #03622a;
}

.how-it-works-area .single-coin-box.red:hover:after {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.red:hover:before {
    color: #03622a;
}

.how-it-works-area .single-coin-box.red:hover .content h4 {
    color: #03622a;
}

.how-it-works-area .single-coin-box.red .icon {
    background-color: #03622a;
}

.how-it-works-area .single-coin-box.red:after {
    position: absolute;
    right: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box.red:before {
    position: absolute;
    right: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box .icon {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    background-color: #03622a;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.how-it-works-area .single-coin-box .content {
    padding-right: 130px;
    font-family: "IRANSans";
}

.how-it-works-area .single-coin-box .content h4 {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: "IRANSans";
    font-weight: 500;
}

.how-it-works-area .single-coin-box .content p {
    font-size: 14px;
    line-height: 26px;
    color: #838b97;
}

/*---------------------
    Partners Page
----------------------*/
.partner-logo-content {
    padding: 120px 0;
}

.partner-logo-content .partner-logo-wrapper {
    border-top: 1px solid #e5e5e5;
}

.partner-logo-content .partner-logo-wrapper:first-child {
    border-top: none;
}

.partner-logo-content .partner-logo-wrapper .partner-logos {
    border-right: 1px solid #e5e5e5;
}

.partner-logo-content .partner-logo-wrapper .partner-logos:last-child {
    border-right: none;
}

.partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item {
    text-align: center;
    padding: 50px 0;
}

.partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item:hover a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*comparison-product*/

.comparison-table {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.comparison-table tbody {
    overflow-y: auto;
}

.comparison-table table {
    min-width: 750px;
    table-layout: fixed
}

.comparison-table .comparison-item {
    position: relative;
    height: 160px;
    margin-bottom: .625rem;
    padding: .75rem .75rem 1.125rem;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.comparison-table .comparison-item .comparison-item-thumb {
    display: block;
    width: 120px;
    height: 90px;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto;
}

.comparison-table .comparison-item .comparison-item-thumb > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.comparison-table .comparison-item .comparison-item-title {
    display: block;
    margin-bottom: .875rem;
    transition: color .25s;
    color: #404040;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none
}

.comparison-table .comparison-item .comparison-item-title:hover {
    color: #03622a;
}

.remove-item {
    display: block;
    position: absolute;
    top: -.3125rem;
    left: -.3125rem;
    width: 22px;
    height: 22px;
    padding-left: .0625rem;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    line-height: 23px;
    text-align: center;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
    cursor: pointer;
}

.add-item {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
}

.add-item > i {

}

.comparison-table .feature-title {
    background-color: #f5f5f5;
    height: 20px !important;
}

.comparison-table .feature-title > th {
    line-height: 0.25 !important;
}

/*jabbari*/

.single-new-collection-item .thumb .thumb-single-new {

    width: auto !important;
    max-height: 150px !important;
}

.nn .single-new-collection-item .content .price .r {
    display: block;
    color: blue;
}

.nn .single-new-collection-item .content .price .w {
    display: block;
    color: red;
}

.mmm {
    color: white;
    font-size: 20px;
    background: #188801;
    border: 1px solid #188801;
    padding: 7px 26px;
    cursor: pointer;
    border-radius: 15px;

}

.single-new-collection-item .thumb .thumb-single-new {

    object-fit: contain;

    width: auto !important;
    max-height: 150px !important;
}

@media only screen and (max-width: 768px) {

    .single-new-collection-item .wmpp{
        position: absolute;
        top: 126px;
        right: 126px !important;
        border-radius: 10px;
        /* border-left: 50px solid transparent; */
        /* border-bottom: 50px solid transparent; */
        /* border-right: 50px solid #1F749C; */
        height: 30px;
        width: 43px;
        background: red;
        color: white;
        display: inline-block;
    }
    #wowslider-container1 .ws-title {
        font-size: 12px;
    }
}

.support-bar-two .imgLogoo, .cart-sidebar-area .top-content .logo img {

    max-width: 80px;
}

/* categories*/
.h {
    padding: 19px 0 !important;
    height: 250px !important;
}

.h .hh {
    margin: auto auto 30px auto !important;
    line-height: 50px;
    color: #03622a;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.h .hh img {
    object-fit: contain;
    max-height: 170px;
    max-width: 100%;

}

.h .hhh {
    line-height: 10px;
}

.hhhh {
    padding: 0 !important;
}

.icon {
    /*width: 100% !important;*/
}

.category-block-area .single-cateogy-block-item {
    margin-bottom: 0 !important;
}

.product-details-content-area {

    padding: 60px 0 75px 0;
}

body {
    font-weight: normal;
    font-style: normal;
    font-family: IRANSans;
    direction: rtl;

    background: #f8f8f8;;
}

.nn {
    padding: 2px !important;
    margin: 0 !important;
    /*height: 381px;*/
}

.nn .content {

    height: 160px;
}

.morediv, .moredivv {

    margin: 20px;
}

ul {

    list-style: none;
	margin-bottom: 0px !important;
	padding:0px;
}

.new-product-area {

    /*padding: 33px 0 90px 0;*/
}

.single-new-collection-item .content {

    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0 10px 0;
    height: 190px;
    direction:rtl;
}

.product-details-content-area .left-content-area .product-deails-thumb img {

    width: 100%;
    height: auto;
    max-height: 80px;
}

.product-details-content-area .container #sliderbox {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}

.product-details-content-area .left-content-area .single-product-thumb {
    max-width: 540px;
    max-height: 520px;
    display: flex;
    flex-flow: column nowrap;
    margin: auto;
    border-bottom: 1px solid #eee;
}

.product-details-content-area #sliderbox #ul-sliderbox {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

.bottom-content .price-area .left #discounted {
    font-size: 30px;
    display: block;
    color: blue;
}

.bottom-content .price-area .left #noDiscount {
    font-size: 30px;
    display: block;
    color: blue;
}

.bottom-content .price-area .left #del-price {
    font-size: 30px;
    display: block;
    color: red;

}

.bottom-content .price-area .left {
    border-top: 1px solid #eee;
}

.bottom-content .product-spec {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.product-details-area .item_review_content .product-specification li {
    margin-top: 5px;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
    background: #fff;
}

.tab-pane .descr-tab-content #investigation {

    background: #fff;
    padding: 5px 15px;
}

.tab-pane #commentsArea .single-comment-item {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.tab-pane #commentsArea .single-comment-item .content {
    border-top: 1px solid #eee;

}

.tab-pane #commentsArea .single-comment-item a {
    padding: 17px;
}

.margin-bottom-40 {
    margin-bottom: 10px;
}

.blog-details-content .comments-area .single-comment-item .thumb {
    position: absolute;
    right: 0;
    top: 6px;
    max-width: 100px;
    max-height: 100px;
    border-left: 1px dotted #ccc;
}



.row .product-details-area .product-details-tab-nav {
    padding-top: 40px;
}

.row .product-details-area .nav .nav-item {
    padding: 0;
    margin: 0;

    width:15%;
}
@media only screen and (max-width: 767px){
    .product-details-tab-nav .nav.nav-tabs .nav-item {
        margin: 0 !important;

        width:23% !important;
    }
    .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link{
        width:98% !important;

    }
    .row .product-details-area .nav{
        padding:0 !important;
        padding-bottom: 15px !important;
    }
}
@media only screen and (max-width: 360px) {
    .support-bar-two .right-content ul li{
        display: none !important;
    }
    .single-new-collection-item .wmpp{
        position: absolute;
        top: 126px;
        right: 113px !important;
        border-radius: 10px;
        /* border-left: 50px solid transparent; */
        /* border-bottom: 50px solid transparent; */
        /* border-right: 50px solid #1F749C; */
        height: 30px;
        width: 43px;
        background: red;
        color: white;
        display: inline-block;
    }
    .row .product-details-area .nav{
        padding:0 !important;
        padding-bottom: 15px !important;
    }
    .product-details-tab-nav .nav.nav-tabs .nav-item {
        margin: 0 !important;

        width:23% !important;
    }
    .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link{
        width:98% !important;

    }
    .newpkk{
        text-align: center;
        /* padding: 18px; */
        line-height: 54px;
        right: -55px !important;
        top: -29px;
        position: absolute;
    }
    .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link {
        width: 100% !important;
    }

    .textarea #comment {
        min-height: 120px;
        padding: 20px 9px;
        resize: none;
    }
    .the-icon{
        width: 1px !important;
        font-size: 14px;
        position: absolute;
        left: 77px !important;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7c7c90;
    }
    .pkk {
        border-radius: 10px;
        width: 71px !important;
        position: absolute !important;
        top: -12px;
        right: -94px;
        /* z-index: 100000; */
        background: #03622a;
        border: 1px solid #03622a;
        color: white;
        cursor: pointer;
        text-align: center;
    }
    #pagination{
        width: 100% !important;
        margin: 25px auto !important;
        padding: 0 20% !important;
    }


    .single-new-collection-item .wmpp{
        position: absolute;
        top: 126px;
        right: 188px;
        border-radius: 10px;
        /* border-left: 50px solid transparent; */
        /* border-bottom: 50px solid transparent; */
        /* border-right: 50px solid #1F749C; */
        height: 30px;
        width: 43px;
        background: red;
        color: white;
        display: inline-block;
    }

    .single-new-collection-item .wmp{
        left: 0;
        top: 0;
        height: auto;
        width: 50px;
        max-height: 50px;
        color: white;
        position: absolute;
    }
}

.tab-content .tab-pane .product-specification {
    padding-right: 0 !important;
}

.has-icon .the-icon {
    width: 5px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #7c7c90;
}

.support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon:after {
    position: absolute;
    left: -15px;
    top: 0px;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #ddffd3;
}

.single-our-story-item .thumb {
    background: #fff;
    max-height: 250px;
}

.single-our-story-item .thumb img {
    max-height: 250px;
    object-fit: contain;
    /* border-radius: 12px; */
    border-bottom: 1px solid #eee;
}

.single-our-story-item {
    background: #fff;
    height: 430px;
}

.single-our-story-item .conent {
    max-height: 180px;
    overflow: hidden;
}

.single-our-story-item .conent h4 {
    border-bottom: 1px solid #eee;
}

.details-container .post-body {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.details-container .post-body .title {
    border-bottom: 1px dashed #eee;
    display: inline-block;
}

.details-container .post-body .post-bottom-content {
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

.blog-details-content {
    padding: 60px 0 120px 0;
    font-family: "IRANSans";
}

.blog-details-content .single-blog-post .details-container .post-body .title {
    font-size: 30px;
    line-height: 40px;
    color: #03622a;
    margin-bottom: 25px;
    font-family: "IRANSans";
    font-weight: 500;
}

.single-new-collection-item .wmd {
    position: absolute;
    top: 126px;
    right: 188px;
    border-radius: 10px;
    /* border-left: 50px solid transparent; */
    /* border-bottom: 50px solid transparent; */
    /* border-right: 50px solid #1F749C; */
    height: 30px;
    width: 43px;
    background: red;
    color: white;
    display: inline-block;
}

.single-new-collection-item .wmd span {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 17px;
    /* transform: rotate(45deg); */
    font-weight: bold;
}

.single-new-collection-item .wm {
    right: 0;
    top: 0;
    height: auto;
    width: 50px;
    max-height: 50px;
    color: white;
    position: absolute;
    z-index: 1;
}

.single-new-collection-item .wm span {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 20px;
    font-size: 25px;
    font-weight: bold;
}



.single-new-collection-item .con .price .tp {
    display: block;
    color: blue;
}

.single-new-collection-item .con .price .ttp {
    display: block;
    color: blue;
}

.single-new-collection-item .con .price .tttp {
    display: block;
    color: red;
}

.single-new-collection-item .wmp {
    right: 0;
    top: 0;
    height: auto;
    width: 50px;
    max-height: 50px;
    color: white;
    position: absolute;
}

.single-new-collection-item .wmpp {
    position: absolute;
    top: 126px;
    right: 188px;
    border-radius: 10px;
    /* border-left: 50px solid transparent; */
    /* border-bottom: 50px solid transparent; */
    /* border-right: 50px solid #1F749C; */
    height: 30px;
    width: 43px;
    background: red;
    color: white;
    display: inline-block;
}

.single-new-collection-item .wmppt {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #1F749C;
    height: 0;
    width: 0;
    color: white;
}
.single-new-collection-item .wmppt span {
    position: absolute;
    right: -47px;
}
.single-new-collection-item .wmpt {
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    color: white;
    position: absolute;
}
.single-new-collection-item .wmpp span {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 17px;
    /* transform: rotate(45deg); */
    font-weight: bold;
}

.single-new-collection-item .thumb #th-img {
    object-fit: contain;
    width: auto !important;
    max-height: 150px !important;
}

.single-new-collection-item .price .r{
    color: blue !important;
    display: block;
}
.single-new-collection-item .price .w{

    display: block;
    color: red !important;
}

.paged-link{
    display:inline-block;
    line-height:14px;
    float:right;
    margin:2px;
    font-size: 20px;
    /*width: 20px;*/
    /*height: 20px;*/
    border-radius: 50%;

    text-align: center;
}
.paged-link a{
    display:inline-block;
    /*border:#06C 1px solid;*/
    padding:6px;
    text-decoration:none;
}
.paged-link a:hover{
    padding: 6px;
    /*background: #03622a;*/
    /*border-radius: 50%;*/
    /*color: white;*/
    text-align: center;
}
.paged-link-selected{
    display:inline-block;
    line-height:14px;
    float:right;
    margin:2px;
}
.paged-link-selected a{
    display: inline-block;
    /* border: #900 1px solid; */
    padding: 6px;
    text-decoration: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    background: #03622a;
    border-radius: 50%;
    color: white;
    text-align: center;
}
.paged-link-selected a:hover{
    /*background: #03622a;*/
    /*color: #fff;*/
    /*padding: 5px;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/

}
.paged-link-off{
    display:inline-block;
    /*border:#06C 1px solid;*/
    padding:2px;
    color:#CCC;
    line-height:14px;
    float:right;
    margin:2px;
    font-size: 20px;
}
.paged-link-info{
    display:inline-block;
    float:left;
    padding:2px;
    color:#666;
    line-height:14px;
    margin:2px;
    font-size:11px;
}




#pagination{
    width: 100%;
    margin: 25px auto;
    padding: 0 20%;
}

.bottom-content .row .mkk{
    padding: 0 !important;
}


.h{
    padding: 19px 0 !important;
    height: 250px !important;
}
.h .hh{
    margin: auto auto 30px auto !important;
    line-height: 50px;
    color: #03622a;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.h .hh img{
    object-fit: contain;
    max-height: 170px;
    max-width: 100%;

}
.h .hhh{
    line-height: 10px;
}
.hhhh{
    padding: 0!important;
}
.icon{
    /*width: 100% !important;*/
}
.category-block-area .single-cateogy-block-item{
    margin-bottom: 0 !important;
}
.hm{
    padding: 19px 0 !important;
    height: 300px !important;
    background: #fff;
}
.mkhh{
    max-height: 130px;
    object-fit: contain;
}
.contact-info-area .single-contact-info-item .icon{
    width: 40px !important;
}
.imgmkk{
    object-fit: contain;
}
.contact-info-area {
    padding: 15px 0 5px 0;
}
.contact-form-area {
    padding: 5px 0 120px 0;
}
.contact-info-area .left-content-area ul{
    padding-right: 0;
}
.category-block-area .single-cateogy-block-item .icon {
    font-size: 100px;
    line-height: 50px;
    color: #03622a;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 140px;
    height: auto;
    max-height: 120px;
    margin: auto auto 47px auto;
}
.brhm .hh{
    margin-bottom: 20px !important;
}
.brhm .conent h4{
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
}

.brhm .conent .brM{
    border-radius: 50px!important;
    margin: 0 5px!important;
    background: #eee!important;
    opacity: 0.5!important;
}
.category-block-area {
    padding: 30px 0 50px 0;
}
/*   end jabbari*/


/*.most-ordered-product .recently-added-carousel .owl-stage-outer {
    direction: rtl !important;
}*/
.cart-content-area .cart-content-inner .top-content table tbody tr td {
    padding: 0;
}
.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .close-btn {
    color: #ff3d3d;
    position: absolute;
    right: 2px;
    top: 6%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    cursor: pointer;
    background: #eee;
    height: 15px;
    width: 15px;
    text-align: center;
}
.cart-content-area {
    padding: 12px 0;
}
.cart-sidebar-area .top-content {
    position: relative;
    margin-bottom: 0!important;
}
.cart-products .single-product-item .thumb img{
    max-width: 100% !important;
    height: 80px !important;
    object-fit: contain !important;
}
.cart-sidebar-area .bottom-content .cart-products .single-product-item .content .title {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    width:150px;
}
.row .product-details-area .nav {
    /*padding-right: 20% !important;*/
    padding-bottom: 35px;
}


/*Morrche*/
.single-new-collection-item .content .title {
    font-size: 14px;
    line-height: 28px;
    color: #232b37;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 5px;
    height: 55px;
    overflow: hidden;
}
.section-title .title {
    font-size: 2vw ;
    line-height: 50px;

    color: #232b37;
    font-weight: 700;
}

.section-title {
    text-align: center;

}

.conSt{
    position: absolute;
    top: 85px;
    right: 188px;
    border-radius: 10px;
    /* border-left: 50px solid transparent; */
    /* border-bottom: 50px solid transparent; */
    /* border-right: 50px solid #1F749C; */
    height: 30px;
    width: 43px;
    background: red;
    color: white;
    display: inline-block;
}.mmm