* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Lato', sans-serif;
}
.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    border: 1px solid #ececec;
    background-color: #ffffff;
    height: 100px;
}
.header__content {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.container {
    width: 1140px;
    margin: 0 auto;
}
.header__block {
    display: flex;
    align-items: center;
}
.header__block .button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.38px;
    height: 38px;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 38px;
    background-color: #f16d7f;
    display: block;
    width: 130px;
    text-align: center;
    margin-left: 26px;
}
.header__block .button:hover {
     background-color: white;
    color:  #f16d7f;
    border: 1px solid #f16d7f;
    margin-left: 24px;
}
.header__form {
    display: flex;
}
.form__browse {
    border-radius: 3px 0 0 3px;
    border: 1px solid #e6e6e6;
    background-color: #cdcdcc;
background-image: -webkit-linear-gradient(#f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(#f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(#f9f9f9 0%, #f5f5f5 100%);
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    width: 87px;
    padding-left: 15px;
} 
    letter-spacing: 0.35px;
    width: 87px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.header_input {
    border-radius: 0 3px 3px 0;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    height: 38px;
    outline: none;
}
::-webkit-input-placeholder {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 200;
    padding-left: 15px;
    padding-right: 15px;
}
.form__browse p {
    text-align: center;
    margin-top: 9px;
}
.logo {
    color: #222222;
    font-size: 27px;
    font-weight: 350;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-right: 37px;
}
.logo__img {
    margin-right: 13px;
}
.logo_d {
    color: #f16d7f;
    font-weight: 500;
    letter-spacing: 0.68px;
}
.featured .button {      
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.38px;
    height: 38px;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 38px;
    background-color: #f16d7f;
    margin-left: 450px;
    display: block;
    width: 212px;
    text-align: center;
    margin-bottom: 113px;
    margin-top: 40px;
}
.menu__link {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    display: block;
}
.menu__list:hover .menu__link {
    color: #f16d7f;
}
.menu {
    display: flex;
    list-style-type: none;
    height: 51px;
   justify-content: center;
    align-items: center;
}
.promo {
    height: 613px;
    background-color: #e8e8e8;
}
.promo__h3 {
    color: #222222;
    font-size: 60px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 15px;
}
.promo__h4 {
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 33px;
}
.promo__text {
    border-left: 12px solid #f16d7f;
    padding-left: 12px;
}
.promo__h4_fashion {
    color: #f16d7f;
    letter-spacing: 1px;
}
.promo__content {
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(img/promo_background.png);
    background-position: 0 -51px;
}
.offer__item {
    width: 560px;
    background-color: #dadad2;
}
.offer__item_big_1, .offer__item_big_4 {
    height: 542px;
}
.offer__item_mini_2, .offer__item_mini_3 {
    height: 261px;
}
.offer {
    display: flex;
    justify-content: space-between;
}
.offer__item:first-of-type {
    margin-bottom: 20px;
}
.offer {
    margin-top: 98px;
    position: relative;
}
.offer__item_big_1 h4, .offer__item_mini_2 h4, .offer__item_mini_3 h4, .offer__item_big_4 h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-left: 19px;
    padding-top: 16px;
}
.offer__item_big_1 span, .offer__item_mini_2 span, .offer__item_mini_3 span, .offer__item_big_4 span {
    color: #f16d7f;
    font-size: 30px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.offer__item_big_1 h4 {
    position: absolute;
    top: 26px;
    left: 2px;
    width: 175px;
    height: 82px;
    background-color: white;
}

.offer__item_mini_2 h4 {
    position: absolute;
    top: 587px;
    left: 2px;
    width: 225px;
    height: 82px;
    background-color: white;
}
.offer__item_mini_3 h4 {
    position: absolute;
    top: 26px;
    left: 582px;
    width: 162px;
    height: 82px;
    background-color: white;
}
.offer__item_big_4 h4 {
    position: absolute;
    top: 308px;
    left: 582px;
    width: 180px;
    height: 82px;
    background-color: white;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-left: 19px;
    padding-top: 16px;
}
.featured-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.featured__items {
    width: 263px;
    position: relative;
    margin-bottom: 39px;
}
.featured__items:hover .featured__add {
    display: block;
}
.featured__items:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
}
.featured__items:hover .featured_image {
    filter: brightness(50%);
}
.featured__text {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 59px;
}
.featured__text h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
.featured__text p {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.featured__name {
    display: block;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; 
    margin-bottom: 17px;
}
.featured__price {
    color: #f16d7f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.offer_women {
    height: 529px;
    background-image: url(img/women-offer.jpg);
    background-color: black;
    background-repeat: no-repeat;
    margin-bottom: 97px;
    display: flex;
}
.subscribe {
    width: 1618px;
    height: 438px;
    background-image: url(img/Subscribe_back.jpg);
    margin: 0 auto;
    display: flex;
}
.information {
    height: 458px;
    display: flex;
}
.featured__content {
    padding: 20px 15px;
}

.featured_image {
    width: 100%;
}

.featured__add {
    width: 123px;
    height: 39px;
    display: none;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 39px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    top: 98px;
    left: 70px;
}


.featured__add:hover {
    background-color: #f16d7f;
    color: white;
}
.featured__add:active {
    border: 1px solid white;
    background-color: darkgrey;
    color: white;
}
.offer_women__text h2 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    width: 295px;
}

.offer_women__text span {
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f16d7f;
    letter-spacing: 1.5px;
}

.offer_women__text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}


.offer_women__text {
    width: 295px;
    margin-left: 39px;
    margin-top: 146px;
}

.offer_women_articles h3 {
    color: #fbfbfb;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.offer_women_articles p {
    color: #fbfbfb;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    width: 220px;
}

.offer_women_articles {
    padding-left: 471px;
}
.offer_women_articles img {
    margin-right: 34px;
}

.offer_women_articles h3 {
    padding-bottom: 19px;
}
.offer_women_article1, .offer_women_article2, .offer_women_article3 {
   display: flex;
}

.offer_women_article1, .offer_women_article2, .offer_women_article3 {
    margin-top: 10px;
}

.text_article1, .text_article2, .text_article3 {
    width: 220px;
    padding-top: 50px;
}

.social {
    height: 79px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
}
.social p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    
}

.subscribe_left_text p {
    width: 386px;
    color: #222224;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.4px;
}

.subscribe_left {
    display: flex;
    width: 800px;
}
.subscribe_left img {
    margin-left: 240px;
    margin-top: 111px;
}

.subscribe_left_text {
    margin-left: 28px;
    margin-top: 123px;
    width: 84px;
}
.subscribe_left_text h5 {
    color: #222224;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.subscribe_left_text span {
    color: #f16d7f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.subscribe_left_text p {
    margin-bottom: 19px;
}

.subscribe_logo {
    width: 83px;
    height: 83px;
}

.subscribe_right_text {
    margin-left: 146px;
    margin-top: 148px;
    margin-bottom: 35px;
    height: 37px;
    line-height: 37px;
}
.subscribe_right_text p {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}
.subscribe_right_text h2 {
    color: #222224;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-left: 70px;
}



.subscribe_input {
    border-radius: 23px;
    background-color: #e1e1e1;
    width: 320px;
    height: 46px;
    padding-left: 28px; 
    outline: none;
}
::-webkit-input-placeholder {
    opacity: 0.67;
    color: #222224;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.subscribe_email {
    margin-left: 92px;
    display: flex;
    position: relative;
}
.subscribe_email .button {
    border-radius: 0 23px 23px 0;
    background-color: #f16d7f;
    width: 104px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    display: block;
    text-align: center;
    line-height: 47px;
    position: absolute;
    margin-left: 282px;
}

.subscribe_right {
        border-left: 1px solid #ffffff;
}

.information_left_text {
    width: 427px;
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    margin-top: 29px;
}

.information__left {
    width: 427px;
    margin-top: 129px;
}

.information__right {
    display: flex;
    margin-top: 123px;
    margin-left: 64px;
    justify-content: space-between;
    width: 600px;
}


.information_nav h2 {
    color: #f16d7f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 45px;
}

.inf_nav1 {
    list-style-type: none;
}
.inf_nav1 li {
    margin-bottom: 18px;
}



.drop {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 12px 20px 20px;
    border: 1px solid #ececec;
    position: absolute;
    top: 43px;
    display: none;
}
.drop::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    display: block;
    position: absolute;
    top: -6px;
    left: 30px;
    transform: rotate(45deg);
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}


.drop__ul {
    list-style-type: none;
}

.drop__link {
    text-decoration: none;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 28px;
}

.drop__h3 {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    padding-top: 8px;
}

.drop__flex {
    width: 160px;
    margin-right: 46px;
}
.drop__flex:last-of-type {
    margin-right: 0;
}

.menu__list {
    position: relative;
    
}
.menu__list:hover .drop_mega-menu {
    display: flex;
}

.drop_mega-menu {
    display: none;
}

.drop-down__ul {
    list-style-type: none;
}



.drop-down__link {
    text-decoration: none;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 28px;
}

.drop-down {
    position: absolute;
    border-radius: 5px;
    background-color: #ffffff;
    width: 262px;
    padding: 12px 20px 20px;
    border: 1px solid #ececec;
    display: none;
    z-index: 1;
    margin-top: 70px;
    margin-left: 200px;
}


.drop-down__h3 {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    padding-top: 8px;
}



.icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 400;
    margin-right: 7px;
}
.icon:hover {
    background-color: #f16d7f;
    color: white;
}

.icon:active {
    background-color: #dadada;
}
.icons {
    display: flex;
}



.social_cont {
    display: flex;
    justify-content: space-between;
}



.social_left {
    line-height: 38px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.new-arrivals {
    background-color: #f8f3f4;
    height: 148px;
}
.new-arrivals h1 {
    color: #f16d7f;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.browse_link {
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    display: block;
}
.browse_link:hover .drop-down {
    display: flex;
}



.new-arrivals-cont p {
    text-transform: uppercase;
    color: #636363;
    font-weight: 700;
    font-size: 14px;
    font-weight: 300;
}

.new-arrivals-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 148px;
}
.new-arrivals-cont span {
    color: #f16d7f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-image {
    height: 777px;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
}
.product-image img {
    margin-left: 517px;
}

.product-inf {
    height: 763px;
    position: relative;
}

.product-inf-desc {
    height: 730px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    margin-top: -86px;
}
.product-inf-desc p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 300;
    padding-left: 12px;
    padding-right: 12px;
}
.product-inf-desc .product-inf_text_h1 {
    margin-top: 17px;
    margin-bottom: 67px;
    color: #4d4d4d;
    font-size: 18px;
    text-transform: uppercase;
}
.product-inf-desc h3 {
    color: #f16d7f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 73px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    width: 147px;
    display: inline-block;
}

.product-gallery {
    height: 565px;
    margin-top: 80px;
}
.product-gallery h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 72px;
}

.gallery__box {
    display: flex;
    justify-content: space-between;
}

.gallery__name {
    color: #6f6e6e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.gallery__price {
    color: #f16d7f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 18px;
}

.gallery__content {
    margin-top: 18px;
}

.product-inf_text {
    width: 642px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.product-inf_text_1 {
    display: flex;
    justify-content: space-around;
    margin-top: 28px;
}

.product-inf_text_1_left {
    display: inline-block;
    padding-left: 142px;
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-inf_text_1_left span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f2f2f;
}
.product-inf_text_1_right span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f2f2f;
}

.product-inf_text_1_right {
   display: inline-block;
    padding-right: 142px;
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-inf_text_price {
    color: #ef5b70;
    font-size: 24px;
    font-weight: 700;
    margin-top: 37px;
    margin-bottom: 43px;
}

.product_forms {
    margin-top: 63px;
}



.product_form {
    display: flex;
    justify-content: space-between;
}
.product_form h4 {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product_form_block {
    width: 537px;
    margin: 0 auto;
}

.product__button {
    border: 1px solid #ef5b70;
    background-color: #ffffff;
    margin-top: 28px;
}
.product__button span {
    margin-left: 15px;
}
.product__button img {
    padding-top: 16px;
}

.product__button .button_1 {
    text-align: center;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #ef5b70;
    font-size: 16px;
    font-weight: 700;
}



.free-delivery {
    width: 1600px;
   background-color: #222224;
    height: 341px;
}

.inf_link {
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.inf_link:hover {
    color: #f16d7f;
    font-weight: 550;
}



.product__details__link {
    text-decoration: none;
    color: #6f6e6e;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 12px;
}
.product__details__link:hover {
    color: #f16d7f;
    font-weight: 600;
}

.product__details_ul {
    list-style-type: none;
}

.product__summary {
    color: #ef5b70;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    width: 243px;
    margin-bottom: 18px;
  
}

.summary__neading {
      border-left: 5px solid #ef5b70;
}

.product__details {
    width: 243px;
    margin-top: 59px;
}





.product {
    display: flex;
}

.product__block_header {
    height: 284px;
    width: 846px;

}

.product__main {
    width: 846px;
    margin-top: 71px;
    margin-left: 54px;
}

.product__main__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.free-delivery__block {
    display: flex;
    padding-top: 89px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.free-delivery_text h3 {
    color: #fbfbfb;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.free-delivery_text p {
    color: #fbfbfb;
    font-size: 14px;
    font-weight: 300;
    line-height: 23.95px;
    letter-spacing: 0.35px;
}

.free-delivery_text {
    margin-top: 32px;
}
.free-delivery_text h3 {
    margin-bottom: 17px;
}

.product__content {
     padding: 20px 15px;
}

.product__name {
    color: #6f6e6e;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.product__price {
    color: #f16d7f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.product__main__items {
    margin-bottom: 38px;
}

.sortby {
    width: 846px;
    height: 50px;
    background-color: #f3f3f3;
    margin-top: 41px;
}

.product__block {
    width: 282px;
    height: 74px;
}
.product__block h3 {
    padding-bottom: 25px;
}

.product__block_forms {
    display: flex;
    justify-content: space-between;
}



.sortby_text {
    width: 153px;
    height: 30px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px;
}

.product__items__link {
    transition: transform 1s;
}
.product__items__link:hover img {
    transform: scale(1.1);
}





.cart-img:hover {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}





.singlePage-pic {
    height: 777px;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-around;
}

.singlePage-desc {
    height: 1370px;
}

.singlePage-desc_inner {
     border: 1px solid #eaeaea;
    background-color: #ffffff;
    margin-top: -81px;
    height: 730px;
}

.p_sP {
    height: 18px;
    color: #4d4d4d;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 119px;
    text-align: center;
}

.sp-pic {
    width: 597px;
    height: 690px;
}

.singlePage-item {
    width: 261px;
    height: 280px;
    background-color: #e9e9e9;
}

.singlePage-desc_inner__pics {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}



.featured .button:hover {
     background-color: white;
    color:  #f16d7f;
    border: 1px solid #f16d7f;
    height: 36px;
}



.container2 {
    width: 618px;
    margin: 0 auto;
}



.singlePage-desc_inner__choose {
    height: 730px;
}
.singlePage-desc_inner__choose.sp_addToCart.a:hover {
    color: white;
}
.singlePage-desc_inner__choose h2 {
    text-align: center;
    color: #ef5b70;
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 37px;
}
.sp_p {
   margin-top: 67px;
    color: #5e5e5e;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.singlePage-desc_inner__choose h1 {
    color: #4d4d4d;
    font-family: "Lato - Black";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 17px;
    text-align: center;
}
.singlePage-desc_inner__choose h3 {
    color: #f16d7f;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 73px;
    text-align: center;
}

.sp_line1 {
    width: 147px;
    height: 1px;
    background-color: #eaeaea;
    margin: 0 auto;
   margin-top: 14px;
}

.sp_block {
    display: flex;
    justify-content: space-around;
    margin-top: 28px;
}
.sp_block p {
    color: #b9b9b9;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.sp_block span {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.choose {
    display: flex;
    justify-content: space-around;
    margin-top: 63px;
}
.choose p {
    color: #2f2f2f;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.sp_line2 {
    margin-top: 43px;
    width: 642px;
    height: 1px;
    border: 1px solid #eaeaea;
    background-color: #ef5b70;
}

.sp_addToCart a {
    display: flex;
    justify-content: center;
    width: 537px;
    height: 55px;
    border: 1px solid #ef5b70;
    background-color: #ffffff;
    margin: 28px auto 0;
}
.sp_addToCart a:hover {
    background-color: #ef5b70;
    color: white;
}

.sp_addToCart a:active {
    background-color: #dadada;
    color: white;
    border-color: #dadada;
}

.sp_addToCart a {
    color: #ef5b70;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
}

#choose_color {
    margin-top: 16px;
    width: 144px;
    height: 35px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    outline: none;
    padding-left: 37px;
}

#choose_size {
     margin-top: 16px;
    width: 144px;
    height: 35px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    outline: none;
    padding-left: 15px;
}

#choose_quantity {
     margin-top: 16px;
    width: 144px;
    height: 35px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    outline: none;
    padding-left: 17px;
}




.singlePage-item_pic {
    width: 261px;
    height: 280px;
    background-color: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.singlePage-item_price {
    margin-top: 18px;
}

.singlePage-item_price h3 {
    color: #6f6e6e;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.singlePage-item_price p {
    margin-top: 17px;
    color: #f16d7f;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}



.addr_block {
    display: flex;
    margin-top: 39px;
    margin-left: 35px;
    margin-bottom: 79px;
}

.checkout_main h2 {
    color: #222222;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 2px;
}

.checkout_01addr {
    height: 562px;
    margin-bottom: 45px;
    margin-top: 89px;
}

.addr_block-left h3 {
    color: #222222;
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.addr_block p {
    color: #b3b2b2;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}



.addr_block-input {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
}

.addr_block-right {
    margin-left: 359px;
}

#choice1, #choice2 {
   margin-right: 15px;
   margin-bottom: 20px;
}

.addr_block-input label {
    color: #222222;
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.addr_block-left_fas {
    margin-top: 33px;
}

.addr_block-left_fas p {
    color: #b3b2b2;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.addr_block-left a {
    width: 180px;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    display: block;
    margin-top: 45px;
    text-align: center;
    line-height: 50px;
    color: #4a4a4a;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout_02bill,  .checkout_03inf, .checkout_04meth, .checkout_05pay, .checkout_06order {
    height: 72px;
    line-height: 72px;
}


.footer {
    margin-top: 93px;
}

.addr_block-right h3 {
    color: #222222;
    font-family: Lato;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.addr_block-right_form {
    margin-top: 27px;
}

.addr_block-right_form h3 {
    margin-bottom: 16px;
    color: #222222;
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.addr_block-right_form input {
    margin-bottom: 23px;
    width: 390px;
    height: 45px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    outline: none;
    padding-left: 5px;
}

.req {
    color: #ff0d0d;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.addr_block-right a {
    display: block;
    line-height: 50px;
    text-align: center;
    width: 180px;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 31px;
}

.forgot {
    color: #222222;
    font-family: Lato;
    font-size: 14px;
    font-weight: 550;
    line-height: 20px;
    margin-left: 660px;
    margin-top: -60px;
}

.addr_block a:hover {
    background-color: #f16d7f;
    color: white;
}
.addr_block a:active {
    background-color: #dadada;
}

.shipping-address, .coupon-discount, .grand-total {
    width: 360px;
    height: 214px;
}

.cart-bottom {
    display: flex;
    justify-content: space-between;
}

.cart-item {
    height: 162px;
}





.product_details__nav {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 20px;
}

.product_details__nav_list {
    color: #222222;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    height: 12px;
}

.product_details_big {
    width: 427.5px;
}

.product_details_small {
    width: 124.5px;
}
