.test-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
}

/* PRODUCT CARD */
/* ============ */

.product-card {
    position: relative;
}

.product-card-row-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-card-rating {
    margin-bottom: 0;
}

.product-card-availability {
    font-size: 12px;
}

.product-card-row-price {
    margin-bottom: 5px;
}

.catalog .element .price.product-card-price {
    color: #000;
    font-weight: bold;
}

.catalog .element .old-price.product-card-old-price {
    margin-left: 2px;
    color: #080808;
}

.product-card-row-title {
    margin-bottom: 10px;
}

.catalog .element .btns-block .btn.product-card-button-add-cart {
    background: #FA775A;
    color: #FFF;
    text-transform: none;
    border-color: #FA775A;
    border-radius: 10px;
    padding: 6px 8px;
    width: 80%;
    margin: auto;
}

.product-card-img-wrapper {
    overflow: hidden;
}

.catalog .element .label-block.product-card-label-block {
    left: -10px;
    opacity: 0;
    transition: all 500ms ease 0s;
}

.catalog .element.product-card:hover .label-block.product-card-label-block {
    left: 10px;
    opacity: 1;
}

.catalog .element .msfavorites.product-card-icon,
.catalog .element .quickview.product-card-icon {
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 0;
    transform: translateY(-40px);
    transition: 0.5s ease;
}

.catalog .element .msfavorites.product-card-icon {
    top: 5px;
}

.catalog .element .quickview.product-card-icon {
    top: 30px;
}

.catalog .element.product-card:hover .msfavorites.product-card-icon,
.catalog .element.product-card:hover .quickview.product-card-icon {
    opacity: 1;
    transform: translateY(0);
}

.product-card-description {
    position: absolute;
    top: 100%;
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px 20px 15px;
    font-size: 12px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.product-card-description::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #ffffff;
}

.product-card:hover {
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .product-card:hover .product-card-description {
        display: block;
    }
}

.product-price-split{
    background-color: #f2f2f2;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-image: url("/assets/template/images/dolyami-icon.svg");
    background-repeat: no-repeat;
    background-size: 31px;
    padding-left: 34px;
    background-position: 0 3px;
    width: 80%;
}

.product-price-split .product-price-split-digits{
    font-weight: 700;
}

.product-price-split .product-price-split-description{
    font-size: 12px;
}

/* ============ */

/* PAGE PRODUCT */

.product-gallery-image-link {
    position: relative;
    display: block;
}

.product-gallery-image-link .towar-animation {
    position: absolute;
}

.product-gallery .msfavorites.product-page-icon {
    z-index: 1;
    display: block;
    width: 33px;
    height: 33px;
    opacity: 1;
}

.product-gallery .msfavorites svg.product-page-svg-icon-heart {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    stroke: #000000;
    object-position: center;
    object-fit: contain;
    transition: 0.2s ease;
}

.product-gallery .msfavorites svg.product-page-svg-icon-heart-active {
    width: 100%;
    height: 100%;
    fill: #FA775A;
    stroke: #FA775A;
    object-position: center;
    object-fit: contain;
}

.product-gallery .msfavorites svg.product-page-svg-icon-heart:hover {
    stroke: #FA775A;
}

h1.product-page-main-title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px;
}

.element-price-dolyami{
    font-weight: 700;
    color: #fa775a;
    margin-top: -10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
    h1.product-page-main-title {
        margin-top: 15px;
    }
    .element-price-dolyami{
        margin-top: 0px;
    }
}

.product-page-info {
    margin-bottom: 15px;
}

.product-page-info .product-rating-wrapper,
.product-page-info .product-article {
    margin-bottom: 0;
}

.product-info .price.product-page-price {
    margin: 0 0 5px 0;
    font-size: 24px;
}

.product-page-option-title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
}

.btn.product-page-button {
    margin: 0;
    background: transparent;
    color: #FA775A;
    border-color: #FA775A;
}

.btn.product-page-button:hover {
    background: #FA775A;
    color: #ffffff;
}

.product-page-gallery-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 1199.98px) {
    .product-page-gallery-info-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product-page-share {
        margin-top: 15px;
    }
}

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

.product-page-section-related-producs {
    padding-top: 40px;
    padding-bottom: 15px;
}

.product-page-section-related-producs.pt-0 {
    padding-top: 0;
}

.related-products-section .section-title.product-page-section-title {
    margin-bottom: 20px;
    padding-right: 110px;
    font-size: 26px;
}

.product-page-section-related-producs .catalog-carousel .slick-prev,
.product-page-section-related-producs .catalog-carousel .slick-next {
    top: -58px;
}

.product-page-section-related-producs .catalog-carousel .slick-list {
    padding-bottom: 10px;
}

.product-info .price-wrap.product-page-price-row {
    margin-bottom: 0;
}

.product-page-info-block {
    margin-top: 30px;
}

/* ============ */

/* ASIEDE MENU */

.aside-menu ul li.hide {
    display: block;
}

@media screen and (max-width: 991.98px) {
    .aside-menu .btn.aside-menu-button {
        display: none;
    }
    .aside-menu.active .btn.aside-menu-button {
        display: block;
    }
}

/* =========== */

/* QUICK VIEW */

.modal-open .modal {
    background-color: rgba(255, 255, 255, 0.5);
}

.quick-view-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    color: #aaa9ad;
    background: none;
    border: none;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.quick-view-close:hover {
    color: #FA775A;
}

/* ========== */

/* FIX header-cart-bar */

@media screen and (max-width: 991px) {
    .header-cart-bar  {
        z-index: 9999 !important;
    }
}

/* =================== */

/* MOBILE OVERLAY */
.mobile-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
/*
@media screen and (max-width: 991.98px) {
    .mobile-overlay {
        z-index: 10;
    }
}
*/

/* ============== */

/* SLICK PRODUCT CAROUSEL WRAPPER ITEMS */

.product-carousel-wrapper-items .slick-slide .product-card:hover .product-card-description {
    display: none;
}

/* ==================================== */

/* HEADER SEARCH BLOCK */

.header-search-block {
    z-index: 99999;
}

/* =================== */

/* MOBILE MENU */

.mobile-menu {
    bottom: 0;
    height: auto;
}

.mobile-menu > div > ul > li > a {
    color: #000000;
}

.mobile-menu > div > ul > li.active > a {
    background-color: #FA775A;
}

.mobile-menu-inner {
    background-color: #ffffff;
}

.mobile-menu > div > ul > li {
    border-bottom-color: #cccccc;
}

.mobile-menu .dropdown-button::before {
    border-bottom-color: #222222;
    border-right-color: #222222;
}

.mobile-menu > div > ul > li.active .dropdown-button::before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}

.mobile-menu > div > ul > li > ul > li > a {
    padding-right: 45px;
}

.mobile-menu .dropdown-button + ul {
    background-color: #ffffff;
}

.mobile-menu > div > ul > li > ul > li > a {
    color: #000000;
}

.mobile-menu ul ul .dropdown-button::before {
    color: #222222;
}

.mobile-menu .dropdown-button + ul {
    background-color: #ffffff;
}

.mobile-menu > div ul ul ul a {
    color: #000000;
}

.mobile-menu > div ul ul ul a::before {
    border-color: #222222;
}

/* =========== */

/* MAIN PAGE PROJECTS ROW */

.main-page-projects-row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 989.98px) {
    .main-page-projects-row {
        flex-direction: column;
    }
    .main-page-projects-row .projects-row-left {
        text-align: center;
    }
}

/* ====================== */

/* CATALOG TOP FILTER */

.catalog-top-filter-row {
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #aaa9ad;
}

.catalog-top-filter-row-first {
    border-top: 1px solid #aaa9ad;
}

.catalog-header-row {
    display: flex;
    align-items: baseline;
}

.catalog-header-row .min {
    margin-left: 30px;
}

.top-filter-controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-filter-controls-item {
    margin: 0;
    padding: 0;
}

.top-filter-controls-title {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.top-filter-controls-button {
    box-sizing: border-box;
    padding: 7px;
    background: transparent;
    color: #FA775A;
    border: 1px solid #FA775A;
    border-radius: 5px;
    transition: all 200ms ease-out;
}

.top-filter-controls-button:hover,
.top-filter-controls-button.active {
    background-color: #FA775A;
    color: #ffffff;
}

.reset-filters-btn-col {
    margin-left: auto;
}

.reset-filters-btn-col .reset-filters-btn {
    margin-bottom: 0;
    height: 22px;
    white-space: nowrap;
}

.filter-row-price {
    display: flex;
}

.filter-row-price-title {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.top-filter-price-wrap {
    margin-top: -5px;
}

.top-filter-price-wrap fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.top-filter-filters-item {
    display: none;
    padding-top: 20px;
}

.top-filter-filters-item.active {
    display: block;
}

.top-filter-filters-item .filter-customcheck {
    margin: 0;
}

.top-filter-filters-item .filter-customcheck label {
    padding-right: 0 !important;
}

.top-filter-filters-item .filter-customcheck-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.top-filter-filters-item.top-filter-filters-item-size .filter-customcheck {
    width: 100px;
}

.filters-form.top-filters-form {
    display: block;
}

.filter-row-price.aside-filters-block {
    margin: 0;
}

.top-filter-total {
    white-space: nowrap;
}

.catalog-header-row .mse2_sort_wrap {
    width: 315px;
}

@media screen and (max-width: 991.98px) {
    .catalog-header-row {
        flex-direction: column;
        gap: 15px;
    }
    .reset-filters-btn-col {
        margin-left: 0;
    }
    .catalog-header-row .min {
        margin-left: 0;
    }
}

/* ================== */

/* CATALOG PREVIEW */

.shop-categories .shop-categories-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.shop-categories .shop-categories-inner-smaller {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 32px;
}

.shop-categories .item {
    position: relative;
    width: 100% !important;
    height: 232px;
    padding: 0;
}

.shop-categories .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.shop-categories .item .item-img,
.shop-categories .item .super-animation {
    height: 100%;
}

.shop-categories .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.shop-categories .item .сategories-title {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: auto !important;
    margin: 0;
    padding: 5px !important;
    border-radius: 12px !important;
    background: rgba(2, 2, 2, 0.26);
    backdrop-filter: blur(2px);
}

.catalog-button-wrap {
    margin-top: 32px;
}

@media (max-width: 1280px) {
    .shop-categories .shop-categories-inner {
        grid-template-columns: repeat(4, 1fr);
    }
    .shop-categories .shop-categories-inner-smaller {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .shop-categories .shop-categories-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 720px) {
    .shop-categories .shop-categories-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .shop-categories .item {
        height: 200px;
    }
    .product-template .product-info .add-To-Cart-Btn-Container{
        position: fixed;
        bottom: 0px;
        left: 0%;
        width: 100%;
        z-index: 100;
        font-size: 17px;
        font-weight: 700;
        text-transform: inherit;
        border-top-left-radius: 10px;
        background-color: #ffffff;
        height: 65px;
        padding-top: 10px;
        box-shadow: 0px -3px 8px 0px rgba(34, 60, 80, 0.2); 
    }
    .product-template .product-info .add-To-Cart-Btn-Container button{
        font-size: 15px;
        text-transform: inherit;
        border-radius: 10px;
        font-weight: 700;
    }
    .product-template #up{
        display: none !important;
    }
}

@media (max-width: 420px) {
    .shop-categories .item {
        height: 180px;
    }
}
/* =============== */

/* BACKLIGHT ITEM */

.backlight-items {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.backlight-item {
    display: block;
    cursor: pointer;
}

.backlight-item:hover .backlight-name {
    color: #FA775A;
}

.backlight-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.backlight-content {
    display: block;
    text-align: center;
}

.backlight-image {
    display: block;
    width: 60px;
    height: 70px;
    margin: 0 auto 6px;
    object-position: top center;
    object-fit: cover;
}

.backlight-name {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.7%; /* 19.418px */
    text-align: center;
    transition: color 0.2s linear;
}

.backlight-value {
    font-weight: 600;
}

.backlight-custom-radio {
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px auto 0;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}

.backlight-input:checked + .backlight-content .backlight-custom-radio {
    background-color: #FA775A;
}

@media (max-width: 1280px) {
    .backlight-items {
        gap: 60px;
    }
}

@media (max-width: 992px) {
    .backlight-items {
        gap: 40px;
    }
    .top-filter-controls-button {
        padding: 5px;
    }
    .top-filter-controls {
        gap: 7px;
    }
}

@media (max-width: 576px) {
    .backlight-items {
        gap: 20px;
    }
    .backlight-name {
        font-size: 12px;
    }
}

/* ============== */

/* CARD ADDITIONAL TITLE */

.card-additional-title {
    margin: 10px 0 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164.2%; /* 22.988px */
}

/* ===================== */

/* CARD ADDITIONALS */

.card-additional-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-additional-item {
    display: block;
    cursor: pointer;
}

.card-additional-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.card-additional-input:checked + .card-additional-row .card-additional-custom-check {
    background-color: #FA775A;
}

.card-additional-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-additional-custom-check {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}

.card-additional-option {
    display: flex;
    align-items: center;
}

.card-additional-option-image-wrap {
    position: relative;
    flex-shrink: 0;
    display: block;
    margin-right: 9px;
}

.card-additional-option-image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/template/images/zoom-icon.svg") center no-repeat;
    background-size: 10px;
}

.card-additional-option-image {
    display: block;
    width: 17px;
    height: 17px;
    object-position: center;
    object-fit: cover;
    border-radius: 2px;
}

/* ================ */

.fancybox-wrap .title-h3{
    margin-bottom: 5px;
}

.fancybox-wrap .form-group.hide-anti-spam-field .label-box{
    height: 0px;
}

.fancybox-wrap .form-group.hide-anti-spam-field input{
    margin-bottom: 0px;
}

.fancybox-wrap form input.btn, 
.modal-dialog .modal-footer button, 
.rev-form form input.btn{
    background-color: #fa775a;
    border: 0px;
}

.fancybox-wrap form input.btn:hover, 
.modal-dialog .modal-footer button:hover,
.rev-form form input.btn:hover{
    background-color: #d15236;
    color: #fff;
}

.modal-dialog .modal-footer{
    text-align: left;
}

.product-info .product-price{
    display: flex;
}

.product-info .product-price .product-page-price{
    color: #fa775a;
    font-weight: 700;
}

.product-info .product-discount{
    font-size: 14px;
    margin-right: 10px;
    line-height: 45px;
    margin-left: 10px;
    color: #767d83;
    text-decoration: line-through;
}

.salepercentvalue{
    background: #3CAA3C;
    color: #fff;
    height: 26px;
    margin-top: 7px;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 8px;
    line-height: 23px;
    font-weight: 700;
}

.cart-body .element-price .old_price.strike{
    display: none;
}

.application-buttons-block a.btn_one_click{
    border: 1px solid #fa775a;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}

.application-buttons-block .col-sm-6 .push8{
    height: 0px;
}

.product-page-all-service{
    border: 1px solid #fa775a;
    background-color: #f3f3f3;
    width: 84%;
    margin-top: 15px;
    padding: 5px 15px;
    border-radius: 7px;
}

.product-page-all-service-title{
    font-weight: 700;
}

.product-template .boxes .props_list tr:nth-child(6){
    display: none;
}

.phone-header-mobile-fixed{
    font-weight: 700;
    padding-left: 10px;
    display: none;
}

a.phone-call-header-mobile-fixed{
    display: none;
    margin-left: 10px;
    border-radius: 10px;
}

.phone-header-mobile-fixed svg{
    transform: rotate(100deg);
}

.all-categories-mega-menu-Block{
    margin-top: 25px;
}

.all-categories-mega-menu-Block ul{
    display: flex;
    flex-wrap: wrap;
}

.all-categories-mega-menu-Block ul li a{
    color: #606060;
    border: 1px solid #cbcbcb;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 0 11px 10px 0;
    display: block;
    font-size: 12px;
}

.all-categories-mega-menu-Block ul li a:link, 
.all-categories-mega-menu-Block ul li a:visited, 
.all-categories-mega-menu-Block ul li a:hover, 
.all-categories-mega-menu-Block ul li a:active{
    color: #606060;
}

.msoneclick_modal .msoneclick_form-label{
    text-align: left;
    font-size: 14px;
}

.msoneclick_modal .msoneclick_form-field input{
    height: 50px;
    font-size: 18px;
    line-height: 19px;
}

.msoneclick_modal .msoptionsprice-379 select{
    margin-bottom: 0px;
}

.msoneclick_modal .forder-popup__block--grey{
    padding: 10px 40px;
}

.go-To-Cart-Modal{
    display: none;
    position: fixed;
    top: 200px;
    width: 500px;
    margin: auto;
    background-color: #fff;
    border-radius: 25px;
    left: calc(50% - 250px);
    z-index: 105;
    padding: 20px;
}

.go-To-Cart-Modal-Title{
    font-size: 16px;
    font-weight: 700;
    color: #fa775a;
}

.go-To-Cart-Modal-Text{
    color: #707070;
    margin: 5px 0 12px;
}

.go-To-Cart-Modal .callback-element a{
    height: 40px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 10px;
}

.go-To-Cart-Modal-Overlay{
    display: none;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    z-index: 102; 
    position: fixed;
    bottom: 0;
    right: 0;
}

.go-To-Cart-Modal.active, 
.go-To-Cart-Modal-Overlay.active{
    display: block;
}

.viewed-products-in-category .section-title{
    font-size: 24px;
    margin: 20px 0 10px;
}

.viewed-products-in-category .catalog-carousel .col-xs-6{
    width: 24%;
}

.coockie-disclaimer {
    width: 590px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 12px 24px 0 rgba(38, 38, 38, 16%);
    bottom: 15px;
    left: 20px;
    padding: 15px;
    z-index: 999999;
    border-radius: 20px;
    display: none;
}

.coockie-disclaimer.active {
    display: block;
}

.coockie-disclaimer .close {
    font-size: 12px;
    color: #fff;
    background-color: #fa775a;
    right: 0;
    top: 0;
    font-weight: 400;
    height: 40px;
    margin-left: 10px;
    padding: 10px 16px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
}

.product-template .product-gallery .label-block-allSizes{
    background-color: #fa775a;
    width: 150px;
    height: auto;
    font-size: 11px;
    padding: 5px;
    line-height: 14px;
    text-transform: none;
}

.product-card .label-block-sale{
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

.reviews-section.custom .item-icon{
    width: 100px;
    position: relative;
    margin-right: 15px;
    left: 0px;
    top: 0px;
}

.reviews-section.custom .item-icon img{
    border-radius: 10px
}

.reviews-section.custom .item{
    padding: 25px;
}

.reviews-section.custom .item .item-info{
    display: flex;
}

.reviews-section.custom .item .item-title{
    margin-bottom: 0px;
}

.reviews-section.custom .reviews-section-title{
    font-size: 24px;
    margin: 25px 0 10px;
}

.photo-Gallery-Serial-Number{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fa775a;
    display: block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.photo-Gallery-Serial-Number-Disclaimer{
    font-size: 10px;
    line-height: 13px;
    background-color: #fa775a;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    margin-top: 4px;
    display: inline;
}

@media (max-width: 768px) {
    .product-page-all-service{
        width: 100%;
        font-size: 13px;
    }
    .phone-header-mobile-fixed.active{
        display: block;
    }
    .phone-call-header-mobile-fixed.active{
        display: inline-block;
    }
    .product-price-split{
        width: 100%;
    }
    .header-top{
        display: none;
    }
    .product-template .breadcrumb{
        margin-bottom: 15px;
    }
    .product-template .push30{
        height: 10px;
    }
    .msoneclick_modal .msoc_mobile_version .msoneclick_form-label{
        margin-bottom: 0px;
    }
    .msoneclick_modal .msoneclick_form-group{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .viewed-products-in-category .container{
        padding: 0px;
    }
    .viewed-products-in-category .catalog-carousel .col-xs-6{
        width: 49%;
        padding: 0 5px;
    }
    .coockie-disclaimer {
        width: 94%;
        left: 3%;
        bottom: 10px;
    }
    .go-To-Cart-Modal{
        width: 90%;
        left: 5%;
    }
    .go-To-Cart-Modal-Title{
        font-size: 14px;
    }
    .product-template .fancybox-wrap .fancybox-nav span{
        width: 15px;
        height: 15px;
    }
    .product-template .fancybox-wrap .fancybox-nav span:before{
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: -7px;
        left: -10px;
        background-color: #fa775a;
        border-radius: 50%;
    }
    .product-template .fancybox-wrap .fancybox-prev span{
        left: 22px;
    }
    .product-template .fancybox-wrap .fancybox-next span{
        right: 22px;
    }
    #exampleSize{
        top: 50px !important;
    }
    #exampleSize .modal-title{
        font-size: 13px;
    }
    #exampleSize .modal-content{
        padding: 35px 15px 40px;
    }
    .product-gallery .label-block{
        top: -10px;
    }
    .product-card .label-block-sale{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px;
    }
    .reviews-section.custom .item .item-info{
        flex-wrap: wrap;
    }
    .reviews-section.custom .item-icon{
        width: 100%;
    }
    .reviews-section.custom .item{
        padding: 9px;
    }
    .reviews-section.custom .item .element-link{
        display: none;
    }
    .reviews-section.custom .item-text{
        font-size: 11px;
    }
    .reviews-section.custom .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .reviews-section.custom .item .stars-block{
        margin-bottom: 0px;
    }
    .reviews-section.custom .reviews-section-title{
        font-size: 18px;
    }
    .order-informer{
        font-size: 12px;
    }
    .korzina .cart-body .element{
        padding: 6px;
    }
    .cart-body .subelement2{
        display: flex;
    }
    .cart-body .element .element-img{
        height: 70px;
        width: 20%;
    }
    .korzina .cart-body .subelement2 .text{
        width: 80%;
        padding-left: 5px;
    }
    .korzina .cart-body .subelement2 .text h5{
        font-size: 13px;
    }
    .korzina .cart-body .subelement2 .text .f14{
        font-size: 12px;
    }
    .korzina .coockie-disclaimer, 
    .korzina .connect-buttons{
        display: none;
    }
}

@media (max-width: 375px) {
    a.phone-header-mobile-fixed, 
    a.phone-call-header-mobile-fixed{
        font-size: 12px;
    }
    .catalog .element .price{
        font-size: 16px;
    }
    .element-price-dolyami{
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .product-template .application-buttons-block{
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
        margin-bottom: 0px;
        background-color: #f3f3f3;
        padding-left: 51%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: nowrap;
        z-index: 10000;
    }
    .product-template .application-buttons-block .element-counter{
        position: relative;
    }
    .product-template .application-buttons-block .element-counter .input-group{
        margin-right: 15px;
    }
    .product-template .application-buttons-block .element-counter button{
        border-radius: 50%;
        border: 1px solid #fa775a;
        font-size: 23px;
    }
    .product-template .application-buttons-block .element-counter input{
        font-size: 15px;
    }
    .product-template .application-buttons-block .col-sm-6{
        width: auto;
    }
    .product-template .application-buttons-block .add-To-Cart-Btn-Container button, 
    .product-template .application-buttons-block .btn_one_click{
        border-radius: 10px;
        font-weight: 700;
    }
}

.cart-body a.btn, .product-template .product-info .product-page-button{
    position: relative;
    overflow: hidden;
}

.cart-body a.btn:before, .product-template .product-info .product-page-button:before{
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

@keyframes slideme {0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}100%{left:110%;margin-left:80px}}



