/*ligtbox*/

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

#lightbox.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

#lightbox.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

#lightbox.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*lightbox*/



body {
    min-width: 460px;
}

.site-nav__item:hover .site-nav__dropdown .site-nav__link--underline:after {
content: none;
}

.mobile__sec-menu {
    padding-top: 10px;
}

.mobile__sec-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile__sec-menu li {
    width: calc(50% - 5px);
    margin-right: 10px;
}

.mobile__sec-menu li:nth-child(2n + 2) {
    margin-right: 0;
}

.mobile__sec-menu li a {
    color: #393b3c;
    color: var(--colorDrawerText);
    padding-top: 10px;
    padding-bottom: 5px;
}

.slideshow__slide--slideshow .hero__title {
    font-size: 40.0px;
}
@media only screen and (min-width: 769px) {
    .slideshow__slide--slideshow .hero__title {
        font-size: 80px;
    }
}
.slideshow__slide--slideshow .btn {
    background: #00d46c !important;
    border: none;
    color: #000 !important;

}

.logo-bar--template--16305987158186__cb80f64b-997c-4a73-b55f-43fc53cd483b {
    opacity: 1.0;
}

.flex-grid--template--16305987158186__promo-grid {
    margin-top: -20px;
    margin-left: -20px;

    padding-left: 20px;
    padding-right: 20px;

}

.flex-grid--template--16305987158186__promo-grid .flex-grid--gutters {
    margin-top: -20px;
    margin-left: -20px;
}

.flex-grid--template--16305987158186__promo-grid .flex-grid__item {
    padding-top: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 589px) {
    .flex-grid--template--16305987158186__promo-grid {
        margin-top: -10px;
        margin-left: -10px;

        padding-left: 10px;
        padding-right: 10px;

    }

    .flex-grid--template--16305987158186__promo-grid .flex-grid--gutters {
        margin-top: -10px;
        margin-left: -10px;
    }

    .flex-grid--template--16305987158186__promo-grid .flex-grid__item {
        padding-top: 10px;
        padding-left: 10px;
    }
}

.flex-grid__item--promo-0 {
    min-height: 420.0px;
}


@media only screen and (min-width: 769px) {
    .flex-grid__item--promo-0 {
        min-height: 560.0px;
    }
}

@media only screen and (min-width: 1140px) {
    .flex-grid__item--promo-0 {
        min-height: 700px;
    }
}

.flex-grid__item--promo-0 .btn {
    background: #00d46c !important;
    border: none !important;
}

.flex-grid__item--promo-0 .promo-grid__text {
    font-size: 0.85em;
}
.flex-grid__item--promo-0.flex-grid__item--50 .promo-grid__text {
    font-size: 1.0em;
}

@media only screen and (min-width: 769px) {
    .flex-grid__item--promo-0 .promo-grid__text {
        font-size: 1.0em;
    }
}

.promo-grid__bg-image--promo-0 {
    object-position: center;
}

@media only screen and (min-width: 769px) {
    .flex-grid__item--promo-1 {
        min-height: 400.0px;
    }
}

@media only screen and (min-width: 1140px) {
    .flex-grid__item--promo-1 {
        min-height: 500px;
    }
}
.flex-grid__item--promo-1 .btn {
    background: #00d46c !important;
    border: none !important;
}
.flex-grid__item--promo-1 .promo-grid__text {
    font-size: 0.85em;
}
.flex-grid__item--promo-1.flex-grid__item--50 .promo-grid__text {
    font-size: 1.0em;
}

@media only screen and (min-width: 769px) {
    .flex-grid__item--promo-1 .promo-grid__text {
        font-size: 1.0em;
    }
}

.promo-grid__bg-image--promo-1 {
    object-position: 80% 50%;
}

.site-footer {
    border-top: 1px solid #393b3c;
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    .footer__item--1494301487049 {
        width: 50%;
        padding-top: 40px;
    }
    .footer__item--1494301487049:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 960px) {
    .footer__item--1494301487049 {
        width: 25%;
    }

}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    .footer__item--d57a0b06-1f99-45fa-8730-e73b80e8cdbd {
        width: 50%;
        padding-top: 40px;
    }
    .footer__item--d57a0b06-1f99-45fa-8730-e73b80e8cdbd:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 960px) {
    .footer__item--d57a0b06-1f99-45fa-8730-e73b80e8cdbd {
        width: 35%;
    }

}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    .footer__item--1494292487693 {
        width: 50%;
        padding-top: 40px;
    }
    .footer__item--1494292487693:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 960px) {
    .footer__item--1494292487693 {
        width: 40%;
    }

}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    .footer__item--1494301487048 {
        width: 50%;
        padding-top: 40px;
    }
    .footer__item--1494301487048:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (min-width: 960px) {
    .footer__item--1494301487048 {
        width: 95%;
    }

}

.footer__logo a {
    height: 80px;
}

.logo-bar--template--16305987158186__d9db87f3-04e9-4c49-a07e-e46120512d04 {
    opacity: 1.0;
}

.logo-bar--template--16305987158186__1661412751f4c24ce3 {
    opacity: 1.0;
}

.header-item--logo,
.header-layout--left-center .header-item--logo,
.header-layout--left-center .header-item--icons {
    -webkit-box-flex: 0 1 130px;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
}

@media only screen and (min-width: 769px) {
    .header-item--logo,
    .header-layout--left-center .header-item--logo,
    .header-layout--left-center .header-item--icons {
        -webkit-box-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

.site-header__logo a {
    width: 130px;
}
.is-light .site-header__logo .logo--inverted {
    width: 130px;
}
@media only screen and (min-width: 769px) {
    .site-header__logo a {
        width: 250px;
    }

    .is-light .site-header__logo .logo--inverted {
        width: 250px;
    }
}

@media screen and (min-width: 750px) {
    #dynamic-checkout-cart {
        min-height: 50px;
    }
}

@media screen and (max-width: 750px) {
    #dynamic-checkout-cart {
        min-height: 120px;
    }
}

.site-nav__link,
.site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 19px;
}
.site-header {
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.toolbar + .header-sticky-wrapper .site-header {
    border-top: 0;
}

.finalPrice
{
    display:block;
}

#system-message-container joomla-alert .alert-heading {
    display: none;
}

#system-message-container joomla-alert[type=info],
#system-message-container joomla-alert[type=notice] {
    margin-bottom: 40px;
    margin-top: 40px;
}

#system-message-container joomla-alert .alert-wrapper {
    color: #fff;
    background-color: #00d46c;
    border-color: #00d46c;

}

#system-message-container joomla-alert {
    color: #fff;
    background-color: #00d46c;
    border-color: #00d46c;
    margin-bottom: 40px;
    margin-top: 40px;
}

#system-message-container joomla-alert[type=warning] {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e;
}

.form-control-feedback {
    font-size: 10px;
    line-height: 10px;
    color: red;
}

.logo-bar--template--16305987387562__a0d54a42-b12d-4511-8c98-57fb9b7d95f8 {
    opacity: 1.0;
}

@media screen and (min-width: 769px) {
    .collection-filter__item--drawer {
        display: none;
    }
    .collection-filter__item--count {
        text-align: left;
    }
    html[dir="rtl"] .collection-filter__item--count {
        text-align: right;
    }
}

.collection-filter__sort-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.collection-filter__sort-container form {
    display: flex;
    align-items: center;
}

.icon-arrow-up,
.icon-arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-left: 5px;
}

.myaccount_urls {
    margin-bottom: 30px;
}

.myaccount_urls .myaccount_url a,
.myaccount_urls .myaccount_url span {
    padding: 15px !important;
    display: block;
}

.myaccount_urls .myaccount_url span a {
    padding: 0 !important;
}


.myaccount_urls .myaccount_url {
    border: 1px solid;
    border-color: #393b3c;
    border-color: var(--colorBorder);
    border-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .8em;
    display: block;
    width: 100%;
    text-align: center;
}

.myaccount_urls .myaccount_url:last-child {
    border: 1px solid;
}

.jshop_profile_data {

}

.jshop_profile_data > div {
    margin-bottom: 10px;
}

.jshop_profile_data > div:last-child {
    margin-bottom: 0;
}

.myorders_block_info {
    margin-top: 50px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.myorders_block_info.last {
    margin-bottom: 20px;
    border: 0;
    padding-bottom: 20px;
}

.table_order_list {
    padding: 15px;
    margin-top: 30px;
}

.table_order_list .users > div,
.table_order_list .products > div {
    margin-bottom: 5px;
}

.table_order_list .products > div:last-child {
    margin-bottom: 0;
}

.myorders_total {
    margin-bottom: 50px;
    border-top: 1px solid #00d46c;
    padding-top: 20px;
}

.myorders_total .price {
    color: #00d46c;
    font-weight: bold;
}

.myorderinfo table.jshop td {
    border: 1px solid #dddcdc;
}

.order_number,
.order_status,
.order_date,
.order_total {
    margin-bottom: 15px;
}

.myorderinfo {
    margin-bottom: 50px;
}

.search-result-yes__products {
    margin-top: 50px;
}

.search-result-yes .medium-up--four-fifths {
    width: 100%;
    padding-left: 0;
}

.search-result-yes .medium-up--four-fifths:after {
    content: "";
    display: table;
    clear: both;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.filter-block {
    font-size: .8em;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
}

.filter-block__caption {

}

.filter-block__body {

}

.filter-form .collapsible-content--sidebar.is-open {
    height: initial !important;
}

.filter-category {
    margin-bottom: 5px;
}

.filter-category:last-child {
    margin-bottom: 0;
}

.filter-category a {
    display: block;
    padding: 3px 0;
}

.filter-category a:hover {
    color: #000;
}

.filter-category.active a {
    font-weight: bold;
    color: #000;
}

.filter-category_level_1 {
    margin-left: 10px;
}

.filter-category_level_2 {
    margin-left: 20px;
}

.filter-category_level_3 {
    margin-left: 30px;
}

.collapsible-trigger-btn {
    font-weight: bold !important;
    letter-spacing: 2px !important;
    font-size: 1.1em !important;
}

.catalog_сurrencies select {
    min-width: 100px;
}

.catalog_сurrencies-footer {
    text-align: center;
}

.catalog_сurrencies-mob {
    margin-bottom: 30px;
    border-bottom: 1px solid;
    border-bottom-color: #393b3c;
    border-bottom-color: var(--colorDrawerBorder);
    padding-bottom: 35px;
}

.catalog_сurrencies__zag {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.jshop.cart tr,
.jshop.cart,
.jshop.cart tbody {
    background: #fff;
}

.product-block--price__block {
    display: flex;
    align-items: flex-end;
}

.productfull .product-block--price__block .prod_price,
.productfull .product-block--price__block .prod_price #block_price {
    font-size: 35px;
    color: #950000;
}

.product-block--price__block .old_price {
    font-size: 25px;
    text-decoration: line-through;
    margin-left: 15px;
}

.prod-attr__desc-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body div.jshop_prod_attributes .attributes_title {
    margin-top: 0 !important;
    margin-right: 10px;
}

.prod-attr__desc-item {
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body .jshop .prod_attr_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

body .jshop .prod_attr_img img {
    height: 45px;
    width: initial;
    border-radius: 0.25rem;
}

.prod-attr__desc-body .attributes_name {
    font-weight: bold;
}

.prod-attr__desc-body {
    margin-bottom: 15px !important;
}

.prod-attr__desc-body:last-child {
    margin-bottom: 0 !important;
}

.productfull .block_available {
    padding-left: 25px !important;
    text-align: left;
}

.product__quantity label.prod_qty:not(.variant__button-label):not(.text-label) {
    font-weight: bold;
    font-size: var(--typeBaseSize);
    text-transform: none;
    letter-spacing: initial;
}

.product__quantity {
    margin-top: -15px;
    text-align: left;
}

.prod-button_back {
    text-align: center;
    margin-top: 30px;
}
.product-single__title {
    text-align: left;
}

.product-block__sku {
    text-align: left;
}

.grid__item.medium-up--one-fifth.grid__item--sidebar {
    top: 10px !important;
}

.cart__item-sub-final {
    display: flex;
    align-items: flex-end;
}

.cart__item-sub-final strong {
    font-size: 35px;
    color: #950000;
}

.list_attribute .jshop_cart_attribute {
    padding-left: 0;
    font-size: 0.9rem;
}

.cart__item--variants .jshop_cart_attribute span {
    font-weight: normal;
}

.list_attribute .jshop_cart_attribute .value {
    font-weight: bold;
}

body .checkout_payment_block #table_payments .jshop_payment_method  {
    padding-left: 0;
}

body .checkout_payment_block #table_payments .jshop_payment_method td:first-child {
    width: 100px !important;
}

body .checkout_payment_block #table_payments .jshop_payment_method .inputbox {
    max-width: initial;
    width: 100%;
}

.checkout_pfinish_block .checkoutinfo {
    background-color: rgba(57, 59, 60, .03);
    padding: 30px;
}

.checkout_pfinish_block .cart__item-row:last-child {
    margin-bottom: 0;
}

.pfinish_comment_block {
    max-width: 700px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.pfinish_comment_block input,
.pfinish_comment_block textarea#order_add_info {
    width: 100%;
    max-width: initial;
}

.pfinish_comment_block .name {
    margin-bottom: 15px;
}

.text_pay_without_reg-new {
    text-align: center;
    margin-top: 40px;
}