.add-dots .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px !important;
	position: relative;
	z-index: 10;
	width: 100%;
}

.add-dots .slick-dots li {
	position: relative;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.add-dots .slick-dots li.slick-active button::after {
	background-color: #CBAA64;
}

.add-dots .slick-dots button {
	padding: 0;
	margin: 0;
	color: transparent;
	background-color: transparent;
	border: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	font-size: 0;
}

.add-dots .slick-dots button::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}


.new-popular__card .product_content {
    padding-bottom: 10px;
}

.new-popular__card .product_content h3 a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-popular__card .product_content h3 {
    padding-bottom: 0;
}

.new-popular__card .product_content h3::before {
    display: none;
}

.new-popular__card .read_more a {
    font-size: 14px;
    text-transform: capitalize;
    color: #CBAA64;
}

.new-popular__card .read_more a:hover {
    text-decoration: underline;
}

.top_right>ul>.new-lk-btn a{
    font-size: 14px;
}

.descriptiveCard-intro {
    font-size: 14px;
}

.catalog-big-banner .product_content h3 {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
}

.product_d_right h1.sert-page__title {
    font-size: 28px;
    margin-bottom: 0;
}
.product_d_right .sert-page__subtitle {
    font-family: "Raleway-Regular";
}

.sert-page .mb-1 {
    font-size: 12px;
}

.sert-page .filters-item .btn-group .btn {
    font-size: 12px;
}

.sert-page .product_desc ul li {
    font-size: 14px;
}

.online-form-social-icon__title {
    font-size: 14px;
}

.card__accordion .card-body {
    font-size: 14px;
}

.contact_message p {
    font-size: 12px;
}

.contact_message h3 {
    font-size: 18px;
}

.contact_message label {
    font-size: 12px;
}

.custom-select .nice-select {
    font-size: 12px;
}

.contact_message textarea {
    font-size: 12px;
}

.slider-block-new .slick-slide img {
    margin: 0 auto;
}

.slider-block-new .single_blog {
    margin: 0 auto 30px;
}

.slider-block-new__item {
    padding: 0 6px;
}

.product-card-favorite {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 1;
}

.product-card-favorite.voted:hover i, .msfavorites.voted:hover span {
    color: red;
}

.product-page .breadcrumb_content {
    padding-bottom: 20px;
}

.product-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.product-page .product-page__title {
    margin-bottom: 0;
}

.product-page__favorite {
    padding: 0;
    width: 42px;
    height: 42px;
}

.single-zoom-thumb--hidden {
    display: none;
}

#PBC {
    width: 100%;
}

.PBC__default-btn {
    width: 150px;
}

.PBC__count {
    background: #CBAA64;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    overflow: hidden;
    max-width: 150px;
    width: 100%;
}

.PBC__minus {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 0 14px 0 18px;
    height: 42px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s ease-out;
    flex: 0;
}
.PBC__minus:hover {
    background: #d9ba77;
}

.PBC__plus {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 0 18px 0 14px;
    height: 42px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s ease-out;
    flex: 0;
}
.PBC__plus:hover {
    background: #d9ba77;
}

.PBC__center {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PBC__value {
    font-family: "Raleway-SemiBold";
    font-size: 16px;
    height: 18px !important;
    line-height: 19px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none;
}

.PBC__title {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}

.product-page__container .product_price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review__item--hidden {
	display: none;
}
.reviews__btn--hidden {
	display: none;
}


.contact__map-container {
    position: relative;
}

/* .contact__info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    font-size: 14px;
} */

.contact__info {
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact__top-container {
    margin-bottom: 60px;
}


.new-cart {
    padding-bottom: 86px;
}

.new-cart__table-heading {
    background: #EBEBEB;
    border-radius: 4px;
    height: 60px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.new-cart__clear-btn {
    font-size: 12px;
    line-height: 24px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    top: 2px;
    user-select: none;
}

.new-cart__clear-btn:hover {
    text-decoration: none;
}

.new-cart__checkbox input {
    /*display: none;*/
    height: initial !important;
    left: unset;
    top: unset;
}

.new-cart__checkbox label {
    cursor: pointer;
    display: block;
    position: relative;
    height: 20px;
}

.new-cart__checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #CBAA64;
    background: #fff;
}

.new-cart__checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url('../img/checkbox-img.svg') no-repeat center;
    transition: .2s ease-out;
    opacity: 0;
}

.new-cart__checkbox input:checked + label:after {
    opacity: 1;
}

.new-cart__checkbox span {
    font-size: 12px;
    user-select: none;
    display: inline-block;
    padding-left: 30px;
    height: 20px;
    position: relative;
    top: -1px;
}

.new-cart__checkbox span a {
    color: #CBAA64;
    text-decoration: underline !important;
}

.new-cart__checkbox span a:hover {
    color: #CBAA64;
    text-decoration: none !important;
}

.new-cart__checkbox--height label, .new-cart__checkbox--height span{
    height: auto;
    line-height: 18px;
}

.new-cart__checkbox--height span {
    top: 2px;
}

.new-cart__table-body {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.new-cart__table-row {
    display: flex;
    gap: 30px;
    padding: 0 20px;
}

.new-cart__table-col {
    display: flex;
    gap: 30px;
}

.new-cart__table-col--right-container {
    display: flex;
    gap: 30px;
    flex: 1;
}

.new-cart__table-col--center {
    flex: 1;
}

.new-cart__table-checkbox-container {
    width: 20px;
    display: flex;
    align-items: center;
    height: 170px;
}

.new-cart__table-img {
    width: 170px;
    height: 170px;
    display: block;
    transition: .2s ease-out;
    overflow: hidden;
}

.new-cart__table-img:hover img{
    transform: scale(1.1);
}

.new-cart__table-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .2s ease-out;
}

.new-cart__table-text {
    width: 198px;
    flex: 1;
}

.new-cart__table-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.new-cart__table-option {
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
}


.new-cart__table-count {
    display: flex;
    height: 20px;
    align-items: center;
}

.new-cart__table-count-minus {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #CBAA64;
    background: #fff;
    background: url('../img/new-cart-icon-minus.svg') no-repeat center;
    cursor: pointer;
    transition: .2s ease-out;
}

.new-cart__table-count-minus:hover {
    opacity: .7;
}

.new-cart__table-count-plus {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #CBAA64;
    background: #fff;
    background: url('../img/new-cart-icon-plus.svg') no-repeat center;
    cursor: pointer;
    transition: .2s ease-out;
}

.new-cart__table-count-plus:hover {
    opacity: .7;
}

.new-cart__table-count-value {
    height: 24px;
    width: 36px;
}

.new-cart__table-count-value input {
    border: none;
    background: #fff;
    outline: none;
    pointer-events: none;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 24px;
    height: 20px;
}

.new-cart__table-price {
    font-size: 18px;
    line-height: 24px;
    color: #CBAA64;
    width: 100px;
    text-align: center;
}


.new-cart__table-price--desctop {
    display: block;
}
.new-cart__table-price--mobile {
    display: none;
    margin-bottom: 10px;
}

.new-cart__table-delete {
    width: 20px;
    height: 20px;
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    background: url('../img/new-cart-icon-delete.svg') no-repeat center;
}

.new-cart__promo {
    background: #EBEBEB;
    padding: 20px;
    margin-bottom: 2px;
    border-radius: 4px;
}

.new-cart__promo-title {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}

.new-cart__promo-form {
    display: flex;
    gap: 10px;
}

.new-cart__promo-form-control {
    flex: 1;
}

.new-cart__promo-form-control input {
    border-radius: 4px;
    border: 1px solid #CBAA64;
    height: 34px;
    font-size: 12px;
    padding: 0 10px;
    width: 100%;
}

.new-cart__promo-add {
    border-radius: 30px;
    height: 34px;
    background: #CBAA64;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 5px 22px;
    cursor: pointer;
}

.new-cart__promo-add:disabled {
    background: #E9D6AE !important;
    color: #fff !important;
}

.new-cart__order {
    background: #EBEBEB;
    padding: 20px;
    border-radius: 4px;
}

.new-cart__order-count {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}

.new-cart__order-total-container {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.new-cart__order-total-title {
    font-size: 14px;
    line-height: 14px;
}

.new-cart__order-total-value {
    font-size: 32px;
    color: #CBAA64;
}

.new-cart__order-caption {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
}

.new-cart__order-btn {
    width: 100%;
}

.mspc_discount_amount, .mspc_msg {
    font-size: 12px;
}




.new-order {
    padding-bottom: 40px;
}

.new-order__title {
    font-family: "Cormorant-Medium";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.new-order__title--10 {
    margin-bottom: 10px;
}

.new-order__radio-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.new-order__radio label {
    position: relative;
    cursor: pointer;
}

.new-order__radio label input {
    display: none;
}

.new-order__radio label span {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    padding-left: 30px;
}

.new-order__radio label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    transition: .2s ease-out;
}

.new-order__radio label span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 5px solid #CBAA64;
    border-radius: 50%;
    transition: .2s ease-out;
    opacity: 0;
}

.new-order__radio label input:checked + span:after {
    opacity: 1;
}

.new-order__link {
    width: fit-content;
}

.new-order__control {
    width: 100%;
    margin-bottom: 20px;
}

.new-order__control--50 {
    max-width: 260px;
}

.new-order__control-container {
    display: flex;
    flex-direction: column;
}

.new-order__control-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.new-order__control-row:empty {
    display: none;
}

.new-order__control-row:last-child {
    margin-bottom: 0;
}

.new-order__control-title {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}

.new-order__control-title span.required-star {
    color: #AE0000 !important;
}

.new-order__control-form input {
    border: 1px solid #664D03;
    padding: 0 8px;
    border-radius: 4px;
    height: 34px;
    outline: none;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
}

.new-order__control-form input:placeholder {
    color: #808080;
}

.new-order__control-form textarea {
    border: 1px solid #664D03;
    padding: 5px 8px;
    border-radius: 4px;
    height: 90px !important;
    outline: none;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.new-order__control-form textarea:placeholder {
    color: #808080;
}


.new-order__info {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 2px;
}

.new-order__info-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.new-order__info-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.new-order__info-subtitle {
    font-size: 14px;
    line-height: 24px;
}

.new-order__info-price {
    font-size: 18px;
    line-height: 24px;
    color: #CBAA64;
}

.new-order__info-desc {
    color: #767676;
    line-height: 24px;
    font-size: 12px;
}

.new-order__info-delivery {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.new-order__info-delivery-cost {
    font-size: 18px;
    line-height: 24px;
    color: #CBAA64;
}

.new-order__total {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 2px;
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.new-order__total-title {
    font-size: 14px;
    line-height: 14px;
}

.new-order__total-value {
    font-size: 32px;
    line-height: 24px;
    color: #CBAA64;
    white-space: nowrap;
}

.new-order__final {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 24px;
}

.new-order__final-checkbox {
    margin-bottom: 10px;
}


.new-favorites__card {
    margin-bottom: 40px;
}

.new-favorites__row {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.new-favorites__icon-container {
    height: 170px;
    display: flex;
    align-items: center;
}

.new-favorites__icon {
    width: 20px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.new-favorites__icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/new-favorites-icon.svg') no-repeat center;
    width: 20px;
    height: 18px;
    opacity: 1;
    transition: .2s ease-out;
}

.new-favorites__icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/new-favorites-icon-active.svg') no-repeat center;
    width: 20px;
    height: 18px;
    opacity: 0;
    transition: .2s ease-out;
}


.new-favorites__icon--active:after {
    opacity: 1;
}

.new-favorites__img {
    width: 170px;
    height: 170px;
    overflow: hidden;
}

.new-favorites__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s ease-out;
}

.new-favorites__img:hover img {
    transform: scale(1.1);
}

.new-favorites__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.new-favorites__options {
    margin-bottom: 10px;
}

.new-favorites__option {
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
}

.new-favorites__price {
    font-size: 18px;
    color: #CBAA64;
    margin-bottom: 10px;
}

.new-favorites__btn {
    height: 34px;
    font-size: 12px;
}

.new-product-page {
    margin-top: 50px;
}


.new-masters__content {
    width: 100%;
}

.new-masters__info {
    display: flex;
    gap: 38px;
    margin-bottom: 40px;
}

.new-masters__info-img {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.new-masters__info-text {
    flex: 1;
}

.new-masters__info-title {
    margin-bottom: 10px;
}

.new-masters__info-desc {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.new-masters__info-years {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.facesThumbs.new-masters__tabs {
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.facesThumbs_item.new-masters__tab {
    white-space: nowrap;
    width: auto;
    border-bottom: 1px solid transparent;
    font-weight: 600;
}

.facesThumbs_item.new-masters__tab.active {
    color: #CBAA64;
    border-bottom: 1px solid #CBAA64;
}

.new-masters__quote {
    font-size: 14px;
    line-height: 21px;
}

.new-masters__info-years--mobile {
    display: none;
}

.new-masters__info-desc--mobile {
    display: none;
}

.facesContent-txtContainer.new-masters__container {
    align-items: flex-start;
}

.price_box>span, 
.product_d_right 
.product_price span.current_price, 
.product_price span.old_price, 
.cart_text_quantity, 
.cart_info span.price_cart, 
.cart_total span,
.table_desc .cart_page table tbody tr td.product-price,
.product_total,
.table_desc .cart_page table tbody tr td.product_quantity input,
.cart_subtotal p.cart_amount,
.ms2_cost,
#ms2_order_cart_cost,
#ms2_order_delivery_cost, 
#ms2_order_cost {
    font-family: Geologica;
    font-weight: 100;
}

.product-card-favorite svg path{
    stroke: #CBAA64;
}

.product-card-favorite.voted svg path{
    fill: #CBAA64;
    stroke: #CBAA64;
}

.product-page__favorite {
    border: none;
}

.product-page__favorite.voted svg > rect {
    fill: #CBAA64;
}

.btn-gold {
    height: 42px;
    line-height: 43px;
    padding: 0 28px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
}

.product_variant.quantity button {
    text-transform: uppercase;
    min-width: 150px;
    line-height: 43px;
}


/* new-header */
.new-header__container {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.new-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}

.new-header__social {
    display: flex;
    gap: 15px;
}

.new-header__logo {
    max-width: 240px;
}

.new-header__logo--mobile {
    display: none;
}

.new-header__desc--mobile {
    display: none;
}

.new-header__left {
    width: 440px;
}

.new-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 440px;
}

.new-header__link {
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
}

.new-header__lk {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.new-header__lk-icon {
    width: 20px;
    position: relative;
    /*top: -2px;*/
}

.new-header__favorites {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
}

.new-header__favorites-icon {
    position: relative;
    /*top: -1px;*/
}

.new-header__favorites-icon svg {
    stroke: #000;
}

.new-header__favorites .msfavorites {
    z-index: 2;
}

.new-header__favorites .favorites_quantity {
    margin-left: 0;
}

.new-header__search {
    position: relative;
}

.new-header .canvas_open {
    position: relative;
    right: auto;
    top: auto;
}

.cart_link span.cart_quantity {
    font-size: 12px;
}

.new-header .cart_link {
    margin-left: 10px;
}

.new-header__sticky .logo_sticky {
    width: 150px;
    margin-right: 0;
}

.new-header__sticky .logo_sticky a img {
    max-width: 100%;
}

.new-header__sticky .main_menu nav>ul>li>a {
    padding: 24px 0;
}

.new-header__sticky .main_menu nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.new-header__sticky .new-header__right{
    width: auto;
}
/* quiz */

.quiz {
    margin-bottom: 70px;
}

.quiz__container {
    max-width: 1076px;
    margin: 40px auto;
    background: #F7F7F7;
    padding: 40px 110px;
    border-radius: 4px;
    display: block;
    animation: fade .3s;
    position: relative;
}

.quiz__container--hidden {
    display: none;
}

.quiz__slide {
    display: none;
    animation: fade .3s;
}

.quiz__slide--active {
    display: block;
}

.quiz__title-container {
    margin-bottom: 40px;
}

.quiz__title {
    text-align: center;
    font-family: "Cormorant-Medium";
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.quiz__title-caption {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 556px;
    margin: 20px auto 0;
}

.quiz__questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quiz__desc {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 556px;
    margin: 0 auto 20px;
}

.quiz__desc p {
    margin: 0;
}

.quiz__question {
    padding: 22px 20px 22px 54px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}

.quiz__question-number {
    position: absolute;
    width: 30px;
    height: 44px;
    border-radius: 4px;
    background: #CBAA64;
    top: -4px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.quiz__question-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    max-width: 564px;
}

.quiz__question-title span {
    color: #7b7b7b;
}

.quiz__question-form input {
    border: 1px solid #664D03;
    width: 100%;
    height: 34px;
    border-radius: 4px;
    outline: none;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
}

.quiz__question-form input:placeholder {
    color: #7B7B7B;
}

.quiz__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.quiz__footer-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.quiz__footer-dot {
    width: 9px;
    height: 9px;
    border: 1px solid #CBAA64;
    border-radius: 50%;
    background: #fff;
    transition: .3s ease-out;
}

.quiz__footer-dot--active {
    width: 13px;
    height: 13px;
    background: #CBAA64;
}

.quiz__btn {
    width: 155px;
    height: 34px;
    border-radius: 30px;
    background: #CBAA64;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    color: #fff !important;
    outline: none;
    border: none;
    transition: .3s ease-out;
    cursor: pointer;
    user-select: none;
}

.quiz__btn:hover {
    background: #e0c488;
}

.quiz__btn:disabled {
    background: #E9D6AE !important;
    color: #fff !important;
}
.quiz__btn.quiz__btn--disabled {
    background: #E9D6AE !important;
    color: #fff !important;
    pointer-events: none !important;
}

.quiz__radio-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

.quiz__radio input[type=radio] {
    display: none;
}

.quiz__radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 24px;
	user-select: none;
}

.quiz__radio label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 3px;
	border: 1px solid #D2D2D2;
	border-radius: 50%;
	background: #fff;
}

.quiz__radio label:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 3px;
	border: 5px solid #CBAA64;
	border-radius: 50%;
	opacity: 0;
	transition: .2s ease-out;
}

.quiz__radio input[type=radio]:checked + label:after {
	opacity: 1;
}

.quiz__caption {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 416px;
}

.quiz__caption p {
    margin: 0;
}

.quiz__error-message {
    font-size: 12px;
    line-height: 18px;
    color: red;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 416px;
    display: none;
}

.quiz__error-message p {
    margin: 0;
}

.quiz__question-form--submit {
    max-width: 260px;
    margin: 0 auto 40px;
}

.quiz__btn--submit {
    width: 260px;
    margin: 0 auto 10px;
}

.quiz__btn--thanks {
    width: 260px;
    margin: 0 auto 10px;
}

.quiz__politics {
    max-width: 260px;
    margin: 0 auto;
}

.quiz__checkbox input[type=checkbox] {
    display: none;
}

.quiz__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	user-select: none;
}

.quiz__checkbox label a {
    color: #CBAA64;
    text-decoration: underline !important;
}

.quiz__checkbox label a:hover {
    text-decoration: none !important;
}

.quiz__checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	border: 1px solid #CBAA64;
	border-radius: 5px;
	background: #fff;
}

.quiz__checkbox label:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	opacity: 0;
	transition: .2s ease-out;
	background: url('../img/quiz-checkbox-img.svg') no-repeat center;
}

.quiz__checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.quiz__file-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.quiz__btn--add-files {
    width: 70px;
    height: 70px;
    border: 1px dashed #CBAA64;
    border-radius: 4px;
    outline: none;
    font-size: 0;
    background: #fff url('../img/quiz-add-file.svg') no-repeat center;
}

.quiz__file-preview {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
    position: relative;
}

.quiz__file-preview:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
}

.quiz__file-preview img, .quiz__file-preview video {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
}

.quiz__remove-file {
    width: 32px;
    height: 32px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    background: url('../img/quiz-remove-file.svg') no-repeat center;
    z-index: 3;
    cursor: pointer;
    transition: .3s ease-out;
}
.quiz__remove-file:hover {
    opacity: .7;
}

.blog_details--nomargin {
    margin: 0;
}

.quiz__preloader {
    position: absolute;
    inset: 0;
    background: rgba(233, 233, 233, 0.5);
    z-index: 10;
    display: none;
}
.quiz__preloader.quiz__preloader--active {
    display: block;
}
.quiz__loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #CBAA64;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.quiz__loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ad8f50;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.quiz__loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e4c688;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}


/* new-mobile-menu */
body.new-mobile-menu__body {
    overflow: hidden;
	height: 100vh;
}
:root {
    --header-height: 99px;
    --mobile-menu-height: calc(100vh - var(--header-height));
}

.new-mobile-menu__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease-out;
}

.new-mobile-menu__overlay--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.new-mobile-menu {
    position: fixed;
    top: var(--header-height);
    left: -100%;
    height: var(--mobile-menu-height);
    width: 290px;
    z-index: 15;
    background: #fff;
    overflow-y: auto;
    transition: .3s ease-out;
}

.new-mobile-menu--active {
    left: 0;
}

.new-mobile-menu__wrapper {
    padding: 70px 20px 20px;
    position: relative;
}

.new-mobile-menu__close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    position: absolute;
    top: 10px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.new-mobile-menu__nav {
    margin-bottom: 50px;
}

.new-mobile-menu__nav li a, .new-mobile-menu__open-collections {
    display: block;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
}
.new-mobile-menu__nav li a{
	width:100%;
	border-bottom: 1px solid #EBEBEB;
}
.new-mobile-menu__nav li {
    position: relative;
}
.new-mobile-menu__open-collections{
	border-bottom: 1px solid #EBEBEB;
}
.new-mobile-menu__open-collections a{
	border-bottom: none !important;
}
.new-mobile-menu__nav li {
    position: relative;
}

.new-mobile-menu__nav-arrow {
    width: 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

ul.new-mobile-menu__nav-sub {
    padding-left: 20px !important;
}

ul.new-mobile-menu__nav-sub li a, .new-mobile-menu__open-collections{
    min-height: 38px;
    font-size: 12px;
}

.new-mobile-menu__collections {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: var(--mobile-menu-height);
    background: #fff;
    z-index: 12;
    transition: .2s ease-out;
}

.new-mobile-menu__collections--active {
    left: 0;
}

.new-mobile-menu__collections-back {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    height: 64px;
    border-bottom: 1px solid #EBEBEB;
}

.new-mobile-menu__collections-back i {
    font-size: 20px;
    height: 24px;
}

.new-mobile-menu__collections-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
    height: calc(100% - 64px);
    overflow-y: auto;
}

.new-mobile-menu__collections-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.new-mobile-menu__collections-img {
    border: 1px solid #EBEBEB;
}

.new-mobile-menu__collections-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.new-mobile-menu__collections-title {
    font-size: 12px;
}

.new-mobile-menu .new-header__lk {
    margin-bottom: 60px;
}

.new-mobile-menu__contacts {
    margin-top: 24px;
}

.new-mobile-menu__adress {
    font-size: 14px;
    line-height: 30px;
}
.new-mobile-menu__phone {
    font-size: 14px;
    line-height: 30px;
}


.sub_menu_outer .tab-content {
    min-height: 236px;
    padding-bottom: 0;
}

.new-footer__copyright {
    margin-top: 20px;
}

.new-footer__develop {
    font-size: 10px;
}

.new-footer__sert {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    gap: 15px;
}

.new-footer__sert-img {
    width: 90px;
    height: 90px;
}

.new-footer__sert-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.new-footer__sert-text {
    flex: 1;
}

.new-footer__sert-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Cormorant-Medium";
}

.new-footer__sert-btn {
    width: fit-content;
    height: 42px;
    padding: 9px 20px;
    border-radius: 30px;
    background: #CBAA64;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
    outline: none;
    border: none;
    transition: .3s ease-out;
    cursor: pointer;
    user-select: none;
}

.new-footer__sert-btn:hover {
    background: #e0c488;
}

input[name="surname"] {
	display: block !important;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;
	opacity: 0.01 !important;
	position: absolute;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* quiz */


.form input + .input_load {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}




@media only screen and (max-width: 1400px) {
    .new-header__right {
        gap: 20px;
    }
    .new-cart__table-img {
        width: 130px;
        height: 130px;
    }
    .new-cart__table-checkbox-container {
        height: 130px;
    }
    .new-masters__info-desc, .new-masters__info-years {
        font-size: 16px;
    }

    .new-header__favorites {
        border: 1px solid #ebebeb;
        border-radius: 3px;
        height: 43px;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: 10px;
    }
    
    .new-header__favorites-title {
        display: none;
    }
    
    .new-header__favorites-icon {
        left: 1px;
    }
    
    .msfavorites-total-all {
        position: absolute;
        left: -11px;
        top: 11px;
    }
    
    .new-header__favorites .favorites_quantity {
        display: block;
    }
    
    .new-header__sticky .new-header__lk {
        font-size: 0;
        gap: 0;
    }
    .new-header__sticky .main_menu nav>ul {
        gap: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .new-header {
        min-height: 99px;
    }
    .new-header__container {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .new-header__wrapper {
        height: 74px;
        padding: 0;
    }
    .Offcanvas_menu_wrapper {
        top: 120px;
        height: calc(100vh - 120px);
    }
    .new-header .header_bottom {
        display: none;
    }
    .new-header__lk {
        display: none;
    }
    
    .new-mobile-menu .new-header__lk{
        display: flex;
    }
    
    .Offcanvas_menu {
        display: block;
    }
    .new-cart__table-row {
        gap: 24px;
    }
    .new-cart__table-col {
        gap: 24px;
    }
    .new-cart__table-col--right {
        flex-direction: column;
        align-items: center;
    }
    .new-cart__promo-title {
        font-size: 10px;
    }
    .new-cart__order-total-title {
        font-size: 12px;
    }
    .new-cart__order-total-value {
        font-size: 28px;
    }
    .new-cart__order-caption {
        font-size: 10px;
    }
    .new-cart__order-btn {
        font-size: 12px;
    }
    .new-masters__info-title {
        font-size: 30px;
        line-height: 30px;
    }
    .new-masters__info-desc, .new-masters__info-years {
        font-size: 14px;
        line-height: 20px;
    }
    .new-masters__info-img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .new-header .cart_link>a span.cart_text_quantity {
        display: none;
    }
    .new-header .cart_link>a i.fa-angle-down {
        display: none;
    }
    .new-header .cart_link>a i.ion-android-cart {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .new-header .cart_link>a {
        padding: 9px 9px 9px 14px;
        width: 43px;
        height: 41px;
    }
    .new-header .cart_link span.cart_quantity {
        top: 11px;
    }
    .new-header__right {
        gap: 10px;
    }
    .new-header .canvas_open {
        margin-left: 10px;
    }
    .new-header__search {
        margin-right: 2px;
    }
    .contact__info {
        position: relative;
        background: transparent;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .catalog-big-banner .product_content h3 {
        min-height: auto;
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .new-cart__table {
        margin-bottom: 40px;
    }
    .new-order__center {
        margin-bottom: 40px;
    }
    .new-masters__content {
        margin-bottom: 40px;
    }
    .pb_form_other_feedback__social {
        text-align: center;
    }
    .quiz__container {
        padding: 40px 60px;
    }
    .quiz__title {
        font-size: 20px;
        line-height: 24px;
    }
    .new-footer__sert {
        margin-bottom: 30px;
    }
    .new-footer .new-footer__develop-container {
        text-align: left !important;
    }
    .new-footer .footer_cards {
        justify-content: flex-start !important;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --header-height: 141px;
    }
    .new-header {
        min-height: 141px;
    }
    .new-header__wrapper {
        height: 141px;
        padding: 0;
    }
    .Offcanvas_menu_wrapper {
        top: 108px;
        height: calc(100vh - 108px);
    }
    .new-header .cart_link>a {
        padding: 7px 9px 5px 12px;
        width: 39px;
        height: 39px;
    }
    .new-header .cart_link span.cart_quantity {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        top: 10px;
    }
    .new-header__favorites .msfavorites {
        top: 9px;
    }
    .favorites_quantity {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .contact__top-container {
        margin-bottom: 0px;
    }
	.product_tab_button ul li a.active::before {
	    width: calc(100% - 20px);
	}
	.card__accordion .card-body {
	    font-size: 16px;
	}
	.product_tab_button ul li a.active::before {
	    display: none;
	}
	.product-page__header {
	    margin-bottom: 0;
	}
	.product_d_right h1.sert-page__title {
	    font-size: 20px;
	}
	.new-cart__table-price--desctop {
	    display: none;
	}
	.new-cart__table-price--mobile {
	    display: block;
	}
	.new-cart__table-col--right-container {
	    flex-direction: column;
	    gap: 20px;
	}
	.new-cart__table-col--right {
	    flex-direction: row;
	}
	.new-cart__table-title {
	    font-size: 16px;
	}
	.new-cart__table-option {
	    font-size: 14px;
	    line-height: 21px;
	}
	
	.new-order__radio label span, .new-order__control-title, .new-order__control-form input, .new-order__info-desc, .new-cart__checkbox span {
	    font-size: 14px;
	    line-height: 21px;
	}
	.new-order__info-subtitle {
	    font-size: 16px;
	}
	.new-favorites__row {
	    gap: 20px;
	}
	.new-favorites__img {
	    width: 140px;
	    height: 140px;
	}
	.new-favorites__icon-container {
	    height: 140px;
	}
	.facesThumbs.new-masters__tabs {
	    justify-content: flex-start;
	    gap: 30px;
	}
	.new-masters__info-years--desctop {
	    display: none;
	}
	.new-masters__info-years--mobile {
	    display: block;
	}
	.new-masters__info-desc--desctop {
	    display: none;
	}
	.new-masters__info-desc--mobile {
	    display: block;
	}
	.new-masters__info {
	    align-items: center;
	    margin-bottom: 20px;
	    gap: 20px;
	}
	.new-masters__info-title {
	    font-size: 28px;
	    line-height: 36px;
	    margin-bottom: 0;
	}
	.new-masters__info-desc {
	    font-size: 16px;
	    line-height: 19px;
	    margin-bottom: 20px;
	}
    .new-masters__info-years {
        font-size: 16px;
	    line-height: 19px;
        margin-bottom: 20px;
    }
    .new-masters__quote {
        font-size: 16px;
        line-height: 24px;
    }
    .facesThumbs_item.new-masters__tab.active {
        border: none;
    }
    .facesThumbs_item.new-masters__tab {
        font-size: 18px;
        line-height: 27px;
        max-width: 120px;
        white-space: normal;
        text-align: center;
    }
    .pb_form_other_feedback__social {
        text-align: left;
    }
    .quiz__container {
        padding: 40px 40px;
    }
    .new-header__left {
        display: none;
    }
    .new-header__right {
        width: auto;
    }
    .new-header__wrapper {
        padding: 20px 0;
    }
    .new-header__logo {
        display: none;
    }
    .new-header__logo--mobile {
        display: block;
        width: 120px;
    }
    .new-header__desc--mobile {
        display: block;
        text-align: center;
        margin-bottom: 14px;
    }
    .new-header__desc--mobile img{
        display: block;
        margin: 0 auto;
    }
    .new-header__favorites {
        width: 39px;
        height: 39px;
    }
    .new-footer .new-footer__develop-container {
        text-align: center !important;
    }
    .new-footer .footer_cards {
        justify-content: center !important;
    }
    .new-footer__copyright {
        text-align: center;
        margin-top: 0;
    }

}

@media only screen and (max-width: 576px) {
    :root {
        --header-height: 136px;
    }
    .new-header {
        min-height: 136px;
    }
    .new-header__wrapper {
        height: auto;
        padding: 20px 0 14px;
    }
    .Offcanvas_menu_wrapper {
        top: 99px;
        height: calc(100vh - var(--header-height));
    }
    
    .new-header__logo--mobile {
        width: 142px;
    }
    
    .new-header__logo--mobile a {
        display: block;
        width: 100%;
    }
    
    .new-header__logo--mobile img {
        width: 100%;
    }
    
    .new-header__desc--mobile img {
        width: 240px;
    }
    
    #PBC.PBC--fixed {
        position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        z-index: 99;
        width: calc(100% - 20px);
    }
    .PBC__count {
        max-width: 100%;
    }
    .PBC__minus, .PBC__plus {
        height: 58px;
        font-size: 28px;
    }
    .PBC__minus{
        padding: 0 24px 0 30px;
    }
    .PBC__plus{
        padding: 0 30px 0 24px;
    }
    .PBC__title {
        font-size: 15px;
        white-space: nowrap;
    }
    .PBC__value {
        font-size: 18px;
    }
    
    .PBC__default .PBC__default-btn {
        width: 100%;
        height: 58px;
        font-size: 18px;
        white-space: nowrap;
    }
    
    .product-page__container .product_price {
        flex-direction: column;
        min-height: 102px;
    }
    
    .fullscreenBg-title {
        font-size: 50px;
    }
    .descriptiveCard-title {
        font-size: 28px;
    }
    .descriptiveCard-intro {
        font-size: 16px;
    }
    .filters-item .btn-group .btn {
        font-size: 14px;
    }
    .tag_cate a {
        font-size: 14px;
    }
    .page_amount {
        font-size: 14px;
    }
    .comment_list .comment_content p {
        font-size: 16px;
    }
    .single_product:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .breadcrumb_content h3 {
        text-align: left;
    }
    .footer_other {
        font-size: 14px;
    }
    .new-cart__table-heading {
        padding: 20px 10px;
        gap: 20px;
    }
    .new-cart__table-row {
        padding: 0px;
        gap: 10px;
    }
    .new-cart__table-col {
        gap: 10px;
    }
    .new-cart__table-col--right {
        gap: 20px;
    }
    .new-cart__table-checkbox-container {
        height: 110px;
    }
    .new-cart__table-img {
        width: 110px;
        height: 110px;
    }
    .new-cart__checkbox span, .new-cart__promo-title, .new-cart__order-caption, .new-cart__order-count {
        font-size: 14px;
        line-height: 21px;
    }
    .new-cart__clear-btn {
        font-size: 14px;
    }
    .new-cart__order-total-title {
        font-size: 16px;
    }
    .new-cart__order, .new-cart__promo {
        padding: 20px 10px;
    }
    .new-order__final-checkbox {
        margin-bottom: 20px;
    }
    .new-favorites__row {
        gap: 10px;
    }
    .new-favorites__img {
	    width: 110px;
	    height: 110px;
	}
	.new-favorites__icon-container {
	    height: 110px;
	}
	.new-favorites__title {
	    font-size: 16px;
	}
	.new-favorites__option {
	    font-size: 14px;
	}
	.new-product-page {
        margin-top: 0px;
    }
	
	.quiz__container {
        padding: 32px 10px 32px 12px;
    }
    .quiz__title {
        text-align: left;
        font-size: 28px;
        line-height: 32px;
    }
    .quiz__title-caption {
        text-align: left;
    }
    .quiz__footer {
        margin-top: 20px;
    }
    .quiz__footer-dots {
        display: none;
    }
    .quiz__btn--next {
        width: 100%;
        height: 42px;
    }
    .quiz__desc {
        text-align: left;
    }
    .quiz__radio-container {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .quiz__question-form--submit {
        max-width: 100%;
    }
    .quiz__caption {
        text-align: left;
    }
    .quiz__file-container {
        justify-content: flex-start;
    }
    .quiz__btn--submit {
        max-width: 100%;
        width: 100%;
        height: 42px;
    }
    .quiz__politics {
        max-width: 100%;
    }
}





    .modal_active_serf .modal-dialog{
     min-width: auto;
    max-width: 350px;
    text-align: center;
    }
    .modal_active_serf .modal-dialog .modal-content{
  min-height: 332px;
    display: flex;
    align-items: center;
    background-image: url(../img/modal/modal-active-min.jpg);
    background-size: cover;
    border: 0;
    padding: 50px 0 0;
    }
   .modal_active_serf .modal-dialog h6 {
            font-family: "Cormorant-Medium";
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    font-size: 22px;
    display: block;
    margin: 0 0 20px;
    }
    .modal_active_serf .modal-dialog p{
    max-width: 220px;
    line-height: 120%;
    font-size: 16px;
    margin: 0 0 5px;
    }
    .modal_active_serf .modal-dialog .price{
            font-size: 40px;
    line-height: 140%;
    margin: 0 0 60px;
    }
    .modal_form_serf .modal-content button.close,
    .modal_active_serf .modal-content button.close{
    position: absolute;
    left: revert;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    line-height: 10px;
    font-size: 15px;
    padding: 0;
    }
    
    
    
    
    
        .blog_detall .date{
        font-size: 14px;
        color: #999;
        line-height: 100%;
    }
    
    .product_container_photo.blog_detall .date {
        line-height: 140%;
        max-width: 300px;
        font-size:13px;
    }
    .product_container_video a{
        position: relative;
    }
    .product_container_video .btn_play{
        display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    border: 2px solid white;
    text-align: center;
    justify-content: center;
    align-items: center;
    }
    .product_container_video a:hover .btn_play{
        opacity: 0.5;
    }
    .product_container_video .btn_play img{
            max-height: 25px;
    display: block;
    margin: auto;
    width: 25px;
    }
    
    .blog_detall .btn-gold {
    line-height: 48px;
    }
    .blog_detall .hr{
    background: linear-gradient(90deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 51.5%, rgba(235, 235, 235, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 0 0 30px;
    }
    .blog_detall .hr_2{
        background: #EBEBEB;
    }
    
    .blog_detall .hr_3{
        background: linear-gradient(90deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 100%);
    }

    .blog_detall_content h1,
    .blog_detall_content h2,
    .blog_detall_content h3,
    .blog_detall_content h4,
    .blog_detall_content h5,
    .blog_detall_content h6,
    .blog_detall h1{
        color: #000;
        font-size: 36px;
        text-transform: capitalize;
        line-height: 120%;
    }
    .blog_detall_content h3{
        font-size: 30px;
    }
    .blog_detall_content h6{
        font-size: 25px;
    }
    
   .blog_detall_content blockquote{
    padding: 20px;
    border: 0;
    background: #EBEBEB;
    font-style: normal;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    border-radius: 4px 
    }
    .blog_detall_content p{
         padding: 10px 0;
    font-size: 14px;
    line-height: 160%;
     margin: 0;
    }
    .blog_detall_content blockquote p{
        padding: 0;
    }
    .blog_detall_content ul,
    .blog_detall_content ol{
        padding: 0 0 0 40px;
        font-size: 14px;
        border-left: 3px solid #cbaa65;
        margin: 30px 0;
        display: block;
    }
    .blog_detall_list .single_related img{
            width: 100%;
    object-fit: cover;
    }
    .blog_detall_list .single_related .introtext{
    font-size: 13px;
    color: #999;
    line-height: 140%;
    padding: 10px 0;
    }
    .product_slider_nav button.prev_arrow{
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 0;
    top: -100px; 
        width: 60px;
    height: 60px;
    z-index: 10
    }
    .product_slider_nav button.next_arrow{
     background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    top: -100px;   
       width: 60px;
    height: 60px;
    z-index: 10
    }
    
@media (max-width: 575px) {
    .product_slider_nav button.prev_arrow,
    .product_slider_nav button.next_arrow {
     top: -170px;
    }
}
    
    
    
    @media (max-width: 991px){
    .blog_detall_content h1,
    .blog_detall_content h2,
    .blog_detall_content h3,
    .blog_detall_content h4,
    .blog_detall_content h5,
    .blog_detall_content h6,
        .blog_detall h1{
            font-size: 25px;
        }
    }
    
    
[data-js-slider]{
	display: block;
}

[data-js-slider] .slick-track {
	margin-left: 0;
	margin-right: 0;
}
[data-js-slider] .auto_img_mini{
 max-width: 330px;   
}
    
@media (max-width: 575px){
    [data-js-slider] .auto_img_mini{
     max-width: 180px;   
    }
}
    
    
.product_container_slider .product_container {
max-width: 1100px;
margin: auto;
}
    
    
.blog_detall_scroll .scroll_container {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog_detall_scroll  .scroll_content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  gap: 10px;
  justify-content: center;
  width: 100%;
  flex-wrap: initial;
}
.blog_detall_scroll .ms_items_elemet{
    max-width: 180px;
    min-width: 180px;
}
@media (max-width: 575px){
.blog_detall_scroll .ms_items_elemet{
    max-width: 150px;
    min-width: 150px;
}
}


.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.scroll-button:hover {
  opacity: 1;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}




.main_menu nav a+ul.sub_menu_parent_res{
position: absolute;
    z-index: 2;
    background: white;
    padding: 0 45px 10px !important;
    left: -3rem;
    min-width: 15rem;
    text-align: left;
    box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, .2);
    display: none;
}
.main_menu nav a+ul.sub_menu_parent_res a{
    color: initial;
    font-size: 14px;
    text-transform: none;
}
.main_menu nav a+ul.sub_menu_parent_res a:hover{
        color: #CBAA64;
}
.main_menu nav .hover_parent_res:hover a+ul.sub_menu_parent_res{
     display:block;
}
.new-mobile-menu__collections-wrapper {
    height: auto;
    background: white;
    overflow: hidden;
    padding: 10px 10px 150px;
}


.product_d_right .filters-item .btn-group .btn {
    font-size: 12px;
    border: 1px solid rgba(102, 77, 3, 1);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    background: transparent;
    min-height: 35px;
}
.product_d_right .filters-item .btn-group {
    border: 0;
}
.product_d_right .filters .dropdown-menu{
    border-radius: 5px;
    box-shadow: 0px 0px 10px #dbdbdb;
    padding: 10px 0 !important;
}
.product_d_right .filters .dropdown-menu.show{
    transform: translate(0px, 45px)!important;
}
.filters-productPage {
    margin-top: 30px;
}
.product_d_right .PBC__default-btn {
    width: 100%;
}
.product_d_right button:disabled, .product_d_right button.disabled {
    background-color: #CBAA64 !important;
    color: #fff !important;
    cursor: default !important;
    font-size: 13px;
    opacity: 0.5;
}
.product_acardion button{
    border: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    position: relative;
    font-size: 14px;
    font-family: "Raleway-SemiBold";
    width: 100%;
    text-align: left;
}
.product_acardion button:before{
    content: '';
    width: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../assets/styles/img/ar-top-ico.svg);
    height: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.product_acardion button.in:before{
    transform: rotate(0deg);
}
.product_acardion>div{
    border-bottom: 1px solid rgba(188, 190, 192, 1);
    margin: 0 0 15px;
}
.product_d_right .product_desc p {
    max-width: 540px;
    font-size: 14px;
    line-height: 140%;
    width: auto;
}
.product_acardion>div:last-child{
    border-bottom:0;
}
.product_acardion button+div{
    display:none;
    padding: 0 0 20px;
}
.product_acardion button.in+div{
    display:block;
}

@media(min-width: 991px){
    .product-page .breadcrumb_content {
        padding-bottom: 40px;
    }
}


.form-check-input.dsbld,
.form-check-input.dsbld ~ .form-check-label {
    opacity: .5;
}

.product_out_of_stock .info_card, 
.alert_card {
    background-color: #F9F9F9;
    font-size: 12px;
    line-height: 18px; 
}
.product_out_of_stock button, 
.alert_card button {
    font-size: 13px;
    line-height: 13px;
}