:root {
    --bs-blue-custom: #0092F1;
    --bs-grey-custom: #C4C4C4;
    --bs-grey-dark-custom: #4F4F4F;
    --bs-main-background: #F0F1F5;
;
}

body{
    font-family: Proxima Nova;
    font-size: 12px;
    box-sizing: border-box;
    color: var(--bs-grey-dark-custom);
    background: #f0f1f5;
}

body.no-scroll {
	position: fixed;
	overflow: hidden;
}

body.fancybox-active {
    overflow: hidden;
}

ul {
     padding-left: 0;
}

ul li {
    list-style-type: none;
}
/*** fancybox ***/
.fancybox-slide--html{
    padding: 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 31px 16px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    max-height: 92vh;
    max-width: 500px;
    top: -3vh;
}
/*** bootstrap ***/

.btn:focus,
.btn-check:focus + .btn{
    box-shadow: none;
}

.btn.btn-primary {
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13.4px;
    text-align: center;
    padding: 11px 29px;
    background: #0092F1;
    border: none;
}

/*** header ***/
.back-link__wrapper {
    min-height: 56px;
    padding: 17px 50px;
}

.back-link__wrapper .back_link__block {
    height: 100%;
}

.back-link__wrapper .back_link {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.92px;
    text-decoration: none;
    color: #616161;
    display: block;
    position: relative;
}

.back-link__wrapper .back_link::before {
    content: '';
    display: block;
    position: absolute;
    border-left: 2px solid #616161;
    border-bottom: 2px solid #616161;
    top: 7px;
    left: -33px;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
}

.currency__wrapper {
    background-color: #CADBE7;
    padding: 10px;
    min-height: 39px;
}
.currency__wrapper .currency-item {
    font-family: Roboto;
}

.currency__wrapper .currency-tab {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: var(--bs-blue-custom);
    margin-right: 8px;
}

.currency__wrapper .currency-data {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}

.currency__wrapper .currency-data::after {
    font-family: "Font Awesome 5 Pro";
    padding: 0px 2px;
    font-weight: 500;
    font-size: 12px;
}

.currency__wrapper .currency-data.up::after {
    content: "\f176";
    color: green;
}

.currency__wrapper .currency-data.down::after {
    content: "\f175";
    color: red;
}

/*** workarea ***/

/*** main banner***/

.banner-list__wrapper {
    margin-bottom: 12px;
}

.banner-list__wrapper .banner-item {
    background-color: #fff;
    position: relative;
    display: flex;
    padding: 8px 25px 8px 5px;
    border-radius: 4px;
    align-items: center;
}

.banner-list__wrapper .banner-item .banner-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.banner-list__wrapper .banner-item .image_main__wrapper {
	margin-right: 10px;
}

.banner-list__wrapper .banner-item .second-picture__wrapper {
    position: absolute;
    right: -8px;
    top: -15px;
    z-index: 1;
}

.banner-list__wrapper .banner-item .title-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.4px;
}

.banner-list__wrapper .banner-item .description-text {
    font-size: 11px;
    font-weight: 700;
    line-height: 13.4px;
    text-align: left;
}


/*** product tab ***/
.product__wrapper {
    padding-top: 12px;
    background-color: var(--bs-main-background);
    padding-bottom: 12px;
}

.product__wrapper .nav-item {
    padding: 0 5px;
}

.product__wrapper .nav-pills .nav-link {
    color: #4F4F4F;
    background-color: var(--bs-grey-custom);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.62px;
    text-align: center;
    width: 100%;
    min-height: 34px;
}


.product__wrapper .nav-pills .nav-link.active,
.product__wrapper .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--bs-blue-custom);
}

.menu-slider .swiper-wrapper.nav {
	flex-wrap: nowrap;
	border: none;
}

.swiper-wrapper.nav-tabs .nav-link {
	padding: 0;
	width: calc(50% - 14px);
	margin-right: 7px;
	margin-left: 7px;
}

.swiper-wrapper.nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border: none;
}

.menu-slider .product-tab{
        border-radius: 8px;
        font-size: 11px;
        font-weight: 600;
        line-height: 13.4px;
        text-align: center;
        padding: 11px 29px;
        background: #C4C4C4;
        border: none;
}

.menu-slider .swiper-slide .product-tab.active {
	background-color: #0092F1;
	color: #fff;
}

.product__wrapper .card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 8px;
	padding: 8px 0;
	border: none;
	align-items: center;
	text-align: center;
	height: 100%;
}

.product__wrapper .card .bank-label__wrapper {
    align-self: flex-end;
    /*margin-right: 12px;
    margin-bottom: 7px;*/
}

.product__wrapper .card .bank-label__wrapper img {
    max-width: 52px;
    max-height: 14px;
    height: auto;
    width: auto;
}

.product__wrapper .card .card-img__wrapper a {
    display: block;
    max-width: 100px;
    max-height: 63px;
}

.product__wrapper .card .card-body {
    padding: 0.4rem 1rem 0rem;
}

.product__wrapper .card .card-name a {
    font-weight: 700;
    line-height: 14.62px;
    text-decoration: none;
    color: var(--bs-grey-dark-custom);
    font-size: 14px;
}

.product__wrapper .credit.card .card-name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.49px;
}

.product__wrapper .card .card-type {
    font-weight: 400;
    line-height: 14.62px;
}

.product__wrapper .card-info {
    width: 100%;
    margin: 0 0 5px;
}

.product__wrapper .card-info.fullwidth {
    margin: 0;
}

.product__wrapper .card-info .info-item {
    border: 1px solid #f4f4f480;
    padding: 4px 2px;
    width: 50%;
    border-left: none;
    border-right: 0;
}

.product__wrapper .card-info.fullwidth .info-item {
    width: 100%;
    border-left: none !important;
    border-bottom: none !important;
}

.product__wrapper .card-info.fullwidth .info-item:last-of-type {
    border-bottom: none !important;
}

.product__wrapper .card-info .info-item:last-of-type {
	border-left: 1px solid #f4f4f480;
}

.product__wrapper .card-info .info-item.percent {
    border-left: none;
}

.product__wrapper .card-info .info-item.cashback {
    border-right: none;
}

.product__wrapper .card-info .info {
    font-size: 12px;
    font-weight: 700;
    line-height: 13.4px;
    margin-bottom: 0;
}

.product__wrapper .card-info .title {
    line-height: 10px;
    font-size: 10px;
}

.product__wrapper .news-list-more .btn {
    font-size: 8px;
    font-weight: 600;
    line-height: 9.74px;
    text-align: left;
    color: #979797;
    padding: 0 5px;
}

.product__wrapper .news-list-more .btn.btn-primary {
    color: #fff;
    padding: 7px 25px;
    border-radius: 8px;
    background-color: #0092F1;
    border-color: #0092F1;
    font-size: 10px;
}

/*** credit product ***/
.product__wrapper .card.credit .bank-label__wrapper {
    align-self: center;
    margin: 39px 12px 7px;
    min-height: 33px;
}

.product__wrapper .card.credit .bank-label__wrapper img {
    max-width: 123px;
    max-height: 33px;
    height: auto;
    width: auto;
}

.product__wrapper .card.credit .card-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.49px;
}

.product-item__wrapper{}

/**** DETAIL CARD ****/
.product-item__wrapper .news-detail-img{
    position: relative;
    margin: 18px 0;
    text-align: center;
}

.product-item__wrapper .news-detail-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.product-item__wrapper .news-detail-title,
.product-item__wrapper .news-detail-title a {
    margin: 0;
    margin-top: 6px;
    padding: 2px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.23px;
    color: #616161;
    background: #ECECEC;
    border-radius: 8px;
}

.news-detail .card-title a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
    padding-bottom: 5px;
    color: #a4a4a4;
    white-space: nowrap;
    font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
    width: 13px;
    color: #b4b4b4;
}

.news-detail-tags {
    padding-bottom: 5px;
    color: #a4a4a4;
    font-size: 13px;
}

.news-detail-content {
    margin-bottom: 5px;
    font-size: 14px;
}

.news-detail-content {
    margin-bottom: 5px;
    font-size: 14px;
}

.news-detail-body .accordion-item {
    background: #ECECEC;
    border-radius: 8px;
    border: none;
    margin-bottom: 15px;
}

.news-detail-body .accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-detail-body .accordion-item:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.news-detail-body .accordion-button {
    color: #4F4F4F;
    background-color: #ECECEC;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.27px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 29px;
}

.news-detail-body .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-detail-body .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.news-detail-body .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.news-detail-body .accordion-button:not(.collapsed) {
    color: #4f4f4f;
    background-color: #ECECEC;
    box-shadow: none;
}

.news-detail-body .accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.news-detail-body .accordion-body {
    padding: 15px 29px;
}

.news-detail-body .field-table {
    margin-bottom: 6px;
    border-bottom: 1px dashed #4f4f4f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-detail-body .table-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 15.83px;
	text-align: left;
	min-width: 30%;
}

.news-detail-body .table-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.83px;
    text-align: left;
}

.product-item__wrapper .btn.all-card.arrow {
    font-size: 15px;
    font-weight: 700;
    line-height: 18.27px;
    color: #1981BB;
    display: flex;
    align-items: stretch;
}

.product-item__wrapper .btn.all-card.arrow::before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    padding-right: 10px;
}

.filter-top__wrapper .filter-button {
    width: 100%;
}
.filter-top__wrapper .filter-button .svg-inline--fa{
    margin-right: 5px;
}

.filter-top__wrapper .search-form .input-group {
    position: relative;
}

.filter-top__wrapper #searchInput-card,
.filter-top__wrapper #searchInput-credit {
    border: 1px solid #F0F1F5;
    width: 100%;
    padding-right: 30px;
    border-radius: 8px;
}

.filter-top__wrapper .search-form .input-group-append {
    position: absolute;
    right: 9px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.filter-top__wrapper .search-form .input-group-append .btn {
    background: transparent;
    color: #4F4F4F;
    padding: 0;
    font-size: 18px;
}

.filter-bottom__wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
    height: 100%;
    background: #0000009C;
    z-index: 15;
}

.filter-bottom__wrapper.active{
    display: block;
}

.filter-bottom__wrapper .catalog-filter {
	font-family: Proxima Nova;
	background: transparent;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	max-height: 90vh;
}

.filter-bottom__wrapper .catalog-filter .btn {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.62px;
}

.filter-bottom__wrapper .btn-outline-secondary {
    color: #4F4F4F;
    border-color: #F0F1F5;
}

.filter-bottom__wrapper .btn-outline-secondary:hover {
    color: #4F4F4F;
    background-color: #fff;
    border-color: #4F4F4F;
}


.filter-bottom__wrapper .filter-form {
    background: #fff;
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    padding-right: 0;
    padding-left: 0;
}

.filter-bottom__wrapper .bx-filter-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.92px;
    padding: 20px 21px 14px;
}

.filter-bottom__wrapper .catalog-filter .btn {
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.62px;
	width: 100%;
}

.filter-bottom__wrapper .catalog-filter .reset .btn {
    float: right;
}

.filter-bottom__wrapper .bx-filter-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 21.92px;
	padding: 20px 21px 14px;
	border-bottom: 1px solid #F0F1F5;
	height: 64px;
}

.filter-bottom__wrapper .bx-filter-body {
	overflow: auto;
	height: calc(90vh - 130px);
}

.filter-bottom__wrapper .bx-button-body {
	max-height: 65px;
	background: #fff;
}

.filter-bottom__wrapper .catalog-filter-block-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.49px;
}

.filter-bottom__wrapper .catalog-filter-block {
    border-bottom: 1px solid #F0F1F5;
    padding: 15px 24px;
}

.filter-bottom__wrapper .smart-filter-parameters-box-title {
    position: relative;
    display: inline-block;
    padding: 14px 24px 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.49px;
}

.filter-bottom__wrapper .smart-filter-block {
    display: block;
    box-sizing: content-box;
    transition: padding .3s ease;
    border-bottom: 1px solid #F0F1F5;
    padding: 14px 24px;
}

.filter-bottom__wrapper .smart-filter-block .form-check {
    padding: 0;
    margin: 5px 5px;
}

.filter-bottom__wrapper .btn.btn-outline-filter {
    color: #979797;
    border: 1px solid #F0F1F5;
    padding: 7px 20px 6px;
}

.filter-bottom__wrapper .btn.btn-outline-filter:hover {
    color: #4F4F4F;
    border: 1px solid #4F4F4F;
}

.smart-filter-input-group-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filter-bottom__wrapper .form-check-input:checked + .btn.btn-outline-filter {
    color: #0092F1;
    border: 1px solid #0092F1
}
/*** ajax form ***/

.fancybox-slide {
    padding: 0;
}

.form__wrapper .form-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.36px;
}

.form__wrapper .form-card-img {
    margin-right: 3px;
    margin-left: 12px;
}

.form__wrapper .form-card-img img {
    height: 28px;
    width: auto;
}

.form__wrapper .form-card-info {
    margin-top: 19px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.form__wrapper .form-card-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.05px;
    color: #000;
}

.form__wrapper .form-bonus-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.83px;
    margin-bottom: 12px;
}

.form__wrapper .form-bonus-item {
    background: #ECECEC;
    border-radius: 8px;
    padding: 10px 10px 10px 51px;
    margin-bottom: 4px;
}

.form__wrapper .form-bonus-name {
    font-size: 11px;
    font-weight: 700;
    line-height: 13.4px;
}

.form__wrapper .form-bonus-text {
    font-size: 10px;
    font-weight: 300;
    line-height: 12.18px;
}

.form__wrapper .form-bonus-item__wrapper {
    margin-bottom: 15px;
}

.form__wrapper .form-bonus-item {
    background: #ECECEC;
    border-radius: 8px;
    padding: 10px 10px 10px 51px;
    margin-bottom: 4px;
    position: relative;
}

.form__wrapper .form-bonus-item::before {
    content: '\f00c';
    position: absolute;
    left: 13px;
    font-size: 27px;
    font-family: "Font Awesome 5 Pro";
    top: 4px;
    color: green;
}

.form__wrapper .error .form-check-label::before {
    border-color: #f00;
}

.form-control:focus {
    color: #4f4f4f;
    box-shadow: none;
}
.form__wrapper .form-control-item {
    margin-bottom: 4px;
}

.form__wrapper .form-control.custom {
    padding: 15px 25px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.05px;
    border-radius: 8px;
    border-color: #c4c4c4;
}

.form__wrapper .form-control.custom:focus {
    box-shadow: none;
}

.form__wrapper .form-control-item .error-message {
    font-size: 8px;
    font-weight: 400;
    line-height: 9.74px;
    color: #ff0000;
    display: none;
    margin: 5px 0px;
}

.form__wrapper .form-control-item.error .form-control.custom {
    border-color: #ff0000;
    color: #ff0000;
}
.form__wrapper .form-control-item.error .form-control.custom::-webkit-input-placeholder {
    color: #ff0000;
}
.form__wrapper .form-control-item.error .form-control.custom:-moz-placeholder {
    color: #ff0000;
}
.form__wrapper .form-control-item.error .form-control.custom::-moz-placeholder {
    color: #ff0000;
}
.form__wrapper .form-control-item.error .form-control.custom:-ms-input-placeholder {
    color: #ff0000;
}

.form__wrapper .form-control-item.error .error-message {
    display: block;
}

.form__wrapper .form-info {
    font-size: 8px;
    font-weight: 400;
    line-height: 9.74px;
    margin-top: 11px;
    margin-bottom: 5px;
}

.form__wrapper .form-check {
    font-size: 8px;
    font-weight: 400;
    line-height: 9.74px;
    margin-top: 11px;
    display: block;
    padding-left: 29px;
}

.form__wrapper .form-check input {
    display: none;
}

.form__wrapper .form-check-label {
    position: relative;
    padding-top: 2px;
    display: inline-block;
    height: 21px;
    width: 100%;
    cursor: pointer;
}

.form__wrapper .link {
    font-weight: 700;
    color: #000;
}

.form__wrapper .form-check-label::before {
    content: '';
    border: #c4c4c4 1px solid;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: -29px;
    top: 0;
}

.form__wrapper .form-check-input:checked + .form-check-label::after {
    content: '\f00c';
    position: absolute;
    left: -26px;
    font-size: 17px;
    font-family: "Font Awesome 5 Pro";
    top: 5px;
    color: var(--bs-grey-dark-custom);
}


.form__wrapper .form-button__wrapper {
    text-align: center;
    margin-top: 15px;
}

.ajax-success__wrapper .success-image__wrapper {
    text-align: center;
    color: #20BF55;
    font-size: 126px;
    line-height: 126px;
}

.ajax-success__wrapper .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.49px;
    text-align: center;
    color: #20BF55;
}
.ajax-success__wrapper .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.05px;
    text-align: center;
}

.ajax-success__wrapper .success-button__wrapper {
    text-align: center;
    margin-top: 26px;
}

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #0092F1;
}

.smart-filter-slider-ruler {
    display: none;
}

.min-price,
.max-price {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    background-color: #fff;
    border: none;
    color: #4f4f4f;
    padding: 0;
    max-height: 20px;
}

.min-price.form-control[readonly],
.max-price.form-control[readonly] {
    background-color: #fff;
}

.smart-filter-slider-range {
	z-index: 80;
}

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 7px;
}

.smart-filter-slider-handle {
    position: absolute;
    top: -3px;
    border: none;
    background: #0092F1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.smart-filter-slider-handle.left {
    margin-left: -7px;
    border-top: none;
    border-left: none;
}

.smart-filter-slider-handle.right {
    margin-right: -7px;
    border-top: none;
    border-right: none;
}
/***  credit form success  ***/
.form-credit-success {
    margin-top: 38px;
}

.form-credit-success .form-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.27px;
    text-align: center;
    margin-bottom: 11px;
}

.form-credit-success .checkbox-block {
    margin-bottom: 10px;
}

.form-credit-success .checkbox-block label {
    background: #0092F11F;
    padding: 8px 15px 12px;
    border-radius: 8px;
    display: block;
    width: 100%;
}

.form-credit-success .bank-info__wrapper {
    margin-bottom: 15px;
    position: relative;
    padding-left: 21px;
}

.form-credit-success .checkbox-block input{
    display: none;
}

.form-credit-success .checkbox-block .bank-info__wrapper::before,
.form-credit-success .checkbox-block .bank-info__wrapper::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}

.form-credit-success .checkbox-block .bank-info__wrapper::before {
    content: '';
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 1px;
    border: 1px solid #C4C4C4;
}

.form-credit-success .checkbox-block .bank-info__wrapper::after{
    content: '';
    display: none;
    background: transparent;
    border-right: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    left: 6px;
}

.form-credit-success .checkbox-block input:checked+label .bank-info__wrapper::after {
    display: block;
}

.form-credit-success .bank-img-wrapper img {
    max-height: 34px;
}

.form-credit-success .bank-img-wrapper {
    margin: 0 10px;
}

.form-credit-success .bank-info-name {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.83px;
}

.form-credit-success .bank-info-credit-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.83px;
}

.form-credit-success .credit-percent__data {
    font-weight: 600;
    line-height: 14.62px;
}

.form-credit-success .credit-percent__name {
    font-size: 10px;
    font-weight: 300;
    line-height: 12.18px;
}

/* LABEL TEXT */
.labels-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 93%;
    align-items: center;
    margin-bottom: 7px;
    align-items: flex-start;
}

.text-label {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0 5px;
    font-size:10px    
}

/* PDF VIEWER */
#pdfContainer {width: 95%; height: 400px; overflow: auto;}
canvas {display: block; margin: 0 auto;}
.pdf-navigation {text-align: center; margin-top: 10px;}
.scrollable-content { max-height: 400px; overflow-y: auto;}

.ajax-modal__wrapper.fancybox-content {
    overflow: auto;
}

.fancybox-content {
    padding: 30px 16px;
    height: auto;
    overflow: hidden;
}

#product-item__wrapper {
    position: relative;
}

#product-item__wrapper .news-detail {
    overflow: auto;
    margin-bottom: 30px;
    max-height: calc(92vh - 60px);
    padding-bottom: 36px;
}

#product-item__wrapper .button-list__wrapper {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
    padding-top: 4px;
}