/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

#registraion-page-form .input select { width: 100%; }
#registraion-page-form .input img.calendar-icon { position: absolute; right: 12px; top: 12px; }

.catalog-detail .tabs .nav-tabs li:not(.active) a, .catalog-detail .tabs .nav-tabs li:not(.active) > span {
	background-color: rgb(239, 240, 242) !important;
	color: rgb(34, 34, 40) !important;
}

.ask-block__container {
	display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 16px;
    padding-top: 0px;
}

.ask-block__container .ask-block__button {
	width: -webkit-fill-available;
}

.ask-block__container .btn {
	width: 100%;
}

.ask-block__container .ask-block__icon {
	margin-bottom: 10px;
}