/*@charset "utf-8";*/
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Header - Logo
	3.2 Header - Main Navigation
	3.3 Header - Search
	3.4 Header - Shopping
	3.5 Header - Burger
4. Home
	4.1 Home Slider
5. Menu
6. Promo
7. New Arrivals
8. Extra
9. Gallery
10. Testimonials
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/


/* Webfont: Yekan */
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/BYekan.woff') format('woff'),
    url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'Yekan', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    color: #2f2f2f;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Yekan', sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: #2e2a27;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #f7f2ed;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {

}

p::selection {

}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Yekan', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {

}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.section_title_container {

}


.button {
    width: 142px;
    height: 46px;
    background: #e5d2c4;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #212121;
    line-height: 46px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button:hover {
    background: #e0e3e4;
}

.button:hover a {
    color: #232323;
}

/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 93px;
    z-index: 100;
    padding-left: 64px;
    padding-right: 60px;
    direction: rtl;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled {
    height: 45px;
    background: #000000bd;
}

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

.header.scrolled .logo img.treesland2-logo {
    display: block;
    width: 155px;
}

.header.scrolled .logo img.treesland-logo {
    display: none;
}

.logo img.treesland3-logo {
    display: none;
}

/*********************************
3.1 Header - Logo
*********************************/

.logo a {
    font-family: 'Yekan', serif;
    font-size: 30px;
    color: #2f2f2f;
}

.logo a img {
    width: 130px;
}

.logo img.treesland2-logo {
    width: 185px;
    display: none;
}

.logo img.treesland-logo {
    width: 145px;
    display: block;
}

.header_content {
    width: 140px;
    margin-right: auto !important;
}

.header_content a {
    color: #5c544e;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header_content i {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .header_content a {
    color: #fcfbf9;
}

.header_content > div {
    margin-right: 12px;
    font-size: 1.6em;
    float: left;
    padding-top: 10px;
}

.icon-instagram {
    font-size: 20px !important;
}

.icon-instagram:hover {
    color: #bc2a8d;
}

.icon-telegram:hover {
    color: #31abe1;
}

.icon-whatsapp:hover {
    color: #25d366;
}

.icon-twitter:hover {
    color: #31abe1;
}

.icon-email:hover {
    color: #F00;
}

.icon-call:hover {
    color: #2e2a27;
}

/*********************************
3.2 Header - Main Navigation
*********************************/

.main_nav {
    padding-right: 252px;
    margin-bottom: 12px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

.main_nav ul li {
    display: inline-block;
    margin-left: 50px;
}

.main_nav ul li:last-child {
    margin-left: 0;
}

.main_nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #5c544e;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .main_nav ul li a {
    color: #f7f2ed;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav ul li a:hover {
    color: #e67d96 !important;
}

/*********************************
3.5 Header - Burger
*********************************/

.burger_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: none;
}

.burger_container div {
    width: 100%;
    height: 2px;
    background: #2e2a27;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
}

.header.scrolled .burger_container div {
    background: #f7f2ed;

}

.burger_container:hover div {
    background: #e5d2c4;
}

.menu_nav {
    margin: 30px auto 0;
    overflow: hidden;
}

/*********************************
4. Home
*********************************/

.home {
    width: 100%;
    height: auto;
    background: #f7f2ed;
    z-index: 1;
}

.home .desktop-video {
    width: 100%;
    display: block;
    visibility: visible;
}

.home .mobile-video {
    width: 100%;
    display: none;
    visibility: hidden;

}

/*********************************
5. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    left: -600px;
    width: 400px;
    height: 100vh;
    background: #f7f2ed;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}

.menu.active {
    left: 0;
}

.menu_close_container {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}

.menu_close:hover div {
    background: #e67d96;
}

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

.menu_nav ul li {
    margin-bottom: 11px;
    height: 45px;
}

.menu_nav ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_nav ul li a:hover {
    color: #e67d96;
}

.menu .search {
    width: 100%;
    margin-bottom: 67px;
}


/*********************************
6. About
*********************************/

.about {
    direction: rtl;
    padding-top: 50px;
    box-sizing: border-box;
    height: 700px;
    background: linear-gradient(90deg, rgb(237 233 227) 0%, rgb(224 220 211) 50%, rgb(237 236 230) 100%);
    overflow: hidden;
    z-index: 1;
}

.about::before {
    content: ' ';
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(218, 218, 221, 0) 100%);
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100px;
}

.about::after {
    content: ' ';
    background: linear-gradient(0deg, rgb(239 241 240) 0%, rgba(218, 218, 221, 0) 100%);
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

.about .about-cover {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about .p-btn {
    display: block;
    float: right;
    width: 152px;
    height: 50px;
    background: #e5d2c4;
    color: #2e2a27;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.about .p-btn:hover {
    display: block;
    float: right;
    width: 152px;
    height: 50px;
    background: #e5c4c7;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;
}


/*********************************
6. Products cart
*********************************/


.product {
    width: 230px;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    background: #fcfbf9;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product:hover {
}

.product .img,
.product .hover-img {
    width: 100%;
    height: 290px;
    overflow: hidden;
    padding: 5px;
}

.product .img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product:hover .hover-img {
    opacity: 1;
}

.product:hover .img {
    opacity: 0;
}

.product img {
    max-width: 100%;
    max-height: 100%;
}

.product .title {
    display: block;
    width: 100%;
    height: 35px;
    color: #2e2a27;
    padding: 7px;
    box-sizing: border-box;
    margin: 10px 0 0px;
    font-weight: bold;
    font-size: 110%;

}

.product .price {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    direction: rtl;
    color: #212121;
}

.product .add-to-card {
    display: block;
    opacity: 0;
    background-color: #453F3B;
    width: 100%;
    height: 40px;
    color: #f7f2ed;
    padding: 7px;
    box-sizing: border-box;
    margin: 0px;
    position: relative;
    bottom: -5px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product:hover .add-to-card {
    opacity: 1;
    bottom: 0px;
}

/*********************************
6. Collections
*********************************/

.collections {
    position: relative;
    direction: rtl;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
}

.collections-section {
    overflow: hidden;
    height: auto;
    margin: 0px;
    padding: 0px;
}


/*********************************
7. Collection1
*********************************/
.collection1 {
    background-color: #FFF;
}

.collection1 .simple-image {
    z-index: 21;
}

.collection1 .main-image img {
    width: 100%;
}


.collection1 .main-image {
    margin: auto;
    z-index: 21;
    padding: 0;

}
.collection1 .main-image .fixed-background-image {
    display: none;
    z-index: 0;
}

.grid-section {
    direction: ltr;
    display: grid;
    height: 400px;
    padding: 0px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
}

.grid-section .color1:first-of-type {
    grid-column: 2 / span 5;
    grid-row: 1 / span 9;
}

.grid-section .color1:last-of-type {
    margin: 0px;
    grid-column: 8 / span 9;
    grid-row: 4 / span 12;
}

.grid-section .color2:first-of-type {
    grid-column: 2 / span 5;
    grid-row: 1 / span 9;
}

.grid-section .color2:last-of-type {
    grid-column: 8 / span 9;
    grid-row: 4 / span 12;
}

.grid-section .color3:first-of-type {
    grid-column: 2 / span 5;
    grid-row: 1 / span 9;
}

.grid-section .color3:last-of-type {
    margin: 0px;
    grid-column: 8 / span 5;
    grid-row: 4 / span 12;
}

.grid-section .color4:first-of-type {
    grid-column: 2 / span 5;
    grid-row: 1 / span 9;
}

.grid-section .color4:last-of-type {
    margin: 0px;
    grid-column: 8 / span 9;
    grid-row: 4 / span 12;
}

.grid-section.active {
    height: 500px;
}

/*********************************
7. Collection2
*********************************/
.collection2 {
    background: linear-gradient(180deg, rgb(225 235 243) 0%, rgb(234 238 247) 50%, rgb(239 241 254) 100%);
    height: 100%;
    direction: ltr;
}

.collection2 .main-cover video {
    height: 100vw;
    position: relative;
    left: -90px;
    top: -3px;
}

/*********************************
7. Collection3
*********************************/
.collection3 {
    background: rgb(246 233 210);
}

.collection3 video {
    width: 100%;
}

/*********************************
7. Collection4 slider
*********************************/

.collection4 .promotion {
    width: 100%;
}

.collection4 .gallery_slider_container {
    background: #efefef;
    margin-bottom: 8px;
}

.collection4 .chase {
    width: calc(100% - 8px);
}

.collection4 .info {
    width: 100%;
}

.owl-carousel {
    touch-action: manipulation;
    direction: ltr;
}

/*********************************
7. Product slider
*********************************/

.product-slider-container {
    visibility: hidden;
    display: none;
    height: 100vh;
}

.product-slider-container.fixed {
    height: 300px;
    position: absolute;
}

.product-slider .owl-item img {
    width: initial;
    height: 100%;
}

.product-slider-next {
    position: absolute;
    top: 45%;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #212121;
    background: #e5d2c4;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product-slider-prev {
    position: absolute;
    top: 45%;
    left: 20px;
    width: 30px;
    height: 30px;
    color: #212121;
    background: #e5d2c4;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product-slider .owl-dots {
    position: absolute;
    top: 70px;
    left: -100px;
    width: 70px;
    height: calc(100vh - 200px);
    overflow: scroll;
}

.product-slider .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 70px;
    display: block !important;
}

.product-slider .owl-dot:first-child {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.close-fullscreen {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-color: #e5d2c4;
    font-size: 37px;
    padding: 6px;
    z-index: 2;
}

/*********************************
7. Product background
*********************************/
.product-background {
    width: 100%;
    position: static;
    top: 0px;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.product-background.fixed {
    height: 300px;
    position: fixed;
}

.product-background-cover {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;

}

/*********************************
7. Product image
*********************************/
.product-detail {
    direction: rtl;
    height: auto;
    position: relative;
    top: 0px;
    overflow: visible;

    z-index: 1;
    padding: 50px;
    box-sizing: content-box;
}

.product-image {
    background-color: #FFF;
    width: calc(50% - 20px);
    height: auto;
    float: left;
    padding: 20px;
}

.product-image img {
    width: 100%;
    margin-top: 20px;
}

.product-image img:first-child {
    margin-top: 0px;
}

/*********************************
7. Product description
*********************************/
.product-description {
    position: fixed;
    width: calc(50% - 50px);
    height: auto;
    padding: 20px;
    right: 50px;
    background-color: #FFF;
    direction: rtl;
    text-align: right;
    z-index: 2;
}

.product-description.normal {
    position: absolute !important;
}

.product-description.active,
.product-description.normal {
    background-color: #FFF !important;
}

.product-description .hide {
    opacity: 0;
    top: 50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-description.active .hide {
    opacity: 1;
    top: 0;
}


.product-description .product-title {
    color: #212121;
    font-size: 36px;
    font-weight: 800;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-description.active .product-title {
    text-align: right;
    font-size: 26px;
    width: 100%;
}

.product-description .product-price {
    width: 40%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    position: absolute;
    top: 100px;
    left: 0;
    color: #212121;
}

.product-description.active .product-price {
    top: 0px;
    color: #212121;
}

.product-description .summary-description {
    color: #212121;
    text-align: right;
    font-size: 19px;
    height: 115px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    box-sizing: content-box;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-description.active .summary-description {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.product-description .add-to-card {
    position: relative;
    width: 250px;
    background-color: #e5d2c4;
    color: #212121;
    display: inline-block;
    height: 60px;
    text-align: center;
    padding: 13px;
    margin-bottom: 25px;
    border: solid 1px #e5d2c4;
    top: 0px;
    cursor: pointer;


    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.product-description.active .add-to-card {
    top: 0;
    height: 42px;
    padding: 5px;
    width: 100%;
    background-color: #5c544e;
    color: #FFF;
}

.product-description .add-to-card:hover {
    background-color: #e5d2c4;
    border: solid 1px #b2b2b2;
    color: #212121;
}

.product-description .add-to-card i {
    padding-left: 6px;
    position: relative;
    top: 4px;
    font-size: 19px;
}

.product-description .add-to-card .first-text,
.product-description.active .add-to-card .second-text {
    display: inline-block;
}

.product-description.active .add-to-card .first-text,
.product-description .add-to-card .second-text {
    display: none;
}

/*.product-description .product-price2 {*/
/*    width: 190px;*/
/*    text-align: right;*/
/*    font-size: 21px;*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    right: 250px;*/
/*    color: #212121;*/
/*    opacity: 1;*/

/*    -webkit-transition: all 500ms ease;*/
/*    -moz-transition: all 500ms ease;*/
/*    -ms-transition: all 500ms ease;*/
/*    -o-transition: all 500ms ease;*/
/*    transition: all 500ms ease;*/
/*}*/

/*.product-description.active .product-price2 {*/
/*    opacity: 0;*/
/*    top: 13px;*/

/*}*/

.product-description .product-share {
    width: 100%;
    height: 50px;
}

.product-description .product-share .title {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.product-description .product-share a {
    font-size: 20px;
    color: #676767;
    margin: 5px;
}

.product-description .tabs {
    height: 36px;
    border-bottom: solid 1px #e5d2c4;
}

.product-description .tab-title {
    background-color: #f1f1f1;
    margin: 0px;
    display: inline-block;
    padding: 7px;
    cursor: pointer;
}

.product-description .tab-title.active {
    background-color: #e5d2c4;
}

.product-description .tab-box {
    display: none;
    opacity: 0;
    height: 300px;
}

.product-description.active .tab-box.active {
    display: block;
    opacity: 1;
}

.product-description .product-params {
    padding: 5px 0px;
}

.product-description .product-params > .title {
    margin-bottom: 5px;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.product-description .product-params .params-item {
    position: relative;
    display: block;
    width: 100%;
    height: 26px;
    font-size: 14px;
    padding: 5px 10px 1px;
    margin: 0px;
    background-color: #ececec;
    box-sizing: border-box;
}

.product-description .product-params .params-item:nth-child(odd) {
    background-color: #ffffff;
}

.product-description .product-params .params-item:last-child {
    border-bottom: none;
}

.product-description .product-params .params-item .title {
    width: 100px;
    display: block;
    float: right;
}

.product-description .product-size-guide img {
    height: 100%;
}

.product-description .product-washing-guide ul {
    margin: 5px;
    text-align: right;
}

.product-description .product-washing-guide li {
    padding: 2px 0;
}

.product-description .product-washing-guide li::before {
    font-family: 'treesland-icon';
    content: '\e905';
    margin-left: 5px;
}


/*********************************
7. Product washing
*********************************/
.product-washing-guide {
    width: 100%;
    text-align: center;
}

.product-washing-guide img {
    width: 100%;
    max-width: 2000px;
}


/*********************************
7. Shopping info
*********************************/
.shoppinfo-items {
    width: 100%;
    background-color: #FFF;
    height: auto;
    overflow: hidden;
}

.shoppinfo-items .shoppinfo-item {
    display: block;
    width: 25%;
    overflow: hidden;
    float: right;
    box-sizing: border-box;
    padding: 30px 20px 0px;
    margin: 50px 0px;
    height: 240px;
    text-align: center;
    border-left: solid 1px #e67e93;
}

.shoppinfo-items .shoppinfo-item .shoppinfo-image {
    margin-bottom: 10px;
    font-size: 60px;
    color: #e67e93;
}

.shoppinfo-items .shoppinfo-item .shoppinfo-text {
    width: 125px;
    margin: auto;
    text-align: center;
}

/*********************************
11. category page
*********************************/
.category-title {
    margin: 100px 0 30px;
    text-align: right;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*********************************
11. order page
*********************************/
.order-title {
    margin: 0px 0 30px;
    text-align: right;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 54%;
    background-position: 0100% 21%;
    background-color: #beddf0;
}

/*********************************
11. Newsletter
*********************************/

.newsletter {
    width: 100%;
}

.newsletter_content {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 94px;

    padding-left: 62px;
    padding-right: 62px;
}

.newsletter_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right center;
    /*background-attachment: fixed;*/
}

.newsletter_image:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00173a;
    opacity: 0.8;
}

.newsletter .section_subtitle,
.newsletter .section_title {
    color: #f7f2ed;
    direction: rtl;
}

.newsletter_container {
    margin-top: 75px;
}

.newsletter_input {
    width: 100%;
    height: 46px;
    background: rgba(0, 18, 47, 0.65);
    padding-left: 25px;
    outline: none;
    border: solid 1px #e5d2c4;
    color: #f7f2ed;
    direction: ltr;
}

.newsletter_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b3b3b3 !important;
}

.newsletter_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b3b3b3 !important;
}

.newsletter_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b3b3b3 !important;
}

.newsletter_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b3b3b3 !important;
}

.newsletter_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #b3b3b3 !important;
}

.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 46px;
    background: #e5d2c4;
    color: #2e2a27;
    font-size: 12px;
    /*letter-spacing: 0.2em;*/
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.newsletter_button:hover {
    background: #e5c4c7;
    color: #2e2a27;
}

.newsletter_text {
    font-size: 14px;
    color: #f7f2ed;
    margin-top: 19px;
}

/*********************************
12. Footer
*********************************/

.footer {
    padding-top: 80px;
    background: #FFF;
    position: relative;
}

.footer_logo a {
    font-family: 'Yekan', serif;
    font-size: 60px;
    color: #232323;
}

.footer_logo .logo {
    width: 125px;
    margin-bottom: 20px;
}

.footer_nav {
    margin-top: 14px;
    direction: rtl;
}

.footer_nav ul li {
    display: inline-block;
    margin-left: 53px;
}

.footer_nav ul li:last-child {
    margin-left: 0;
}

.footer_nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #5c544e;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_nav ul li a:hover {
    color: #e67d96;
}

.footer_social {
    margin-top: 51px;
}

.footer_social ul li {
    display: inline-block;
    margin-right: 36px;
}

.footer_social ul li:last-child {
    margin-right: 0;
}

.footer_social ul li a i {
    font-size: 24px;
    color: #5c544e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.copyright {
    margin-top: 56px;
    padding-bottom: 13px;
    font-family: 'Yekan', serif;
    font-size: 12px;
    color: #232323;
}


/*********************************
12. form
*********************************/
form .print-msg {
    text-align: right;
}

input {
    width: 100%;
    margin: 10px 0 0;
    padding: 0px 10px;
    height: 36px;
    direction: rtl;
    border: solid 1px #5c544e;
}

select {
    width: 100%;
    margin: 10px 0 0;
    padding: 0px 10px;
    height: 36px;
    direction: rtl;
    border: solid 1px #5c544e;
}

textarea {
    width: 100%;
    margin: 10px 0 0;
    padding: 0px 10px;
    height: 145px;
    direction: rtl;
    border: solid 1px #5c544e;
}

.password-section {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 18px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
}

.toggle-password.show i::before {
    content: "\e911";
}

button {
    width: 100%;
    margin: 10px 0 0;
    height: 36px;
    cursor: pointer;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.submit {
    background-color: #e5d2c4;
    color: #212121;
    border: none;
}

.submit:hover {
    /*background-color: #e5c4c7;*/
    /*border: solid 1px #b2b2b2;*/
    /*color: #212121;*/
}

#login-with-otp-form {
    display: none;
}

.return-to-login {
    margin-top: 17px;
    text-align: center;
    padding: 5px;
    display: block;
    background-color: #867e78;
    color: #FFF;
    cursor: pointer;
}

.return-to-login.light {
    float: right;
    margin-top: 17px;
    color: #212121;
    background: transparent;
    display: block !important;
}

.second-counter {
    text-align: right;
}


/*********************************
12. checkout
*********************************/
#checkout-form {
    direction: rtl;
    margin: 10px 0;
}

#checkout-form .form-description {
    border-bottom: solid 1px #e5d2c4;
}

.checkout-product li {
    border-bottom: solid 1px #e5d2c4;
    padding-top: 20px;
    padding-bottom: 20px;
}

li.product-item {
    height: 180px;
    padding: 0;
    padding-bottom: 10px;
}

.product-item .image {
    width: 150px;
    height: 150px;
    float: right;
    border-left: solid 1px #e5d2c4;
    margin: 15px;
    padding-left: 15px;
}

.product-item .image img {
    max-height: 100%;
    max-width: 100%;
    float: right;
}

.product-item .name {
    width: calc(100% - 280px);
    text-align: right;
}

.product-item .price {
    width: 100px;
}

.subtotal-price {
}

.subtotal-price .title {
    text-align: right;
    width: 200px;
}

.subtotal-price .price {
    width: calc(100% - 200px);
}

.transfer {
}

.transfer .title {
    width: 200px;
    text-align: right;
}

.transfer .price {
    width: calc(100% - 200px);
}

.discount {
}

.discount .title {
    width: 200px;
    text-align: right;
}

.discount .price {
    width: calc(100% - 200px);
}

#discount-action {
    color: #5c544f;
    width: 100%;
    text-align: right;
    font-size: 95%;
    display: block;
    margin-top: 15px;
}

.total-price {
}

.total-price .title {
    width: 200px;
    text-align: right;
}

.total-price .price {
    width: calc(100% - 200px);
}

#about-us {
    direction: rtl;
    text-align: right;
}

#about-us h1 {
    font-size: 26px;
    font-weight: bold;
}

#about-us h3 {
    font-size: 21px;
    font-weight: bold;
    padding-top: 40px;
}

#about-us h4 {
    font-size: 16px;
    font-weight: bold;
}

#about-us p {

}

#about-us ul {
    margin-bottom: 30px;
}

#about-us li {
    font-size: 16px;
}

#about-us li::before {
    font-family: 'treesland-icon' !important;
    content: "\e905";
    margin-left: 10px;
}

#contact-us {
    direction: rtl;
    text-align: right;
}

#contact-us h1 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
}

#contact-us h3 {
    font-size: 21px;
    font-weight: bold;
    padding-top: 55px;
}

#contact-us h4 {
    font-size: 18px;
}

#contact-us p {

}
