:root {
    --font1x: 13px;
    --font2x: 15px;
    --font3x: 18px;
    --font4x: 20px;
    --font5x: 22px;
    --font6x: 24px;
    --font7x: 26px;
    --heading-font-family: Montserrat, sans-serif;
    --color-button: #d5a07f;
    --color-black: #000;
    --color-gray: #ccc;
    --window-height: 665px;
    --header-height: 83px;
    --header-is-not-transparent: 0;
}

a {
    text-decoration: none;
}

.header--wrapper {
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: var(--heading-font-family);
    align-items: center;
    background: transparent;
}

.btn-primary {
    border-radius: 0;
    border-color: var(--color-button);
    color: var(--color-button);
    background: transparent;
    position: relative;
    z-index: 1;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -webkit-tap-highlight-color: initial;
}

.btn-primary:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    /*background-color: #fff;*/
}

.btn-primary:hover {
    background: var(--color-button);
    color: #fff;
    border-color: var(--color-button);
}

.btn-primary:hover:before {
    transform-origin: right center;
    transform: scaleX(0);
    background: #fff;
}

.header--listmenu {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.header--menu {
    list-style: none;
    margin: 0 10px;
}
.header--menu a{
    color: #fff;
    position: relative;
}

.header--menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    background: var(--color-button);
    height: 1px;
    transition: all .45s cubic-bezier(.785, .135, .15, .86);
}

.header--menu a:hover:after {
    width: 100%;
}

.header--menu a:hover {
    color: var(--color-button);

}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 5;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
    color: #fff;
    box-shadow: 0 -1px rgb(255 255 255 / 25%) inset;
}

header.show,
header:hover {
    background: #fff;
    color: #000;
}
header.show .header--menu a,
header:hover .header--menu a{
    color: #000;
}

header.show .header--wrapper,
header:hover .header--wrapper {
    background: #fff;
}

header.show .header--btn--find,
header:hover .header--btn--find {
    background: transparent;
    border-color: var(--color-button);
    color: #fff;
}

header.show .header--logo--text,
header:hover .header--logo--text {
    color: #000;
}

header.show .header--btn--find.btn-primary:before,
header:hover .header--btn--find.btn-primary:before {
    background: var(--color-button);
}

header.show .header--btn--find.btn-primary:hover,
header:hover .header--btn--find.btn-primary:hover {
    color: var(--color-button);
}

.page--container {
    position: relative;
}

.header--btn--find {
    background: transparent;
    padding: 10px 40px;
    border-color: #fff;
    color: #fff;
}

.header--btn--find.btn-primary:before {
    background: transparent;
}

.header--logo--text {
    color: #fff;
}

.section--title {
    letter-spacing: 0;
    font-family: var(--heading-font-family);
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 60px;
    font-weight: 200;
}

.section--des {
    letter-spacing: 1px;
    font-family: var(--heading-font-family);
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 60px;
    font-weight: 200;
}

/* home categories  */
.home--categories {
    margin-top: 60px;
}

.home--cat {
    overflow: hidden;
    height: 500px;
    margin-bottom: 20px;
    position: relative;

}

.home--cat img {
    width: 100%;
    background: #ccc;
    height: 100%;
    object-fit: cover;
    transition: transform 8s cubic-bezier(.215, .61, .355, 1), opacity 8s cubic-bezier(.215, .61, .355, 1);
    filter: brightness(85%);
}

.home--cat:hover img {
    transform: scale(1.5);
}

.home--cat .home--cat--info {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.home--cat--info h2 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 20px;
}

.home--cat--info .btn {
    background-color: transparent;
    border-color: #fff;
    color: #000;
    padding: 10px 50px;
    font-size: 20px;
    letter-spacing: 1px;
}

.home--cat--info .btn-primary:before {

    background-color: #fff;
}

.home--cat--info .btn-primary:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.home--cat--info .btn-primary:hover:before {
    transform-origin: right center;
    transform: scaleX(0);
    background: #fff;
}

/* *********** */
.mid--description {
    margin-top: 60px;
    background-color: #f9f4f0;
    text-align: center;
    padding: 60px 0;
}

.mid--description h2 {
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 60px;
}

.mid--description p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    color: #888;
    padding: 0 200px;
}

/* home product  */
.home--product {
    box-shadow: 0 0 10px 0 #f5f5f5;
    margin-bottom: 20px;
    padding: 10px 10px;
    position: relative;
    display: block;
    border: 1px solid #eee;
    background: #f5f5f5;
}

.home--product img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background: #f5f5f5;
}

.home--product--name {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: var(--font2x);
    /*padding: 0 20px;*/
    display: block;
    color: #000;
}

.home--product--cat {
    color: #cf9362;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: var(--font1x);
    display: block;
    margin-top: 10px;
}

.home--product .ratting {
    color: #cf9462;
    position: absolute;
    right: 10px;
    top: 10px
}

/* footer  */
footer {
    padding: 100px 0px;
    margin-top: 60px;
    background: #f6f6f2;
}

.footer--social a {
    color: #000;
    font-size: 40px;
    margin: 5px 20px;
    transition: all 0.3s ease;
}

.footer--social a:hover,
.footer--social a:focus {
    color: var(--color-button);
}

footer .info a {
    color: #000;
}

footer .info a:hover,
footer .info a:focus {
    color: var(--color-button);
}

footer .info {
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.footer--social {
    text-align: center;
}

footer .copyright {
    font-size: var(--font1x);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

/* ************  */
.abouthome--container {
    margin-top: 60px;
}

.abouthome--info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: var(--color-button);
    padding: 20px;
    color: #fff;
}

.abouthome--info h2 {
    letter-spacing: 1px;
    font-weight: 300;
}

.abouthome--info p {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
}

.abouthome--info a {
    font-size: var(--font3x);
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
}

.abouthome--info a:after {
    content: "";
    width: 110px;
    background: #fff;
    height: 1px;
    display: block;
}

.abouthome--images img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /*margin-bottom: 20px;*/
}

/* products page  */
.container--products {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.product--head {
    padding: 0px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product--head--categories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    padding-right: 20px;
}

.product--head--categories a {
    font-size: var(--font4x);
    color: #000;
    margin: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;
    font-weight: 300;
}

.product--head--categories a.active {
    font-weight: 400;
    color: var(--color-button);
}

.product--head--categories a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    background: var(--color-button);
    height: 1px;
    transition: all .45s cubic-bezier(.785, .135, .15, .86);
}

.product--head--categories a:hover:after {
    width: 100%;
}

.product--head--categories a:hover {
    color: var(--color-button);

}

.product--head--setting {
    border-right: 1px solid #f5f5f5;
    padding: 10px 30px;
}

.product--head--setting button {
    border: none;
    color: #ccc;
    background: #fff;
    font-size: 20px;
}

.product--head--setting button.active {
    color: #333;
}

.product--head--options {
    border-left: 1px solid #f5f5f5;
    padding: 10px 30px;
}

.product--head--options .p--label {
    letter-spacing: 1px;
    font-size: var(--font4x);
    font-weight: 300;
}

.product--images img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    transition: all 0.3s cubic-bezier(.785, .135, .15, .86);
}

.product--images img.product--img--back {
    display: none;
}

.product:hover img.product--img--font {
    display: none;
}

.product:hover img.product--img--back {
    display: block;
}

.product .product--name {
    display: block;
    color: #000;
    font-size: var(--font1x);
    font-weight: 300;
    letter-spacing: 1px;
}

.product .product--cat {
    display: block;
    color: var(--color-button);
    font-size: var(--font3x);
    font-weight: 300;
    letter-spacing: 1px;
}

.product--colors {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    flex-direction: row;
}

.product--colors button {
    border: none;
    background: none;
    display: block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    box-shadow: 0 0 1px 0 #f5f5f5;
}

.product--colors button:nth-child(1) {
    border: 1px solid #532d14;
    background: #532d14;

}

.product--colors button:nth-child(2) {
    border: 1px solid #f3efd7;
    background: #f3efd7;

}

.product--colors button:nth-child(3) {
    border: 1px solid #f8e7c9;
    background: #f8e7c9;

}

.product {
    position: relative;
    box-shadow: 0 0 3px 0 #f5f5f5;
    /*margin-top: 20px;*/
    padding: 10px 0px;
    padding: 10px;
    border: 1px solid #eee;
    background: #f5f5f5;
}

/* ***************************  */
/* product detail  */
.detail {
    display: flex;
    flex-direction: row;
}

.product--info {
    width: 600px;
}

.product--slider {
    flex: 1;
    margin-right: 40px;
    display: flex;
    flex-direction: row;
}

.product--slider--nav {
    width: 150px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin-right: 20px;
}

.product--slider--for {
    /*flex: 1;*/
    padding: 20px;
    width: 600px;
    height: 430px;
}

.product--slider--nav img {
    width: 150px;
    /*margin-bottom: 10px;*/
    filter: brightness(0.5);
    padding: 5px;

}

.product--slider--for img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product--slider--nav .slick-track {
    width: 150px !important;
}

.product--slider--nav .slick-list.draggable {
    /*padding: 0px !important;*/
}

.product--slider--nav .slick-slide.slick-active img {
    filter: brightness(1);
}

.product--slider--nav .slick-slide.slick-active {
    background: #f5f5f5;
}

.product--slider--nav .slick-slide {
    margin: 2px 0;
}

.product--slider--for .slick-dots li button:before {
    font-size: 12px;
}

.product--slider--for .slick-dots {
    bottom: 10px;
}

.product--slider--for .slick-list.draggable,
.product--slider--for .slick-track,
.product--slider--for .slick-slide,
.product--slider--for .slick-slide>div {
    height: 430px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.head--breadcrumb {
    padding: 20px 10px;
    text-transform: uppercase;
}

.head--breadcrumb a {
    color: #ccc;
    margin-right: 5px;
}

.head--breadcrumb a:last-child {
    color: #000;
}

.head--breadcrumb a:first-child:before {
    display: none;
}

.head--breadcrumb a:before {
    content: "\e649";
    font-family: "themify";
    margin-right: 5px;

}

.product--info--name {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product--info--cat {
    color: var(--color-button);
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
}

.product--info--cat:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    background: var(--color-button);
    height: 1px;
    transition: all .45s cubic-bezier(.785, .135, .15, .86);
}

.product--info--cat:hover:after {
    width: 100%;
}

.product--info--cat:hover {
    color: var(--color-button);

}

.product--info--section {
    border-top: 1px solid #eee;
    padding: 20px 0;
    font-size: var(--font4x);
    font-weight: 300;
    /*margin-top: 20px;*/
    letter-spacing: 1px;
}

.product--info--title {
    font-weight: 500;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.product--info--title .icon:before {
    content: '+';
    display: block;
}

.product--info--title.active .icon:before {
    content: '-';
    display: block;
}

.product--info--content {
    display: none;
    font-weight: 300;
}
.product--info--share span{
    font-size: var(--font2x);
}
.product--info--share a{
    font-size: 24px;
    color: #000;
    margin: 0 10px;
}
.product--detail--description{
    margin-top: 40px;
}
.pd--title{
    font-weight: 300;
    letter-spacing: 1px;
}
.pd--content{
    font-size: var(--font4x);
    font-weight: 200;
    /*margin-top: 20px;*/
    letter-spacing: 1px;
}
/* ******************************  */
.action_status{
    font-size: var(--font3x);
    letter-spacing: 1px;
} 
.action_status.status_error{
    color: red;
}
