.partner-img {
    width: 70%;
}

.footer-total .info-amount {
    flex-shrink: 0; 
}

.cf-cities {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    list-style: none;
    display: flex !important;
}

.cf-cities a {
   color: var(--bs-modal-color);
   text-decoration: none; 
}

.cf-cities a:hover {
	color: var(--main-color)
}

.btn-close {
    width: 10px;
    height: 10px;
    opacity: var(--bs-btn-close-opacity);
}

.product-details {
    align-items: flex-start;   
}

.common-page-form {
	margin-top: 7.5rem
}

.common-page-form .form-title {
	text-align: left
}

@media (min-width:768px) {
	.common-page-form {
		margin-top: 10rem
	}
}

@media (min-width:992px) {
	.common-page-form {
		flex-direction: row;
		margin-top: 13rem
	}
}

@media (min-width:768px) {
	.common-page-form .form {
		gap: 1.6rem;
		display: flex
	}

	.common-page-form .form .fields-wrapper,
	.common-page-form .form .btn {
		flex-basis: 50%
	}

	.common-page-form .form .btn {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.common-page-form .form {
		flex-direction: column;
		flex-shrink: 0;
		flex-basis: 42.2rem
	}
}

#office-auth-form .form-control, 
#office-profile-form .form-control 
{
    height: auto;
}

#office-auth-form .btn {
    width: inherit;
}

#office-profile-form .btn {
    width: inherit;
}

.cart-info-footer-p {
    max-width: none !important;
}

.info-amount-title {
     flex-shrink: 0;
}

.product-order-modal {
    padding: 10px;
    background-color: #323331;
}

.product-order-modal .modal-header {
    align-items: start;
}

.product-order-modal .modal-header,
.product-order-modal .modal-footer
{
    border: none;
}

.product-order-modal .btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    color: #fff;
}

@media (min-width: 768px) {
    .product-details-form {
        margin-top:1rem
    }
}





@media print {
    * {
        color: blue;   
    }
}



.breadcrumbs-section {
    padding: 10px 0;
}

:root {
    --bs-breadcrumb-font-size: 1.6rem
}
