.span-link {
    cursor: pointer;
}
.no-size {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.fit-size {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.m-0 {
    margin: 0;
}
.p-0 {
    padding: 0;
}
.loading-container {
    opacity: 0.3;
    pointer-events: none;
}
.hidden-form {
    display: none;
}

.modal-backdrop.in {
    opacity: 0.6 !important;
    background-color: #000 !important;
}

.gravex-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.basket-empty {
    font-size: 14px;
    text-transform: uppercase;
    color: #666668;
    text-align: center;
    padding: 10px;
}
.gravex-count-decrease, .gravex-count-increase {
    cursor: pointer;
}

/* NO SCROLL */
html.gravex-noscroll {
    /*height: 100%;*/
    overflow: hidden;
    margin-right: 15px;
}
/*
html.gravex-noscroll .sticky-wrapper .fixed {
    margin-right: 15px;
}*/
html.gravex-noscroll body {
    /*height: 100%;*/

}
/* NO SCROLL END */

#content_wrapper {
    min-height: 100%;
    /*height: auto !important;*/
    height: 100%;
}

.gfixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}


.aspect-ratio-15-25 {
    position: relative;
    aspect-ratio: 25 / 15;
    width: 100%;
    display: block;
}

.gravex-item-image-wrapper {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.gravex-item-image-wrapper:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}
/* == Соотношение сторон 3 к 2 == */
.gravex-item-image-wrapper-3-2 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}
.gravex-item-image-wrapper-3-2:before {
    content:     "";
    display:     block;
    padding-top: 66.666%; /* (100 /25 * 15) */
}

/* == Соотношение сторон 24 к 10 == */
.gravex-item-image-wrapper-24-10 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}
.gravex-item-image-wrapper-24-10:before {
    content:     "";
    display:     block;
    padding-top: 42%; /* (100 /24 * 10) */
}

/* == Соотношение сторон 28 к 17 == */
.gravex-item-image-wrapper-28-17 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}
.gravex-item-image-wrapper-28-17:before {
    content:     "";
    display:     block;
    padding-top: 61%; /* (100 /28 * 17) */
}

/* == Соотношение сторон 85 к 30 == */
.gravex-item-image-wrapper-85-30 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}
.gravex-item-image-wrapper-85-30:before {
    content:     "";
    display:     block;
    padding-top: 35%; /* (100 /85 * 30) */
}

/* == END == */

.gravex-item-image {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}

.count-selector-container {
    width: 135px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    max-width: 142px;
}
.count-selector-button-input {
    border: none !important;
    font-size: 15px;
    color: #31629f !important;
    font-weight: bold;
    margin-left: 4px;
}
.count-selector-button-plus, .count-selector-button-minus {
    margin-right: 6px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #666;
    line-height: 23px;
    margin-bottom: 4px;
    border: 1px solid #e6e6e6;

}
.count-selector-button-plus:hover, .count-selector-button-minus:hover {
    background-color: #31629f;
    color: #fff;
}
.gravex-cross-icon {
    color: #333;
    font-size: 24px;
    line-height: 4px;
}
#sticky-sidebar-area {
    will-change: min-height;
}

#sticky-sidebar-inner-content {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

/* responsive-iframe start */
.iframe-container-16-9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container-3-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 66.67%; /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6667) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* responsive-iframe end */


/* loader start */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #333e48;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* loader end */

/* lazy loading start */
.lazy {
    /*min-height: 100px;*/
    background: url(../images/loader-grey.gif) center center no-repeat;
    border: none;
}
.lazy.loaded {
    background-image: unset;
}
.lazy:not(.loaded) {
    background-size: initial !important;
}
/*
.loaded {
    background: none;
}*/
/*
.loaded {
    background-image: none;
}*/
/* lazy loading end */

/* FORM */
.has-error .form-control {
    border-color: #e32028;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e32028;
}
.has-error {
    position: relative;
}
.help-block {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
form div.required label.font-weight-normal:after,
form div.required label.control-label:after {
    content:" * ";
    color: #e32028;
}

form div.required label.font-weight-normal:after label:after,
form div.required label.control-label:after label:after {
    content: none;
}
/* FORM END */

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}
.callback-modal-trigger {
    cursor: pointer;
}

.gravex-css-ellipses-1,
.gravex-css-ellipses-2,
.gravex-css-ellipses-3,
.gravex-css-ellipses-4 {
    display: -webkit-box!important;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.gravex-css-ellipses-1 {
    -webkit-line-clamp: 1;
}
.gravex-css-ellipses-2 {
    -webkit-line-clamp: 2;
}
.gravex-css-ellipses-3 {
    -webkit-line-clamp: 3;
}
.gravex-css-ellipses-4 {
    -webkit-line-clamp: 4;
}

.lg-backdrop.in {
    opacity: 0.7 !important;
}

/* Стили для слайдера gravex-js-slider - начало  */

.gravex-js-items-slider-slick {
    width: 100%;
}
/*
.gravex-js-items-slider-swiper,
.gravex-js-items-slider-slick{
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.gravex-js-items-slider-wrapper{
    display: flex;
    position: relative;
    height: 100%;
}
.gravex-js-items-slider-slick .gravex-js-items-slider-wrapper{
    overflow: hidden;
}
.gravex-js-items-slider-slide {
    max-width: 252px;
    flex-shrink: 0;
    padding: 0 7.5px;
}
.gravex-js-items-slider-slick .slick-track {
    margin-left: 0;
}

/* Стили для слайдера gravex-js-slider - конец  */
.compare-product-title-container {
    height: 60px;
}
.compare-product-remove__close:hover span {
    opacity: 0.5;
}
.compare-product-product-actions {
    padding: 5px 0;
    text-align: center;
}
.compare-fav-btn{
    margin-left: 15px;
}
.compare-buy-btn:hover svg path {
    fill: var(--bg-color-secondary);
}
.compare-fav-btn:hover svg path {
    fill: #cb0119;
}
.compare-fav-btn.gravex-active svg path {
    fill: #cb0119;
}
.cart_navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    /*float: left;*/
    width: 100%;
}
a.continue-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: var(--link-color);
    border: 1px solid var(--border-color-primary);
    background: var(--bg-color-primary);
}

/* Стиля для owl slider */
/*.slider-items-products {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.slider-items {*/
/*    width: 3000px;*/
/*}*/
/*.product-item {*/
/*    width: 267px;*/
/*    float: left;*/
/*}*/
/*.owl-item .product-item {*/
/*    width: unset;*/
/*}*/







/* == ALERT WIDGET == */
.gravex-css-alert {
    padding: 15px;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.gravex-css-alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.gravex-css-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.gravex-css-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.gravex-css-alert-close  {
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: auto;
    background: transparent;
    border: 0;
}
.gravex-css-alert-close span {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    cursor: pointer;
}
.gravex-css-alert-close span:hover {
    opacity: 1;
}
.gravex-css-alert-close span:before, .gravex-css-alert-close span:after {
    content: ' ';
    position: absolute;
    left: 7px;
    top: 2px;
    height: 12px;
    width: 2px;
    background-color: #333;
}
.gravex-css-alert-close span:before {
    transform: rotate(45deg);
}
.gravex-css-alert-close span:after {
    transform: rotate(-45deg);
}
/* == ALERT WIDGET - END == */

.gravex-close-button span {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gravex-close-button span:before,
.gravex-close-button span:after {
    content: '';
    display: block;
    background: #000000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 300px;
}
.gravex-close-button span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.gravex-container-ellipses {
    position: relative;
    overflow: hidden;
}
.gravex-container-ellipses:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url('../images/text-bottom.png') left bottom repeat-x;
}



/* == NOTIFICATION BANNER == */
.notification-banner {
    /*background: var(--bg-color-primary);*/
    background: #009579;
}

.notification-banner__content {
    padding: 16px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.notification-banner__text {
    flex-grow: 1;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
}

.banner__close {
    background: none;
    border: none;
    cursor: pointer;
}

.notification-banner__text,
.banner__close > span {
    color: #ffffff;
}

/* == NOTIFICATION BANNER - END == */
.toast-success {
    background-color: var(--toastr-success-color);
}
.toast-error {
    background-color: var(--toastr-error-color);
}

/* = GRAVEX TABS = */
.gravex-tabs {
    display: flex;
}
.gravex-tabs__item {
    display: none;
}
.gravex-tabs__item--active {
    display: flex;
    justify-content: center;
}
/* = GRAVEX TABS - END = */
/* = ADMIN WIDGET = */
.admin-button__wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 50%;
    right: -210px;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #eee;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    transition: .5s;
}
.admin-button__wrapper:hover {
    right: 0;
}
.admin-button__icon {
    width: 35px;
    box-sizing: border-box;
}
.admin-button__icon svg {
    fill: #000;
}
.admin-button__link {
    padding: 10px;
    width: 200px;
    font-size: 14px;
    color: #000;
}
/* = ADMIN WIDGET - END = */

/*= HIDE AT TABLET AND MOBILE - START =*/

.no-tablet {
    display: block;
}

@media screen and (max-width: 996px) {
    .no-tablet {
        display: none;
    }
}
/*= HIDE AT TABLET AND MOBILE - END =*/

textarea:focus, input:focus{
    outline: none;
}

#pjax-container.loading {
    opacity: .3;
}

/*= GTEXT-CONTENT - START =*/

.gtext-content a {
    color: var(--bg-color-primary) !important;
}

.gtext-content a:hover {
    text-decoration: underline;
}

.gtext-content h1 {
    font-size: 26px;
}

.gtext-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.gtext-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.gtext-content h4,
.gtext-content h5,
.gtext-content h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.gtext-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.gtext-content ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
}

.gtext-content ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 100%;
    background-color: #777;
    border: 1px solid #777;
}

.gtext-content td {
    text-align: center;
    border: 1px solid #eee;
}

.gtext-content table {
    width: 100%;
    margin-bottom: 30px;
}

/*= GTEXT-CONTENT - END =*/