@font-face {
    font-family: 'Centrale';
    src: url(/assets/fonts/CentraleSansRegular.otf);
}

@font-face {
    font-family: 'Didot';
    src: url(/assets/fonts/Didot\ Regular.ttf);
}

@font-face {
    font-family: 'Helvetica';
    src: url(/assets/fonts/Helvetica\ 400.ttf);
}

@font-face {
    font-family: 'Centrale Bold';
    src: url(/assets/fonts/Centrale\ Sans\ Bold.otf);
}

@font-face {
    font-family: 'Rioni';
    src: url(/assets/fonts/bpg-rioni-contrast-webfont.ttf);
}

@font-face {
    font-family: 'Dejavu';
    src: url(/assets/fonts/dejavu-sans-webfont.ttf);
}



* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
  }
  

body {
    overflow-x: hidden;
    background-color: #F5F4F2;
}

#myModal .modal-content {
    padding: 30px;
}

#myModal .modal-content {
    color: white !important;
}

.gefont, .gefont > * {
    font-family: Dejavu !important;
}

.gefontHeader{
    font-family: Rioni !important;
}

button {
    outline: none;
    border: none;
}

input:focus {
    border-color: #5d5d5d !important;
    outline: none;
    transition: 0.5s !important;
}

textarea:focus {
    border-color: #5d5d5d !important;
    outline: none;
    transition: 0.5s !important;
}

.img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


input,
select {
    box-shadow: none;
    outline: none;
    transition: 0.5s;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #bdbfc1;
}

::-webkit-scrollbar-thumb {
    background: #171717;
} */

.hide-item{
    display: none !important;
}

.show-item-flex{
    display: flex !important;
}

.show-item-block{
    display: block !important;
}

/* HEADER */

.info_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.info_banner > p{
    color: #fff;
}

.form-select{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.px {
    padding: 0 60px;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    height: 100%;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.header-logo img{
    height: 70px;
}

.header-menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.header-nav>ul {
    display: flex;
    align-items: center;
}

.header-nav {
    position: relative;
    margin-right: 40px;
    /* margin: 0 auto; */
    height: 72px;
    display: flex;
}

.header-fix{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 5px 5px rgba(0 , 0 , 0 , .1);
}

.header-fix .header-logo, .header-fix .header-logo img{
    height: 60px;
}

.header-fix .header-inner{
    padding: 0;
}

.seperator {
    width: 1px;
    height: 40px;
    background-color: #DEE2E6;
    margin: 0 20px;
}

.sm-menu{
    display: none;
}

.header-nav>ul{
    position: relative;
}

.header-nav>ul>li {
    text-decoration: none;
    margin: 0 15px;
    list-style: none;
    cursor: pointer;
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.header-nav>ul>li:nth-child(4){
    background: #ff9d9d3b;
    padding: 0 15px;
    border-radius: 8px;
}

.header-nav li>a {
    font-size: 20px;
    color: #212529;
    font-weight: normal;
    text-decoration: none;
}

.header-nav li>a:hover {
    color: #1698AA;
}

.sbl{
    color: #1698AA;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.seboLines{
    position: absolute;
    left: 0;
    top: 70px;
    padding: 20px 15px;
    width: 200px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06);
    display: none;
}

.seboLines.show{
    display: block;
}

.seboLines li{
    margin: 10px 0;
}

.header-blog>ul>li {
    text-decoration: none;
    margin-right: 40px;
    list-style: none;
    font-size: 16px;
    color: #212529;
    font-weight: normal;
    font-family: Helvetica;
}

.header-blog>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav>ul>li:last-child {
    margin-right: 0;
}

.product-additional {
    flex-direction: column;
    display: none;
    padding: 45px 25px 30px 25px;
    width: 480px;
    background-color: white;
    position: absolute;
    top: 70px;
    z-index: 6999;
    left: 0;
   box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.product-additional.add{
    display: flex;
}
.additional-text{
    font-size: 12px;
    font-weight: normal;
    font-family: Centrale;
    color: #868E96;
    margin-bottom: 10px;
    line-height: 1.5;
}

.additional-gallery{
    display: flex;
    align-items: center;
}
.additional-gallery img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.additional-gallery a{
    width: 24%;
    margin-right: 1%;
}

.additional-gallery img:last-child{
    margin-right: 0;
}

.search-input {
    position: relative;
    margin-right: 40px;
}

.search-wrapper {
    position: absolute;
    right: 40px;
    display: none;
    top: 50%;
    transition: 2s;
    transform: translateY(-50%);
}

#searchBtn{
    position: absolute;
    right: 0;
    height: 42px;
    padding: 0 25px;
    top: 1px;
    background-color: #1698AA;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

#search-icon {
    cursor: pointer;
}

.search-wrapper>p {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 80px;
    height: 40px;
    font-size: 14px;
    background: #fff;
    color: #CBCBCB;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-right: 1px solid #DEE2E6;
}

.search-wrapper.show {
    right: 40px;
    display: block;
    transition: 2s;
}

.search-wrapper >input {
    height: 40px;
    width: 200px;
    padding-left: 20px;
    padding-right: 100px;
    border: 1px solid #DEE2E6;
}

.search-wrapper >input:focus {
    outline: none;
    border-color: #1698AA !important;
}

.searchKeyword{
    display: block;
    padding: 50px 0;
}

.languages span{
    font-size: 14px;
    font-family: Helvetica;
    color: #212529;
    cursor: pointer;
    font-weight: 300;
}

.languages span.active{
    color: #1698AA;
    font-weight: 600;
}

.content-inner {
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
}

.content {
    height: calc(100vh - 100px);
    padding-right: 0;
    margin-bottom: 100px;
}


.content-right {
    height: 100%;
    flex: 0 0 55%;
    object-fit: cover;
    width: 58%;
}

.content-right > img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.content-left {
    height: 100%;
    flex: 0 0 45%;
    z-index: 999;
    position: relative;
}

.content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 60%;
}

.content-text > div{
    max-height: 170px;
    overflow: auto;
    padding-right: 10px;
}

.content-text > div::-webkit-scrollbar {
    width: 6px;
}

.content-text > div::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.content-text > div::-webkit-scrollbar-thumb {
    background: #1698AA;
    border-radius: 5px;
}

.content-title {
    position: relative;
    margin-bottom: 50px;
    padding-top: 70px;
}
.content  .swiper-container{
    height: calc(100vh - 100px);
  margin-bottom: 0 !important;

}
.content-title>h1 {
    font-size: 3.6vw;
    word-break: break-word;
    font-weight: normal;
    color: #1D1F1F;
    margin-bottom: 50px;
    width: 100%;
    z-index: 10;
}

.content-text p {
    max-width: 350px;
    font-size: 14px;
    color: #868E96;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.2;
}

.click-btn {
    height: 48px;
    text-decoration: none;
    width: 190px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    margin-top: 30px;
}

.content-text>a {

    color: #212529;
    border: 1px solid #495057;

}

.pg-counter {
    font-size: 12px;
    color: #868E96;
    font-weight: normal;
    position: absolute;
    bottom: 45px;
    left: 0;
}

.pg-counter>p>span {
    font-size: 24px;
}


.about {
    padding-right: 0;
}


.about-inner {
    display: flex;
    height: 100%;
    margin-bottom: 80px;

}

.about-info {
    height: 100%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

.about-title h2 {
    text-align: left;
    margin-bottom: 40px;
    color: #1D1F1F;
}

.about-text>p {
    font-size: 14px;
    max-width: 450px;
    color: #868E96;
    font-family: "Centrale";
    font-weight: normal;
    margin-bottom: 60px;
}

.about-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about-text>a {
    background-color: #1698AA;
    color: white;
}

.about-flower {
    height: 100%;
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}


.hover-gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hover-item {

    flex: 0 0 50%;
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.hover-content {
    height: 150px;
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;

}

.hover-content .hover-overlay {
    background: rgba(70, 70, 70, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-filter: blur(4px);
    filter: blur(4px);

}

.hover-content:hover .hover-overlay {
    opacity: 1;
}

.hover-image {
    height: 152px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.hover-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 350px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.hover-content:hover .hover-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.hover-title {
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Didot';
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    width: fit-content;
}

.hover-text {
    color: white;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.best-sellers {
    background-color: #F5F4F2;
}

.best-sellers-inner {
    padding: 85px 0;

}

.best-sellers-title h2 {
    font-size: 40px;
    font-weight: normal;
    color: #1D1F1F;
    margin-bottom: 60px;
}

.best-sellers-cards {
    display: flex;
    align-items: center;
}

.best-sellers-cards .card {
    flex: 0 0 23%;
    margin-right: 2%;
    height: 550px;
}

.best-sellers-cards .card:nth-child(4n+4){
    margin-right: 0;
    max-width: 23%;
}

.card {
    display: flex;
    flex-direction: column;
    transition: box-shadow ease-in .5s;
    height: 550px;
}



.card:hover .buy-btn {
    display: flex;

}

.card-item {
    padding: 20px 15px 0 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background-color: white;
    position: relative;
    height: 85%;
}


.sale {
    position: absolute;
    top: -15px;
    right: 2px;
    height: 27px;
    width: 75px;
    /* background-color: #D1C8B9; */
    background-color: rgba(249, 105, 21, .7);
    border-radius: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Helvetica;
}

.card-image {
    text-align: center;
    height: 220px;
    position: relative;
    margin-bottom: 20px;
}

/* .card-image a{
    width: 100%;
    height: 100%;
} */

.card-image img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}


.card-price>p {
    color: #1698AA;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Centrale Bold';

}

.card-price>p>span {
    font-size: 12px;
    color: #868E96;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: normal;
    font-family: 'Centrale Bold';
}

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

.card-title p {
    margin-bottom: 15px;
    color: #495057;
    font-size: 16px;
    font-weight: bold;
    /* white-space: nowrap;
    overflow: hidden; */
    min-height: 40px; 
    text-overflow: ellipsis;
}

.card-info {
    color: #868E96;
    font-size: 14px;
    font-weight: normal;
    height: 80px;
    margin-bottom: 15px;
}

.buy-btn {
    width: 100%;
    background-color: #1698AA;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;



}

.buy-btn>a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: "Centrale Bold";
    font-weight: bold;
}

.products-inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 75px 0 45px 0;

}

.products{
    padding-top: 50px;
    position: relative;
}

.product-content {
    flex: 0 0 35%;

}

.product-image {
    flex: 0 0 65%;
    height: 100%;

}

.product-image>img {
    object-fit: cover;
    width: 100%;
    max-height: 280px;
}

.products {
    padding-right: 0;
    padding-bottom: 120px;
}

.products:nth-child(even) {
    background-color: #F5F4F2;
    padding-bottom: 1px !important;
}




.slider-counter {
    padding-left: 10px;
    font-size: 12px;
    color: #868E96;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
}

.slider-counter>p>span {
    font-size: 24px;
}

.sliderArrow{
    position: absolute;
    bottom: 15px;
    display: flex;
    align-items: center;
}

.sliderArrow > div{
    border: 1px solid #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}

.company-name {
    color: #1698AA;
    font-size: 12px;
    font-weight: normal;
}

.brand-line {
    color: #1698AA;
    font-size: 16px;
    font-weight: normal;
}

.r-b > *{
    font-weight: 300 !important;
}

.stickers img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.product-title h2, .blog-title h2 {
    font-size: 40px;
    color: #1D1F1F;
    font-weight: normal;
    margin-bottom: 30px;
}

.product-text > *{
    font-size: 14px;
    color: #868E96;
    margin-bottom: 50px;
}

.product-text{
    max-width: 345px;
}

.product-content .click-btn {
    color: #212529;
    transition: all ease-in-out 3s;
    margin-bottom: 0;
}

.product-content .click-btn:hover {
    border: 1px solid #495057;
}

.product-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.products-slider {
    position: relative;
    padding-left: 0;
}

.products-slider .swiper-container {
    /* width: 100%; */
    margin-bottom: 60px;
    padding: 50px;
}

.month-sale-slider {
    position: relative;
    padding-left: 0;
}

.month-sale-slider .swiper-container {
    /* width: 100%; */
    margin-bottom: 60px;
    padding: 30px;
}


.swiper-button-next {
    background-image: url(/assets/images/slider-r.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    background-image: url(/assets/images/slide-l.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-prev::after {
    display: none;
}

/* .swiper-slide .card{
    flex: 0 0 24%;
  } */

.quiz-inner {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 120px;
    margin-bottom: 120px;
}

.quiz-content {
    margin-right: 55px;
}

.quiz-content>h2 {
    font-size: 52px;
    color: #1D1F1F;
    /* font-family: 'Didot'; */
    font-weight: normal;
}

.quiz-content>span {
    font-size: 104px;
    color: #1698AA;
    /* font-family: 'Didot'; */
    font-weight: normal;
}

.t-center{
    text-align: center;
}

.quiz-content>span.g_f{
    font-size: 80px;
}

.quiz-option-title {
    font-size: 16px;
    color: #1D1F1F;
    /* font-family: 'Centrale Bold'; */
    font-weight: bold;
    margin-bottom: 25px;
}

.quiz-img {
    margin-right: 100px;
}

.skin-types {
    width: 350px;
    border: 1px solid #868E96;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 16px;
    color: #868E96;
    font-family: 'Centrale';
    background-color: white;
}



.quiz-option .click-btn {
    background-color: #1698AA;
    color: white;
    margin-top: 20px;
}

.quiz-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#makeQuiz:disabled{
    background-color: #ccc !important;
}

.blog {
    background-color: #F5F4F2;

}

.blog-inner {
    padding: 80px 0;
}

.blog-title h2{
    color: #1D1F1F;
    margin-bottom: 45px;
}

.blog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-img>img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    overflow: hidden;
}

.blog-item {
    flex: 0 0 32%;
    max-width: 32%;
    transition: all ease-in-out .2s;
}

.blog-item:hover .blog-item-inner {
    background-color: white;

}

.blog-item:hover .blog-item-inner .click-btn {
    opacity: 1;

}

.blog-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.blog-item-inner {
    padding: 25px;
    background-color: transparent;
    transition: all ease-in-out .3s;
    transform: translateY(-3px);
}

.blog-item-text {
    max-width: 185px;
    height: 100px;
}

.blog-item-inner .click-btn {
    color: #1698AA;
    justify-content: flex-start;
    margin-bottom: 0;
    opacity: 0;
    transition: all ease-in-out .5s;

}

.blog-item-inner .click-btn>img {
    margin-left: 10px;
}

.footer {
    background-color: #F0F1EF;
}

.footer-inner {
    padding: 80px 0 55px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.footer-img{
    opacity: .5;
}

.footer-img img{
    max-width: 160px;
}

.footer-nav {
    display: flex;

    justify-content: space-between;
    flex: 0 0 45%;
}

.footer-nav-item > a{
    color: #A0AAA3;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.footer-nav-item a {
    color: #A0AAA3;
    font-size: 14px;
    font-weight: bold;
}

.footer-nav-item .footer-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}

.footer-flex>ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.footer-flex>ul>li {
    color: #A0AAA3;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Centrale';
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-contact {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

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

.contact-item a {
    color: #A0AAA3;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Centrale';
}

.contact-item.mbt {
    color: #A0AAA3;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Centrale';
    margin-bottom: 15px;
    margin-bottom: 50px;
}

.contact-social img {
    cursor: pointer;
}

/* BLOG */


.blog {
    background-color: #F5F4F2;

}


.blog-inner .blog-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog-img>img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.blog-item {
    flex: 0 0 32%;
    transition: all ease-in-out .2s;
    margin-bottom: 40px;
}

.blog-item:nth-child(3n+2){
    margin: 0 2% 40px;
}

.blog-item:hover .blog-item-inner {
    background-color: white;

}

.blog-item:hover .blog-item-inner .click-btn {
    opacity: 1;

}

.blog-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.blog-item-inner {
    padding: 25px;
    background-color: transparent;
    transition: all ease-in-out .3s;
    transform: translateY(-3px);
}

.blog-item-inner .click-btn {
    color: #1698AA;
    justify-content: flex-start;
    margin-bottom: 0;
    opacity: 0;
    transition: all ease-in-out .5s;

}

.blog-item-inner .click-btn>img {
    margin-left: 10px;
}

.click-btn {
    height: 48px;
    text-decoration: none;
    width: 190px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}


/* BLOG INNER */

.header-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
    margin-bottom: 35px;
}

.whyus-content {
    margin-bottom: 100px;
}

.published-date {
    color: #868E96;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Helvetica';
    margin-bottom: 20px;
}

.whyus-title h2{
    color: #1D1F1F;
    margin-bottom: 45px;
}

.whyus-text > * {
    padding-left: 90px;
    color: #868E96;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.whyus-text h5{
    position: relative;
    margin: 15px auto;
    max-width: 650px;
}

.whyus-text iframe{
    width: 100%;
    min-height: 350px;
}

.click-btn {
    height: 48px;
    text-decoration: none;
    width: 190px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

.blog-inner {
    padding-bottom: 50px;
}


.blog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-img>img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.blog-item {
    flex: 0 0 32%;
    transition: all ease-in-out .2s;
}

.blog-item:hover .blog-item-inner {
    background-color: white;

}

.blog-item:hover .blog-item-inner .click-btn {
    opacity: 1;

}

.blog-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.blog-item-inner {
    padding: 25px;
    background-color: transparent;
    transition: all ease-in-out .3s;
    transform: translateY(-3px);
}

.blog-item-title > p{
    color: #495057;
    font-size: 16px;
    font-weight: Bold;
    margin-bottom: 15px;
    /* white-space: nowrap;
    overflow: hidden; */
    height: 40px;
    text-overflow: ellipsis;
}

.blog-item-text > *{
    color: #868E96;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.blog-item-inner .click-btn {
    color: #1698AA;
    justify-content: flex-start;
    margin-bottom: 0;
    opacity: 0;
    transition: all ease-in-out .5s;

}

.blog-item-inner .click-btn>img {
    margin-left: 10px;
}


/* ABOUT US */

.about-us {
    background-color: #1698AA;

}

.about-us-inner {
    padding: 30px 0;
}

.about-us-title {
    font-size: 34px;
    color: white;
    font-family: 'Didot';
    margin-bottom: 30px;
}

.about-us-text {
    padding-left: 90px;
    color: white;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 40px;
    font-size: 14px;
}

.contact {
    display: flex;

}

.contact-us {
    margin-right: 120px;
}

.contact-us-title>p {
    font-size: 18px;
    color: white;
    font-family: 'Didot';
    margin-bottom: 20px;
}

.contact-us-item, .contact-social {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-item>div, .contact-social>div {
    width: 15px;
    height: 1px;
    background-color: white;
    margin-right: 10px;
}

.contact-us-item a {
    font-size: 14px;
    color: white;
    font-family: 'Centrale';
}

.contact-social>a {
    margin-right: 15px;
}

.fins-us-parm {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.fins-us-parm>p {
    font-size: 14px;
    color: white;
    margin-left: 15px;
}

.fins-us-parm > img{
    width: 35px;
    height: 25px;
    object-fit: contain;
}

.contact-form{
    width: 100%;
    margin-top: 55px;
}

.contact-form-title{
    text-align: center;
    margin-bottom: 35px;
}

.contact-form-title h2{
    color: #fff;
}

.contact-form-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.form-group>input{
    width: 400px;
    margin-bottom: 15px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: white;
    outline: none;
    padding:  0 10px;
    position: relative;
    border: none;
    border-bottom: 1px solid white;
}


.form-group>input::placeholder, .form-group>textarea::placeholder{
    color: white;
   
}
.form-group>textarea{
    margin-top: 15px;
    width: 380px;
    border-radius: 10px;
    outline: none;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    resize: none;
    border: 1px solid white;
    background-color: transparent;
}

.form-group>textarea:focus{
    border: 1px solid white !important;
}

.form-group>button{
    height: 40px;
    width: 200px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

.form-group>button:hover{
    background-color: #fff;
    color: #1698AA;
}


/* PRODUCTS */


._products {
    background-color: #F5F4F2;
    padding-right: 0;
    padding-bottom: 100px;
}

.products-page-inner {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.product-page-content {
    flex: 0 0 35%;
    padding-top: 50px;
}

.product-page-image {
    flex: 0 0 65%;
    height: 100%;

}

.products-sort{
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-quantity p{
    font-size: 14px;
}

.products-sort select{
    border: 1px solid #868E96;
    height: 36px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    font-size: 14px;
    color: #868E96;
    font-family: 'Centrale';
}

.product-page-image>img {
    object-fit: cover;
    width: 100%;
    max-height: 360px;
}

.product-page-title h2 {
    color: #1D1F1F;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}

.product-page-text{
    max-width: 400px;
    margin-bottom: 50px;
}

.product-page-text > * {
    font-size: 14px;
    color: #868E96;
}

.main-content {
    background-color: #F5F4F2;
}

.main-content-inner {
    padding-bottom: 100px;
    display: flex;
}

.searchProducts{
    padding-bottom: 30px;
}

.product-filter {
    width: 190px;
    margin-right: 40px;
}

.product-filter-item {
    border-bottom: 1px solid #E9ECEF;
    padding-bottom: 25px;
    margin-bottom: 20px;

}

.product-filter-title {
    font-size: 14px;
    color: #343A40;
    font-family: "Centrale Bold";
    font-weight: bold;
    border-bottom: 1px solid #E9ECEF;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 25px;

}

.product-filter-name p{
    font-size: 14px;
    color: #343A40;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-filter-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-filter-checkbox>label {
    font-size: 14px;
    color: #868E96;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    width: 100%;
}

.product-filter-checkbox>label > input{
    margin-right: 8px;
}

.product-filter-checkbox>input {
    margin-right: 15px;
}



.product-sellers-cards {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-sellers-cards .product-card {
    flex: 0 0 24%;
    max-width: 24%;
    transition: all ease-in .1s;
    position: relative;
    margin: 10px 0 80px 0 ;
    height: 520px;
}

/* .product-sellers-cards .product-card:nth-child(3n+2){
    margin: 10px 2%;
} */

.product-card-info{
    height: 100px;
}

.product-card:hover.product-card-addCard{
    display: flex;
}
.card:hover .product-card-addCard{
    display: flex;
}
.product-card:hover .sale {

    right: 25px;

}

.product-card-item {
    background-color: white;
}

.product-card-content {
    padding-top: 40px;
}

.product_is_new{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 7777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_is_new > span{
    color: #fff;
    font-size: 14px;
}

.sale {
    transition: all ease-in-out .5s;
    position: absolute;
    top: -15px;
    right: 0;
    height: 27px;
    width: 75px;
    /* background-color: #D1C8B9; */
    background-color: rgba(249, 105, 21, .7);
    border-radius: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 999;
}

.sale > p{
    font-family: Helvetica !important;
}

.product-card-image {
    text-align: center;
    margin-bottom: 20px;
    height: 220px;
    position: relative;
    padding: 0 15px;
}

.product-card-image img {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
}

.p_badge{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}

.out-of-stock{
    background-color: rgba(234, 9, 95, .6);
    z-index: 555;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.badge_best_seller{
    /* background-color: rgba(249, 105, 21, .7); */
    background-color: #1698AA;
    left: 0;
}

.cartItemsCount, .favoriteItemsCount{
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    top: -24px;
    right: -20px;
}


.favoriteItemsCount{
    right: -8px;
}


.p_badge span{
    color: #fff;
}

.product-card-price>p {
    color: #1698AA;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Centrale Bold';

}

.product-card-price>p>span {
    font-size: 12px;
    color: #868E96;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: normal;
    font-family: 'Centrale Bold';
}

.product-card-price {
    padding: 0 15px;
    margin-bottom: 15px;
}
.product-card-title{
    padding: 0 15px;
}
.product-card-title p{
    margin-bottom: 15px;
    height: 40px;
    color: #495057;
    font-size: 16px;
    font-weight: bold;
}

.product-card-info > * {
    padding: 0 15px 20px 15px ;
    color: #868E96;
    font-size: 14px;
    font-weight: normal;
}

.hover-item {

    flex: 0 0 50%;
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.hover-content {
    height: 150px;
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;

}

.hover-content .hover-overlay {
    background: rgba(70, 70, 70, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-filter: blur(4px);
    filter: blur(4px);

}

.hover-content:hover .hover-overlay {
    opacity: 1;
}

.hover-image {
    height: 101%;
    width: 100%;
    background-image: url('/assets/images/pic1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.bck-mg2 {
    background-image: url('/assets/images/pic2.png');
}

.bck-mg3 {
    background-image: url('/assets/images/pic3.png');
}

.bck-mg4 {
    background-image: url('/assets/images/pic4.png');
}

.hover-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 350px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.hover-content:hover .hover-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.hover-title {
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Didot';
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    width: fit-content;
}

.product-quiz-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 80px;
    margin-bottom: 80px;
}

.quiz-content {
    margin-right: 55px;
}

.quiz-content>h2 {
    font-size: 52px;
    color: #1D1F1F;
    font-family: 'Didot';
    font-weight: normal;
}

.quiz-content>span {
    font-size: 104px;
    color: #1698AA;
    font-weight: normal;
}

.quiz-option-title > p{
    font-size: 16px;
    color: #1D1F1F;
    font-weight: bold;
}

.quiz-img {
    margin-right: 100px;
}

.skin-types {
    width: 350px;
    border: 1px solid #868E96;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 16px;
    color: #868E96;
    font-family: 'Centrale';
    background-color: white;
}



.quiz-option .click-btn {
    background-color: #1698AA;
    color: white;
    margin-top: 20px;
}

.quiz-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




/* PRODUCT DETAIL */

#product-detail{
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #F5F4F2;
    min-height: 500px;
    position: relative;
}

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

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

.product-header > h1{
    font-size: 42px;
}

.p_size{
    font-style: italic;
    margin: 10px 0 0;
}
.product-desc{
    margin-bottom: 50px;
}

.product-desc-text > *{
    font-size: 14px;
    color: #868E96;
    margin-bottom: 0;
}

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

.product-price > p{
    font-size: 24px;
}

.product-buy-button{
    margin-bottom: 35px;
}

.product-buy-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 48px;
    background-color: #1698AA;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.product-container{
    display: flex;
}

.product-info{
    flex: 0 0 50%;
    padding-right: 70px;
}

.product-gallery{
    flex: 1;
    max-width: 40%;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.product-wrapper{
    padding-right: 0 !important;
}
.main-image{
    margin-bottom: 25px;
}

.product-slider-nav{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    left: 0;
    top: 100px;
}

.product-slider-nav > div{
    cursor: pointer;
    z-index: 999;
}

.product-gallery-images{
    width: 100%;
    visibility: hidden;
    /* padding: 0 15px; */
}

.gallerySliderSwiper{
    padding: 0 15px 0 0;
}

.main-image .swiper-slide{
    width: 250px !important;
    /* text-align: center; */
}

.main-image  img{
    max-height: 330px;
    object-fit: contain;
    margin: 0 auto;
}

.gallery-image{
    display: inline-block;
    width: 150px;
    padding: 20px 0;
    height: 80px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #C4C6C9;
}

.gallery-image > img{
    height: 100%;
    object-fit: contain;
}

.gallery-image:last-child{
    margin-right: 0;
}

.gallery-image.active{
    border-color: #1698AA;
}

/* FAQ */

#faq{
    padding: 75px 0;
}

.faq-title > h2{
    font-size: 40px;
    font-family: Didot !important;
}

.faq-blocks{
    margin: 50px auto;
    max-width: 720px;
    width: 100%;
}

.faq-header{
    border: 1px solid #E9ECEF;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.faq-block-title{
    padding: 0 24px;
    flex: 1;
}

.faq-block-title p{
    color: #495057;
    font-size: 16px;
}

.faq-block-toggle{
    border-left: 1px solid #e9ecef;
    width: 50px;
    height: 50px;
    position: relative;
}

.faq-block-toggle::before{
    content: '';
    position: absolute;
    top: 24px;
    height: 2px;
    left: 16px;
    background-color: #707070;
    width: 18px;
}

.faq-block-toggle::after{
    content: '';
    position: absolute;
    left: 24px;
    width: 2px;
    top: 16px;
    background-color: #707070;
    height: 18px;
}

.faq-block.toggled .faq-block-toggle::after{
    content: unset;
}

.faq-block.toggled .faq-body{
    display: block;
}

.faq-body{
    background-color: #F5F4F2;
    padding: 20px 25px;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    display: none;
}


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

.faq-answer span{
    color: #1698AA;
    font-size: 12px;
}

.faq-text{
    color: #495057;
    font-size: 14px;
}


/* OTHER PRODUCTS */

#other-products{
    padding: 75px 0;
}

.other-products-title > h2{
    font-size: 40px;
    font-family: Didot !important;
}

.other-products-content{
    margin-top: 50px;
}

.other-products-content .card{
    height: 480px !important;
    max-width: 23%;
}

.productSliderSwiper img:hover{
    cursor: zoom-in;
}



/* zoom */

.modal-zoom{
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    background-color: rgba(70, 70, 70, 0.6);
    z-index: 999;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-img-arrows > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    cursor: pointer;
}

.modal-img-arrows > div.c-right{
    left: unset;
    right: 5%;
}

.modal-img-arrows > div > img{
    max-height: 50px;
}

.close{
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
}

.modal-img-wrapper{
    height: 80%;
}

.modal-img-wrapper img{
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}
.out-of-stock>span{
    color: #fff;
}
.product_stars{
    display: flex ;
    align-items: center;
    justify-content:flex-start;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 555;
}

.product_starss{
    display: flex ;
    align-items: center;
    justify-content:flex-start;
    z-index: 555;
    left: unset;
    top: unset;
    transform: translateY(-15px);
    position: relative;
}

.product_starss > .product_stars_item > img{
    width: 24px;
}

.product_stars_item{
    margin-right: 5px;
    cursor: pointer;
}

.product_stars_item > img{
    width: 14px;
    object-fit: contain;
}

.product_stars_item:last-child{
    margin-right: unset;
}
.product-card-addCard{
    display: none;
    align-items: center;
    height: 50px;
    border: 1px solid #1698AA ;
    transition: all 0.5s ease-in-out 0s;


}
.product-card-addCard-left{
    height: 100%;
    background-color: #1698AA;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-addCard-right, .product-card-addCard-right-remove{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.product-card-addCard-left button{
background-color: transparent;
color: white;
font-size: 14px;
font-weight: bold;
width: 100%;
    height: 100%;
cursor: pointer;

}
.product-card-addCard-right button, .product-card-addCard-right-remove button{
    background-color: transparent;
    color: #1698AA;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    height: 100%;
    }
.product-card-addCard-right>img, .product-card-addCard-right-remove > img{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.product-card:hover .product-card-addCard{
    display: flex;
}

.product-share{
    position: absolute;
    right: 60px;
    top: 40px;
    z-index: 3333;
    width: 40%;
}
.product-share-inner{
    position: relative;
   

}
.product-share-inner-items{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    user-select: none;
}
.product-share-inner-items>img{
    margin-right: 10px;
    object-fit: contain;
}
.product-share-inner>p{
    font-size: 16px;
}
.product-share-socials{
    position: absolute;
    right: 0;
    top: 40px;
    background-color: white;
    display: none;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    height: 80px;
    border-radius: 5px;
}
.product-share-socials-item{
    display: flex;
    align-items: center;
}
.product-share-socials-item>img{
    margin-right: 5px;
}
.product-share-socials-item>a{
    text-decoration: none;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
}
.product-share-socials.show{
    display: flex;
    border: 1px solid rgba(0 , 0 , 0 , .1);
    box-shadow: 0 4px 16px 4px rgba(0 , 0 , 0 , .1);
}

.month-sale{
    background-color: #1698AA;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/images/monthcover.png);
    padding: 0 130px;
}
.month-sale-title{
    padding: 50px 0 0  50px;
}
.month-sale-title>p{
    font-size: 80px;
    color: white;
}

.month-sale .card{
width: 380px !important;
}


.checkout-modal{
    height: 100%;
    width: 100%;
    background-color: rgba(0 , 0 , 0 , .5);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;

}
.checkout-modal.active{
    display: flex;
}

.checkout-modal-inner{
    background-color: white;
    padding-top: 40px;
    width: 35%;
    position: relative;
}
.checkout-modal-inner-title{
    margin-bottom:40px ;
}
.checkout-modal-inner-title>p{
    text-align: center;
    color: #1D1F1F;
    font-size: 24px;
}
.checkout-modal-inner-content-title{
   
padding: 0 50px;

    margin-bottom: 40px;
}
.checkout-modal-inner-content-title-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1D6DB ;
    position: relative;

}
.checkout-modal-inner-content-title-item>p{
    cursor: pointer;
    color: #868E96;
    font-size: 16px;
}
.checkout-modal-inner-content-left>form{
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    margin-bottom: 50px;
}
.checkout-modal-inner-content-left>form>input{
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #D1D6DB;
    border-radius: 3px;
}
.checkout-modal-inner-content-left>form>input::placeholder{
    color: #868E96;

}
.checkout-modal-inner-content-left>form>select{
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #D1D6DB;
    border-radius: 3px;
    color: #868E96;
}
.checkout-modal-inner-content-left>form>textarea{
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #D1D6DB;
    border-radius: 3px;
    resize: none;
    color: #868E96;
}
.checkout-modal-inner-content-left>form>input:last-child{
    margin-bottom: unset;
}
.checkout-modal-inner-content-left>button{
    width: 100%;
    height: 50px;
    color: white;
    cursor: pointer;
    background-color: #1698AA;
    font-size: 14px;
    font-weight: bold;
}
.checkout-modal-inner-content-title-item {
    width: 50%;
    position: relative;
    text-align: center;
}
.checkout-modal-inner-content-title-item.adr{
    width: 50%;
}
.checkout-modal-inner-content-title-item.active::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 1px;
    color: black;
    background-color: black;
}

.checkout-modal-inner-content-title-item.active>p{
    color: black;
}
.checkout-modal-inner-content-left.adr.active>form>input:last-child{
    padding: 5px 15px;
    height: 60px;
}

.checkout-modal-inner-content-left{
    display: none;
}
.checkout-modal-inner-content-left.active{
    display: flex;
    flex-direction: column;
}
.checkout-modal-inner-close{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 33;
}
.checkout-modal-inner-close{
    object-fit: contain;
}

.card-milages{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 44px;
}
.card-milages-item{
    padding: 3px 15px;
    border: 1px solid rgba(134, 142, 150, .5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin-right: 15px;
}
.card-milages-item:last-child{
    margin-right: unset;
}
.card-milages-item>p{
    color: rgba(134, 142, 150, .7);
    font-size: 14px;
}

.product_inner_size{
    width: max-content;
    margin-top: 20px;
}

.product_inner_size > p{
    margin-top: 0;
}

.card-milages-item:hover{
    border: 1px solid rgba(134, 142, 150, 1);
}
.card-milages-item:hover>p{
    color: rgba(134, 142, 150, 1);

}
.product-card-addCard.bg-w{
    background-color: white;
    border: 1px solid white;
}
.card-milages.p-l{
    padding: 0 15px 15px 15px;
}

.favorites{
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

.getCart{
    cursor: pointer;
    position: relative;
}

.shoppingcard-modal{
    height: 100%;
    width: 100%;
    background-color: rgba(0 , 0 , 0 , .5);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: flex-end;

}
.shoppingcard-modal.active{
    display: flex;
}

.shoppingcard-modal-inner{
    background-color: white;
    width: 33%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.shoppingcard-modal-inner-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background-color:#EA095F ;
}
.shoppingcard-modal-inner-header-text>p{
    font-size: 12px;
    color: white;
}
.shoppingcard-modal-inner-header-icon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shoppingcard-modal-inner-header-icon>img{
    object-fit: contain;
}
.shoppingcard-modal-inner-content{
    padding: 15px 15px;
    position: relative;
}
.shoppingcard-modal-inner-content-close{
    position: absolute;
    right: 50px;
    top: 20px;
    cursor: pointer;
}
.shoppingcard-modal-inner-content-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.shoppingcard-modal-inner-content-title>p{
    color: #1D1F1F;
    font-size: 24px;
}
.shoppingcard-modal-inner-content-list{
    display: flex;
    flex-direction: column;
    height: 280px;
    overflow-y: auto;

}
.shoppingcard-modal-inner-content-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #E9ECEF;
}
.shoppingcard-modal-inner-content-list-item:last-child{
    border-bottom:usnet;
}
.shoppingcard-modal-inner-content-list-item-remove{
    position: absolute;
    right: 10px;
    top: 10px;
}
.shoppingcard-modal-inner-content-list-item-remove>p{
font-size: 14px;
color: #EA095F;
cursor: pointer;
}

.shoppingcard-modal-inner-content-list-item-image{
    margin-right: 40px;
}
.shoppingcard-modal-inner-content-list-item-image>img{
    object-fit: contain;
    width: 64px;
    height: 64px;
    
}
.shoppingcard-modal-inner-content-list-item-left{
    display: flex;
    
}
.shoppingcard-modal-inner-content-list-item-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shoppingcard-modal-inner-content-list-item-text-milage>p{
    color: #868E96;
    font-size: 12px;
}
.shoppingcard-modal-inner-content-list-item-text-name>p{
    font-size: 14px;
    color: #1D1F1F;
    font-weight: bold
}
.shoppingcard-modal-inner-content-list-item-text-amount{
    display: flex;
    align-items: center;
    
}
.shoppingcard-modal-inner-content-list-item-text-amount-item{
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.shoppingcard-modal-inner-content-list-item-text-amount-number{
    margin: 0 10px;
}
.shoppingcard-modal-inner-content-list-item-text-amount-number>p{
    color: #495057;
    font-size: 16px;
}
.shoppingcard-modal-inner-content-list-item-price{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shoppingcard-modal-inner-content-list-item-price-current>p{
 font-size: 16px;
 color: #1D1F1F;   
 font-weight: bold;
}
.shoppingcard-modal-inner-content-list-item-price-past>p{
    color: #868E96;
    font-size: 13px;
}
.shoppingcard-modal-inner-content-list-item-price-past{
    position: relative;
}
.shoppingcard-modal-inner-content-list-item-price-past::before{
    content: '';
    position: absolute;
    width: 100%;
    height: .1px;
    background-color: #868E96;
    top: 50%;
    transform: translateY(-50%);
}
.shoppingcard-modal-inner-content-promo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E9ECEF;

}
.shoppingcard-modal-inner-content-promo-left>p{
    color: #1D1F1F;
    font-size: 14px;
    font-weight: bold;
}
.shoppingcard-modal-inner-content-promo-right{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9ECEF;

}

.shoppingcard-modal-inner-content-promo-right-input>input{
    border: unset;
}
.shoppingcard-modal-inner-content-promo-right-button>button{
    background-color: #F0F1EF;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #1D1F1F;

}
.shoppingcard-modal-inner-content-total{
    padding-top: 20px;
}
.shoppingcard-modal-inner-content-total-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.shoppingcard-modal-inner-content-total-item:last-child{
    margin-bottom: unset;
}
.shoppingcard-modal-inner-content-total-item-left{
    display: flex;
    align-items: center;
}
.shoppingcard-modal-inner-content-total-item-left>p{
    color: #1D1F1F;
font-size: 14px;
}
.shoppingcard-modal-inner-content-total-item-right>p{
    color: #1D1F1F;
    font-size: 14px;
    font-weight: bold;
}
.shoppingcard-modal-inner-content-total-item-left>span{
    color: #868E96;
    font-size: 12px;
    margin-left: 20px;
}
.shoppingcard-modal-inner-content-total-item-left.bld>p{
    font-weight: bold;
    font-size: 16px;
}
.shoppingcard-modal-inner-content-total-discount{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 5px 0;
}
.shoppingcard-modal-inner-content-total-discount>img{
    object-fit: contain;
    margin-right: 10px;
}
.shoppingcard-modal-inner-content-total-discount>p{
    font-size: 13px;
    color: #495057;
}
.shoppingcard-modal-inner-content-total-discount>p>span{
    color: #1698AA;
}
.shoppingcard-modal-inner-buttons-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shoppingcard-modal-inner-buttons-item>a{
    background-color: #F0F1EF;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #1D1F1F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.shoppingcard-modal-inner-buttons-item.blue>a{
    color: white;
background-color: #1698AA;

}