@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1590px;
    margin: 0px auto;
    height: auto;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.baner {
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.baner .baner__block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.baner .baner__block .baner__call {
    display: flex;
    align-items: center;
    width: 33.33%;
}
.baner .baner__block .baner__call .baner__call-content h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
.baner .baner__block .baner__call .baner__call-content b {
    font-size: 25px;
    font-weight: 700;
    color: #ffe400;
    padding-top: 9px;
    padding-left: 55px;
}
.baner .baner__block .baner__quote {
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.baner .baner__block .baner__quote p {
    font-size: 28px;
    font-weight: 400;
    max-width: 360px;
    text-align: center;
    color: #fff;
}
.baner .baner__block .baner__quote p span {
    color: #ffe400;
}
.baner .baner__block .baner__extra {
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
}
.baner .baner__block .baner__extra ul {
    display: flex;
    align-items: center;
}
.baner .baner__block .baner__extra ul li a {
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px;
    align-items: center;
    text-align: center;
}
.baner .baner__block .baner__extra ul li a img {
    height: 35px;
    object-fit: contain;
    width: 42px;
}
.baner .baner__block .baner__extra ul li a span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-top: 15px;
}

.header {
    width: 100%;
    height: auto;
    background-color: #1f1f1f;
}
.header .header__block {
    width: 100%;
    height: auto;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header__block .header__logo {
    width: 33.33%;
}
.header .header__block .header__logo img {
    max-width: 100%;
}
.header .header__block .header__search {
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.header .header__block .header__search .header__search-box {
    width: 100%;
    max-width: 480px;
    height: 70px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.header .header__block .header__search .header__search-box input {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    color: #000;
    outline: none;
    border: 0px;
    font-size: 20px;
}
.header .header__block .header__search .header__search-box button {
    width: 80px;
    height: 100%;
    background-color: #ffe400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header .header__block .header__actions {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .header__block .header__actions a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 34px;
}
.header .header__block .header__actions a img {
    width: 46px;
    height: 40px;
    object-fit: contain;
}
.header .header__block .header__actions a span {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.home {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.home.with-bg::before {
    content: "";
    background-image: url("../img/home.png");
    width: 100%;
    height: 1070px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.home .container {
    position: relative;
    z-index: 2;
}

.products {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.products.with-bg::before {
    content: "";
    background-image: url("../img/products.webp");
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.products .container {
    position: relative;
    z-index: 2;
}

.checkout {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.checkout.with-bg::before {
    content: "";
    background-image: url("../img/checkout.png");
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.checkout .container {
    position: relative;
    z-index: 2;
}

.profile {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.profile .container {
    position: relative;
    z-index: 2;
}

.taber {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 130px;
    justify-content: center;
}
.taber .taber__list {
    width: 370px;
    min-width: 370px;
    height: auto;
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
}
.taber .taber__list h4 {
    width: 100%;
    height: 64px;
    background-color: #ffe400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.taber .taber__list ul li {
    width: 100%;
    height: 60px;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px 25px;
}
.taber .taber__list ul li:nth-child(even) {
    background-color: #f3f3f3;
}
.taber .taber__list ul li img {
    width: 26px;
    min-width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 24px;
}
.taber .taber__list ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #505050;
}
.taber .taber__box {
    width: 100%;
    height: auto;
    max-width: 1180px;
    margin-left: 40px;
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
}
.taber .taber__box .taber__tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.taber .taber__box .taber__tabs ul {
    display: flex;
    align-items: center;
}
.taber .taber__box .taber__tabs ul li {
    width: 25%;
    height: 64px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom: 1px solid #989898;
    border-left: 1px solid #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    z-index: 2;
    background-color: #fff;
}
.taber .taber__box .taber__tabs ul li:first-child {
    border-left: 0px;
}
.taber .taber__box .taber__tabs ul li:last-child {
    width: calc(25% + 40px);
}
.taber .taber__box .taber__tabs ul li.active {
    background-color: #ffe400;
    border-bottom: 0px;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.12);
    z-index: 1;
    border-top-right-radius: 0px;
}
.taber .taber__box .taber__tabs ul li img {
    height: 32px;
    object-fit: contain;
    margin-right: 7px;
}
.taber .taber__box .taber__tabs ul li span {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.taber .taber__box .taber__content {
    width: 100%;
    height: auto;
}
.taber .taber__box .taber__content .taber__sides {
    width: 100%;
    height: auto;
    display: flex;
    padding: 30px 0px;
}
.taber .taber__box .taber__content .taber__sides .taber__side {
    width: 50%;
    height: auto;
    padding: 0px 60px;
}
.taber .taber__box .taber__content .taber__sides .taber__side:first-child {
    border-right: 1px solid #000;
    width: calc(50% - 28px);
}
.taber .taber__box .taber__content .taber__sides .taber__side p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.taber .taber__box .taber__content .taber__sides .taber__side h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 21px;
}
.taber .taber__box .taber__content .taber__sides .taber__side h4 span {
    font-size: 15px;
}
.taber .taber__box .taber__content .taber__sides .taber__side .form {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__group {
    width: 33.33%;
    height: auto;
    padding-right: 10px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__group:last-child {
    padding-right: 0px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__group
    label {
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: inline-flex;
    margin-bottom: 5px;
    line-height: 24px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__group
    select {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 18px;
}
.taber .taber__box .taber__content .taber__sides .taber__side .form .form__full {
    width: 100%;
    height: auto;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__full
    .form__input {
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 10px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__full
    .form__input
    input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    padding-left: 15px;
    font-size: 18px;
    border: 1px solid #d3d3d3;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .form
    .form__full
    .form__input
    img {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    transform: translateY(-50%);
}
.taber .taber__box .taber__content .taber__sides .taber__side .taber__tire {
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__tire
    img.tt-img {
    width: 100%;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__tire
    img.permit-img {
    width: 100%;
    margin-top: 26px;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__tire
    .taber__tire-info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__tire
    .taber__tire-info
    span {
    font-size: 11px;
    font-weight: 400;
    color: #000;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__tire
    .taber__tire-info
    img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-left: 8px;
}
.taber .taber__box .taber__content .taber__sides .taber__side .taber__button {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__button
    button {
    width: 200px;
    height: 40px;
    border-radius: 14px;
    background-color: #ffe400;
    border: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}
.taber
    .taber__box
    .taber__content
    .taber__sides
    .taber__side
    .taber__button
    button:hover {
    background-color: #000;
    color: #fff;
}

.featured {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 74px;
    position: relative;
    padding-top:0px !important;
}
.featured.mb {
    margin-bottom: 50px;
}
.featured .featured__arrows .fa__arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 61px;
    height: 61px;
    border-radius: 18px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    cursor: pointer;
}
.featured .featured__arrows .fa__arrow.fa__arrow--right {
    left: auto;
    right: 10px;
}
.featured .featured__arrows .fa__arrow:hover {
    background-color: #ffe400;
}
.featured .featured__title {
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffe400;
}
.featured .featured__title h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.featured .featured__list {
    width: 100%;
    height: auto;
    padding: 26px 12px;
}
.featured .featured__list .featured__item {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    height:auto;
}
.featured .featured__list .featured__item .featured__item-inside {
    max-width: 300px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .featured__action {
    width: 57px;
    height: 54px;
    border-bottom-right-radius: 14px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:9;
}
.featured .featured__list .featured__item .featured__item-inside .fi__image {
    width: 100%;
    height: 150px;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    img {
    width: 70%;
    height: 150px;
    object-fit: contain;
}
.featured .featured__list .featured__item .featured__item-inside .fi__image ul {
    width: 30%;
    height: auto;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top {
    display: flex;
    align-items: center;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    img {
    height: 12px;
    width: 15px;
    object-fit: contain;
    margin-right: 5px;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    h6 {
    font-size: 12px;
    color: #363636;
    font-weight: 300;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot {
    width: 100%;
    height: auto;
    display: inline-flex;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot
    span {
    font-size: 10px;
    color: #000;
    font-weight: 300;
}
.featured .featured__list .featured__item .featured__item-inside .fi__content {
    width: 100%;
    height: auto;
    padding: 10px 50px;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-old {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-new {
    font-size: 30px;
    color: #9ac93b;
    font-weight: 600;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    p {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    p
    em {
    font-style: normal;
    color: red;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    span {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    padding-top: 9px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__content
    span
    em {
    font-style: normal;
    color: #9ac93b;
}
.featured .featured__list .featured__item .featured__item-inside .fi__buttons {
    width: 100%;
    height: 40px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    margin: 18px 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__buttons
    button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background-color: #ffe400;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__buttons
    button
    img {
    margin-right: 12px;
    width: 22px;
    height: 19px;
    object-fit: contain;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:first-child {
    width: 76px;
    min-width: 76px;
    background-color: #eeeeee;
}
.featured
    .featured__list
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:hover {
    background-color: #fff;
}

.extra {
    width: 100%;
    height: auto;
    padding: 42px 0px;
    display: flex;
    align-items: center;
}
.extra .extra__content {
    width: 620px;
    min-width: 620px;
}
.extra .extra__content h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 66px;
}
.extra .extra__content h5 {
    padding-top: 23px;
    font-size: 30px;
    color: #ffe400;
    font-weight: 400;
}
.extra .extra__content hr {
    width: 300px;
    height: 8px;
    background-color: #ffe400;
    border: 0px;
    margin-top: 42px;
}
.extra .extra__content h4 {
    padding-top: 25px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.extra .extra__content p {
    padding-top: 23px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.extra .extra__image {
    width: 100%;
}
.extra .extra__image img {
    width: 100%;
}

.complet {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 93px 0px;
    background-color: #1f1f1f;
}
.complet .complet__box {
    width: 100%;
    height: auto;
    border-radius: 14px;
    background-color: #fff;
    padding: 10px 46px;
    display: flex;
}
.complet .complet__box .complet__image img {
    width: 511px;
    min-width: 511px;
    height: 511px;
    object-fit: contain;
}
.complet .complet__box .complet__content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px;
}
.complet .complet__box .complet__content h4 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    display: inline-flex;
    width: 100%;
    height: auto;
}
.complet .complet__box .complet__content h3 {
    text-align: center;
    font-size: 60px;
    position: relative;
    font-weight: 400;
    display: inline-flex;
}
.complet .complet__box .complet__content h3 span {
    z-index: 2;
    position: relative;
}
.complet .complet__box .complet__content h3::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    height: 46px;
    background-color: #ffe400;
    z-index: 1;
}
.complet .complet__box .complet__content p {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.complet .complet__box .complet__content p span {
    color: #ffe400;
}
.complet .complet__box .complet__content a {
    display: inline-flex;
    width: 420px;
    height: 82px;
    max-width: 100%;
    border-radius: 41px;
    align-items: center;
    justify-content: center;
    background-color: #ffe400;
    border: 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    margin-top: 60px;
}
.complet .complet__box .complet__content a:hover {
    background-color: #000;
    color: #fff;
}

.blog {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 55px 0px;
}
.blog .blog__list {
    width: 300px;
    height: auto;
    min-width: 300px;
}
.blog .blog__list h4 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    border-bottom: 8px solid #ffe400;
    padding-bottom: 33px;
}
.blog .blog__list ul {
    padding-top: 16px;
}
.blog .blog__list ul li {
    list-style: none;
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}
.blog .blog__content {
    width: 100%;
    height: auto;
    padding-left: 60px;
    display: flex;
}
.blog .blog__content .blog__content-left {
    width: 100%;
}
.blog .blog__content .blog__content-right {
    width: 315px;
    min-width: 315px;
    margin-left: 60px;
}
.blog .blog__content .blog__item {
    width: 100%;
    height: auto;
}
.blog .blog__content .blog__item .blog__item-image {
    width: 100%;
    height: auto;
}
.blog .blog__content .blog__item .blog__item-image img {
    width: 100%;
}
.blog .blog__content .blog__item .blog__item-content {
    width: 100%;
    height: auto;
}
.blog .blog__content .blog__item .blog__item-content h5 {
    font-size: 15px;
    color: #ffe400;
    font-weight: 400;
    margin-bottom: 7px;
}
.blog .blog__content .blog__item .blog__item-content h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 13px;
}
.blog .blog__content .blog__item.blog__item--big .blog__item-content {
    padding-left: 35px;
    padding-top: 20px;
}
.blog .blog__content .blog__item.blog__item--big .blog__item-content h5 {
    font-size: 30px;
}
.blog .blog__content .blog__item.blog__item--big .blog__item-content h4 {
    font-size: 35px;
    margin-bottom: 0px;
}
.blog .blog__content .blog__item.blog__item--big .blog__item-content p {
    font-size: 24px;
    font-weight: 300;
    padding-top: 40px;
    color: #fff;
}
.blog .blog__content .blog__item.blog__item--small {
    padding: 19px 0px;
    border-bottom: 0.3px solid #d7d7d7;
}
.blog .blog__content .blog__item.blog__item--small:first-child {
    padding-top: 0px;
}
.blog .blog__content .blog__item.blog__item--small:last-child {
    border: 0px;
}

.newsletter {
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    padding: 55px 0px;
}
.newsletter .newsletter__block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter .newsletter__block .newsletter__left {
    display: flex;
    align-items: flex-start;
    width: 50%;
}
.newsletter .newsletter__block .newsletter__left img {
    width: 104px;
    min-width: 104px;
    height: 94px;
    object-fit: contain;
    margin-right: 33px;
}
.newsletter .newsletter__block .newsletter__left h4 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.newsletter .newsletter__block .newsletter__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.newsletter .newsletter__block .newsletter__right form {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.newsletter .newsletter__block .newsletter__right form .form__input {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.newsletter .newsletter__block .newsletter__right form .form__input input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    border: 0px;
    outline: none;
}
.newsletter .newsletter__block .newsletter__right form .form__input button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 60px;
    background-color: #ffe400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    font-weight: 600;
    color: #000;
    border: 0px;
}
.newsletter .newsletter__block .newsletter__right form .form__radio {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.newsletter .newsletter__block .newsletter__right form .form__radio input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.newsletter .newsletter__block .newsletter__right form .form__radio label {
    font-size: 22px;
    font-weight: 300;
    color: #969696;
}

.footer {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    display: flex;
    align-items: flex-start;
}
.footer .footer__box {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.footer .footer__box:nth-child(2) {
    align-items: center;
    width: 40%;
}
.footer .footer__box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.footer .footer__box hr {
    width: 300px;
    height: 8px;
    border: 0px;
    background-color: #ffe400;
    margin-top: 17px;
}
.footer .footer__box .footer__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.footer .footer__box .footer__list.fl-right {
    padding-top: 10px;
}
.footer .footer__box .footer__list.fl-right .fl__item {
    padding: 3px 0px;
    border: 0px;
}
.footer .footer__box .footer__list .fl__item {
    width: 100%;
    height: auto;
    padding: 17px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer__box .footer__list .fl__item:last-child {
    border: 0px;
}
.footer .footer__box .footer__list .fl__item p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 11px;
}
.footer .footer__box .footer__list .fl__item p b {
    color: #ffe400;
}
.footer .footer__box .footer__list .fl__item span {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.footer .footer__box .footer__social {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.footer .footer__box .footer__social h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer .footer__box .footer__social .fs__list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.footer .footer__box .footer__social .fs__list a {
    display: inline-flex;
    margin: 0px 15px;
}
.footer .footer__box .footer__social .fs__list a img {
    width: 32px;
    height: 37px;
    object-fit: contain;
}
.footer .footer__box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 100px;
    padding-top: 20px;
}
.footer .footer__box ul li {
    list-style: none;
    width: 50%;
    height: auto;
    padding: 10px 0px;
}
.footer .footer__box ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.footer .footer__box ul li:nth-child(even) {
    padding-left: 70px;
}

.copyright {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright .copyright__left ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 15px;
}
.copyright .copyright__left ul li a {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.copyright .copyright__right {
    display: flex;
    justify-content: flex-end;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}

.products__list {
    width: 100%;
    height: auto;
    border-radius: 14px;
    background-color: #fff;
    margin-top: 50px;
    padding: 30px;
    display: flex;
}
.products__list .filters {
    width: 340px;
    min-width: 340px;
    height: auto;
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}
.products__list .filters .filter__box,
.products__list .filters .filter__list {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}
.products__list .filters .filter__normal {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0px 25px;
}
.products__list .filters .filter__list {
    box-shadow: none;
}
.products__list .filters .fb__title,
.products__list .filters .fl__title {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.products__list .filters .fb__title h4,
.products__list .filters .fl__title h4 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.products__list .filters .fn__title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products__list .filters .fn__title h4 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.products__list .filters .f__more {
    padding: 10px 25px;
    padding-top: 0px;
    color: #5b7cff;
    font-weight: 300;
    text-decoration: underline;
    font-size: 22px;
}
.products__list .filters .f__more span {
    transform: rotate(90deg);
    display: inline-block;
}
.products__list .filters .fb__content {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.products__list .filters .fb__content ul li {
    list-style: none;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}
.products__list .filters .fb__content ul.small{
    max-height: 150px;
    overflow: hidden;
}
.products__list .filters .fn__content {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-bottom: 0.3px solid #d7d7d7;
    padding-bottom: 40px;
}
.products__list .filters .fn__content select {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    text-align: center;
    font-size: 21px;
    border: 0px;
}
.products__list .filters .r-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.products__list .filters .r-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.products__list .filters .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgb(144, 144, 144);
}
.products__list .filters .r-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.products__list .filters .r-container input:checked ~ .checkmark {
    background-color: #fff;
    height: 10px;
}
.products__list .filters .checkmark:after,
.products__list .filters .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}
.products__list .filters .r-container input:checked ~ .checkmark:after {
    display: block;
}
.products__list .filters .r-container input:checked ~ .checkmark:before {
    display: block;
}
.products__list .filters .r-container .checkmark:after {
    left: 4px;
    top: -10px;
    width: 4px;
    height: 9px;
    border: solid #9ac93b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.products__list .filters .r-container .checkmark:before {
    left: -2px;
    top: -12px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
}
.products__list .products__items {
    width: 100%;
    padding-left: 70px;
}
.products__list .results{
    width: 100%;
}
.products__list .products__items .products__top {
    width: 100%;
    height: auto;
    min-height: 60px;
    background-color: #f2f2f2;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 9px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products__list .products__items .products__top .breadcrumb ul {
    display: flex;
    align-items: center;
}
.products__list .products__items .products__top .breadcrumb ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    position: relative;
}
.products__list .products__items .products__top .breadcrumb ul li::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 15px;
    color: #ffe400;
    transform: translateY(-50%);
}
.products__list
    .products__items
    .products__top
    .breadcrumb
    ul
    li:last-child::after {
    display: none;
}
.products__list .products__items .products__top .breadcrumb ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right: 10px;
}
.products__list .products__items .products__top .breadcrumb ul li span {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
.products__list .products__items .products__top .selector select {
    width: 100%;
    max-width: 260px;
    height: 43px;
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 25px;
    border: 0px;
    color: #363636;
}
.products__list .products__items .products__info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}
.products__list .products__items .products__info div {
    width: 33.33%;
    display: flex;
}
.products__list .products__items .products__info div:nth-child(2) {
    justify-content: center;
    text-align: center;
}
.products__list .products__items .products__info div p {
    font-size: 15px;
    font-weight: 400;
    color: #575757;
}
.products__list .products__items .items {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
}
.products__list .products__items .items .featured__item {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    width: 33.33%;
}
.products__list .products__items .items .featured__item .featured__item-inside {
    max-width: 300px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .featured__action {
    width: 57px;
    height: 54px;
    border-bottom-right-radius: 14px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image {
    width: 100%;
    height: 150px;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    img {
    width: 70%;
    height: 150px;
    object-fit: contain;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul {
    width: 30%;
    height: auto;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top {
    display: flex;
    align-items: center;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    img {
    height: 12px;
    width: 15px;
    object-fit: contain;
    margin-right: 5px;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    h6 {
    font-size: 12px;
    color: #363636;
    font-weight: 300;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot {
    width: 100%;
    height: auto;
    display: inline-flex;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot
    span {
    font-size: 6px;
    color: #000;
    font-weight: 300;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content {
    width: 100%;
    height: auto;
    padding: 10px 50px;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-old {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-new {
    font-size: 30px;
    color: #9ac93b;
    font-weight: 600;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    p {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    p
    em {
    font-style: normal;
    color: red;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    span {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    padding-top: 9px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__content
    span
    em {
    font-style: normal;
    color: #9ac93b;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__buttons {
    width: 100%;
    height: 40px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    margin: 18px 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background-color: #ffe400;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button
    img {
    margin-right: 12px;
    width: 22px;
    height: 19px;
    object-fit: contain;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:first-child {
    width: 76px;
    min-width: 76px;
    background-color: #eeeeee;
}
.products__list
    .products__items
    .items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:hover {
    background-color: #fff;
}

.help {
    width: 100%;
    padding: 107px 0px;
    height: auto;
    background-image: url("../img/help.png");
    background-size: cover;
}
.help .help__block {
    width: 100%;
    height: auto;
    padding-left: 700px;
}
.help .help__block h3 {
    font-size: 70px;
    font-weight: 600;
    color: #ffe400;
}
.help .help__block h4 {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    padding-top: 30px;
    padding-left: 60px;
    max-width: 820px;
}
.help .help__block .help__button {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
}
.help .help__block .help__button a {
    display: flex;
    width: 510px;
    height: 102px;
    border-radius: 51px;
    max-width: 100%;
    background-color: #ffe400;
    overflow: hidden;
}
.help .help__block .help__button a .hb--icon {
    width: 105px;
    min-width: 105px;
    height: 102px;
    background-color: #9ac93b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.help .help__block .help__button a span {
    width: 100%;
    height: 105px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #000;
    font-weight: 400;
}

.checkout__page {
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.checkout__page .cp__breadcrumb {
    width: 100%;
    height: auto;
}
.checkout__page .cp__breadcrumb ul {
    display: flex;
    align-items: center;
}
.checkout__page .cp__breadcrumb ul li {
    list-style: none;
    display: inline-flex;
    padding-right: 30px;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
.checkout__page .cp__breadcrumb ul li::after {
    content: ">";
    font-size: 30px;
    color: #ffe400;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.checkout__page .cp__breadcrumb ul li:last-child::after {
    display: none;
}
.checkout__page .cp__top {
    width: 100%;
    height: auto;
    padding-top: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.checkout__page .cp__top h4 {
    font-size: 41px;
    font-weight: 600;
    color: #ffe400;
}
.checkout__page .cp__top h5 {
    font-size: 41px;
    font-weight: 600;
    color: #fff;
}
.checkout__page .cp__box {
    width: 100%;
    height: auto;
    border-radius: 14px;
    background-color: #fff;
    margin-top: 34px;
    margin-bottom: 30px;
    padding: 10px 0px;
    display: flex;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}
.checkout__page .cp__box .r-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout__page .cp__box .r-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkout__page .cp__box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgb(144, 144, 144);
}
.checkout__page .cp__box .r-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkout__page .cp__box .r-container input:checked ~ .checkmark {
    background-color: #fff;
    height: 10px;
    margin-top: 15px;
}
.checkout__page .cp__box .checkmark:after,
.checkout__page .cp__box .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}
.checkout__page .cp__box .r-container input:checked ~ .checkmark:after {
    display: block;
}
.checkout__page .cp__box .r-container input:checked ~ .checkmark:before {
    display: block;
}
.checkout__page .cp__box .r-container .checkmark:after {
    left: 4px;
    top: -10px;
    width: 4px;
    height: 9px;
    border: solid #9ac93b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkout__page .cp__box .r-container .checkmark:before {
    left: -2px;
    top: -12px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
}
.checkout__page .cp__box .cp__title {
    width: 100%;
    height: auto;
    padding: 0px 30px;
}
.checkout__page .cp__box .cp__title h4 {
    font-size: 30px;
    font-weight: 400;
    color: #b7b7b7;
    padding: 20px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout__page .cp__box .cp__left {
    width: 100%;
    padding-right: 200px;
}
.checkout__page .cp__box .cp__left .cp__list {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    padding-right: 30px;
}
.checkout__page .cp__box .cp__left .cp__list .cp__list-item {
    padding: 14px;
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
}
.checkout__page .cp__box .cp__left .cp__list .cp__list-item:has(input:checked) {
    background-color: #f2f2f2;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.checkout__page
    .cp__box
    .cp__left
    .cp__list
    .cp__list-item:has(input:checked)
    .r-container
    .checkmark:before {
    background-color: #f2f2f2;
}
.checkout__page .cp__box .cp__left .cp__list .cp__list-item h5 {
    font-size: 30px;
    color: #4e4e4e;
    font-weight: 400;
}
.checkout__page .cp__box .cp__left .cp__list .cp__list-item h5 span {
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
}
.checkout__page .cp__box .cp__left .cp__list .cp__list-item p {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #b7b7b7;
}
.checkout__page .cp__box .cp__left .cp__choose {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    display: flex;
}
.checkout__page .cp__box .cp__left .cp__choose .cp__choose-item {
    width: 50%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.checkout__page .cp__box .cp__left .cp__choose .cp__choose-item h4 {
    font-size: 30px;
    color: #4e4e4e;
    font-weight: 400;
}
.checkout__page .cp__box .cp__left .cp__form {
    width: 100%;
    height: auto;
    padding: 20px 30px;
}
.checkout__page .cp__box .cp__left .cp__form form {
    width: 100%;
    height: auto;
}
.checkout__page .cp__box .cp__left .cp__form form .form__group {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.checkout__page
    .cp__box
    .cp__left
    .cp__form
    form
    .form__group.form__double
    .form__input {
    width: calc(50% - 20px);
}
.checkout__page .cp__box .cp__left .cp__form form .form__group .form__input {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.checkout__page
    .cp__box
    .cp__left
    .cp__form
    form
    .form__group
    .form__input
    label {
    font-size: 30px;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 10px;
}
.checkout__page
    .cp__box
    .cp__left
    .cp__form
    form
    .form__group
    .form__input
    input {
    width: 100%;
    height: 70px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border: 0px;
    border-radius: 14px;
    padding-left: 20px;
}
.checkout__page .cp__box .cp__right {
    width: 500px;
    min-width: 500px;
}
.checkout__page .cp__box .cp__right .cp__product {
    width: 100%;
    height: auto;
    padding: 0px 30px;
    padding-top: 28px;
}
.checkout__page .cp__box .cp__right .cp__product h4 {
    font-size: 30px;
    color: #4e4e4e;
    font-weight: 600;
}
.checkout__page .cp__box .cp__right .cp__product ul {
    padding-top: 30px;
}
.checkout__page .cp__box .cp__right .cp__product ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.checkout__page .cp__box .cp__right .cp__product ul li h5 {
    font-size: 24px;
    font-weight: 400;
    color: #4e4e4e;
}
.checkout__page .cp__box .cp__right .cp__product ul li em {
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    color: #363636;
}
.checkout__page .cp__box .cp__right .cp__product ul li .qty {
    display: flex;
    align-items: center;
}
.checkout__page .cp__box .cp__right .cp__product ul li .qty .qty-m,
.checkout__page .cp__box .cp__right .cp__product ul li .qty .qty-p {
    width: 20px;
    height: 20px;
    background-color: #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.checkout__page .cp__box .cp__right .cp__product ul li .qty .qty-v {
    font-size: 40px;
    color: #363636;
    font-weight: 400;
    padding: 0px 10px;
}
.checkout__page .cp__box .cp__right .cp__product ul li .prod__list {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.checkout__page .cp__box .cp__right .cp__product ul li .prod__list .pl__item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-right: 85px;
}
.checkout__page .cp__box .cp__right .cp__product ul li .prod__list .pl__item p {
    font-size: 20px;
    font-weight: 400;
    color: #7b7b7b;
}
.checkout__page .cp__box .cp__right .cp__product ul li textarea {
    width: 100%;
    height: 92px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    border: 0px;
    border-radius: 14px;
    padding: 20px;
    margin-top: 20px;
    resize: none;
}
.checkout__page .cp__box .cp__right .cp__preo {
    width: 100%;
    height: auto;
    padding: 0px 30px;
    padding-top: 30px;
}
.checkout__page .cp__box .cp__right .cp__preo ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
}
.checkout__page .cp__box .cp__right .cp__preo ul li h5 {
    font-size: 25px;
    font-weight: 400;
    color: #4e4e4e;
}
.checkout__page .cp__box .cp__right .cp__preo ul li h5 a {
    color: #5b7cff;
    text-decoration: underline;
}
.checkout__page .cp__box .cp__right .cp__price {
    width: 100%;
    height: auto;
    padding: 0px 30px;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.checkout__page .cp__box .cp__right .cp__price .cp__price-top {
    width: 100%;
    height: 85px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.checkout__page .cp__box .cp__right .cp__price .cp__price-top h4 {
    font-size: 25px;
    font-weight: 400;
    color: #4e4e4e;
}
.checkout__page .cp__box .cp__right .cp__price .cp__price-top b {
    font-size: 50px;
    font-weight: 700;
    color: #363636;
}
.checkout__page .cp__box .cp__right .cp__price .cp__price-bot {
    width: 100%;
    height: 85px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background-color: #ffe400;
    border-top: 2px solid #747474;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    text-align: center;
}
.checkout__page .cp__box .cp__right .cp__price .cp__price-bot a {
    font-size: 45px;
    font-weight: 600;
    color: #363636;
}

.profile__page {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 65px;
}
.profile__page .profile__left {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 14px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}
.profile__page .profile__left .r-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.profile__page .profile__left .r-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.profile__page .profile__left .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgb(144, 144, 144);
}
.profile__page .profile__left .r-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.profile__page .profile__left .r-container input:checked ~ .checkmark {
    background-color: #fff;
    height: 10px;
    margin-top: 10px;
}
.profile__page .profile__left .checkmark:after,
.profile__page .profile__left .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}
.profile__page .profile__left .r-container input:checked ~ .checkmark:after {
    display: block;
}
.profile__page .profile__left .r-container input:checked ~ .checkmark:before {
    display: block;
}
.profile__page .profile__left .r-container .checkmark:after {
    left: 4px;
    top: -10px;
    width: 4px;
    height: 9px;
    border: solid #9ac93b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.profile__page .profile__left .r-container .checkmark:before {
    left: -2px;
    top: -12px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
}
.profile__page .profile__left .profile__breadcrumb {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.profile__page .profile__left .profile__breadcrumb .pb {
    width: 100%;
    height: 60px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}
.profile__page .profile__left .profile__breadcrumb .pb ul {
    display: flex;
    align-items: center;
}
.profile__page .profile__left .profile__breadcrumb .pb ul li {
    list-style: none;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.profile__page .profile__left .profile__breadcrumb .pb ul li::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #ffe400;
    font-size: 30px;
}
.profile__page .profile__left .profile__breadcrumb .pb ul li:last-child::after {
    display: none;
}
.profile__page .profile__left .profile__breadcrumb .pb ul li img {
    width: 28px;
    height: 25px;
    object-fit: contain;
    margin-right: 20px;
}
.profile__page .profile__left .profile__breadcrumb .pb ul li span {
    font-size: 25px;
    font-weight: 400;
    color: #575757;
}
.profile__page .profile__left .profile__content {
    width: 100%;
    height: auto;
    padding: 26px 0px;
}
.profile__page .profile__left .profile__content .profile__top {
    width: 100%;
    height: auto;
    padding: 0px 16px;
}
.profile__page .profile__left .profile__content .profile__top h3 {
    font-size: 41px;
    font-weight: 600;
    color: #363636;
}
.profile__page .profile__left .profile__content .profile__top p {
    padding: 11px 0px;
    font-size: 22px;
    font-weight: 400;
    color: #4e4e4e;
}
.profile__page .profile__left .profile__content .profile__top p a {
    color: #5b7cff;
    text-decoration: underline;
}
.profile__page .profile__left .profile__content .profile__form {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.profile__page .profile__left .profile__content .profile__form form {
    width: calc(50% - 35px);
    height: auto;
    margin-right: 35px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form:nth-child(even) {
    margin-right: 0px;
    margin-left: 35px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form:nth-child(even)
    .pf__title {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form:nth-child(odd)
    .pf__title {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.profile__page .profile__left .profile__content .profile__form form .pf__title {
    width: 100%;
    height: 47px;
    background-color: #f2f2f2;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__title
    img {
    width: 24px;
    height: 27px;
    object-fit: contain;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__title
    h4 {
    font-size: 25px;
    font-weight: 400;
    color: #363636;
    padding-left: 20px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content {
    width: 100%;
    padding: 10px 0px;
    padding-left: 30px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    h4 {
    font-size: 19px;
    font-weight: 300;
    color: #b7b7b7;
    padding: 15px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .pf__choose {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .pf__choose
    .pf__choose-item {
    width: 50%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .pf__choose
    .pf__choose-item
    h5 {
    font-size: 19px;
    color: #4e4e4e;
    font-weight: 400;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .form__group {
    width: 100%;
    height: auto;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .form__group.form__double
    .form__input {
    width: calc(50% - 7px);
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .form__group
    .form__input {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .form__group
    .form__input
    label {
    font-size: 19px;
    color: #4e4e4e;
    font-weight: 400;
    margin-bottom: 8px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__content
    .form__group
    .form__input
    input {
    width: 100%;
    height: 46px;
    border-radius: 14px;
    background-color: #fff;
    padding-left: 15px;
    border: 0px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
    font-size: 20px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__button {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    padding: 0px 30px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__form
    form
    .pf__button
    button {
    width: 245px;
    height: 42px;
    border-radius: 14px;
    background-color: #ffe400;
    border: 0px;
    font-size: 20px;
    color: #363636;
    font-weight: 500;
}
.profile__page .profile__left .profile__content .profile__orders {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.profile__page .profile__left .profile__content .profile__orders .po__title {
    width: 100%;
    height: 47px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__title
    img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 22px;
}
.profile__page .profile__left .profile__content .profile__orders .po__title h4 {
    font-size: 25px;
    color: #363636;
    font-weight: 400;
}
.profile__page .profile__left .profile__content .profile__orders .po__content {
    padding: 0px 15px;
    padding-top: 10px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head
    .poc__item {
    height: 46px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 500;
    color: #363636;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head
    .poc__item:last-child {
    border: 0px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head
    .poc__item.pi--small {
    flex: 1;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head
    .poc__item.pi--medium {
    flex: 2;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__head
    .poc__item.pi--big {
    flex: 3;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body {
    width: 100%;
    height: auto;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item {
    height: 46px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #b7b7b7;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item:last-child {
    border: 0px;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item.pi--small {
    flex: 1;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item.pi--medium {
    flex: 2;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item.pi--big {
    flex: 3;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item
    span {
    display: contents;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item
    span.green {
    color: #9ac93b;
}
.profile__page
    .profile__left
    .profile__content
    .profile__orders
    .po__content
    .poc__body
    .poc__item-list
    .poc__item
    span.red {
    color: red;
}
.profile__page .profile__right {
    margin-left: 20px;
    width: 350px;
    min-width: 350px;
    background-color: #fff;
    border-radius: 14px;
}
.profile__page .profile__right .pr__title {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe400;
}
.profile__page .profile__right .pr__title h4 {
    font-size: 30px;
    font-weight: 600;
    color: #343434;
}
.profile__page .profile__right .pr__items {
    padding: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile__page .profile__right .pr__items .featured__item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside {
    max-width: 300px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .featured__action {
    width: 57px;
    height: 54px;
    border-bottom-right-radius: 14px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image {
    width: 100%;
    height: 150px;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    img {
    width: 70%;
    height: 150px;
    object-fit: contain;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul {
    width: 30%;
    height: auto;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top {
    display: flex;
    align-items: center;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    img {
    height: 12px;
    width: 15px;
    object-fit: contain;
    margin-right: 5px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__top
    h6 {
    font-size: 12px;
    color: #363636;
    font-weight: 300;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot {
    width: 100%;
    height: auto;
    display: inline-flex;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__image
    ul
    li
    .spec__bot
    span {
    font-size: 6px;
    color: #000;
    font-weight: 300;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content {
    width: 100%;
    height: auto;
    padding: 10px 50px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-old {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    .fi__price
    .fip-new {
    font-size: 30px;
    color: #9ac93b;
    font-weight: 600;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    p {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    p
    em {
    font-style: normal;
    color: red;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    span {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    padding-top: 9px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__content
    span
    em {
    font-style: normal;
    color: #9ac93b;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__buttons {
    width: 100%;
    height: 40px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    margin: 18px 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background-color: #ffe400;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button
    img {
    margin-right: 12px;
    width: 22px;
    height: 19px;
    object-fit: contain;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:first-child {
    width: 76px;
    min-width: 76px;
    background-color: #eeeeee;
}
.profile__page
    .profile__right
    .pr__items
    .featured__item
    .featured__item-inside
    .fi__buttons
    button:hover {
    background-color: #fff;
}

.socials {
    position: fixed;
    top: 300px;
    right: -1px;
    width: 95px;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffe400;
    z-index: 999;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    overflow: hidden;
}
.socials .socials__item {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffe400;
    background-color: #000;
}
.socials .socials__item:last-child {
    border: 0px;
}
.socials .socials__item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.socials .socials__item:hover {
    background-color: #ffe400;
}
.socials .socials__item:hover img {
    filter: brightness(0);
}

.slick-dots {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.slick-dots li {
    list-style: none;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #e7e7e7;
    margin: 0px 6px;
    text-indent: -9999px;
    background-color: #fff;
}
.slick-dots li.slick-active button {
    background-color: #ffe400;
    border: 0px;
}

.product__page {
    width: 100%;
    height: auto;
}
.product__page .pp__breadcrumb ul {
    display: flex;
}
.product__page .pp__box {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #fff;
    padding: 33px;
}
.product__page .pp__box .pp__product {
    width: 100%;
    height: auto;
}
.product__page .pp__box .pp__product .product__title {
    width: 100%;
    height: auto;
}

.product__page .pp__box .pp__product .product__title h3 {
    font-size: 50px;
    color: #363636;
    font-weight: 600;
}
.product__page .pp__box .pp__product .product__block {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 40px;
}
.product__page .pp__box .pp__product .product__block .product__content {
    width: 100%;
    height: auto;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__image {
    width: 50%;
    height: auto;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__image
    img {
    width: 100%;
    object-fit: contain;
    max-height: 420px;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__list {
    width: 50%;
    height: auto;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__list
    ul
    li {
    list-style: none;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__list
    ul
    li:nth-child(odd) {
    background-color: #f2f2f2;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__list
    ul
    li
    span {
    display: inline-flex;
    width: 60%;
    font-size: 18px;
    font-weight: 400;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__content
    .product__list
    ul
    li
    b {
    font-size: 18px;
    font-weight: 700;
}
.product__page .pp__box .pp__product .product__block .product__short {
    min-width: 365px;
    width: 365px;
    margin-left: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.product__page .pp__box .pp__product .product__block .product__short .ps__top {
    width: 100%;
    height: auto;
    display: flex;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__top
    .ps__top-item {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__top
    .ps__top-item
    .pi__image {
    width: 100%;
    height: 54px;
    display: flex;
    background-color: #f2f2f2;
    justify-content: center;
    align-items: center;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__top
    .ps__top-item
    .pi__content {
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__top
    .ps__top-item
    .pi__content
    span {
    font-size: 24px;
    font-weight: 400;
    color: #9ac93b;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__top
    .ps__top-item:first-child {
    border-right: 1px solid #fff;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content {
    width: 100%;
    height: auto;
    padding: 20px 35px;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    ul
    li {
    list-style: none;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    ul
    li
    span {
    display: inline-flex;
    width: 55%;
    font-size: 25px;
    font-weight: 400;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    ul
    li
    b {
    font-size: 25px;
    display: inline-flex;
    width: 45%;
    justify-content: flex-end;
}

.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    .ps__content-short {
    width: 100%;
    height: auto;
    padding-top: 10xp;
    display: flex;
    justify-content: flex-end;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    .ps__content-short
    p {
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__content
    .ps__content-short
    p
    span {
    color: red;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__quantity {
    width: 100%;
    height: 70px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #f2f2f2;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__quantity
    .psq {
    width: 33.33%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    cursor: pointer;
}
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__quantity
    .psq input{
        width:100%;
        height:40px;
        border:0px;
        text-align: center;
        font-size:30px;
    }
.product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__button {
        width:100%;
        height:auto;
    }
    .product__page
        .pp__box
        .pp__product
        .product__block
        .product__short
        .ps__button button{
            width:100%;
            height:70px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            background-color: #FFE400;
            display:inline-flex;
            justify-content: center;
            align-items: center;
            font-size:30px;
            font-weight: bold;
            color:#2f2f2f;
            border:0px;
        }
        
    .product__page
    .pp__box
    .pp__product
    .product__block
    .product__short
    .ps__button button img{
        margin-right:10px;
        filter:brightness(0);
    }

.pagination-v2 > li > a, .pagination-v2 > li > span{
    display:block !important;
    background-color: #ffe400 !important;
    border:1px solid #ffe400 !important;
}

.post .post__block .post__title h1{
    color:#ffe400 !important;
}
.login .login__button button{
    background-color: #ffe400 !important;
}
.login .login__button p a{
    color:#2f2f2f !important;
}