.politika {
    margin: 0 auto 15px;
    font-size: 16px;
    width: 390px;
    color: #000;
    padding: 10px;
    position: relative;
}
.custom-checkbox {
    width: 385px !important;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 10px;
    z-index: 1 !important;
    opacity: 1 !important;
}
.custom-checkbox:checked {
    animation: none;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
input.field {
    background: #fbfbfb !important;
    padding: 0 !important;
    text-align: center;
}
.radio-select {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.radio-select.center {
    justify-content: center;
    margin: 15px 0;
}
.radio-item {
    position: relative;
}
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio-select.center .custom-radio+label {
    padding: 5px 10px;
}
.custom-radio+label {
    display: flex;
    align-items: center;
    user-select: none;
    margin: 3px 0;
    padding: 5px 0 5px 10px;
    cursor: pointer;
    width: auto;
}
.custom-radio+label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D0CFCF;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
}
.custom-radio+label div {
    display: flex;
    width: 390px;
}
.custom-radio+label span {
    width: 160px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    color: #444;
}
.custom-radio:checked+label {
    border-radius: 7px;
    outline: 1px solid #222
}
.custom-radio:checked+label::before {
    border-color: #222;
}
.custom-radio:checked+label::after {
    content: '';
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    background: #656565;
    border-radius: 50%;
    box-sizing: border-box;
}
.offer_section.top-section {
    padding: 0;
}
.japan-quality {
    position: absolute;
    right: 15px;
    top: 100px;
    width: 100px;
}
.footer_section p {
    font-size: 14px;
    margin: 15px 0;
}
.footer_section a {
    color: inherit;
    display: block;
}
.qr_codes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10px;
}
.qr_codes > div {
    width: 130px;
}
.qr_codes__name {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
    margin-bottom: 6px;
    width: 100%;
    color: #000;
    text-align: center;
}
.qr_codes__name img {
    display: inline-block;
    margin: 0;
    width: 25px;
    vertical-align: bottom;
}
.banner-new {
    position: relative;
    margin: 20px 10px 30px;
    background-color: #000;
    background-position: right;
    color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    overflow: hidden;
}
.banner__wrap {
    width: 350px;
    padding: 20px 11px 20px 15px;
}
.banner_header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.banner_header img {
    width: 110px;
}
.banner-new .info {
    font-size: 14.5px;
}
.banner-new .info a {
    color: #fff;
    position: relative;
}
.banner-new .info a::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../fonts/up_logo.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: bottom;
}
.banner-img {
    position: absolute;
    background: #fff;
    top: -10px;
    right: -10px;
    width: 110px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60% 0 0 60%; 
}
.banner-img img {
    width: 65px;
}
.yved {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    display: none;
    z-index: 9999;
}
.yvedf1 {
    background-color: #363636;
}
.yvedf2 {
    background-color: #CD5555;
}
.img-loading {
    display: none;
    width: 50px;
    margin: 0 auto;
}


.order_steps_list3 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 30px;
}
.order_steps_list3 .step_item {
	position: relative;
	padding: 15px 10px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 200px;
}
.order_steps_list3 .step_item::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 10px;
	background-size: contain;
}
.order_steps_list3 .step_item:nth-child(even):after {
	content: none;
}
.order_steps_list3 .step_item:nth-child(1)::before {
	background-image: url(../fonts/order-step.svg);
}
.order_steps_list3 .step_item:nth-child(2)::before {
	background-image: url(../fonts/phone-step.svg);
}
.order_steps_list3 .step_item:nth-child(3)::before {
	background-image: url(../fonts/delivery-step.svg);
}
.order_steps_list3 .step_item:nth-child(4)::before {
	background-image: url(../fonts/repeat-step.svg);
}

.order_steps_list3 .step_item h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
    color: #474747;
}
.order_steps_list3 .step_item p {
	font-size: 15px;
	line-height: 19px;
}

.free_delivery {
    display: flex;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.free_delivery p {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}
.free_delivery p span {
	display: block;
	font-size: 17px;
}
.work-hours b {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.work-hours b::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.hot-line {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    margin: 20px 10px;
    padding: 15px 10px;
}
.hot-line p {
    text-align: center;
    font-size: 16px;
}
.consult .btn {
    margin-bottom: 0;
}

.pulse-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-color);
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    padding: 8px 9px 14px 6px;
}
.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }
    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}

.google-reviews {
	background: #fff;
    padding: 20px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
}
.g-left {
	display: flex;
	flex-direction: column;
}
.g-left img {
	width: 100px;
}
.google-link {
	border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: inherit;
    background-color: rgb(25, 123, 255);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 20px;
}
.google-info {
	font-weight: 700;
    font-size: 19px;
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 5px;
    margin-top: 5px;
}

.tov-info-text,
.btn.add-to-order,
.price_up.old {
    display: none;
}
.tov-item {
    text-decoration: none;
    color: #000;
    text-align: center;
    position: relative;
}
.tov-item.upsellOnly {
    display: none;
}
.tov-left-cont {
    position: relative;
    padding: 7px;
    margin: 13px;
    border: 1px solid #adadad;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tov-item-sale {
    position: absolute;
    background-color: #ee3738;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    z-index: 20;
    line-height: 26px;
    pointer-events: none;
    margin-left: 0;
    left: 2px;
    top: 7px;
    height: 26px;
    width: 50px;
}
.tov-item-sale::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 7px 0;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    border-right-color: #c40026;
    
}
.tov-item-sale::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 7px 0;
  border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.tov-info {
    padding: 0 15px;
}
.tov-info h3 {
    font-weight: 400;
}
.price_up {
    font-size: 0;
}
.price_up > span {
    font-size: 20px;
    font-weight: 700;
}
.btn.details {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 35px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ee3737;
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.delivery-string {
	max-width: 480px;
    margin: auto;
    padding: 5px 0;
    background: #ee3738;
}
.ds-items__wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 20px;
}
.ds-items {
	flex-shrink: 0;
	display: flex;
	gap: 20px;
	counter-reset: item;
	justify-content: space-around;
	min-width: 100%;
}
.ds-item {
	flex: 0 0 auto;
    counter-increment: item;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.marquee {
	animation: scroll 20s linear infinite;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}

.order_steps_section {
	padding: 10px 20px 20px;
}
.order_steps_section h2.title,
.related-products h2.title {
	text-align: center;
}
.related-products {
    position: relative;
}
.dragler {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 10px;;
}


/* footer */

.footer_section {
	padding: 25px 0;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #111;
}