/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}
a:focus, a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.btn-unstyle:focus .expand-more {
    color: #949494;
}
.btn-primary {
    line-height: 38px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 29px 5px;
    min-width: 193px;
    border-radius: 30px;
    border: 0!important;
    background: transparent!important;
}
body#checkout a:hover {
    color: #000;
}

body#checkout #header .header-nav-inside a:hover {
    color: #fff;
}
/*** header ***/
#header .header-nav {
    min-height: 30px;
}
#header .header-nav .header-nav-inside {
    height: 30px;
}
.left-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}
.left-nav .block-social ul {
    margin: 0 0 0 21px;;
    height: 24px;
}
.left-nav .block-social li {
    height: 24px;
    width: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.left-nav [class^="anicon-"], [class*=" anicon-"] {
    font-size: 24px;
}

#header .header-nav .material-icons.expand-more,
#header .right-nav .material-icons {
    font-size: 17px;
    margin: 0px -5px 4px 5px;
}
.header-right {
    display: flex;
    justify-content: space-between;
}
#header .header-nav .language-selector .material-icons.expand-more {
    margin-left: 2px;
}
.dropdown-menu {
    padding: 0;
    margin-top: 3px;
}
.dropdown-item {
    padding: 6px 15px;
}
.dropdown .expand-more {
    color: #949494;
}
#header .header-nav .user-info button:hover {
    color: #fff;
}
#header .header-nav .user-info .account {
    margin-left: 0;
}
#header .header-nav .user-info .dropdown .dropdown-item:hover {
    background-color: #000;
    color: #fff;
}
.dropdown:hover .expand-more {
    color: #fff;
}
.dropdown .dropdown-item:hover {
    background-color: #000;
}
#header .header-nav .currency-selector {
    margin-left: 24px;
}
#header .header-nav .user-info {
    margin-left: 24px;
}
#header .header-nav .user-info button {
    color: #949494;
    cursor: pointer;
}
#header .vertical-center {
    padding: 0;
    justify-content: center;
}
#header .header-top {
    border-bottom: 1px solid #ebebeb;
}
#header #_desktop_logo {
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 111px;
}
#_desktop_logo a {
    margin: 1px 0 0 17px
}
.products-grid {
    justify-content: space-around;
}
.menu-wrapper {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.search-widget form input[type=text]:focus {
    outline: none;
}
.search-button-wrapper,
.search-button-close-wrapper {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 22px;
}
.search-button-close-wrapper {
    display: none;
}
.search-button-wrapper span,
.search-button-close-wrapper span {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 11px;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 30px;
    cursor: pointer;
    transition: all .4s;
}
.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.png) center center no-repeat;
}
.search-btn-close i {
    font-size: 36px;
    color: #000;
    margin-left: -5px;
}
.search-widget {
    display: none;
    z-index: 50;
    position: absolute;
    top: calc(100% + 25px);
    right: 0;
    margin-top: 1px;
    width: 100%;
    min-width: 460px;
}
.search-widget .container {
    padding: 0;
}
.search-widget form input[type=text] {
    padding: 20px 60px 20px 20px;
    border: 1px solid #ebebeb;
}
.search-widget form button[type=submit] {
    bottom: 15px;
    right: 20px;
}
.search-widget form button[type=submit] i {
    font-size: 32px;
}
.logo-main {
    margin: 0 17px 0 0;
}
#header #_desktop_cart {
    align-self: auto;
}
/*** modal-cart ***/

.show_important {
    display: block!important;
}
.hide_important {
    display: none!important;
}
#header .blockcart-link:focus {
    color: #000;
}
#header .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 76;
    background: #fff;
    width: 326px;
}
.cart-preview .cart-product-line .product-image {
    width: 100px;
}
.cart-preview .cart-product-line .product-infos {
    width: 55%;
    padding-left: 22px;
}
.cart-preview .product-remove i {
    width: 20px;
    height: 20px;
    padding: 2px 1px 2px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: #edeef3;
}
.cart-items {
    padding: 21px 0 10px;
}
.cart-preview .cart-product-line {
    padding: 0;
    margin: 0px 20px 10px;
}
.cart-preview .product-infos .product-line-info {
    display: inline-block;
}
.cart-preview .cart-product-line .product-image {
    border: 0;
}
.cart-preview .cart-subtotals {
    border-top: 1px solid #e6e5e5;
}
.product-infos .product-line-info .value:last-child:after {
    content: "";
}
.product-infos .product-line-info .value:after {
    content: ",";
}
.cart-preview .product-infos .product-price {
    margin-top: 12px;
}
#header .cart-preview .product-infos .product-name {
    margin-bottom: 5px;
    color: #000;
}
#header .cart-preview .product-infos .product-name:hover {
    color: #919191;
}
.cart-preview .cart-bottom .total-line.products,
.cart-preview .cart-bottom .total-line.tax {
    display: none;
}
.cart-preview .cart-bottom {
    padding: 0 20px 10px 20px;
}
.cart-preview hr {
    display: none;
}
.cart-bottom .cart-total .label {
    text-transform: none;
}
.cart-bottom .total-line span {
    font-size: 16px;
}
.cart-bottom .cart-total .value {
    font-size: 22px;
}
.cart-preview .cart-bottom .total-line {
    margin: 15px 0 7px;
}
#header .cart-preview .cart-action .btn-primary,
.cart-preview .cart-action .btn-primary {
    width: 100%;
    margin-top: 0;
    line-height: 49px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
}
.cart-preview .cart-action .btn-primary::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.cart-preview .cart-title h4 {
    padding: 0 30px;
    text-align: left;
}
.sb-close-btn {
    top: 25px;
    left: unset;
    right: 25px;
    background: #000;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.sb-close-btn i {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
/*** end modal-cart ***/
#header .blockcart-link {
    display: flex;
    align-items: center;
}
#header .blockcart-link span {
    font-size: 12px;
    margin-left: 14px;
    text-transform: uppercase;
}
#header .blockcart-link:hover {
    color: #000;
}
.amega-menu .anav-top {
    justify-content: center;
    padding-left: 31px;
}
.amenu-item .amenu-link {
    padding: 22px 26px 20px 31px;
    color: #000 !important;
}
.amenu-item .amenu-link:hover {
    color: #949494 !important;
}
#header .amenu-item a {
    color: #000;
}
#header .amenu-item .amenu-link {
    border-bottom: 3px solid transparent;
}
#header .amenu-item .amenu-link:hover {
    border-bottom: 3px solid #000;
}
#header .amenu-item a:hover {
    color: #949494;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
}
/*** end header ***/

#index .tab-pane.active .product-miniature {
    margin-bottom: 0;
}
.featured-products .thumbnail-container {
    min-height: 420px;
    width: 270px;
    margin-bottom: 0;
    position: relative;
}

.featured-products .product-description {
    padding-top: 10px;
    min-height: 150px;
    width: 100%;
    position: unset;
    border: 1px solid transparent;
    border-top: 0;
}
.featured-products .product-title {
    padding: 0 30px;
    margin: 0 0 10px;
    line-height: 14px;
    height: 36px;
}
.featured-products .product-title a {
    line-height: 16px;
}
.featured-products .atc_div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .5s;
}
.featured-products .atc_div button {
    width: 100%;
    line-height: 39px;
    font-size: 14px;
    background: #f4f4f4;
    border: 0;
    color: #000;
    border-radius: 0;
    transition: background-color .35s, color .35s;
}
.featured-products .atc_div button::before {
    display: none;
}
.featured-products .atc_div button:hover {
    background-color: #000!important;
    color: #fff;
}

.featured-products .product-miniature:hover .product-description {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-top: 0;
}
.featured-products .product-miniature:hover .atc_div {
    border-top: 1px solid #ededed;
    opacity: 1;
}

.product-flags {
    top: 2px;
    right: 0;
    left: 0;
}
.product-flags .product-flag {
    font-size: 12px;
    padding: 1px 6px 1px 10px;
    min-height: 22px;
    margin-top: 8px;
    margin-left: 0px;
    
}
.product-flags .product-flag.online-only,
.product-flags .product-flag.new {
    border-radius: 12px 0px 0px 12px;
    float: right;
    clear: right;
}
.product-flags .product-flag.discount-percentage,
.product-flags .product-flag.on-sale {
    float: left;
    clear: left;
    border-radius: 0px 12px 12px 0px;
}
.featured-products .highlighted-informations {
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    width: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.featured-products .variant-links {
    top: 0;
    padding-top: 0;
}
.featured-products .variant-links .color {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
}

.aninsta-block-title {
    text-transform: uppercase;
    margin-bottom: 24px;
}
.aninsta-block-desc {
    margin-bottom: 34px;
}
.aninsta-block-desc p {
    max-width: 67%;
    margin: 0 auto;
    line-height: 22px;
}

.an_instagram_slider .owl-prev,
.an_instagram_slider .owl-next {
    position: unset;
}
.aninsta_container .owl-nav {
    margin-top: 27px;
}
.slider_nav {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
}
.slider_right svg,
.slider_left svg {
    fill: #000;
    position: absolute;
    top: 6px;
    width: 28px;
    height: 28px;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0px 13px;
}

/*** newsletter ***/
.block_newsletter form input[type=text]:focus {
    border: 1px solid #000000;
}
.block_newsletter {
    padding: 63px 0 89px;
    margin-bottom: 0;
}
.block_newsletter .newsletter-content {
    display: flex;
    align-items: center;
}
.block-newsletter-title {
    margin-bottom: 13px;
    text-transform: uppercase;
}
.block_newsletter p {
    width: 50%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    padding-top: 2px;
    padding-right: 40px;
}
  
.block_newsletter form {
    width: 50%;
    margin: 0 2px 0 30px;
}
.block_newsletter form input[type=text] {
    background: transparent;
    padding: 0 60px 0 30px;
    width: 100%;
    height: 53px;
    border-radius: 30px;
    border: 1px solid #ebebeb;
}
.block_newsletter form input[type=text]:focus {
    background: transparent;
    padding: 0 60px 0 30px;
    outline: 0;
}
.block_newsletter form button[type=submit] {
    padding-left: 8px;
    right: 1px;
    bottom: 1px;
    width: 51px;
    height: 51px;
    border-radius: 30px;
    color: #000;
    background: #eaeaea;
    cursor: pointer;
}
.block_newsletter form i {
    font-size: 23px;
    cursor: pointer;
}
.block_newsletter form button[type=submit]:hover {
    background-color: #000;
}
.block_newsletter form button[type=submit]:hover i {
    color: #fff;
}
/*** end newsletter ***/
.brandslider-wrapper {
    background: #f9f9f9;
}
#an_brandslider-block .owl-prev .material-icons,
#an_brandslider-block .owl-next .material-icons {
    font-size: 27px;
}
#an_brandslider-block .owl-prev, #an_brandslider-block .owl-next {
    top: calc(50% - 13px);
}
#an_brandslider-block .owl-prev {
    left: -9px;
}
#an_brandslider-block .owl-next {
    right: -7px;
}

.footer-container {
    margin-top: 0;
}
#index #footer {
    padding-top: 28px;
}

/*** footer ***/

.footer-container {
    margin-top: 0;
    padding: 54px 0 0;
}
.logo_slogan-img {
    margin: 3px 0px 33px 1px;
}
.links h3 {
    text-transform: uppercase;
    margin: 7px 0 46px;
}
#footer .block-social {
    padding: 0;
}
#footer .block-social ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
#footer .footer-container li {
    margin-bottom: 12px;
}
.block-contact {
    padding: 0;
}
#footer_contact_info {
    margin-bottom: 24px;
}
#footer .block-contact li {
    margin-bottom: 0;
    max-width: 260px;
    line-height: 34px;
}
#block_myaccount_infos .myaccount-title {
    margin-bottom: 43px;
}
#footer .block-social li {
    background: transparent;
    height: auto;
    width: auto;
    margin: 0px 15px 0px -14px;
}
#footer .block-social [class^="anicon-"] {
    font-size: 32px;
    color: #949494;
}
#footer .block-social [class^="anicon-"]:hover {
    color: #000;
}

#footer .myaccount-title a {
    font-size: 20px;
    font-weight: 400;
}
.footer-container .links .collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .links li {
    display: inline-block;
    cursor: pointer;
    
}
#footer .links li a {
    position: relative;
}
#footer .links li:hover a {
    margin-left: 12px;
    padding-left: 9px;
}
#footer .links li:hover a:before {
    content: "";
    width: 12px;
    border-top: 1px solid #000;
    position: absolute;
    right: 100%;
    top: 9px;
}
.copyright-container {
    margin-top: 20px;
    padding: 16px 0;
    border-top: 1px solid #202020;
}
.copyright-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footer .copyright-container p {
    margin: 0;
}
#footer .copyright-container a {
    color: #949494;
}
.anthemeblocks-footer-payments {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
.anthemeblocks-footer-payments img {
    max-width: 45px;
    max-height: 28px;
}
#footer .anthemeblocks-footer-payments li {
    margin: 0 4px 0 0;
}

/*** catalog ***/
.breadcrumb {
    padding: 20px 0;
}

.page-category #left-column {
    padding: 0px 15px;
    margin-top: 13px;
}
.block-categories .h2 {
    font-size: 22px;
}
.block-categories .category-sub-menu li[data-depth="0"] {
    padding-right: 0;
    border-bottom: 1px solid #e9e9e9;
}
.category-menu-title {
    margin-bottom: 12px;
}
.block-categories .category-sub-menu li[data-depth="0"]:first-child {
    border-top: 1px solid #e9e9e9;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 16px;
    padding: 7px 0 8px;
}
.block-categories .category-sub-menu {
    margin-top: 4px;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 14px;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 7px;
}
.navbar-toggler {
    width: 36px;
    height: 35px;
    text-align: center;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-categories {
    margin-bottom: 40px;
}
#search_filters .h2 {
    font-size: 22px;
    margin-bottom: 4px;
}
#search_filters .facet .facet-title {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.custom-checkbox input[type=checkbox] {
    margin: 0;
}
.custom-checkbox input[type=checkbox]+span {
    width: 15px;
    height: 15px;
    margin: 0 9px 2px 0;
    border: 1px solid #bcbcbc;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: 1px 0 0 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}
.custom-checkbox input[type=checkbox]:checked+span {
    background: #000;
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 5px;
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    margin-bottom: 5px;
}
.category-sub-menu i {
    font-size: 14px;
}
#category .color, .custom-checkbox input[type=checkbox]+span.color {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    margin: 0 8px 0 0;
}
.custom-checkbox input[type=checkbox]+span.color .checkbox-checked {
    margin: 5px 0 0 6px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
}
.facet-label.active .custom-checkbox span.color {
    border: 1px solid transparent;
}
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #232323;
}

#category #content-wrapper {
    margin-top: 15px;
}
.block-category {
    display: flex;
    margin-bottom: 25px;
}
#js-product-list-top {
    align-items: center;
}
.products-selection .sort-by {
    padding: 0;
}
#category-description {
    padding: 0 0 0 30px;
}
#category h1 {
    font-size: 37px;
    margin-bottom: 16px;
}
.block-category #category-description p {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 24px;
    max-height: 192px;
}
.block-category img {
    margin-top: 6px;
    align-self: flex-start;
    width: 100%;
}
#products .products {
    margin: 0 -30px 0 0;
}
#products .thumbnail-container {
    width: 270px;
    margin-bottom: 39px;
}
#products .product-title {
    margin: 0 0 11px;
    line-height: 16px;
    height: 36px;
}
#products .product-title a {
    line-height: 14px;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: 0px;
    padding: 9px 11px 9px 13px;
    border-radius: 20px;
    margin: 0px 4px;
}
.pagination .previous {
    float: none;
    margin-right: 20px;
}
.pagination .next {
    float: none;
    margin-left: 20px;
}
.pagination .current a {
    color: #fff;
}
#category .block_newsletter {
    display: none;
}
#category .pagination {
    margin-top: 8px;
}
#category #footer {
    padding-top: 56px;
}
.active_filters {
    display: flex;
    align-items: center;
}
.active_filters .active-filter-title {
    font-size: 16px;
    margin-bottom: 2px;
}
.active_filters .filter-block {
    margin: 5px 10px;
}
.active_filters ul {
    margin: 0;
}

/*** catalog addtocart ***/
#products .thumbnail-container {
    min-height: 420px;
    position: relative;
}
#products .product-description {
    padding-top: 9px;
    min-height: 150px;
    width: 100%;
    position: unset;
    border: 1px solid transparent;
    border-top: 0;
}
#products .atc_div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .5s;
}
#products .atc_div button {
    border: 0;
    width: 100%;
    line-height: 39px;
    background: #f4f4f4;
    border: 0;
    color: #000;
    border-radius: 0;
    transition: background-color .35s, color .35s;
}
#products .atc_div button::before {
    display: none;
}
#products .atc_div button:hover {
    background-color: #000!important;
    color: #fff;
}
#products .product-miniature:hover .product-description {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-top: 0;
}
#products .product-miniature:hover .atc_div {
    border-top: 1px solid #ededed;
    opacity: 1;
}
.block-categories .category-sub-menu li[data-depth="1"] a {
    position: relative;
}
.block-categories .category-sub-menu li[data-depth="1"]:hover a {
    margin-left: 12px;
    padding-left: 9px;
}
.block-categories .category-sub-menu li[data-depth="1"]:hover a:before {
    content: "";
    width: 12px;
    border-top: 1px solid #000;
    position: absolute;
    right: 100%;
    top: calc(50% + 1px);
}

/*** product ***/

#product .logo-main {
    margin: 0 15px 0 0;
}
.page-product h1 {
    margin-top: 19px;
}
#product #content {
    margin: 23px auto 0;
    max-width: 468px;
}
.product-prices div {
    margin: 0;
}
#product-availability {
    margin: 24px 0 28px;
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 0 11px 0 10px;
    font-size: 10px;
    line-height: 2.4;
    text-transform: uppercase;
}
.product-prices {
    margin-top: 13px;
}
.current-price span {
    font-size: 22px;
}
.availability-wrap {
    margin-bottom: 30px;
}
#product .product-information p {
    margin-bottom: 36px;
    line-height: 24px;
}
.product-actions .control-label {
    max-width: 84px;
}
.product-variants>.product-variants-item {
    margin: 17px 0 0;
}
#product select.form-control:not([size]):not([multiple]) {
    height: 32px;
    width: 75px;
    padding: 0 12px;
}
#product .product-variants>.product-variants-item .color {
    border-radius: 15px;
    height: 20px;
    width: 20px;
    margin: 0;
}
.product-variants>.product-variants-item ul li {
    margin-right: 5px;
}
.product-discounts {
    margin: 0;
}
.product-add-to-cart .qty {
    display: inline-block;
    width: 100px;
    margin: 0;
}
.product-quantity #quantity_wanted {
    height: 32px;
    padding: 0px 0 1px 4px;
    width: 35px;
    text-align: center;
    border: 1px solid #e9e9e9;
}
#product .input-group-btn-vertical button {
    height: 32px;
}
#product .input-group .input-group-btn>.btn {
    padding: 0;
    width: 31px;
    height: 32px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#product .input-group .input-group-btn,
#cart .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 30px;
}
#product .product-add-to-cart {
    margin-top: 14px;
}
#product .quantity_availability {
    margin-top: 43px;
}
#product .product-actions .add-to-cart {
    line-height: 50px;
    padding: 0px 45px;
    border-radius: 25px;
    text-transform: none;
    font-size: 16px;
}
.social-sharing {
    margin: 0;
    margin-left: 72px;
}
.social-sharing li {
    height: 30px;
    width: 30px;
    background-color: #f4f4f4;
}

#product .anicon-googleplus {
    font-size: 26px;
    line-height: 32px;
}
#product .tabs {
    margin: 82px 0 20px;
    padding: 0;
}
#product .nav-tabs {
    border: 0;
}
#product .nav-tabs .nav-link {
    padding: 13px 26px 15px;
    line-height: normal;
    background-color: #f4f4f4;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    border: 1px solid transparent;
    border-bottom: none;
}
#product .tab-content {
    border: 1px solid #f4f4f4;
}
.tabs .tab-pane {
    padding: 32px 28px;
}
#product .nav-tabs .nav-link.active {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-bottom: 0;
}
#product .owl-nav, #product .owl-dot {
    display: none;
}
#product .block_newsletter {
    display: none;
}
.product-accessories h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.product-accessories .btn-primary {
    border-radius: 0;
}
.product-accessories .btn-primary:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#product #footer {
    padding-top: 55px;
}

.product-images>li.thumb-container {
    margin-right: 7px;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin: 0;
    opacity: .3;
    border: 0;
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 0;
    opacity: 1;
}
#product .product-cover {
    border: 1px solid #f4f4f4;
    margin-bottom: 21px;
}
.js-qv-mask ul {
    margin: 0;
}
.scroll-box-arrows i {
    background: #f4f4f4;
    bottom: 0;
    height: 126px;
    line-height: 126px;
    font-size: 13px;
    text-align: center;
    width: 19px;
}
.product-cover .layer {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px;
}
.product-cover .layer .zoom-in {
    font-size: 36px;
}
#product .form-control-select {
    background: url(../img/Arrow.png) no-repeat right;
    border: 1px solid #e9e9e9;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 0;
}
#product-modal i {
    background: #fff;
    border-radius: 20px;
}
/*** cart ***/
#cart .block_newsletter {
    display: none;
}

.cart-grid-body {
    margin: 3px 0 0;
}
.cart-grid-body .card-block h1 {
    font-size: 38px;
}

/*** progressbar ***/
.cart-steps {
    margin: 37px 0 0;
}
.progressbar {
    counter-reset: step;
    display: flex;
}
.progressbar li {
    width: 23%;
    list-style-type: none;
    font-size: 14px;
    position: relative;
    text-align: left;
    color: #000;
    z-index: 1;
}
.progressbar li:last-child {
    width: 8%;
    text-align: right;
}
.progressbar li:last-child:before {
    margin: 0 0 8px auto;
}
.progressbar li:last-child:after {
    left: -255%;
    width: 322%;
}
.progressbar li:before {
    width: 34px;
    height: 34px;
    content: counter(step);
    counter-increment: step;
    line-height: 34px;
    display: block;
    text-align: center;
    /*margin: 0 auto 10px auto;*/
    margin: 0 0 8px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #000;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    border-top: 1px dashed #e8e8e8;
    top: 17px;
    /*left: calc(-50% + 17px);*/
    left: calc(-100% + 34px);
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active:before {
    color: #fff;
    background: #000;
}
.progressbar li.active:after {
    border-color: #000;
}
/*** end progressbar ***/
.overview-header {
    margin: 27px 0 0;
}
.overview-header ul {
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
    margin-bottom: 0;
}
.overview-header ul li {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 14px 6px;
}
/*
10.8
28.1
16.6
17.265
11.8
8.9%
 6.5
*/
.overview-img {
    width: 10.8%;
}
.overview-desc {
    width: 28.1%;
}
.overview-avail {
    width: 16.6%;
}
.overview-price {
    width: 17.3%;
}
.overview-quant {
    width: 11.8%;
}
.overview-del {
    width: 8.9%;
}
.overview-total {
    width: 6.5%;
}
.product-line-grid-left {
    min-width: 120px;
    width: 12%;
}
.product-line-grid-body {
    width: 22%;
    margin-bottom: 18px;
}
.product-line-grid-avail {
    width: 19%;
    text-align: center;
}
.product-line-grid-price {
    width: 13%;
    margin-top: 6px;
    text-align: center;
}
.product-line-grid-right {
    width: 34%;
    min-width: 250px;
}
#cart .cart-grid-body .cart-overview {
    padding: 0;
}
#cart .cart-items {
    padding: 0;
}
#cart .cart-item {
    padding: 10px 0;
}
.product-line-grid-body>.product-line-info>.label {
    font-size: 16px;
}
#cart #product-availability {
    margin: 0;
}
#cart .availability-wrap {
    margin: 2px 3px 0 0;
    min-width: 67px;
}
#cart .current-price span {
    font-size: 16px;
}
#cart .input-group .input-group-btn>.btn {
    color: #000;
    background: #e9e9e9;
    height: 32px;
    padding: 0;
    width: 29px;
    font-size: 20px;
    font-weight: 700;
}
.qty {
    display: flex;
    justify-content: flex-end;
}
.bootstrap-touchspin input.form-control {
    height: 32px;
}
#cart .input-group .input-group-btn {
    width: 29px;
}
#cart .bootstrap-touchspin {
    margin-right: 12px;
}
#cart .bootstrap-touchspin input.form-control {
    width: 37px;
    text-align: center;
    border: 1px solid #e9e9e9;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    margin-top: 0;
}
.cart-line-product-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.product-line-grid-right .product-price { 
    font-size: 16px;
    line-height: 32px;
}
.card.cart-container {
    margin-bottom: 0;
    padding-bottom: 0;
}
#cart .card.cart-summary {
    margin: 0 15px;
    padding: 15px 0 0;
}
.cart-grid-controls {
    float: left;
    margin: 40px 0 28px;
}
.cart-grid-controls .cart-detailed-actions {
    padding: 0 15px;
}
.cart-detailed-actions .text-sm-center {
    display: flex;
    justify-content: space-between;
}
.cart-detailed-totals .card-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.cart-detailed-totals .cart-summary-line {
    width: 234px;
    padding: 3px 24px;
    font-size: 16px;
}
.cart-detailed-totals .cart-summary-line .label {
    font-size: 16px;
}
.card-block-total {
    margin-top: 17px;
    border-top: 1px solid #fff;
    padding: 13px 0;
}
.cart-detailed-totals .card-block-total .cart-summary-line .label {
    font-size: 18px;
    font-weight: 600;
}
.cart-detailed-totals .card-block-total .cart-summary-line .value {
    font-size: 24px;
    font-weight: 400;
}
#cart .cart-grid-controls .btn-primary {
    line-height: 38px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 29px 4px;
    min-width: 193px;
    border-radius: 30px;
    background: transparent!important;
    border: 0!important;
}
#cart .cart-grid-controls .btn-continue {
    color: #000;
}
#cart .cart-grid-controls .btn-continue:hover {
    color: #fff;
    background: transparent!important;
    border: 0!important;
}
#cart .cart-grid-controls .btn-continue::before {
    box-shadow: inset 0 0 0 2px #000;
}

#cart .cart-grid-controls .btn-continue:hover::before {
    box-shadow: inset 0 0 0 35px #000;
}
.remove-from-cart:hover i {
    background-color: #000;
    color: #fff;
}
#js-checkout-summary {
    padding: 30px;
}
.card.js-cart {
    margin-top: 100px;
    border: 1px solid #efefef;
    padding: 18px 21px;
}
#checkout .input-group .input-group-btn {
    float: none;
}
.card.js-cart {
    margin-top: 100px;
    border: 1px solid #efefef;
    padding: 18px 21px;
}
body#checkout section.checkout-step .form-control-valign {
    padding-top: 2px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    margin-top: 2px;
}
body#checkout section.checkout-step .custom-radio {
    margin-bottom: 4px;
}

body#checkout .custom-checkbox span {
    flex: 0 0 16px;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    padding-top: 4px;
}
.delivery-option .custom-radio input[type=radio]:checked+span {
    margin-top: 1px;
}
#checkout .cart-summary-line {
    padding: 3px 0;
}
#checkout .separator {
    margin: 5px 0;
}
#checkout .form-footer {
    margin-bottom: 20px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 10px 14px;
}
#checkout .custom-checkbox input {
    height: 18px;
    width: 18px;
}
body#checkout section.checkout-step #delivery-address .form-control-label {
    padding-top: 6px;
}
body#checkout #delivery textarea:focus,
body#checkout #gift_message textarea:focus {
    outline-color: #000;
}
#checkout-delivery-step .btn-primary {
    margin-bottom: 20px;
}
body#checkout section.checkout-step .step-title {
    padding: 10px 0;
}

.form-control:focus {
    border-color: #000;
}
/*** other pages ***/
#history #footer {
    padding-top: 100px;
}
#order-slip #footer {
    padding-top: 100px;
}
#identity .brandslider-wrapper,
#address .brandslider-wrapper,
#history .brandslider-wrapper,
#order-slip .brandslider-wrapper,
#authentication .brandslider-wrapper,
#password .brandslider-wrapper,
#my-account .brandslider-wrapper,
#pagenotfound .brandslider-wrapper {
    display: none;
}
#my-account .block_newsletter,
#identity .block_newsletter,
#address .block_newsletter,
#history .block_newsletter,
#order-slip .block_newsletter,
#authentication .block_newsletter,
#password .block_newsletter,
#pagenotfound .block_newsletter {
    display: none;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-bottom: 2px;
}
#identity .custom-radio input[type=radio]:checked+span {
    left: .175rem;
    top: .175rem;
}
#authentication .custom-radio input[type=radio]:checked+span {
    top: .175rem;
}

#identity .form-control-valign,
#authentication .form-control-valign,
#contact .form-control-label,
#address .form-control-label,
#identity .form-control-label,
#authentication .form-control-label {
    padding-top: 5px;
}
#identity .input-group .input-group-btn>.btn,
#authentication .input-group .input-group-btn>.btn {
    font-size: 10px;
    margin-right: -1px;
}
#authentication .custom-checkbox span {
    flex: 0 0 16px;
}
#authentication .custom-checkbox input[type=checkbox]+span {
    margin-top: 3px;
}
#password .form-control-label {
    padding-top: 7px;
}
.forgotten-password .form-fields .center-email-fields button {
    line-height: 38px;
    border-radius: 0;
    padding: 0;
}
.forgotten-password .form-fields .center-email-fields button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#password #footer {
    padding-top: 140px;
}

#contact .input-group .input-group-btn>.btn {
    font-size: 9px;
}
#contact .contact-rich .block .icon {
    min-height: 50px;
}
#contact .contact-form h3 {
    text-align: center;
}
#address select.form-control:not([size]):not([multiple]) {
    height: 32px;
}
#address .form-footer {
    display: flex;
    justify-content: center;
}
#main .search-button-wrapper {
    display: none;
}
#main #search_widget {
    display: block;
    position: inherit;
    width: 100%;
}
#main .search-widget form input[type=text] {
    padding: 20px;
    border: 1px solid #e9e9e9;
}
#main .search-widget form button[type=submit] {
    bottom: 17px;
    right: 10px;
}
#authentication .register-form p {
    text-align: center;
}
#product .social-sharing [class^="anicon-"] {
    font-size: 30px;
}
#product .close-slider {
    text-align: right;
}
/*** fixes ***/
.color.active,
.color:hover {
    border: 1px solid #232323;
}
.otherthemeblocks {
    margin-top: 49px;
}
.featured-products .products-section-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 33px;
}
  
.product-accessories .highlighted-informations {
    display: none;
}
.thumbnail-container-image {
    box-sizing: content-box;
}
#product-modal .modal-content .modal-body .product-images {
    max-width: 526px;
}
#product-modal .modal-content .modal-body .mask {
    max-height: 75rem;
    margin: 0 auto 0;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #949494;
}
.product-accessories .thumbnail-container {
    width: 270px;
}
.product-accessories .product-title {
    height: 50px;
}
.js-modal-mask i {
    cursor: pointer;
}
/*** adapt ***/
body#checkout #header .header-nav .logo {
    min-height: auto;
}
#header .header-top .position-static {
    padding: 0;
}
.amega-menu {
    width: 100%;
    padding: 0;
}
.facet .title .collapse-icons {
    cursor: pointer;
}

#header .header-nav .cart-preview.active {
    background: transparent;
}
#header .header-nav .cart-preview.active a {
    color: #919191;
}
#header .header-nav .blockcart.active a:hover {
    color: #000;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 7px 10px;
}
@media (max-width: 1300px) {
    .amenu-item .amenu-link {
        padding: 22px 10px 20px;
    }
    .featured-products .products {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .otherthemeblocks .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .otherthemeblocks-item {
        width: 100%;
    }
    .advantages-type-1 {
        flex-direction: row;
        align-items: flex-start;
    }
    #category .home-wrapper .row {
        margin: 0;
    }
    #product #main .row {
        margin: 0;
    }
    .header-right {
        padding: 0;
    }
    .search-button-wrapper, .search-button-close-wrapper {
        margin: 0;
    }
    .logo_slogan-img img {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    #_mobile_cart {
        height: 50px;
    }
    #header .header-nav .blockcart {
        background: transparent;
    }
    #header .header-nav.tablet-h {
        padding-bottom: 0;
    }
    .featured-products .product-miniature {
        margin: 0 7px;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu {
        display: block;
        border: 0;
        padding: 0 10px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        min-height: 90px;
        padding: 7px 0;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu li {
        display: flex;
        flex-direction: column;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a:hover {
        background: transparent;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a span {
        display: block !important;
    }
    #header .header-top {
        border: 0;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        padding: 0 20px;
    }
    .search-button-wrapper,
    .search-button-close-wrapper {
        display: none;
    }
    #mobile_top_menu_wrapper #search_widget {
        display: block;
        position: initial;
        min-width: auto;
    }
    .header-right {
        display: none;
    }
    .header-top-wrapper .desktop_logo-container {
        width: 100%;
    }
    #index .tab-pane.active .product-miniature {
        margin: 0 10px 20px;
    }
    .overview-header {
        display: none;
    }
    #cart .row {
        margin: 0;
    }
    #cart .qty {
        min-width: 110px;
    }
    .overview-img {
        min-width: 110px;
    }
   
    .product-line-grid-left,
    .product-line-grid-body,
    .product-line-grid-avail,
    .product-line-grid-price,
    .product-line-grid-right {
        width: auto;
        margin: 0 10px;
        float: left;
    }
    .social-sharing {
        margin: 20px 0;
    }
    .block-newsletter-title {
        text-align: center;
    }
}
@media (max-width: 767px) {
    #footer .col-md-6 .row {
        margin: 0;
    }

    .block_newsletter .newsletter-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .block_newsletter p {
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }
    .block_newsletter form {
        margin: 15px;
        width: 100%;
    }
    div#search_filters_wrapper i {
        line-height: 11px;
    }
    .nav-tabs .nav-item+.nav-item {
        margin: 10px 20px;
    }
    .anthemeblocks-producttabs .nav-item {
        margin: 10px 20px;
    }
    #cart .qty,
    .cart-line-product-actions {
        justify-content: flex-start;
    }
    .actions-wrap {
        display: flex;
        justify-content: space-between;
    }
    .product-line-grid-avail {
        float: none;
        text-align: left;
    }
    #cart #product-availability {
        margin-left: 10px;
    }
    .product-line-grid-price {
        margin: 10px;
    }
    .product-line-grid-del {
        padding: 0;
        order: 3;
    }
    .product-line-grid-right .price {
        padding: 0;
    }
    .product-line-grid-right .col-md-12 {
        padding: 0;
    }
    .product-line-grid-body {
        margin-bottom: 10px;
    }
    #cart .cart-item .product-line-grid {
        align-items: flex-start;
        flex-direction: column;
    }
    #category #left-column #search_filter_controls button.btn-primary {
        color: #fff;
    }
    #category #left-column #search_filter_controls button.btn-primary:hover {
        color: #000;
    }
    #header a:hover, #header a:focus {
        color: #000;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
    }
    .top-logo .search-button-wrapper,
    .top-logo .search-button-close-wrapper,
    .js-top-menu-bottom .search-button-wrapper,
    .js-top-menu-bottom .search-button-close-wrapper {
        display: none !important;
    }
    .js-top-menu-bottom .search-widget form input[type=text] {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    .js-top-menu-bottom .search-widget form input[type=text]:focus {
        border-bottom: 1px solid #000;
    }
    .js-top-menu-bottom .search-widget form button[type=submit] {
        right: 0px;
    }
    .js-top-menu-bottom .search-widget {
        display: block;
        position: initial;
        float: none;
        padding: 0 22px 0 30px;
    }
    #header .header-nav {
        padding-bottom: 0;
    }
    .menu-wrapper {
        border: 0;
    }
    .footer-container .links .collapse {
        display: none;
    }
    #footer .links li {
        display: block;
    }
    #footer .block-social {
        display: none;
    }
    .footer-container .links ul>li {
        border: 0;
    }
    #footer .col-md-6.links {
        padding: 0;
    }
}
@media (max-width: 640px) {
    .cart-detailed-actions .text-sm-center {
        flex-wrap: wrap;
        justify-content: center;
    }
    #cart .cart-grid-controls .btn-primary {
        margin: 10px 20px;
    }
    .aninsta_container {
        display: none;
    }
    .block_newsletter form {
        max-width: 100%;
    }
    .copyright-container .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .anthemeblocks-footer-payments {
        justify-content: center;
        margin-top: 15px;
    }
    #product .quantity_availability {
        align-items: flex-start;
        flex-direction: column;
    }
    .social-sharing {
        margin: 20px 0;
    }
}
@media (max-width: 480px) {
    #header .blockcart-link span {
        display: none;
    }
    #_mobile_cart {
        height: 50px;
    }
    .column-products .btn-primary {
        font-size: 12px;
    }
    .column-products .btn-primary i {
        display: none;
    }
}
