* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

body.loading * {
    transition: none !important
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.header-line {
    background-color: #fef7f6;
}

.header-line-wrapper {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 0.6875rem;
    color: #000000;
    text-transform: uppercase;
}

.header-line-info {
    display: flex;
    align-items: center;
}

.header-line-info-item:last-child {
    border-left: 1px solid #bab7b6;
    padding-left: 10px;
    margin-left: 25px;
}

.header-line-links-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-line-links-list a {
    color: #000;
    text-decoration: none;
    margin-right: 18px;
    padding-left: 14px;
    border-left: 1px solid #bab7b6;
}

.header-line-links-list li:first-child a {
    border-left: none;
    padding-left: 0;
}

.header-line-links-list li:last-child a {
    margin-right: 0;
}

.header-naw {
    background-color: #fff;
    padding: 25px 0;
}

.header-naw .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    height: 26px;
}

.header-logo img {
    height: 100%;
}

ul.header-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-menu-item {
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.header-menu-item:last-child {
    margin-right: 0;
}

.header-menu-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8125rem;
    transition: color .2s linear, transform .2s linear;
    display: block;
    padding-bottom: 5px;
}

.header-tools {
    display: flex;
    align-items: center;
}

.header-tools-item {
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.header-tools-item:last-child {
    margin-right: 0;
}

.header-tools-item-icon {
    height: 16px;
    z-index: 1;
    transition: transform .2s linear;
}

.header-tools-item-icon svg {
    height: 100%;
}

.header-tools-item-icon svg path {
    transition: fill .2s linear;
}

.header-tools-item-badge {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff5353;
    color: #fff;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -80%;;
    right: -60%;
    z-index: 2;
}

.header-tools-item:hover svg path {
    fill: #ff5353;
}

.header-tools-item:hover .header-tools-item-icon {
    transform: scale(1.2) translateY(-2px) skew(-5deg);
}

.header-menu-item:after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #ff5353;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition: width .2s linear .3s;
    bottom: 0;
}

.header-menu-item:hover a {
    color: #ff5353;
    transform: translateY(-3px);
}

.header-menu-item:hover:after {
    width: 100%;
}

.header-banner {
    height: 780px;
    background-image: url("img/BG.png");
    background-size: cover;
    background-position: left -10px;
}

.header-banner .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-banner-content {
    max-width: 480px;
    width: 100%;
}

.header-banner-title {
    font-size: 0.875rem;
    color: #565656;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-banner-content {
    color: #000;
    font-weight: 500;
    font-size: 3.75rem;
    text-align: center;
}

.header-banner-cta {
    text-align: center;
    margin-top: 35px;
}

.header-banner-cta button {
    padding: 20px 45px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    font-size: 0.875rem;
    background-color: #ff5353;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.feature-products {
    width: 100%;
    padding: 150px 0;
}


.feature-products-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-products-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-products-item-img {
    width: 360px;
    height: 455px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feature-products-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-desr {
    margin-top: 30px;
    font-size: 0.875rem;
    color: #888888;
    font-weight: 400;
    text-align: center;
}

.section-wrapper {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.section-star {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-star svg {
    width: 100%;
    height: 100%;
}

.section-star svg path {
    fill: #ff5353;
}

.section-star svg path:first-child {
    fill: transparent;
    transition: fill .1s linear;
}

.section-star:hover svg path:first-child {
    fill: #ff5353;
}


.section-price {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.feature-products-item-tools {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    display: flex;
    align-items: center;
}

.product-item-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
    box-shadow: 0 3px 9px 1px rgba(15, 33, 97, 0.05);
    transform: translateY(120px) translateX(0);
    transition: transform .2s linear, background-color .1s linear;
}

.product-item-tool svg path {
    transition: fill .1s linear;
}

.product-item-tool:first-child {
    transform: translateX(-40px) translateY(120px);
}

.product-item-tool:last-child {
    transform: translateX(40px) translateY(120px);
}

.feature-products-item-img:hover .product-item-tool {
    transform: translateY(0) translateX(0);
}

.product-item-tool:last-child {
    margin-right: 0;
}

.product-item-tool svg {
    max-width: 15px;
    max-height: 15px;
}

.product-item-tool:hover {
    background-color: #ff5353;
}

.product-item-tool:hover svg path {
    fill: #fff;
}

.women_collection {
    height: 630px;
    padding: 180px 0;
    background-color: #eae3d9;
}

.women_collection .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.women_collection-content {
    max-width: 550px;
    width: 100%;
}

.women_collection-title {
    font-family: Dancing Script;
    font-size: 6.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 50px;
}

.women_collection-text {
    font-size: 2.625rem;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.women_collection-button {
    text-align: center;
    margin-top: 60px;
}

.women_collection-button button {
    padding: 20px 45px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    font-size: 0.875rem;
    background-color: #ff5353;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.most_popular {
    height: 940px;
    padding: 150px 0;
    position: relative;
    background-color: #ffffff;
}

.slider-content {
    height: 100%;
}

.most_popular-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 30px);
    margin-right: 30px;
    cursor: pointer;
}

.section-item:hover {
    transform: scale(1.2) translateY(-2px) ;
}

.section-item:last-child {
    margin-right: 0;
}

.section-item-image {
    width: 265px;
    height: 340px;
    object-fit: cover;
    background-color: #f0f2f1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.section-item-image:hover {
    background-color: #6eb33f;
}

.section-item-image img {
    width: 100%;
    height: 100%;
}

.slider-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-control {
    margin: 0 15px;
    width: 15px;
    height: 15px;
    background-color: #c6b5a1;
    opacity: .6;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .2s linear, transform .2s linear;
}

.slider-control:hover {
    background-color: #ff5353;
    opacity: 1;
    /*transform: scale(1.6);*/
}

.slider-control:first-child {
    margin-left: 0;
    padding: 0;
}

.slider-control:last-child {
    margin: 0;
    padding: 0;
}

.feature {
    height: 182px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.feature-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.feature-content-item {
    width: calc(25% - 30px);
    max-width: 260px;
    border: 1px solid #ebeef0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 30px;
    padding: 30px 0;
}

.feature-content-item:last-child {
    margin-right: 0;
}

.feature-content-item-img {
    height: 40px;
    margin-bottom: 30px;
}

.feature-content-item-img svg {
    height: 100%;
}

.feature-content-item-img svg path {
    fill: #ff5353;
}

.feature-content-item-title {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}

.feature-content-item-dscr {
    color: #888888;
    font-size: 0.875rem;
    font-weight: 400;
}

.trending_products {
    height: 1066px;
    margin: 150px 0;
    background-color: #ffffff;
}

.trending_products-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-item:nth-child(n+5) {
    margin-top: 80px;
}

.section-item:nth-child(4n) {
    margin-right: 0;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 90px;
}

.news-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.news-item {
    width: calc(33.3333% - 21px);
}

.news-item-preview {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 36px;
}

.news-item-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-date {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 0.8125rem;
}

.news-item-date:before {
    content: '';
    width: 12px;
    height: 6px;
    border-radius: 2px;
    background-color: #ff5353;
    margin-right: 10px;
}

.news-item-title {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px;
}

.news-item-meta {
    display: flex;
    align-items: center;
    padding-top: 23px;
    border-top: 1px solid #e1e1e1;
}

.news-item-meta-item {
    display: flex;
    align-items: center;
    max-width: calc(50% - 15px);
    margin-right: 30px;
}

.news-item-meta-item:last-child {
    margin-right: 0;
}

.news-item-meta-item-icon {
    height: 15px;
    margin-right: 9px;
}

.news-item-meta-item-icon svg {
    max-height: 100%;
}

.news-item-meta-item-icon svg path {
    fill: #888;
}

.news-item-meta-item-text {
    font-size: 0.875rem;
    color: #888;
}

.follow_us {
    margin: 150px 0;
}

.follow_us-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.follow_us-item {
    position: relative;
    width: calc(25% - 15px);
    cursor: pointer;
}

.follow_us-item:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.follow_us-item-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.follow_us-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.follow_us-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5353;
    opacity: 0;
    transition: opacity .2s ease-in;
}

.follow_us-item-overlay svg {
    width: 30px;
    height: 30px;
}

.follow_us-item-overlay svg path {
    fill: #fff;
}

.follow_us-item:hover .follow_us-item-overlay {
    opacity: .7;
}

.footer {
    height: 500px;
    padding-top: 100px;
    background-color: #f4efe8;
}

.footer-content {
    display: flex;
    flex-direction: column;
}

.footer-widget {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #d6d8d9;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #888888;
}

.footer ul li a {
    color: #888888;
    font-weight: 400;
    text-decoration: none;
    font-size: 0.875rem;
    text-align: left;
}

.footer ul li {
    margin-bottom: 15px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.experience {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.experience-get_it_on {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d8d9;
}


.experience-get_it_on button {
    width: 130px;
    height: 50PX;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 10px;
    border: none;
    border-radius: 5%;
    background-color: #ffffff;
}

.experience-get_it_on button:hover {
    background-color: #ff5353;
}

.experience-get_it_on button:hover .get_it_on-item-icon svg path {
    fill: #ffffff;
}

.experience-get_it_on button:hover .get_it_on-item-text {
    color: #ffffff;
}

.experience-get_it_on button:hover .get_it_on-item-experience {
    color: #ffffff;
}


.get_it_on-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get_it_on-item-icon {
    height: 20px;
    width: 17px;
    margin-right: 8px;
}

.get_it_on-item-icon svg {
    width: 100%;
    height: 100%;
}

.get_it_on-item-icon svg path {
    fill: #ff5353;
}

.get_it_on-item-text {
    font-size: 0.625rem;
    color: #6c6c6c;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
}


.get_it_on-item-experience {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
}


.follow {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.follow-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 25px;
}

.networks-list {
    display: flex;
    align-items: stretch;
    justify-content: left;
}

.networks-item {
    position: relative;
    width: 30px;
    cursor: pointer;
    margin-right: 10px;
}


.networks-item:last-child {
    margin-right: 0;
}

.networks-item:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.networks-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.networks-container:hover {
    background-color: #ff5353;
}

.networks-container:hover .networks-icon svg path {
    fill: #ffffff;
}

.networks-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.networks-icon svg {
    height: 15px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.footer-copyright a {
    text-decoration: none;
    margin: 0 5px;
    color: #ff5353;

}

@media screen and (max-width: 375px) {

    html {
        font-size: 14px;
    }


    .header-line-wrapper {
        display: none;
    }

    ul.header-menu{
        display: none;
    }

    .header-tools {
        display: none;
    }

    .header-naw .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-banner {
        height: 600px;
        padding: 0 20px;
    }

    .header-banner-content {
        font-size: 3rem;
    }

    .feature-products {
        padding: 90px 0;
    }

    .feature-products-content {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .feature-products-item-img {
        width: 300px;
        height: 400px;}

    .feature-products-item {
        margin-bottom: 20px;
    }

    .women_collection-title {
        font-size: 5rem;
        margin-bottom: 30px;
    }
    .women_collection-content {
        max-width: 400px;

    }

    .most_popular {
        padding: 50px 0;
        height: 739px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .most_popular-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-item:nth-child(n+2) {
        display: none;
    }

    .section-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        margin: 0 20px;
    }

    .slider-controls {
        bottom: 55px;
    }

    .feature {
        height: 282px;
        margin: 0 20px;
    }

    .feature-content {
        align-items: center;
        flex-wrap: wrap;
    }

    .feature-content-item {
        width: calc(50% - 30px);
        max-width: 125px;
        margin: 20px;
        padding: 10px;
    }

    .feature-content-item:last-child {
        margin-right: 20px;
    }

    .feature-content-item-img {
        height: 25px;
        margin-bottom: 15px;
    }

    .feature-content-item-title {
        font-size: 0.675rem;
        margin-bottom: 15px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .feature-content-item-dscr {
        font-size: 0.775rem;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .trending_products {
        padding: 50px 0;
        margin: 0;
        height: 700px;
    }

    .trending_products-content {
        justify-content: center;
    }

    .news-list {
        align-items: center;
        justify-content: center;
    }

    .news-item {
        width: 80%;
    }

    .news-item:nth-child(n+2) {
        display: none;
    }

    .follow_us {
        margin: 50px 0;
    }

    .follow_us-list {
        align-items: center;
        justify-content: center;
    }

    .follow_us-item {
        width: 80%;
    }

    .follow_us-item:nth-child(n+2) {
        display: none;
    }

    .footer {
        height: 100px;
        padding-top: 0px;
    }

    .footer-widget {
        display: none;
    }
}








