.social-office-content {
	border-bottom: none !important;
}

section.shop-sec h5.ottawa {
	font-family: "visbycf-medium";
	font-size: 16px;
}
section.shop-sec .radio {
	background: #c92f2f !important;
}
section.shop-sec .radio:checked::after {
	background: #fff !important;
}
section.shop-sec span.plan-details p {
	padding-right: 30px;
	font-family: "visbycf-medium";
}
section.shop-sec .card {
	background-color: #171717 !important;
}
.add-radio-new-address {
	background-color: #171717 !important;
	text-align: center;
	padding: 12px;
}
.address-img img {
	background: #1e1e1e;
	width: 70px;
	height: 70px;
	object-fit: scale-down;
	border-radius: 50%;
}
.add-new-addresss-img-heading h4 {
	font-size: 19px;
	margin-top: 10px;
}
.add-radio-new-address {
	background-color: #171717 !important;
	text-align: center;
	padding: 25px 0;
}
.text-payment {
	display: flex;
	align-items: end;
	justify-content: end;
	padding-bottom: 20px;
}
.product-row {
	background: #171717;
	padding: 22px;
}
section.shop-sec .review-content {
	margin-top: 20px;
}
section.shop-sec .relatively-boutique h6 {
	font-family: "visbycf-bold";
	font-size: 16px;
	margin-bottom: 5px;
	color: #c92f2f;
	margin-top: 5px;
}
span.color-dot.color3 {
	background: #9747ff;
}
span.color-dot.color1 {
	background: #ffb627;
}
section.shop-sec span.color {
	border-left: 1px solid #c92f2f;
	padding-left: 10px;
	margin-left: 8px;
}
section.shop-sec {
	/* padding-bottom: 110px; */
}
.coupon-code-div {
	position: relative;
	margin-top: 30px;
}
.coupon-code-div button.btn.btn-secondary {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-transform: capitalize;
	width: 110px;
}
.coupon-code-div input.coupon-code::placeholder {
	color: #ffffff;
	font-family: "visbycf-demibold";
	font-size: 13px;
	transition: 0.8s;
}
.coupon-code-div input.coupon-code:hover::placeholder {
	color: #c92f2f;
}
.coupon-code-div input.coupon-code {
	width: 100%;
	padding: 10px 25px;
	background: #222224;
	border: 0;
	color: #fff;
	border-radius: 20px;
}
section.shop-sec.checkout .relatively-boutique h5 {
	font-family: "visbycf-bold";
	font-size: 16px;
	margin-bottom: 2px;
	color: #d7d7d7;
}
section.shop-sec.checkout .qty-dollar h4 {
	font-family: "visbycf-bold";
	font-size: 20px;
	margin-bottom: 4px;
}
section.shop-sec.checkout .qty-dollar h5 {
	font-family: "visbycf-medium";
	font-size: 14px;
	color: #c92f2f;
}
.product-row h4 {
	color: #d7d7d7;
	font-family: "visbycf-demibold";
	font-size: 20px;
}
span.order-total-wrapper {
	font-family: "Melodrama-Bold";
	font-size: 25px;
	color: #ffffff;
}
span.order-total-doller {
	font-family: "visbycf-bold";
	font-size: 23px;
	color: #fff;
}
section.shop-sec.checkout .order-details-wrapper h6 {
	font-family: "visbycf-demibold";
	font-size: 18px;
	color: #d7d7d7;
}
section.shop-sec.checkout {
	padding-bottom: 70px;
}
.coupon-code-div input.coupon-code:focus {
	/* border-color: var(--first-color);
	box-shadow: 0 0 0 0.25rem rgb(201 47 47 / 50%); */
}
@media (max-width: 1367px) {
	section.shop-sec.checkout .qty-dollar h4 {
		font-size: 16px;
		white-space: nowrap;
	}
	section.shop-sec.checkout .qty-dollar h5 {
		font-size: 13px;
		white-space: nowrap;
	}
	section.shop-sec.checkout .order-details-wrapper h6 {
		font-size: 16px;
	}
	span.dollar-total {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.text-payment {
		position: absolute;
		bottom: -75px;
		right: 10px;
	}
}
@media (max-width: 325px) {
	.coupon-code-div input.coupon-code {
		padding: 10px;
	}
}