.black_price {color:#000 !important;}
font.tablebodytext {display:none;}

.cart_ovr .cart_right .bin_ovr .btm_col .buy_main {
	border-radius: 37px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	right: auto;
	width: calc(100% - 20px);
	bottom: 10px;
	border: 1px solid #000;
	transition: all .5s ease;
}
.cart_ovr {
	padding-bottom: 20px;
}
.cart_ovr .cart_right .bin_ovr .btm_col .buy_main:hover {
	border-color: rgba(0,0,0,.4);
	background: transparent;
	color: #000;
}
.cart_ovr .cart_right .bin_ovr .btm_col {
	padding-bottom: 65px;
}

#bx-soa-order {
	max-width: 1920px;
	padding: 0 43px;
}

.bx-soa-section {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}
.bx-soa-section-title-container {
	background: #fff;
}

.bx-soa-section-title {
	color: #75a971;
	font: normal 16px/16px Golos;
	letter-spacing: -0.015em
}

#bx-soa-order-form {
	padding-top: 45px;
}
.bx-soa-price-free {
	color: #75a971;
	font: normal 18px/18px Golos;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
	background: #75a971;
	border-color: #75a971;
}

.bx-soa-section.bx-step-completed {
	border-color: #75a971;
}

.bx-soa-cart-total {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}
.bx-soa-cart-total-line {
	padding: 16px 7px;
}
.bx-soa-cart-t,
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
	font: normal 18px/18px Golos;
	color: #888;
}
.bx-soa-cart-d {
	font: normal 18px/18px Golos;
	color: #121212;
}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2),
.bx-soa-cart-total-line {
	border-color: #ebebeb;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font: 600 20px/20px Golos;
	color: #121212;
}

.form-control {
	background: #fff;
	border-color: #e5e5e5;
}

.s-info-text {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bx-selected .pay-info {
	display: block;
}

.pay-info {
	display: none;
	padding-top: 25px;
	padding-bottom: 10px;
}

.pay-info .pi-content {
	padding: 15px 10px;
	background: #FCF8E3;
}

.pay-info .pi-content p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #8A6D3B;
}

.pay-info .pi-content p:last-child {
	margin-bottom: 0px;
}

.pay-cards {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pay-cards .pc {
	margin-right: 22px;
}
.pay-cards .pc:last-child {
	margin-right: 0px;
}
.pay-cards .pc img {
	display: block;
	max-width: 100%;
}

.tf_desc .arrow_flt {
	transform: rotate(180deg);
}

#apiship_button {
	padding: 3px 40px;
}

.product_ovr .pr_rows .pr_cols .bot_line_mob .buy_btn_mob {
    max-width: 140px;
}

.where_to_buy {
    padding: 45px 35px;
    border-radius: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.where_to_buy .blc_pp_wt {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
}
.where_to_buy .tb_btn {
    margin-bottom: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font: 500 16px/16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.where_to_buy .tb_btn:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
	.bx-soa-cart-total {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1000px) {
	#bx-soa-order {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#bx-soa-order .bx-soa {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
	}
	#bx-soa-order .bx-soa-sidebar {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
	}
}
@media only screen and (max-width: 768px) {
	.s-info-text {
		margin-top: 20px;
	}
}

.main-user-consent-request input {
	-webkit-appearance: auto;
    -moz-appearance: auto;
}

.main-user-consent-request span {
	font-size: 16px;
}


@media (min-width: 771px) {
	.where_to_buy .tb_btn {
        cursor: pointer;
    }
    .where_to_buy .tb_btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000;
    }
}

@media (max-width: 1550px) {
	.where_to_buy .tb_btn {
        padding: 8px 18px;
    }
}
@media (max-width: 1450px) {
	.where_to_buy .tb_btn {
        font: 500 15px/15px Golos;
    }
}
@media (max-width: 1366px) {
	.where_to_buy .blc_pp_wt {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
	.where_to_buy .blc_pp_wt {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
	.where_to_buy .blc_pp_wt {
        max-width: 100%;
        margin: 0 auto;
    }
}

.b24-widget-button-position-bottom-right{
	bottom: 120px !important;
}

@media (max-width: 950px) {
	.header .line-1 .btn {
		display: block;
		margin-left: 0;
	}
	#header .line-1 .a-center {
		justify-content: space-between;
	}
	#header .line-1 .a-center .logo {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		height: 23px;
	}
	#header .buttons_flex{
		display: flex;
	}
}