/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-primary {
    min-width: 200px;
    line-height: 52px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
}
.breadcrumb-wrapper {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
#cart .breadcrumb-wrapper {
    border: none;
}
#header .header-top-nav {
    justify-content: flex-end;
}
.copyright-container {
    text-align: left;
    margin-top: 70px;
    border-top: 1px solid rgba(235, 235, 235, 0.06);
    padding: 10px 0;
}
.copyright-container p {
    margin-bottom: 0;
}
.copyright-container .copyright-link {
    font-size: 12px;
    opacity: .6;
}
.copyright-container-center {
    text-align: center;
}
.copyright-container .copyright-link:hover {
    opacity: 1;
}
.blockcart .shopping-cart {
    position: relative;
    display: block;
    width: 24px;
    height: 22px;
}
.blockcart .shopping-cart:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/basket.png) center center no-repeat;
}
.blockcart-link {
    display: block;
    position: relative;
}
.blockcart .cart-products-count {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 60px;
    cursor: pointer;
}
.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.png) center center no-repeat;
}
.lang_and_сr_label {
    display: inline-block;
}
.product-miniature .thumbnail-container-image>a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    z-index: 10;
}
.product-miniature-hover-slider .thumbnail-container-image>a:before {
    z-index: -1;
}
.product-miniature .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .more-details {
    display: block;
    width: 33px;
    line-height: 33px;
    height: 33px;
    background-color: #fff;
    text-align: center;
}
.product-miniature .highlighted-informations .quick-view {
    margin-bottom: 5px;
}
#an_brandslider-block {
    margin-bottom: 39px;
}
#search_filters>h4 {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.block-category>h1 {
    margin-bottom: 2px;
    font-size: 24px;
}
#js-product-list-top .total-products>p {
    margin-bottom: 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 18px;
    font-size: 24px;
}
.js-cart-line-product-quantity.form-control {
    text-align: center;
}
.cart-summary {
    margin-bottom: 5px;
    border: 1px solid #efefef;
}
.product-line-grid-body {
    align-self: flex-start;
    margin-top: -5px;
}
.product-line-grid-body>.product-line-info>a.label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.product-line-info.product-price {
    margin-bottom: 15px;
}
.cart-grid-body .btn-primary {
    margin-top: 20px;
}
.product-line-actions .qty {
    position: relative;
    left: 30px;
    top: -3px;
}
.product-line-actions .price {
    position: relative;
    left: 41px;
    top: 1px;
}
.product-line-info .current-price .price,
.product-line-grid-right .product-price {
    font-weight: 500;
}
.product-line-grid-body>.product-line-info>span.label,
.product-line-grid-body .product-line-info>span.value {
    font-size: 14px;
    color: #222222;
}
.product-line-grid-body>.product-line-info>span.label {
    color: #919191;
}
.register-form>p {
    text-align: center;
}
#search_filters_wrapper {
    padding-top: 38px;
}
.page-product h1 {
    margin-top: -9px;
    margin-bottom: -3px;
}
.product-prices .current-price span {
    font-size: 24px;
    font-weight: 500;
}
.product-information .product-additional-info {
    margin-top: 27px;
}
.product-actions {
    margin-top: 41px;
    margin-bottom: 23px;
}
.cart-grid-right {
    margin-top: 65px;
}
.card.cart-summary {
    padding-top: 17px;
    padding-bottom: 17px;
}
.cart-detailed-actions .btn-primary {
    min-width: 100%;
    width: 100%;
    line-height: 48px;
}
.header-top .search-widget {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.header-top .search-widget.open {
    opacity: 1;
    visibility: visible;
}
.search-btn-close {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
}
.scroll-lock {
    overflow: hidden;
}
.search_not_found .search-btn-close,
.search_not_found .search-button {
    display: none;
}
@media (max-width: 1200px) {
    .product-line-grid-body {
        padding-left: 35px;
        margin-top: 0;
    }
    .product-line-actions .price {
        left: 10px;
        top: 0;
    }
    .product-line-actions .qty {
        top: 0;
        left: 10px;
    }
}
@media (max-width: 992px) {
    .pagination,
    .pagination .page-list {
        text-align: center;
        padding: 5px 0;
    }
    #product #content {
        margin-bottom: 35px;
    }
    #product .tabs .nav-tabs .nav-item {
        width: 100%;
        margin: 0;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a.account>span {
        display: inline-block;
        margin-right: 5px;
    }
    .header-top .search-widget {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none
    }
    .search-btn-close,
    .search-button {
        display: none;
    }
    .header-top .search-widget form button[type=submit],
    .header-top .search-widget form input[type=text] {
        color: #000;
    }
    .header-top .search-widget form input[type=text]::-webkit-input-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]::-moz-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]:-moz-placeholder {
        color: #000;
    }
    .header-top .search-widget form input[type=text]:-ms-input-placeholder {
        color: #000;
    }
    .header-top .search-widget form {
        max-width: 100%;
    }
    .header-top .search-widget form input[type=text] {
        border: 0;
        padding: 10px 15px;
    }
    .header-top .search-widget>.container {
        padding: 0;
    }
    .header-top .search-widget form button[type=submit] {
        right: 15px;
    }
}
@media (max-width: 767px) {
    #cart .cart-item {
        text-align: center;
    }
    .product-line-actions .qty,
    .product-line-actions .price {
        position: static;
    }
}
@media (max-width: 575px) {
    .product-line-grid-body {
        padding-left: 15px;
    }
}
@media (max-width: 380px) {
    .pagination a:not(.previous):not(.next) {
        margin: 0;
    }
}

.amenu-item .amenu-link{
    color: #333333; 
}

.gl-copy {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
}

.gl-copy a {
    color: #fff;
    text-decoration: none;
}

.gl-copy a:hover {
    text-decoration: underline;
}