/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
a:hover, a:focus {
    text-decoration: none;
}
.btn-comment-inverse,
.btn-comment {
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px;
    min-width: 150px;
}
.btn-primary {
    font-size: 14px;
    height: 56px;
    line-height: 40px;
    padding: 8px 15px;
    min-width: 150px;
}
/*** header ***/

#header .header-nav {
    min-height: 40px;
}
.header-nav .row {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
#header .header-nav .header-nav-inside {
    height: 40px;
}
.left-nav {
    padding: 0;
}

#header_contact_info {
    display: flex;
    margin: 0 0 2px;
    padding: 0;
    list-style: none;
}
#header_contact_info li {
    margin-right: 28px;
}
#header_contact_info svg {
    display: inline-block;
    margin: 0px 8px -2px 0;
}
#header_contact_info .call-svg {
    margin: 0px 5px -3px 0;
}
#header .header-nav .language-selector {
    display: inline-block;
}
#header .header-nav .material-icons.expand-more,
#header .right-nav .material-icons {
    font-size: 17px;
    line-height: 1;
    margin: 0 0 2px -2px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.dropdown-menu {
    padding: 0;
    margin-top: 3px;
}
.dropdown-item {
    padding: 6px 15px;
}
.dropdown .expand-more {
    color: #949494;
    font-weight: 400!important;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

.user-info .dropdown-menu,
#_desktop_language_selector .dropdown-menu,
#_desktop_currency_selector .dropdown-menu {
    min-width: auto;
    font-size: 14px;
    left: unset;
    right: 0;
}
#header .header-nav .currency-selector {
    margin-left: 23px;
}
#header .header-nav .user-info {
    margin-left: 27px;
}
#header .header-nav .user-info button {
    cursor: pointer;
    font-weight: 400!important;
    -webkit-font-smoothing: antialiased;
}
#header .vertical-center {
    padding: 0;
    justify-content: center;
}

#header #_desktop_logo {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    height: 99px;
}
#_desktop_logo a {
    margin: 0 0 0 15px;
    align-items: center;
}
.products-grid {
    justify-content: space-around;
    margin: 0 -15px;
}
.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 {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 9px;
}

.search-button-wrapper span {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 11px;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 30px;
    line-height: 32px;
    cursor: pointer;
    transition: all .4s;
}
.search-button i {
    font-size: 30px;
}
.search-button-close-wrapper {
    position: absolute;
    right: 20px;
    bottom: 16px;
}
.search-widget {
    display: none;
    z-index: 50;
    position: absolute;
    top: -18px;
    right: 40px;
    margin-top: 1px;
    max-width: 850px;
    min-width: 200px;
}
.search-widget .container {
    padding: 0;
}
.search-widget form input[type=text] {
    padding: 15px 60px;
    border: 1px solid #ebebeb;
}
.search-widget form button[type=submit] {
    bottom: calc(50% - 12px);
    left: 20px;
    right: unset;
    padding: 0;
}
.search-widget form button[type=submit] i {
    font-size: 20px;
}

.search-widget .search-button-close-wrapper i {
    font-size: 12px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .search-widget {
        max-width: 861px;
    }
}
.logo-main {
    margin: 0 17px 0 0;
}
#header #_desktop_cart {
    align-self: auto;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
}
#header .header-nav .right-nav {
    padding: 0;
}
/*** modal-cart ***/
.cart-products-count {
    position: absolute;
    top: -3px;
    right: 9px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}
#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;
    padding-right: 15px;
}
.cart-preview .cart-product-line .product-infos {
    width: 60%;
    flex: 1 1;
    padding: 0;
}
.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-preview .product-remove i:hover {
    color: #fff;
}
.sb-menu-right .cart-items {
    padding: 21px 0 10px;
    position: absolute;
    top: 78px;
    bottom: 185px;
    overflow-y: auto;
    width: 100%;
}
.cart-preview .cart-product-line .product-remove {
    flex: 24px 0 0;
}
.cart-preview .cart-product-line {
    padding: 0 0px 0 20px;
    margin: 0px 25px 10px 0;
    justify-content: space-between;
}
.cart-preview .product-infos .product-line-info {
    margin-top: 3px;
}
.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;
}
.sb-menu-right {
    overflow-y: hidden;
    max-width: 100%;
}
.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;
    position: fixed;
    bottom: 69px;
    left: 0;
    right: 0;
}
.cart-preview .cart-action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.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;
    color: #fff;
    font-size: 14px;
    font-weight: 400;

}
@media (min-width: 768px) {
    #header .cart-preview .cart-action .btn-primary,
    .cart-preview .cart-action .btn-primary {
        border-radius: 0;
    }
}
.cart-preview .cart-title .h4 {
    padding: 0 30px;
    text-align: left;
    line-height: 1.22;
}
.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: 15px;
}
/*** menu ***/
#header .header-top .position-static {
    margin-top: 15px;
}
.amega-menu .anav-top {
    justify-content: center;
}
.amenu-item .amenu-link {
    padding: 22px 15px 20px;
}
.amega-menu {
    width: 100%;
}
.amega-menu .amenu-item .adropdown {
    top: calc(100% - 6px);
}
.amega-menu .adropdown {
    padding: 35px 40px;
}
.amega-menu .dropdown-content {
    padding: 0;
}
.category-item.level-1 {
    margin-right: 10px;
}
.category-item.level-1 > .h5 {
    margin-bottom: 16px;
}
.category-item.level-1 > .h5 a {
    font-weight: 700;
    font-size: 18px;
}
.html-item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}
.category-item.level-2 .h5 {
    margin-bottom: 11px;
}
.category-item.level-2 > .h5 a {
    font-size: 16px;
}
.amega-menu .categories-grid {
    padding: 0 20px;
}
.amega-menu .html-item.typo ul {
    padding: 0;
}
.amega-menu .html-item.typo ul li {
    margin: 0px 0 8px;
}
.amega-menu .html-item.typo ul li a {
    font-size: 16px;
    line-height: 22px;
}
.amega-menu .dropdown-content .product-item {
    max-width: 135px;
    margin: 0 15px 20px;
}
.amega-menu  .product-name {
    margin-bottom: 13px;
}
.amega-menu .product-item .regular-price {
    text-decoration: line-through;
    margin-right: 5px;
}
/*** product-items ***/

#index .featured-products {
    margin: 90px 0 0;
}
.featured-products_header h2 {
    margin-bottom: 11px;
}
.featured-products_header p {
    max-width: 570px;
    margin: 0 auto 54px;
}
.thumbnail-container-image {
    text-align: center;
}
.featured-products img,
#products img {
    width: auto;
    margin: 0 auto;
}
.img_hover_change {
    right: 0;
}
.featured-products .product-title,
#products .product-title,
.product-accessories .product-title {
    margin: 14px 0 12px;
    padding: 0 33px;
    line-height: 15px;
    min-height: 2.5rem;
}
#products .product-title {
    min-height: 2.5rem;
}
.featured-products .product-price-and-shipping,
#products .product-price-and-shippin {
    padding-bottom: 20px;
}
.featured-products .thumbnail-container {
    margin-bottom: 34px;
}
#products .thumbnail-container {
    margin-bottom: 54px;
}
.product-flags {
    margin-top: 16px;
}
.product-flags .product-flag {
    margin: 4px 0 0;
    padding: 1px 13px;
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    min-height: 26px;
    min-width: 54px;
}

/*** newsletter ***/
.newsletter-content strong {
    font-size: 48px;
}
.block_newsletter {
    min-height: 275px;
    margin: 14px 0 90px;
}
.newsletter-content {
    padding: 30px 15px;
    text-align: center;
}
.block_newsletter h3 {
    margin: 19px 0 5px;
}
.block_newsletter p {
    padding: 0;
    margin-bottom: 15px;
}
.block_newsletter form {
    max-width: 800px;
    margin: 0 auto;
}
.block_newsletter form input {
    height: 56px;
}
.block_newsletter form input[type=text] {
    border: 0;
    padding: 10px 40px 12px 21px;
    font-size: 16px;
}
.block_newsletter form button[type=submit] {
    bottom: 17px;
    right: 20px;
    padding: 0;
    cursor: pointer;
}
.block_newsletter form button[type=submit] i {
    font-size: 18px;
}
/*** content columns ***/
.content-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-columns-left {
    max-width: 760px;
    width: 100%;
}
.content-columns-right {
    max-width: 350px;
    width: 100%;
}

/*** instagram ***/
.aninsta_container {
    margin: 90px 0 40px;
}

/*** footer ***/
#index #footer {
    padding-top: 20px;
}
.footer-container {
    border-top: 4px solid;
    margin-top: 0;
    padding: 56px 0 0;
}
.logo_slogan-img {
    margin: 4px 0px 20px -1px;
}
.links .h3 {
    margin-bottom: 29px;
    font-size: 18px;
    text-align: left;
}

#footer .block-social ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
#footer .footer-container li {
    margin-bottom: 6px;
}
.block-contact {
    padding: 0;
}
#footer_contact_info {
    margin-bottom: 24px;
}
#footer .block-contact li {
    margin-bottom: 0;
    line-height: 36px;
}
.block-social .h3 {
    margin-bottom: 35px;
}
#footer .block-social li {
    background: transparent;
    width: 36px;
    height: 36px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 3px 5px;
    padding: 0!important;
    background: #fff;
    border-radius: 50%;
}
#footer .block-social li.googleplus a {
    width: 22px!important;
}
#footer .block-social li a {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: auto!important;
    height: auto!important;
    margin: 0;
}
.block-social li a .anicon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-social li a svg {
    width: auto;
}
#footer .block-social li:hover svg path {
    fill: #fff!important;
}

.social-sharing li .anicon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.social-sharing a svg {
    width: 16px;
}
.social-sharing .googleplus a svg {
    width: 20px;
}
.social-sharing a svg path {
    fill: #000;
}
.social-sharing a:hover svg path {
    fill: #fff
}

#footer .myaccount-title a {
    font-size: 18px;
}
.footer-container .links .collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .links li {
    display: inline-block;
    cursor: pointer;

}

.copyright-container .row {
    margin: 27px 0 0;
    padding: 23px 0 24px;
    border-top: 1px solid #4a4a4a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copyright-container .row .col-md-6 {
    padding: 0;
}
#footer .copyright-container p {
    margin: 0;
}

.anthemeblocks-footer-payments {
    display: flex;
    justify-content: flex-end;
    margin: -2px -1px 0 0;
}
.anthemeblocks-footer-payments img {
    max-width: 45px;
    max-height: 28px;
}
#footer .anthemeblocks-footer-payments li {
    margin: 0 0 0 4px;
}
#footer_contact_info svg {
    display: inline-block;
    margin: 0px 16px -2px 3px;
}


/*** breadcrumb ***/
.breadcrumb-wrapper {
    margin-top: -1px;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.breadcrumb {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #ccc;
}
.breadcrumb li:after {
    color: #fff;
    margin: 0 9px;
}
.breadcrumb li:last-child:after {
    margin: 0;
}
/*** category-page ***/

#category #wrapper {
    padding-top: 35px;
}
#category .block-category {
    margin-bottom: 19px;
}

#category .block-category h1 {
    margin: 5px 0 15px;
}
#category-description p {
    padding: 0 2px;
}
#js-product-list-top {
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 29px;
}
#js-product-list-top .col-md-6 {
    padding: 0;
}
.product-list-top-wrap .total-products p,
#category .total-products p {
    font-size: 14px;
    margin-bottom: 0;
}
.products-sort-order .select-title {
    padding: 8px 0 9px;
}
.products-sort-order .select-title i {
    font-size: 14px;
    margin: 5px -3px 0 8px;
}
#products .products {
    margin-left: 0;
}

#category #footer {
    padding-top: 54px;
}
#category #left-column {
    padding-top: 0;
}
#left-column .category-top-menu {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.block-categories {
    margin-bottom: 23px;
}
.block-categories .category-sub-menu li[data-depth="0"] {
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    width: auto;
    padding: 5px 0;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    text-transform: none;
    margin-bottom: 12px;
    margin-left: 12px;
    color: #7d7d7d;
}
.block-categories .category-sub-menu li[data-depth="1"]:last-child {
    margin-bottom: 9px;
}
.block-categories .collapse-icons {
    display: inline-block;
    position: inherit;
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: inline-block;
}
.category-sub-menu .category-sub-menu {
    margin-top: 8px;
}
.facet .title .collapse-icons[aria-expanded="true"] .remove {
    cursor: pointer;
}
#search_filters .facet {
    border-bottom: 1px solid #e5e5e5;
    padding: 27px 0;
}
#search_filters .facet:last-child {
    border: 0;
}
#search_filters .facet .facet-title {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.color, .custom-checkbox input[type=checkbox]+span.color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px 0 5px 0;
}
#search_filters .facet .facet-label .color {
    margin-right: 11px;
}
.color-active {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 1;
    cursor: pointer;
}
.color-active i {
    display: none;
    font-size: 16px;
    font-weight: 900;
    color: #000;
}
.facet-label.active .custom-checkbox .color-active {
    opacity: 1;
}

.color-list {
    float: left;
}
.custom-checkbox input[type=checkbox]+span {
    border: 1px solid #e5e5e5;
    width: 18px;
    height: 18px;
    margin: 1px 13px 0 0;
}
#search_filters .facet .facet-label {
    margin-bottom: 5px;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    font-size: 14px;
    margin: 1px 0 0 1px;
}
#search_filters {
    margin-bottom: 28px;
}
#category .pagination {
    margin: 26px 0 29px;
}
.pagination a:not(.previous):not(.next) {
    background: #fafafa;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin: 0 6px;
}
.pagination .current a:not(.previous):not(.next) {
    color: #fff;
}
.pagination .page-list {
    display: flex;
    justify-content: center;
}
.pagination .previous {
    margin-right: 37px;
}
.pagination .next {
    margin-left: 37px;
}
.pagination a i {
    font-size: 28px;
}
.pagination .spacer {
    margin: 0 14px;
}
.active_filters .filter-block {
    background: #e6e6e6;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.active_filters .filter-block .close {
    color: #000;
    line-height: 24px;
}
/*** product-page ***/
.product-cover {
    text-align: center;
}
#product .home-wrapper {
    margin-top: 56px;
}
.product-cover img {
    width: auto!important;
    max-width: 100%;
}
.product-availability-label {

    font-size: 14px;
}
#product-availability {
    margin: 0;
}
.product-prices {
    margin: 0 0 19px;
}
.product-prices div {
    margin-bottom: 0;
}
.product-images {
    margin-bottom: 0;
}
.product-images>li.thumb-container>.thumb {
    margin-bottom: 0;
}
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 65px);
}
.modal-body .product-discount .regular-price,
#product .product-discount .regular-price {
    font-size: 15px;
    font-weight: bold;
}
.modal-body .current-price,
#product .current-price {
    font-size: 18px;
    font-weight: bold;
    margin-right: 16px;
}
.product-actions .control-label {
    font-size: 14px;
    max-width: 92px;
}
.product-variants>.product-variants-item {
    margin: 0 0 10px 0;
}
select.form-control:not([size]):not([multiple]) {
    height: 40px;
    border: 0;
    padding: 5px 30px 5px 13px;
    cursor: pointer;
}
.product-discounts {
    margin-bottom: 0;
}
.product-add-to-cart .qty {
    margin-bottom: 0;
    width: 106px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.qty .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 37px;
}
.product-quantity #quantity_wanted {
    height: 44px;
    padding: 0;
    width: 30px;
    font-size: 14px;
    text-align: center;
    border: 0;
}
.qty .input-group .input-group-btn>.btn {
    width: 100%;
    height: 44px;
    font-size: 19px;
    color: #000;
    font-weight: 700;
}
.qty  .input-group .input-group-btn>.btn.bootstrap-touchspin-down {
    font-weight: 400;
}
.qty .input-group .input-group-btn>.btn.bootstrap-touchspin-up {
    font-weight: 400;
    font-size: 18px;
}
.qty .input-group .input-group-btn>.bootstrap-touchspin-down {
    padding: 0 0 2px 12px;
}
.qty .input-group .input-group-btn>.bootstrap-touchspin-up {
    padding: 0 12px 0 0;
}
.availability-wrap {
    margin: 30px 0 15px;
}

#product-availability.product-lastitems {
    color: #ffca4c;
}
#product-availability.product-noitems {
    color: #ff2215;
}
/*** product-temp ***/
.modal-body h1,
.page-product h1 {
    margin: -7px 0 11px;
}
.scroll-box-arrows i {
    bottom: 0;
    height: 106px;
    line-height: 106px;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 17px;
    width: auto;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 0;
}
.product-actions .add-to-cart {
    height: 56px;
    padding: 0px 33px;
    margin-left: -1px;
    line-height: 56px;
    font-size: 14px;
}
.product-actions .add-to-cart svg {
    display: inline-block;
    margin: 0 11px -5px 0px;
}

#product .tabs {
    margin: 70px 0 90px;
    padding: 0;
}
.tabs .nav-tabs {
    border: 0;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: 0;
    color: #000;
}

#product .nav-tabs .nav-link {
    padding: 10px 0;
    font-size: 24px;
}
#product .tabs .nav-tabs .nav-item {
    margin-right: 43px;
}
.tabs .tab-pane {
    padding-top: 0;
}
#product .tab-content {
    margin-top: 18px;
    padding: 24px 60px;
    background: #fafafa;
}
#product .featured-products h2 {
    margin-bottom: 20px;
}
#product .product-accessories h3 {
    margin-bottom: 11px;
}
.product-accessories-desc {
    text-align: center;
    margin-bottom: 54px;
}
.product-accessories .owl-nav {
    display: flex;
    justify-content: center;
}
.product-accessories .products .owl-nav>div {
    position: static;
}
.product-accessories .owl-dots {
    display: none;
}
.product-accessories .thumbnail-container {
    margin: 0 30px 20px 0;
}
.product-accessories .product-miniature {
    margin: 0;
}
.product-accessories .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
#product .product-accessories h3.product-title {
    margin-bottom: 12px;
}
#product #footer {
    padding-top: 49px;
}
.open-modal-btn {
    margin-top: 15px;
}
#product .product-cover .layer {
    background: transparent;
    opacity: 1;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 17px;
}
.product-cover .layer .zoom-in {
    font-size: 30px;
}
/*** cart-page ***/
.card.cart-container {
    padding-right: 5px;
}
.cart-grid .card-block h1 {
    margin: 12px 0 28px;
}
.cart-grid-body .cart-overview {
    padding: 0;
}
#cart .cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 22px 0px;
}
.product-line-grid-left {
    display: flex;
    align-items: center;
    padding: 0;
}
.product-line-grid-body {
    margin-left: 20px;
    margin-bottom: 3px;
}
.product-line-attribute {
    float: left;
}
.product-line-attribute:after {
    content: "/";
    margin: 0 2px;
}
.product-line-attribute:last-child:after {
    display: none;
}
.product-line-info {
    line-height: 23px;
}
#cart .qty {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    width: 95px;
    font-weight: 700;
    height: 40px!important;
}
#cart .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 34px;
}
#cart .js-cart-line-product-quantity {
    background: #f1f1f1;
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;
    border-radius: 0;
    box-shadow: none;
    padding: 0!important;
    font-size: 14px;
}
#cart .input-group .input-group-btn>.btn {
    border: 0 !important;
    background-color: #f1f1f1;
    font-size: 17px;
    font-weight: 700!important;
    position: static;
    height: 40px !important;
    width: 34px !important;
    display: block !important;
    text-align: center;
    line-height: 40px;
    transform: translateX(0) !important;
    padding: 0;
    cursor: pointer;
}

.qty-wrap .col-md-8 {
    padding: 0;
}
.qty-wrap {
    display: flex;
    align-items: center;
}
.product-line-grid-right .price {
    float: right;
    text-align: right;
    padding: 0 5px;
}
.remove-item-wrap {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.product-line-grid-right .cart-line-product-actions {
    line-height: initial;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    margin: 0;
}
.vertical-centered {
    display: flex;
    align-items: center;
}
.cart-line-product-actions i {
    background: none;
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    height: 21px;
    width: 11px;
}
.cart-grid-right {
    padding: 0 29px 0 11px;
    margin-top: 97px;
}
.card.cart-summary {
    padding-top: 24px;
}
.cart-summary-line .label {
    font-size: 14px;
    text-transform: uppercase;
}
.cart-summary-line .value {
    font-weight: 700;
    font-size: 16px;
}
.cart-summary-line {
    margin-bottom: 5px;
}
.card.cart-summary .separator {
    margin: 17px 0 12px;
}
.cart-detailed-totals {
    margin-bottom: 18px;
}
.cart-detailed-actions .btn-primary {
    font-size: 14px;
    width: 100%;
}

#cart #footer {
    padding-top: 46px;
}


/*** checkout-page ***/
.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;
}
body#checkout section.checkout-step.-current .content {
    margin-bottom: 15px;
}

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 20px;
    margin-top: 2px;
    height: 20px;
}
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: 6px;
}
.delivery-option .custom-radio input[type=radio]:checked+span {
    margin-top: 0;
}
#checkout .cart-summary-line {
    padding: 3px 0;
}
#checkout .separator {
    margin: 20px 0;
}
#checkout .form-footer {
    margin-bottom: 20px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 12px 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;
}

#checkout .anthemeblocks-reassurance {
    margin: 30px 0 0;
}
#checkout .anthemeblocks-reassurance ul {
    flex-direction: column;
}
#checkout .anthemeblocks-reassurance figure {
    margin: 10px 15px;
    width: 50px;
}
#checkout .anthemeblocks-reassurance ul li {
    border: 0;
}
#checkout .card.js-cart {
    margin-top: 0;
}
/*** other ***/
#index .breadcrumb-wrapper {
    display: none;
}
.customerform-wrapper .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-bottom: 2px;
}
#identity .custom-radio input[type=radio]:checked+span,
.customerform-wrapper .custom-radio input[type=radio]:checked+span {
    left: 2px;
    top: 2px;
}
.page-registration #content,
.page-authentication #content {
    max-width: 900px;
}
#identity .form-control-valign,
.customerform-wrapper .form-control-valign,
#contact .form-control-label,
#address .form-control-label,
#identity .form-control-label,
.customerform-wrapper .form-control-label {
    padding-top: 7px;
}
#identity .input-group .input-group-btn>.btn,
.customerform-wrapper .input-group .input-group-btn>.btn,
#checkout .input-group .input-group-btn>.btn {
    font-size: 10px;
    margin-right: -1px;
}
#identity .input-group-btn,
.customerform-wrapper .input-group-btn,
#checkout .input-group-btn {
    height: 36px;
}
.customerform-wrapper .custom-checkbox span {
    flex: 0 0 19px;
}
.customerform-wrapper .custom-checkbox input[type=checkbox]+span {
    margin-top: 3px;
    margin-right: 5px;
    height: 19px;
}
#password .form-control-label {
    padding-top: 7px;
}
.forgotten-password .form-fields .email input {
    padding-bottom: 12px;
}

.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;
}
.forgotten-password .form-fields .center-email-fields {
    margin-top: 20px;
}
#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: 38px;
    border: 1px solid rgba(0, 0, 0, .25);
}
#address .form-footer {
    display: flex;
    justify-content: center;
}
#addresses #footer {
    padding-top: 7rem;
}
#main .search-button-wrapper {
    display: none;
}
#main #search_widget {
    display: block;
    position: inherit;
    width: 100%;
}
.search_not_found {
    margin: 20px auto;
}
.customerform-wrapper .register-form p {
    text-align: center;
}
#history #footer,
#order-slip #footer {
    padding-top: 9rem;
}

.modal-body .product-images {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.quickview .mask {
    margin: 0;
}
.modal-body .product-images .owl-prev {
    left: -40px;
}
.modal-body .product-images .owl-next {
    right: -40px;
}
.modal-body .owl-theme .owl-nav [class*=owl-] {
    display: flex;
    top: 0;
    height: calc(100% - 12px);
    transform: translateY(0);
    margin: 0;
    background: transparent;
    color: #000;
}

.modal-body li.thumb-container {
    margin: 0 9px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #949494;
}

.atc_qty {
    width: 30%;
}
.atc_div button {
    border-radius: 0;
}

#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
    background: rgba(66,66,66,.5);
    bottom: 0;
}
#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view {
    color: #fff;
}
#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #ccc;
}

/*** product-hover ***/
.thumbnail-container {
    overflow: hidden;
}

.thumbnail-container .img_hover_change {
    transition: .5s;
}
.thumbnail-container .img_hover_change:not(.cover ) {
    opacity: 0;
    transform: rotateY(-180deg);
}
.thumbnail-container:hover .img_hover_change:not(.cover ) {
    opacity: 1;
    transform: rotateY(0);
}

.thumbnail-container:hover .img_hover_change.cover {
    opacity: 0;
    transform: translateX(-100%);
}

/*** instagram ***/
.gallery_item {
    padding: 0 11px;
}
.aninstagramfeed-item {
    position: relative;
}
.instaicon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.instaicon-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .35s;
}
.aninsta_container .aninstagramfeed-item:hover .instaicon-wrap:before {
    opacity: .8;
}
.aninstagramfeed-info-block {
    background: transparent;
    width: 100%;
    max-width: 100%
}
.aninstagramfeed-like,
.aninstagramfeed-comments {
    margin: 0;
    padding-right: 10px;
}
.aninstagramfeed-info {
    bottom: calc(50% - 51px);
    opacity: 0;
    z-index: 2;
}
.aninstagramfeed-item:hover .aninstagramfeed-info {
    bottom: calc(50% - 22px);
    opacity: 1;
}

/*** product-modal ***/
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 0;
}
#product-modal #owl-carousel-slider.product-images .owl-nav i {
    font-size: 40px;
    color: #000;
}
#product-modal .owl-carousel .owl-stage-outer {
    text-align: center;
}
#product-modal #owl-carousel-slider.product-images .owl-prev {
    transform-origin: left;
    top: calc(50% - 90px);
    background: #fff;
    height: auto;
    left: 25px;
    border-radius: 0;
}
#product-modal #owl-carousel-slider.product-images .owl-next {
    transform-origin: right;
    top: calc(50% - 90px);
    background: #fff;
    height: auto;
    right: 25px;
    border-radius: 0;
}
#product-modal .close-slider i {
    z-index: 2;
    position: absolute;
    right: 76px;
    top: 0;
    background: #fff;
    cursor: pointer;
}
/*** fixes ***/
.thumbnail-container:hover .img_hover_change.only_one {
    transform: translateX(0)!important;
    opacity: 1!important;
}
.menu-hover-icon {
    font-size: 14px!important;
    margin-bottom: 2px;
}
.block_newsletter form input[type=text]:focus {
    padding: 7px 47px 9px 18px;
}
.block_newsletter form button[type=submit]:hover {
    color: #000;
}
.dropdown select {
    cursor: pointer;
}
.atc_div .form-control:focus {
    outline: 0;
}
.hover_slider ul li:hover .hover-slider-img, .hover_slider:not(:hover) li:first-child .hover-slider-img {
    width: 100%;
}
.product-miniature-hover-slider .highlighted-informations {
    bottom: 5px!important;
}
#category #left-column #search_filters .facet .h6 {
    font-weight: 700;
}
@media (max-width: 1200px) {
    .content-columns-left {
        max-width: none;
    }
    .content-columns {
        justify-content: center;
    }
    .cart-detailed-actions .btn-primary {
        max-width: 100%;
        padding: 0 10px;
    }
    .amenu-item .amenu-link {
        padding: 22px 5px 20px;
    }
}
@media (max-width: 991px) {
    .amenu-item .amenu-link {
        padding: 22px 15px 20px;
    }
    .search-button-close-wrapper {
        display: none;
    }
    .cart-grid-right {
        padding: 0 15px;
        margin-top: 30px;
    }
    #header .header-nav .blockcart {
        background: transparent;
        padding: 0;
    }
    #cart .cart-grid {
        margin: 0;
        padding: 0 5px;
    }
    .remove-item-wrap {
        padding: 0 15px;
    }

    #header .header-nav #menu-icon .material-icons {
        line-height: 60px;
        font-size: 32px;
    }
    #header .header-nav.tablet-h .top-logo {
        line-height: 58px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
    }
    #header .header-nav .cart-preview.active {
        background: transparent;
        padding: 0;
        margin: 0;
    }
    #header .header-nav.tablet-h {
        padding: 0;
    }
    .header-nav .row {
        border: 0;
    }
    #header .header-nav #_mobile_cart {
        margin-right: 1rem;
        position: relative;
    }
    .blockcart-counter {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .cart-products-count {
        top: 16px;
        right: -7px;
        display: none;
    }
    .search-button-wrapper {
        display: none;
    }
    .header-top.tablet-h .search-widget {
        display: block;
        position: inherit;
        max-width: 100%;
        margin: 5px 0;
    }
    #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,
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 10px 15px;
    }
    #header_contact_info {
        flex-direction: column;
        margin: 0 0 2px;
        padding: 0 15px;
    }
    #header_contact_info li {
        margin: 0;
        padding: 10px 0;
    }
    #products .product-miniature, .featured-products .product-miniature {
        margin: 0 10px;
    }
    #product #main .col-md-5,
    #product #main .col-md-7 {
        float: none;
        width: 100%;
    }
    #product .anthemeblocks-reassurance {
        margin: 30px auto 0;
    }
    #product .product-cover img {
        max-width: 100%;
    }
    #header .lang_and_сr_label {
        margin-right: 10px;
    }
    #_mobile_contact_link {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    #category #left-column #search_filters .facet .h6 {
        padding-left: 0;
    }
    #category .banner-t0-link {
        display: none;
    }
    #category .products-selection .showing {
        margin-bottom: 20px;
    }
    .block_newsletter {
        border: 0;
    }
    .block_newsletter h3 {
        margin: 5px 0;
        font-size: 24px;
    }
    .newsletter-content strong {
        font-size: 1.2em;
    }
    .footer-container .links .collapse {
        display: none;
    }
    .footer-container .links .title {
        padding: 5px 15px;
        border: 0;
    }
    .footer-container .block-social h3 {
        padding: 5px 0;
        margin-bottom: 15px;
    }
    #footer .links li {
        display: block;
        padding: 0 15px;
    }
    #footer .block-contact li {
        line-height: 30px;
    }
    .footer-container .links .collapse {
        margin-bottom: 10px;
    }
    .footer-container li a {
        font-weight: 400;
    }
    #footer .block-social ul {
        background: transparent!important;
    }
    #footer .block-social li {
        padding: 0;
        border: 0;
    }
    .copyright-container .row {
        justify-content: center;
    }
    #footer .copyright-container p {
        margin: 10px 15px;
        text-align: center;
    }
    .product-accessories .thumbnail-container {
        margin: 0 auto 20px;
    }
    .footer-container .links ul>li {
        border-bottom: 0;
    }
    .footer-container .links ul {
        background-color: transparent;
    }
}
@media (max-width: 640px) {
    .aninsta_container {
        display: none;
    }
}
@media (max-width: 580px) {
    .cart-detailed-actions {
        text-align: center;
    }

    #cart .qty {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .product-line-grid-right {
        margin-top: 20px;
        padding: 0;
    }
}
.card-block .media {
    margin-bottom: 20px;
}
/*** lazy fixes ***/
.img_hover_change {
    width: auto!important;
    opacity: 0;
    transition: opacity .5s;
}
.img_hover_change.cover {
    opacity: 1;
}
.thumbnail-container:hover .img_hover_change {
    opacity: 1;
}
.thumbnail-container:hover .img_hover_change.cover {
    opacity: 0;
}
.img_hover_change,
.hover_slider .hover-slider-img {
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.thumbnail.product-thumbnail {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.slider_product-wrapper.bxslider img.slider_product {
    width: auto!important;
}


#amegamenu .product-thumbnail {
    height: auto!important;
}
#products .products {
    margin: 0 -15px;
}
#products .product-miniature {
    margin-right: 0;
}
#products .thumbnail-container {
    width: 100%!important;
}
#products .product-description {
    width: 100%!important;
}
.product-column .thumbnail-container {
    width: 255px!important;
}
.product-column .product-description {
    width: auto!important;
}
#products .product-miniature.col-lg-12 .thumbnail-container {
    display: flex;
    align-items: flex-start;
}
#products .product-miniature.col-lg-12 .thumbnail-container-image {
    width: 255px;
}
#products .product-miniature.col-lg-12 .product-description {
    flex: 1 1;
    padding-left: 2px;
}
.product-miniature.col-lg-12 .product-flags {
    max-width: 255px;
}
.img_hover_change.b-lazy:not(.cover):not(.b-initialized) {
    opacity: 0!important;
}

#products .product-miniature.col-lg-12 .product-title,
#products .product-miniature.col-lg-12 .an_short_description,
#products .product-miniature.col-lg-12 .product-price-and-shipping {
    text-align: left;
    flex-direction: column;
    margin-bottom: 10px;
}
#products .product-miniature.col-lg-12 .an_productattributes {
    padding: 10px 0;
    max-width: 300px;
}


.collection-view {
    display: flex;
    margin-bottom: 20px;
    padding: 0;
}
.collection-view-btn {
    margin-right: 10px;
    cursor: pointer;
    opacity: .5;
}
.collection-view-btn:hover,
.collection-view-btn.active {
    opacity: 1;
}

.product-miniature:not(.col-lg-12) .grid-view-desc {
    display: none;
}
.product-miniature.col-lg-12 .grid-view-desc {
    display: block;
    line-height: 1.5rem;
    max-height: 4.5rem;
    overflow: hidden;
}

.product-miniature.col-lg-12 .product-miniature-images-all-img {
    width: 70px;
}
.product-miniature.col-lg-6 .product-miniature-images-all-img {
    width: 50px;
}

.view-type {
    width: 17px;
}
.view-type-1 {
    content: url(../img/grid_3.svg);
}
.view-type-2 {
    content: url(../img/grid_2.svg);
}
.view-type-3 {
    content: url(../img/grid_1.svg);
}
.view-type-4 {
    content: url(../img/grid_4.svg);
}
.product-miniature img {
    max-width: 100%!important;
}
.product-miniature .bx-wrapper img {
    width: auto!important;
}

.slider_product-wrapper img.slider_product {
    width: auto!important;
}
.thumbnail-container:hover .img_hover_change.only_one_item {
    opacity: 1!important;
    transform: translateX(0)!important;
}
#products .thumbnail-container-image, .featured-products .thumbnail-container-image, .product-accessories .thumbnail-container-image, .product-miniature .thumbnail-container-image {
    height: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {

    display: none;
}

.slider-product-item  a.thumbnail.product-thumbnail {
    position: static;
    width: 100%!important;

}
.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.slick-arrow:hover {
    opacity: .7;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

.slider_product-wrapper {
    position: static;
}
.slider_product-wrapper:not(.an_slick-slider) .slider-product-item {
    position: absolute;
}
.slider_product-wrapper:not(.an_slick-slider) .slider-product-item:first-child {
    z-index: 1;
}
.an_slick-slider .slider-product-item {
    position: static;
}

@media (max-width: 991px) {
    .collection-view-btn[data-xl='4'],
    .collection-view-btn[data-xl='3'] {
        display: none;
    }
    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 50%;
    }
    #products .product-miniature {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .collection-view {
        margin-bottom: 15px;
    }
    .products-selection .showing {
        display: none;
    }
    .products-selection .sort-by-row {
        margin-bottom: 15px;
    }
}
@media (max-width: 580px) {
    #products .product-miniature.col-lg-12 .an_productattributes {
        margin: 0 auto;
    }
    #products .product-miniature.col-lg-12 .grid-view-desc {
        display: none;
    }
    #products .product-miniature.col-lg-12 .thumbnail-container {
        flex-direction: column;

    }
    #products .product-miniature.col-lg-12 .thumbnail-container-image {
        width: 100%;
    }
    .collection-view {
        display: none;
    }
    #products .product-miniature.col-lg-12 .product-description {
        padding-left: 0;
    }

    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 100%;
    }
}
.product-miniature.col-lg-12 {
    width: 100%!important;
}
.product-miniature.col-lg-3 .an_productattributes-add-to-cart-btn i {
    display: none;
}
.product-miniature .slick-arrow {
    opacity: 0;
    transition: opacity .3s;
}
.product-miniature:hover .slick-arrow {
    opacity: 1;
}


#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    width: 100%;
}


.featured-products .variant-links .color {
    margin: 3px 10px;
}
.visitors-block {
    margin: 5px 0 10px;
}

a.thumbnail.product-thumbnail {
    overflow: hidden;
}

.product-miniature.col-lg-12 .thumbnail-container-image {
    border: 0;
}

@media (min-width: 580px) {
    .product-miniature.col-lg-12 .product-title {
        padding: 0!important;
        margin-top: -3px!important;
    }
    .product-miniature.col-lg-12 .product-description {
        padding-left: 15px!important;
        position: relative;
    }
    .product-miniature.col-lg-12 .js-an_productattributes-standart .product-variants-item {
        align-items: flex-start;
    }
    .product-miniature.col-lg-12 ul.an_productattributes-group {
        margin: 0;
    }
    .an_productattributes .an_pa_product-variants>.product-variants-item ul li {
        margin: 3px 6px 3px 0;
    }
    .product-miniature.col-lg-12 .an_wishlist-mini {
        top: unset;
        right: unset;
        left: 375px;
        bottom: 27px;
        opacity: 1;
    }
}
@media (max-width: 991px) and (min-width: 580px) {

    #products .product-miniature.col-lg-12 .an_wishlist-mini {
        position: relative;
        margin-left: 47px;
        padding-bottom: 10px;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 580px) {
    #products .product-miniature.col-lg-12 .product-title,
    #products .product-miniature.col-lg-12 .an_short_description,
    #products .product-miniature.col-lg-12 .product-price-and-shipping {
        text-align: center;
    }
}
/*** autocomplete  ***/
.ui-autocomplete {
    padding: 0!important;
    border: 0!important;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
}
.ui-menu .ui-menu-item a {
    cursor: pointer;
    display: flex!important;
    padding: 15px 30px!important;
}
.ui-menu .ui-menu-item .product-desc .product {
    font-size: 16px;
    line-height: 22px;
}
.ui-menu .ui-menu-item .product-desc {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    padding-top: 15px;
}
.ui-state-focus {
    border: 0!important;
    background: transparent!important;
    margin: 0!important;
}
.ui-menu .ui-menu-item .product-price {
    margin-right: 10px;
}
.ui-menu .ui-menu-item .regular-price {
    text-decoration: line-through;
    font-size: 12px;
}

.ui-menu .ui-menu-item.noimg-search a {
    padding: 0px 15px!important;
}
.ui-menu .ui-menu-item.noimg-search .product-desc {
    flex: 1 1;
    padding: 5px 0;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
}
.ui-menu .ui-menu-item.noimg-search .product-price {
    margin-top: 0;
    line-height: 24px;
}
.ui-menu .ui-menu-item.noimg-search .product-desc .product {
    margin-right: 10px;
    flex: 1 1;
}



.quickview .product-variants>.product-variants-item select {
    background-color: #f1f1f1;
    min-width: 106px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    z-index: 3;
}

#header .search-widget {
    left: unset;
    right: 10px;
}
#header .search-dropdown .dropdown-toggle:after {
    display: none;
}
.search_not_found {
    width: 100%;
    max-width: 600px;
}
.page-not-found .search-widget form {
    display: block;
}
.search_not_found .search-widget form input[type=text] {
    border: 0;
}
.search_not_found .search-widget {
    top: unset;
}
.search_not_found .search-button-close-wrapper {
    display: none;
}
@media (max-width: 991px) {
    #header .search-widget {
        border: 0;
        left: 0;
        right: 0;
        position: static;
        margin: 0 0 15px;
    }
    .amenu-item .amenu-link {
        padding: 15px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
        padding: 0;
        text-transform: uppercase;
    }
    .amenu-item .adropdown-mobile,
    .amenu-item .dropdown-content{
        padding: 0 15px;
    }

    .amenu-item .html-item.typo ul {
        padding: 0;
    }
    .amenu-link sup {
        top: -1px;
    }
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: static;
}

/*** katya fixes ***/
.amenu-item .product-information-dropdown {
    padding-left: 0;
    text-align: center;
}
.amenu-item .product-thumbnail {
    margin-bottom: 10px;
    height: auto!important;
}
.amenu-item .dropdown-content .product-price-and-shipping {
    text-align: center;
}

.cart-preview .product-infos .product-price {
    font-weight: 700;
    margin-top: 5px;
}
.cart-preview .product-infos .product-name {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    #category #left-column #search_filters .facet,
    #category #left-column #search_filters .facet ul li{
        border: 0;
    }
    #category #left-column #search_filters .facet ul li {
        padding: 0;
    }
    .products-sort-order .dropdown-menu {
        left: 0;
        right: unset;
    }
}

.aninstagramfeed-like,
.aninstagramfeed-comments {
    width: 45px;
    line-height: 30px;
    padding-right: 0;
    text-align: right;
    margin: 0 5px;
}

.aninstagramfeed-like {
    background: url(../img/like.svg) no-repeat left;

}
.aninstagramfeed-comments {
    background: url(../img/review.svg) no-repeat left;
    padding-bottom: 3px;
}

#an_bootstraptabs img, .tab-content img {
    margin-top: 30px;
}

.html-item.typo img {
    margin-bottom: 15px;
    margin-top: 5px;
}

#products .products {
    justify-content: flex-start;
}

.an_wishlist-nav-link a {
    display: flex;
    align-items: center;
    height: 25px;
    margin-right: 20px;
}

.an_wishlist-nav-link-mobile {
    display: none;
}
@media (max-width: 991px) {

    .page-product h1 {
        margin-top: 20px;
    }
    #header .header-nav #menu-icon {
        margin-left: 9px;
    }
    #header .header-nav #_mobile_cart {
        margin-right: 13px;
    }
    .an_wishlist-nav-link-mobile {
        display: inline-block;
    }
    #_mobile_an_wishlist-nav {
        padding: 5px 15px;
    }
    #header .header-top.tablet-h .position-static {
        display: none;
    }
    #header .header-top.tablet-h {
        background: #fff;
    }
    .header-right {
        margin: -1px 0 18px;
        padding: 0 20px;
        width: 100%;
    }
    .header-top.tablet-h .search-widget form input[type=text] {
        padding: 7px 35px 7px 10px;
        font-size: 16px;
    }
    #header .search-widget {
        margin: 0;
        padding: 0;
    }
    #header .search-dropdown {
        width: 100%;
    }
    #header .search-widget form button[type=submit] {
        bottom: calc(50% - 10px);
        left: unset;
        right: 8px;
        padding: 0;
        transform: scale(.8);
    }
}
@media (max-width: 850px) {
    .product-accessories .thumbnail-container {
        margin: 0 auto 20px;
    }
}

@media (max-width: 600px) {
    .product-miniature.product-mobile-row:not(.col-lg-12) {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .product-accessories .product-miniature.product-mobile-row:not(.col-lg-12) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container,
    .product-miniature.product-mobile-row:not(.col-lg-12) .product-description{
        width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container-image img {
        max-width: 100%;
        width: 100% !important;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-add {
        flex-direction: column;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-container {
        flex: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .product-title {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%
    }
}
@media (max-width: 580px) {
    .product-miniature.product-mobile-row.col-lg-12 {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .product-miniature.product-mobile-row.col-lg-12 .thumbnail-container,
    .product-miniature.product-mobile-row.col-lg-12 .product-description{
        width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .thumbnail-container-image img {
        max-width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .an_productattributes-qty-add {
        flex-direction: column;
    }
    .product-miniature.product-mobile-row.col-lg-12 .an_productattributes-qty-container {
        flex: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .product-title {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%
    }
}
@media (max-width: 480px) {
    .product-miniature.product-mobile-row .an_wishlist-mini-count {
        display: none;
    }
}
@media (min-width: 580px) {
    #products .product-miniature.col-lg-12 .thumbnail-container {
        overflow: visible;
    }
    #products .product-miniature.col-lg-12 .an_productattributes-dropdown-menu {
        max-height: 220px;
        overflow-y: auto;
    }
}
.amenu-item .products-grid {
    justify-content: flex-start;
}

.sb-menu-right .cart-preview .no-items {
    text-align: left;
    padding: 0 30px;
}
.page-content.page-cms .cms-box img {
    margin: 5px 0;
}

@media( max-width: 480px) {
    .an_productattributes-dropdown-menu {
        max-height: 250px;
        overflow-y: auto;
    }
}
iframe {
    max-width: 100%;
}

/*** faceted fix ***/
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 0!important;
    display: flex;
}
#search_filters .facet .facet-label a {
    width: 100%!important;
    text-align: left;
}
#search_filters .facet .faceted-slider {
    width: 100%;
    padding-right: 15px;
}

.cart-preview .cart-action .btn-primary,
.cart-detailed-actions .btn-primary {
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-miniature .thumbnail-container-image img {
    width: auto!important;
    max-width: 100%;
}


@media (min-width: 581px) {
    #products .product-miniature.col-lg-12 .thumbnail-container {
        align-items: flex-start;
    }
    #products .product-miniature.col-lg-12 .product-description {
        position: relative;
    }
    #products .product-miniature.col-lg-12 .an_productattributes {
        max-width: 300px!important;
    }
    #products .product-miniature.col-lg-12 .an_wishlist-mini {
        top: unset!important;
        right: unset;
        bottom: 27px;
        opacity: 1;
    }
}
@media (min-width: 991px) {
    #products .product-miniature.col-lg-12 .an_wishlist-mini {
        left: 330px;
    }

}
@media (min-width: 581px) and (max-width: 991px) {
    #products .product-miniature.col-lg-12 .an_productattributes {
        max-width: 190px!important;
    }
    #products .product-miniature.col-lg-12 .an_wishlist-mini {
        left: 200px;
        margin: 0;
        bottom: 54px;
    }
    #products .product-miniature.col-lg-12 {
        padding: 0;
    }
}



#wrapper {
    display: block!important;
}

.mobile-menu-search-field,
#mobile_top_menu_wrapper .desktop-menu-search-field {
    display: none;
}

#mobile_top_menu_wrapper .mobile-menu-search-field {
    display: block;
}
@media (max-width: 991px) {
    #mobile_top_menu_wrapper .amenu-item .amenu-link {
        padding: 10px 0!important;
        margin-bottom: 1px;
    }
}

.search-menu-mobile {
    margin: 22px 0 27px;
}
.search-menu-mobile .search-wrapper {
    margin: 0;
}
#mobile_top_menu_wrapper .search-widget {
    padding: 0;
}
#mobile_top_menu_wrapper .search-widget input[type=text]::placeholder {
    opacity: 1;
    color: #000;
}
#mobile_top_menu_wrapper .search-widget input[type=text] {
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
}
#mobile_top_menu_wrapper .search-widget button {
    display: flex;
    bottom: calc(50% - 10px);
    right: 0px;
    left: unset;
    padding: 0;
    transform: scale(.9);
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#_mobile_an_wishlist-nav,
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0;
}
#_mobile_an_wishlist-nav a {
    display: block;
}
#_mobile_an_wishlist-nav a {
    text-transform: uppercase;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a,
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#_mobile_an_wishlist-nav a {
    padding: 10px 30px;
    line-height: 1;
}

.mobile_item_wrapper svg {
    margin: 0 2px 3px 0;
}

#mobile_top_menu_wrapper .header-link-title {
    margin: 0;
}

.mobile-lang-and-cur {
    background: #f2f2f2;
    margin: 18px 0;
    padding: 20px 28px 19px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 3px 0;
    margin-bottom: 1px;
    position: static;
}

.mobile-lang-and-cur .dropdown select {
    background: transparent;
    cursor: pointer;
}

#mobile_top_menu_wrapper .mobile-lang-and-cur .mobile_item_wrapper {
    padding: 0;
    color: #000;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info > a {
    padding: 7px 0;
    line-height: 1;
    text-transform: none;
}
#mobile_top_menu_wrapper .mobile-lang-and-cur .adropdown-mobile a {
    display: block;
    padding: 10px 0;
    line-height: 1;
}
#mobile_top_menu_wrapper .mobile-lang-and-cur select,
#mobile_top_menu_wrapper .mobile-lang-and-cur .lang_and_сr_label {
    display: none;
}
#mobile_top_menu_wrapper .logout {
    display: none!important;
}

#mobile_top_menu_wrapper #_mobile_contact_link {
    margin: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #000;
}

.customerform-wrapper #login-form .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}
.customerform-wrapper #login-form .form-control-label,
.customerform-wrapper #login-form .form-control-comment {
    display: none;
}

.customerform-wrapper #login-form .form-group .col-md-6 {
    padding: 0;
}
.page-registration #content,
.page-authentication #content {
    margin: 0 auto;
}
.customerform-wrapper .login-form {
    margin: 0;
}
.customerform-wrapper .form-control {
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    padding: 17px 50px 16px 17px;
}
.customerform-wrapper .input-group.focus,
.customerform-wrapper .form-control:focus {
    outline: none;
    border-color: #000;
}
.customerform-wrapper .input-group-btn {
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 60px;
    z-index: 3;
}
.customerform-wrapper .input-group .input-group-btn>.btn {
    background: transparent;
}

.customerform-wrapper .input-group .input-group-btn>.btn:hover+svg path {
    fill: #000;
}

.login-form-forgot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page-customer-account #content .forgot-password {
    margin: 0;
    padding: 0;
    text-align: left;
}
.page-customer-account #content .no-account {
    text-align: right;
}
.page-customer-account #content .no-account,
.page-customer-account #content .forgot-password {
    font-size: 14px;
    line-height: 1.3;
    width: 50%;
}
.customerform-wrapper .form-footer {
    margin-top: 38px;
    margin-bottom: 23px;
}
.page-customer-account #main .page-footer {
    margin: 0;
}
.customerform-wrapper .form-footer #submit-login {
    min-width: 220px;
    font-size: 14px;
}

input.js-visible-password+.input-group-btn {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    z-index: 3;
}

.input-group input.js-visible-password+ .input-group-btn>.btn {
    background: transparent;
}
.input-group input.js-visible-password+.input-group-btn>.btn::before,
.input-group input.js-visible-password+.input-group-btn>.btn::after {
    display: none;
}
.input-group input.js-visible-password+.input-group-btn  svg {
    position: absolute;
    margin-top: 1px;
}
.input-group input.js-visible-password+.input-group-btn>.btn:hover+svg path {
    fill: #000;
}

.an_copyright a,
.an_copyright p {
    color: #949494;
}
.an_copyright a:hover p {
    color: #fff;
}

.product-price-and-shipping .price,
.product-price-and-shipping .regular-price {
    font-weight: 600;
}

.product-line-info-amount {
    width: 100%;
}
#search_filters .ui-slider-horizontal {
    margin-top: 10px;
}

.product-line-attribute {
    font-size: 12px;
}

#header .header-top.fixed-menu .position-static {
    margin-top: 0px;
}
#header .header-top.fixed-menu #_desktop_logo {
    height: auto!important;
    max-height: 59px;
}

#zoom-in-slider:hover i {
    color: #000;
}

#checkout .cart-summary-products p {
    margin-bottom: 10px;

}

.block-promo .promo-code-button {
    text-decoration: underline;
}
.block-promo .promo-code-button:hover {
    text-decoration: none;
}
#product .tab-pane h3 {
    margin: 30px 0 20px;
}
@media (max-width: 767px) {
    #product .tab-content {
        padding: 20px 30px;
    }
    #cart .qty {
        margin: 0 15px;
    }
}
@media (max-width: 650px) {
    iframe {
        height: 250px;
        width: 500px;
    }
}
@media (max-width: 600px) {
    #product .tabs .nav-tabs .nav-item {
        margin-right: 0;
    }
}
@media (max-width: 560px) {
    iframe {
        height: 200px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    iframe {
        height: auto;
        width: auto;
    }
}
.cart-voucher form {
    display: flex;
    align-items: stretch;
}
.block-promo .promo-input {
    flex: 1 1;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 5px;
}
.block-promo .promo-input+button {
    margin-top: 0px;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 24px;
    min-width: auto;
    flex: 100px 0 0;
    margin-left: 10px;
    height: auto;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .customerform-wrapper .form-footer #submit-login,
    .customerform-wrapper #login-form .form-group .col-md-6 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .cart-voucher form {
        flex-direction: column;
    }
    .block-promo .promo-input {
        height: 44px;
        flex: unset;
    }
    .block-promo .promo-input+button {
        margin-top: 10px;
        flex: unset;
        margin-left: 0;
    }


}

.checkout-step .btn-primary {
    text-transform: none;
    margin: 0;
}

.media-product {
    display: inline-block;
    width: 60%;
}

@media (min-width: 581px) {
    #products .product-miniature.col-lg-12 .product-title a {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
    }
}

#search_filters .ui-slider .ui-slider-handle {
    height: 22px!important;
    width: 22px!important;
    border-radius: 50%!important;
    border: 0!important;
}
.modal-body .product-images {
    margin: 0;
}
.modal-body li.thumb-container {
    margin: 0 19px 0 0;
}
.modal-body .product-images-scroll {
    margin: 0 auto;
}
.modal-body .product-images-scroll li.thumb-container {
    margin: 0 9px;
}

#cms .page-header h1 {
    display: none;
}
#cms h3 {
    margin-bottom: 30px;
}
.page-content.page-cms {
    text-align: left;
}

#my-account .page-footer  {
    text-align: center;
}

.page-content.page-cms .cms-box {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .sb-menu-right .cart-items,
    .cart-preview .cart-bottom,
    .cart-preview .cart-action {
        position: static;
    }
    .sb-menu-right {
        overflow-y: auto;
    }
    .cart-preview .cart-product-line {
        max-width: 100%;
    }
}
.an_productattributes-qty-add .btn-primary {
    font-size: 14px;
}
#header .header-nav #menu-icon {
    display: flex;
    align-items: center;
    height: 58px;
}
#menu-icon svg {
    width: 26px;
}


.product-miniature img {
    width: auto!important;
    height: auto!important;
}


/*** checkout-new ***/

body#checkout #wrapper {
    padding-top: 0;
}
body#checkout section.checkout-step .step-number {
    padding: 0;
    display: inline-block!important;
}
body#checkout section.checkout-step .step-title {
    text-transform: none;
    font-weight: 700;
    padding: 16px 0;
}
body#checkout section.checkout-step .content {
    padding: 0;
}
body#checkout .checkout-content {
    display: flex;
    flex-wrap: wrap;
}
body#checkout .chechout-steps {

    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: calc(6% - 2px);
    width: 63%;
}
body#checkout .chechout-steps+.col-md-4 {
    width: 37%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
}
body#checkout .chechout-steps+.col-md-4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.checkout-step .my-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px!important;
    margin-bottom: 8px!important;
}
.checkout-step .nav-inline .nav-item,
.checkout-step .nav-inline .nav-link+.nav-link {
    margin: 0 20px 0 0!important;
}
.checkout-step .nav-item .nav-separator {
    display: block;
    height: 20px;
    width: 1px;
    background: #a2a2a2;
    margin-top: 3px;
}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 0;
}
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 {
    width: 18.2%;
    padding-top: 0px;
    margin-bottom: 0;
    line-height: 1.3;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 2px;
}
body#checkout section.checkout-step .form-group .col-md-6,
body#checkout section.checkout-step .form-control-valign {
    width: 81.8%;
    padding-top: 1px;
    position: relative;
}
body#checkout section.checkout-step .form-control-comment {
    padding: 0;
    position: absolute;
    right: 36px;
    top: 14px;
    font-style: italic;
    padding: 0;
}
body#checkout section.checkout-step .input-group:focus,
body#checkout section.checkout-step .input-group.focus {
    outline: 0;
}
body#checkout section.checkout-step .custom-radio {
    border: 2px solid #e5e5e5;
    margin-right: 4px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 3px 11px 0 0;
}
body#checkout section.checkout-step .custom-radio input[type=radio]:checked+span {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    margin: 0;
}

body#checkout section.checkout-step .form-group {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body#checkout section.checkout-step .form-group.form-group-radio {
    margin-bottom: 14px;
}
body#checkout section.checkout-step .form-control {
    background-color: transparent!important;
    color: #000;
    border: 2px solid #e5e5e5;
    padding: 13px 17px 13px 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
}
body#checkout section.checkout-step .form-control.form-control-padding:placeholder-shown {
    padding-right: 80px;
}
body#checkout section.checkout-step .form-control.form-control-padding[type=password]:not(:placeholder-shown) {
    padding-right: 50px;
}
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.form-control-static-comment+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.input-group-btn .form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:focus+.form-control-static-comment+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:focus+.input-group-btn {
    display: none;
}
@media (max-width: 767px) {
    body#checkout section.checkout-step .form-control {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    body#checkout section.checkout-step .form-control {
        padding-left: 5px;
        padding-right: 5px;
    }
}

body#checkout section.checkout-step .form-control:focus {
    border-color: #000;
}
body#checkout section.checkout-step .form-group.has-error .form-control {
    border-color: #ff0000;
}
body#checkout section.checkout-step .form-group.has-error .help-block {
    color: #ff0000;
    margin-top: 6px;
}
body#checkout section.checkout-step .form-group.has-error .help-block ul {
    margin-bottom: 0;
}
.form-group.has-error .help-block .alert {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: .875rem;
    margin-bottom: 7px;
}
.form-group.has-error .help-block .alert.alert-danger {
    color: #ff0000;
}
input.js-visible-password+.input-group-btn {
    right: 20px;
    width: auto!important;
    padding-bottom: 3px;
    top: 0;
    height: 100%!important;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0;
}
.input-group input.js-visible-password+.input-group-btn svg {
    position: static;
    margin-top: 2px;
}
body#checkout section.checkout-step .input-group input.js-visible-password+.input-group-btn .form-control-comment {
    position: static;
    margin-left: 11px;
}
#identity .input-group .input-group-btn>.btn, .customerform-wrapper .input-group .input-group-btn>.btn, #checkout .input-group .input-group-btn>.btn {
    width: 100%;
    margin: 0;
    position: absolute;
    background: transparent;
    top: 0px;
    height: 100%;
}
.form-control-static-comment {
    font-size: .875rem;
    margin: 6px 0 21px;
}
.custom-checkbox-label {
    display: inline;
    font-size: .875rem;
    margin-bottom: 0;
}
.custom-checkbox label {
    margin: 0 0 1px;
    cursor: pointer;
    padding-top: 4px;
    display: flex;
    align-items: flex-start;
}

#identity .custom-checkbox input[type=checkbox],
#identity .custom-checkbox input[type=checkbox]+span,
.customerform-wrapper .custom-checkbox input[type=checkbox],
.customerform-wrapper .custom-checkbox input[type=checkbox]+span,
body#checkout .custom-checkbox span {
    border: 2px solid #e5e5e5;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin: 2px 13px 0px 0;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    background: transparent;
}
body:not(#category) .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin: 0;
}
body#checkout .custom-checkbox input[type=checkbox]:checked+span {
    border-color: #000;
}
.custom-checkbox-label em {
    line-height: 1.6;
    display: inline-block;
    color: #808080;
}
body#checkout section.checkout-step .form-footer {
    margin: 30px 0 39px;
    text-align: right;
}
body#checkout section.checkout-step .btn-primary.continue {
    margin-right: 0;
    min-width: 160px;
}
body#checkout section.checkout-step:last-child,
body#checkout section.checkout-step {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #e5e5e5;
}

body#checkout .create-account-form {
    margin: 19px 0 18px;
}

body#checkout .login-form-forgot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%!important;
    padding-left: calc(18.2% + 15px);
    font-size: .875rem;
    margin: -4px 0 9px;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
}

body#checkout section.checkout-step.-current.-reachable.-complete:not(.-current) .content {
    padding-top: 15px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p {
    margin-bottom: 8px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p.identity-comment {
    font-size: .875rem;
    margin-top: 12px;
}
body#checkout section.checkout-step .identity-continue {
    margin: 35px 0 42px;
}
body#checkout .container {
    min-height: unset;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    float: right;
    padding: 0;
    margin: 4px 1px 0 30px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    text-transform: none;
    display: flex;
    align-items: center;
    margin-top: 3px;
    color: #000;
    font-size: .875rem;
    margin-right: 0;
    float: right;
}
body#checkout section.checkout-step .step-edit svg {
    margin: 4px 8px 1px 0;
}

body#checkout section.checkout-step.-current .content .js-address-form form>p {
    margin: -5px 0 34px;
}
body#checkout section.checkout-step .form-group.addresses-checkout {
    margin-top: 25px;
    margin-bottom: 37px;
}
body#checkout section.checkout-step select.form-control {
    cursor: pointer;
}
body#checkout section.checkout-step .form-control:focus+.form-control-comment {
    display: none;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
    margin-top: 36px;
}
body#checkout section.checkout-step .address-item {
    border: 2px solid #e5e5e5!important;
    background: #fafafa!important;
    border-radius: 8px;
    max-width: 254px;
    width: 100%;
    flex: unset;
    margin: 0 15px 30px;
}
body#checkout section.checkout-step .address-item header {
    margin-bottom: 0;
    border-bottom: 2px solid #e5e5e5;
}
body#checkout section.checkout-step .address-selector {
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
body#checkout section.checkout-step .address-item .radio-block {
    padding: 19px 19px 14px;
    margin-bottom: 0;
}
body#checkout section.checkout-step .address-item .custom-radio {
    margin-right: 13px;
}
body#checkout section.checkout-step .address {
    margin-left: 40px;
    line-height: 1.6;
    font-size: 1rem;
}
body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 13px 15px 18px;
    display: flex;
    justify-content: center;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address span {
    color: #000!important;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 12px;
    font-size: .875rem;
}
body#checkout section.checkout-step .delete-address svg,
body#checkout section.checkout-step .edit-address svg {
    margin: 1px 7px -1px 4px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p.add-address {
    margin-top: 5px;
    margin-bottom: 13px;
}
.addresses-continue {
    margin-top: 37px;
    margin-bottom: 41px;
}
.delivery-options {
    margin-top: 19px;
}

body#checkout section.checkout-step .delivery-option {
    background: #fafafa;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px 19px 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin: 3px 20px 0 0;
}
body#checkout section.checkout-step .delivery-option label {
    margin-bottom: 0;
    flex: 1 1;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}
body#checkout section.checkout-step .carrier-name {
    margin-bottom: 0;
    font-weight: 700;
    flex: 53% 0 1;
}
body#checkout section.checkout-step .carrier-delay {
    margin-bottom: 0;
    flex: 15%;
}
body#checkout section.checkout-step .carrier-price {
    flex: 1 1;
}
.delivery-message {
    font-size: 1rem;
    margin: 25px 0 18px;
}
body#checkout #delivery textarea, body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    min-height: 140px;
}
#checkout-delivery-step .btn-primary {
    margin: 27px 0 25px;
}
.payment-options {
    margin-top: 18px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 6px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 14px;
    margin-bottom: 0;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 17px;
    margin-bottom: 30px;
}
body#checkout .condition-label {
    margin-left: 34px;
}
body#checkout #order-summary-content #order-items {
    width: 100%;
}
body#checkout #order-summary-content .logo-container img {
    max-width: 30px;
    height: auto!important;
}
#payment-confirmation .ps-shown-by-js {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
#payment-confirmation .ps-shown-by-js .alert {
    width: 100%;
}
#payment-confirmation .ps-shown-by-js .btn-primary {
    line-height: 24px;
    align-self: flex-end;
}
body#checkout section.checkout-step.-current:last-child {
    border: 0;
}
body#checkout #main {
    margin-bottom: 0;
}
body#checkout #footer {
    padding-top: 0;
}

#checkout .card.js-cart {
    margin: 18px 0 35px;
    padding: 0;
    border: 0;
    background: transparent;
}
#checkout .card-block .checkout-summary-items {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 700;
}
body#checkout .cart-summary-products a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
body#checkout .cart-summary-products a svg {
    margin-left: 9px;
}
body#checkout .cart-summary-products a:not(.collapsed) svg {
    transform: rotate(180deg);
}
#checkout .card-block .checkout-summary-dropdown {
    display: flex;
    margin-bottom: 14px;
}
body#checkout #cart-summary-product-list img {
    border: 0;
    width: 65px;
}
body#checkout #cart-summary-product-list .media-left {
    padding-right: 20px;
}
body#checkout #cart-summary-product-list .media-body .product-price,
body#checkout #cart-summary-product-list .media-body .product-quantity,
body#checkout #cart-summary-product-list .media-body .product-name {
    font-size: 1rem;
    font-weight: 700;
}
#checkout .media-list .media {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
body#checkout #cart-summary-product-list .media-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
body#checkout #cart-summary-product-list .media-body .product-attribute {
    display: flex;
    flex-wrap: wrap;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute {
    margin: 6px 0 2px;
    font-size: .875rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #a2a2a2;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute::after {
    content: "/";
    margin: 0 3px;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute:last-child::after {
    content: "";
    display: none;
}
body#checkout #cart-subtotal-products {
    border-top: 2px solid #e5e5e5;
    padding: 16px 0 0;
    margin-bottom: 15px;
    border-bottom: 0;
}
body#checkout #cart-subtotal-products .value {
    font-size: 1rem;
}
body#checkout .cart-summary-line {
    margin-bottom: 15px;
    background: transparent;
}

#checkout .cart-total.cart-summary-line .label {
    line-height: 1.5;
}
#checkout .cart-total.cart-summary-line {
    border-top: 2px solid #e5e5e5;
    margin: 19px 0 0;
    padding: 17px 0 0;
}
#checkout .anthemeblocks-reassurance ul {
    background: #f1f1f1;
    padding: 0 30px;
}
#checkout .anthemeblocks-reassurance ul li {
    border-bottom: 2px solid #d8d8d8;
    padding: 20px 0;
}
#checkout .anthemeblocks-reassurance ul li:last-child {
    border: 0;
    margin-bottom: 5px;
}
#checkout .anthemeblocks-reassurance .anthemeblocks-reassurance-item a {
    display: flex;
    align-items: center;
}
#checkout .anthemeblocks-reassurance figure {
    margin: 0;
    width: 100%;
    display: flex;
    max-width: 41px;
}
#checkout .anthemeblocks-reassurance-item span {
    width: auto;
}
#checkout.checkout-minimize .copyright-center {
    text-align: center;
}
#checkout.checkout-minimize .footer-container {
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
}
#checkout.checkout-minimize #header {
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
}
#checkout.checkout-minimize .breadcrumb-wrapper {
    display: none;
}

#checkout.checkout-minimize .header-top-wrapper {
    min-height: 60px;
}

@media (max-width: 991px) {
    body#checkout .chechout-steps {
        width: 100%;
        padding-right: 15px;
    }
    body#checkout .chechout-steps+.col-md-4 {
        width: 100%;
        padding-left: 15px;
    }
    body#checkout .chechout-steps+.col-md-4:after {
        display: none;
    }
    body#checkout .anthemeblocks-reassurance ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body#checkout section.checkout-step .carrier-name {
        flex: 35% 0 1;
    }
}
@media (max-width: 580px) {
    body#checkout .login-form-forgot {
        padding-left: 15px;
    }
    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 {
        width: 100%;
        margin-bottom: 5px;
    }
    body#checkout section.checkout-step .form-group .col-md-6, body#checkout section.checkout-step .form-control-valign {
        width: 100%;
    }
    body#checkout .custom-checkbox label,
    body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
    body#checkout section.checkout-step .form-group.form-group-radio .form-control-label,
    body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
        padding-top: 0!important;
    }
    body#checkout section.checkout-step .form-group.form-group-radio,
    body#checkout section.checkout-step.-current.-reachable.-complete .content p,
    body#checkout section.checkout-step .form-group {
        margin-bottom: 25px;
    }
    body#checkout .form-control-static-comment {
        margin-bottom: 0;
    }
    body#checkout .custom-checkbox {
        margin-bottom: -15px;
    }
}
@media (max-width: 480px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
    }
    body#checkout section.checkout-step .delivery-option label {
        flex-direction: column;
        align-items: flex-start;
    }
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#wrapper {
    flex: 1 1;
}

body#checkout .breadcrumb-wrapper {
    display: none;
}
body#checkout section.checkout-step.-current .step-title {
    padding: 40px 0 16px;
}
body#checkout section.checkout-step:first-child .step-title {
    padding: 16px 0;
}
body#checkout section.checkout-step .not-allowed {
    opacity: 1;
}
body#checkout .cart-summary-line .value {
    font-weight: 700;
    font-size: 1rem;
}
.custom-checkbox-label {
    text-align: left!important;
}
.customerform-wrapper .custom-checkbox label {
    padding-left: 0;
}
body#checkout .block-promo p {
    margin-bottom: 0;
}
body#checkout .block-promo .promo-code {
    background: transparent;
}
body#checkout .cart-total .value {
    font-size: 1.5rem;
}
body#checkout .product-amount {
    line-height: 1.5;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
}

#identity .input-group .input-group-btn>.form-control-comment,
.customerform-wrapper .input-group .input-group-btn>.form-control-comment {
    display: none;
}

body#checkout.checkout-minimize .an_copyright p,
body#checkout.checkout-minimize .an_copyright a p {
    margin-bottom: 0;
    text-align: center;
}

body#checkout .block-promo {
    margin-bottom: 15px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
}
body#checkout section.checkout-step .payment-options label {
    margin: 0;
}
body#checkout #header {
    box-shadow: 0px 1px 20px 0 rgba(0,0,0,0.05);
}
#checkout .anthemeblocks-reassurance {
    padding: 0;
    border: 0;
}
#checkout .anthemeblocks-reassurance-item {
    width: 100%;
}
@media (min-width: 992px) {
    body#checkout.checkout-minimize #header .vertical-center {
        justify-content: flex-end;
        height: auto;
        min-height: 60px;
    }
    body#checkout.checkout-minimize .search-widget {
        margin: 0;
        max-width: 300px;
        position: static;
        display: block;
        border: 0;
    }
    body#checkout.checkout-minimize .header-right {
        margin-top: 0;
    }
    #checkout.checkout-minimize #header {
        padding: 10px 0;
    }
    body#checkout.checkout-minimize .search-button-wrapper,
    body#checkout.checkout-minimize #_desktop_an_wishlist-nav,
    body#checkout.checkout-minimize #_desktop_cart {
        display: none;
    }
}

body#checkout.checkout-minimize .copyright-container .row {
    margin: 0;
}
body, html {
    height: 100%;
}



body#checkout section.checkout-step .form-footer {
    text-align: right;
}
body#checkout .block-promo .promo-code-button,
body#checkout .cart-summary-products a,
body#checkout .cart-summary-line .label {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}
body#checkout #cart-subtotal-products .value,
body#checkout .cart-summary-line .value {
    font-weight: 600;
    font-size: 16px;
}
body#checkout .cart-total .value {
    font-size: 24px;
}
body#checkout .nav-item .nav-link.active {
    border: 0;
}
body#checkout section.checkout-step .form-group.form-group-with-comment {
    align-items: flex-start;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 15px;
}
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 {
    font-size: 14px;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label, body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 8px;
}

body#checkout .block-promo .promo-input {
    background: transparent;
    color: #000;
    border: 2px solid #e5e5e5;
    padding: 13px 75px 13px 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
    line-height: 1.25;
}
body#checkout .block-promo p,
body#checkout #cart-subtotal-products {
    line-height: 1.2;
}
body#checkout section.checkout-step {
    padding: 0;
}
body#checkout section.checkout-step .delivery-radio-button,
body#checkout section.checkout-step .delivery-option label,
body#checkout section.checkout-step .carrier-name {
    font-size: 14px;
    line-height: 1;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-top: 0;
}
body#checkout section.checkout-step .carrier-name {
    flex: 50% 0 1;
}
body#checkout section.checkout-step .btn-primary.continue {
    float: right;
    height: auto;
    line-height: 24px;
    padding: 10px 30px;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    line-height: 1;
}
body#checkout .block-promo .promo-code-button,
body#checkout .card-block {
    padding: 0;
}
body#checkout .block-promo {
    margin-bottom: 15px;
}
body#checkout .block-promo .promo-code {
    padding: 15px 0;
}


#checkout .card.js-cart {
    margin-top: 15px;
}
body#checkout .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
}
body#checkout .product-amount {
    max-width: 150px;
}
body#checkout .product-line-info .value {
    color: #a2a2a2;
}

body#checkout section.checkout-step .step-title {
    font-size: 24px;
    line-height: 1.2;
}
body#checkout section.checkout-step .custom-radio {
    margin-top: 1px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-top: 0;
}

body#checkout section.checkout-step .js-address-form form .form-control-label {
    width: 18.2%;
    padding-top: 0px;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 2px;
}

#checkout .anthemeblocks-reassurance figure {
    max-width: 50px;
}


body#checkout .block-promo .promo-input {
    padding-left: 7px;
}
body#checkout section.checkout-step .form-control::placeholder,
body#checkout .block-promo .promo-input::placeholder {
    color: #999;
    opacity: 1;
}

body#checkout section.checkout-step.-current .content .js-address-form form>p.add-address {
    margin-bottom: 15px;
}
body#checkout section.checkout-step .form-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body#checkout section.checkout-step .btn-primary.continue,
body#checkout .form-footer .btn.btn-primary {
    margin-left: 10px;
    margin-right: 0;
    order: 2;
}

body#checkout section.checkout-step .form-group {
    align-items: center;
}
body#checkout section.checkout-step .form-group.form-group-with-comment {
    align-items: flex-start;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 15px;
}
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 {
    font-size: 14px;
    padding: 0 15px;
}
body#checkout section.checkout-step .form-control-comment {
    top: 0;
    height: 100%;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}
body#checkout section.checkout-step .form-group-with-comment .form-control-comment {
    height: 46px;
}
body#checkout .js-address-form h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

body#checkout section.checkout-step .payment-options label,
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline,
body#checkout .condition-label label,
body#checkout .login-form-forgot a,
body#checkout section.checkout-step .forgot-password,
body#checkout .custom-checkbox-label em,
body#checkout .custom-checkbox-label,
body#checkout section.checkout-step .form-control-comment,
.form-control-static-comment {
    font-size: 14px;
}
body#checkout .create-account-form,
body#checkout #cart-summary-product-list .media-body .product-price {
    font-size: 16px;
}

body#checkout .nav-item .nav-link {
    text-transform: none;
}
body#checkout section.checkout-step .address {
    margin-left: 36px;
}
body#checkout .address-message {
    margin: -5px 0 34px!important;
}
body#checkout .no-account {
    text-align: right;
}
body#checkout .login-form-forgot {
    line-height: 1.4;
}
.delivery-message {
    text-align: left;
}
@media (min-width: 481px) {
    .mobile-step-status {
        display: none!important;
    }
}
@media (max-width: 480px) {
    .desktop-step-status {
        display: none!important;
    }
    .mobile-step-status {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }
    body#checkout section.checkout-step .step-edit svg {
        margin-top: 2px;
    }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
        margin: 0 0 0 10px;
    }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        margin: 0;
    }
    body#checkout section.checkout-step .carrier-name,
    body#checkout section.checkout-step .carrier-delay {
        margin-bottom: 10px;
    }
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    padding-left: 0;
}

body#checkout.checkout-minimize .search-widget .search-button-close-wrapper i {
    display: none;
}
body#checkout.checkout-minimize .search-widget form button[type=submit] {
    left: unset;
    right: 20px;
}
@media (min-width: 992px) {
    #checkout.checkout-minimize #header .search-widget form input[type=text] {
        padding: 15px 45px 15px 20px;
        border: 2px solid #e5e5e5;
    }
}


body#checkout.checkout-minimize #header #_desktop_logo {
    justify-content: flex-start;
}
#order-confirmation .featured-products .products-section-title {
    font-size: 30px;
}
.brand {
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.brand-infos {
    flex: 1;
    padding: 0 15px;
}
.brand-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.brand-amount {
    margin-bottom: 10px;
}
@media (max-width: 580px) {
    .brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
#product .tabs .product-manufacturer {
    max-width: 300px;
}
#product .tabs .product-manufacturer .manufacturer-logo {
    max-width: 100%;
    max-height: 300px;
}


/* footer-bottom */
main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#wrapper {
    flex: 1 1 auto;
}
/* footer-bottom end */


/* flex-product */
.product-miniature.product-height:not(.col-lg-12) {
    display: flex;
}
.product-miniature.product-height:not(.col-lg-12) .thumbnail-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.product-miniature.product-height:not(.col-lg-12) .product-title {
    width: 100%;
}
.product-miniature.product-height:not(.col-lg-12) .product-description {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}
.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping {
    flex: 1 1;
    display: flex;
    flex-direction: row!important;
    justify-content: center!important;
    flex-wrap: wrap;
}
.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping .an_productattributes {
    align-self: flex-end;
    width: 100%;
}

.js-anthemeblocks-product-block-slider.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.js-anthemeblocks-product-block-slider.owl-carousel .owl-stage {
    display: flex;
}
@media (max-width: 580px) {
    .product-miniature.col-lg-12 {
        display: flex;
    }
    .product-miniature.col-lg-12 .thumbnail-container {
        display: flex;
        flex-direction: column;
    }
    .product-miniature.col-lg-12 .product-title {
        width: 100%;
    }
    .product-miniature.col-lg-12 .product-description {
        flex: 1 1;
        display: flex;
        flex-direction: column;
    }
    .product-miniature.col-lg-12 .product-price-and-shipping {
        flex: 1 1;
        display: flex;
        flex-direction: row!important;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-miniature.col-lg-12 .product-price-and-shipping .an_productattributes {
        align-self: flex-end;
    }
    .product-miniature.col-lg-12 .product-price-and-shipping .product-prices-block {
        width: 100%;
    }
}


/* flex-product end */
@media (min-width: 992px) {
    .product-miniature.col-lg-3 .an_productattributes-qty-add {
        flex-direction: column;
    }
    .product-miniature.col-lg-3 .js-an_productattributes-standart {
        margin-bottom: 5px;
    }
    .product-miniature.col-lg-3 .an_productattributes-qty-container {
        flex: unset;
        margin-bottom: 7px;
        padding: 0;
    }
}


#footer #_desktop_logo {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
#footer #_desktop_logo a {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

#_desktop_logo a {
    display: flex;
}

#footer #_desktop_logo svg path {
    fill: #fff;
}


.product-images.owl-theme .owl-nav [class*=owl-]{
    height: 100%;
}
.product-images.owl-theme .owl-nav>div {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    font-size: 16px;
    width: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-images.owl-theme .owl-nav>div:hover{
    background: #000;
    color: #fff;
}
#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden
}
#main .images-container .js-qv-mask.scroll {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.product-images .owl-nav>div{
    position: absolute;
    top: 0;
}
.product-images .owl-nav .owl-prev{
    left: -25px;
}
.product-images .owl-nav .owl-next{
    right: -25px;
}

.product-images .owl-nav .owl-prev{
    left: -25px;
}
.product-images .owl-nav .owl-next{
    right: -25px;
}
.images-container .product-images {
    margin-bottom: 0;
}

.quickview .images-container {
    flex-wrap: wrap;
}
.quickview .product-cover {
    width: 100%;
}
.quickview .mask {
    width: 100%;
    margin: 0;
    max-height: unset;
}
.quickview .mask.scroll {
    padding: 0 25px;
}
.modal-body li.thumb-container {
    margin: 0;
}
.modal-body .product-images {
    width: 100%;
}
.an_short_description {
    text-align: center;
    margin-bottom: 10px;
}



.product-qty {
    margin-top: 13px;
}
.product-qty .product-qty-container {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    width: 95px;
    font-weight: 700;
}
.product-qty-input {
    background: #f1f1f1;
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;;
    border-radius: 0;
    box-shadow: none;
    padding: 0!important;;
    font-size: 1rem;
}
.product-qty .quantity-button {
    border: 0 !important;
    background-color: #f1f1f1;
    font-size: 17px;
    position: static;
    height: 40px !important;
    width: 34px !important;;
    display: block !important;;
    text-align: center;
    line-height: 40px;
    transform: translateX(0) !important;;
    padding: 0;
    cursor: pointer;
}

.product-qty .input-group-btn-vertical {
    display: none!important;
}
#search .product-miniature img.b-loaded {
    width: 100% !important;
}
.product-cover {
    z-index: 5;
}

#category .block-category img {
    float: left;
    margin-right: 15px;
}


body#checkout.checkout-minimize #header #_desktop_logo {
    height: auto!important;
}
#password h1 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    margin: 47px 0 0;
}


.forgotten-password .form-fields .center-email-fields {
    display: flex;
    align-items: center;
}
#password .form-control-label {
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1.25;
}

.forgotten-password .form-fields .email input {
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    padding: 16px 50px 19px 17px;
    height: auto;
}
.forgotten-password .form-fields .center-email-fields button {
    height: auto;
    margin-left: 10px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 767px) {
    #password .form-control-label {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px 0 0;
    }
}

.customerform-wrapper .form-control-static-comment {
    text-align: left;
}
.customerform-wrapper .register-form>p {
    text-align: center;
    margin-bottom: 15px;
}
.customerform-wrapper .register-form .form-group {
    display: flex;
    align-items: center;
    text-align: right;
}
.customerform-wrapper .register-form .form-control-label {
    padding-top: 0;
    margin-bottom: 0;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment {
    align-items: flex-start;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 14px;
}
.customerform-wrapper .register-form .form-control-comment {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 15px;
}
.customerform-wrapper .register-form .custom-radio input[type=radio]:checked+span {
    top: 2px;
    left: 2px;
}
.customerform-wrapper .form-control-valign {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.customerform-wrapper .radio-inline {
    padding: 0;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}
.customerform-wrapper .radio-inline .custom-radio {
    margin-right: 3px;
}
.customerform-wrapper .form-footer {
    text-align: center;
}
.customerform-wrapper .form-footer .btn.btn-primary {
    float: none!important;
}
.customerform-wrapper .input-group .input-group-btn svg {
    position: static;
}
@media (max-width: 767px) {
    .customerform-wrapper .register-form .input-group,
    .customerform-wrapper .register-form .form-control {
        max-width: 100%;
    }
    .customerform-wrapper .register-form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .customerform-wrapper .register-form .form-group .col-md-6 {
        width: 100%;
    }
}



.gdpr-newsletter {
    margin-top: 10px;
    margin-bottom: 15px!important;
}
.gdpr-newsletter  .custom-checkbox {
    display: flex!important;
    justify-content: center!important;
}
.gdpr-newsletter label {
    padding: 0;
    display: flex;
    justify-content: center;
    color: #353535;
    font-size: 16px;
}
.gdpr-newsletter .custom-checkbox span {
    flex: unset!important;
}
.gdpr-newsletter .custom-checkbox input[type=checkbox]+span {
    width: 20px;
    height: 20px;
    flex: 20px 0 0!important;
    margin-top: 2px!important;
    border: 1px solid #000!important;
    border-radius: 0!important;
}
.gdpr-newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 18px;
    color: #000!important;
    background: transparent!important;
    margin: 0;
}

.block_newsletter form {
    width: 100%;
    margin-right: 0;
}
.block_newsletter .input-wrapper {
    max-width: 463px;
    margin: 0 auto;
    position: relative;
}


.block_newsletter form button[type=submit] {
    min-width: auto;
    padding: 0;
    height: auto;
    line-height: 1;
    top: calc(50% - 12px)!important;
    transform: none!important;
    background: transparent!important;
    box-shadow: none;
}
.block_newsletter form button[type=submit]:disabled {
    cursor: not-allowed!important;
    opacity: .65;
}
.block_newsletter form button[type=submit]:before {
    display: none;
}
.block_newsletter form button[type=submit]>i {
    margin: 0;
}
.block_newsletter form {
    max-width: 100%;
}
.newsletter-input {
    max-width: 460px;
    margin: 0 auto;
    float: none;
}
.gdpr-contacts {
    padding: 0 15px;
}
.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    width: 18px;
    height: 18px;
    flex: 18px 0 0;
    margin-top: 3px;
    border: 1px solid #e5e5e5!important;
}
.gdpr-contacts .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 16px!important;
    width: 16px!important;
    height: 16px!important;
    background: transparent!important;
    color: #000!important;
    margin: 0px;
}

#card-number, #expiration-date, #cvv {
    height: 45px !important;
    padding: 13px 75px 13px 17px!important;
    font-size: 14px!important;
}

#pagenotfound .page-not-found h1 {
    text-align: center;
    font-size: 250px;
    line-height: 1;
    margin: 19px 0 10px;
    color: #000;
    font-weight: 700;
}
#pagenotfound .page-not-found h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #000;
}
#pagenotfound #main .page-content {
    margin-top: 0;
    margin-bottom: 38px;
}
#pagenotfound #main .page-footer {
    margin-bottom: 0;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-right: 18px;
}
body#checkout section.checkout-step .carrier-logo {
    flex: 40px 0 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 40px;
}
body#checkout section.checkout-step .carrier-logo img {
    max-width: 100%;
    max-height: 40px;
}
body#checkout section.checkout-step .carrier-name {
    flex: 46% 0 1;
}

#header #_mobile_logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}
/*** search-filters-mobile ***/
@media (max-width: 767px) {
    #category #search_filter_toggler {
        height: 46px;
        line-height: 24px;
    }
    .search_filters_mobile-modal .mobile-menu-header {
        padding: 0 43px;
        margin-bottom: 21px;
    }
    #_desktop_search_filters_clear_all {
        display: block!important;
    }
    .search_filters_mobile-open {
        overflow: hidden;
    }
    #category #left-column #search_filters,
    .search_filters_mobile-modal .block-categories {
        padding: 0 43px!important;
        display: block!important;
    }
    #left-column .block-categories {
        margin-bottom: 20px;
    }
    #category #footer,
    #category #content-wrapper {
        display: block!important;
    }
    .search_filters_mobile-cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: 100;
    }
    .search_filters_mobile-modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: left;
        overflow-x: none;
        overflow-y: auto;
        z-index: 200;
        width: 100%;
        max-width: 100%;
    }
    #search_filters_wrapper {
        font-size: 15px;
        max-width: 100%;
        width: 340px;
        display: block!important;
        min-width: 200px;
        position: relative;
        background-color: #fff;
        z-index: 300;
        padding: 18px 0;
        float: left;
        min-height: 100vh;
        margin: 0!important;
        overflow-x: hidden;
    }
    .search_filters_mobile-btn-close {
        display: inline-block;
        cursor: pointer;
        height: 19px;
    }
    #category #left-column #search_filter_controls button {
        min-width: 140px;
    }
    #category #search_filter_controls {
        display: none;
    }
    #category #left-column #search_filter_controls {
        padding: 0 37px;
    }
    #category #left-column #search_filters .facet ul li,
    #category #left-column #search_filters .facet .h6 {
        padding-left: 0;
        padding-right: 0;
    }
    #category #left-column #search_filter_controls .btn.ok {
        display: none;
    }
    .facet .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
        margin-left: 1px;
    }
    #search_filters .facet .facet-label i {
        line-height: 1;
    }
}
body#checkout .block-promo {
    padding: 0;
    margin-bottom: 18px;
}
body#checkout .block-promo p {
    text-align: left!important;
}
body#checkout .cart-voucher {
    padding: 0;
}
.product-variants>.product-variants-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px!important;
}
.product-actions .control-label {
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 4px;
}
.product-variants>.product-variants-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}
.product-variants>.product-variants-item ul li {
    margin: 2px 5px 2px 0px;
}
.quantity_availability {
    margin: 0!important;
}
.quantity_availability .add {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-add-to-cart .an_wishlist-mini {
    margin-right: 15px;
}
#product-availability {
    margin: 0;
}
.product-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-add-to-cart>.product-variants-item {
    margin-bottom: 0;
}
.product-add-to-cart .qty {
    margin-right: 10px!important;
    margin-bottom: 0;
}
.product-actions .add-to-cart {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 15px;
    margin-left: 0;
}
@media (max-width: 680px) {
    .product-add-to-cart {
        align-items: flex-start;
        flex-direction: column;
    }
    .product-add-to-cart .qty {
        margin-bottom: 10px;
    }
}
.an_productattributes-add .btn {
    position: relative;
    overflow: hidden;
}
.js-add-loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: inherit;
}
.js-add-loader  svg {
    transform: scale(3.5);
    max-width: 100%;
    max-height: 100%;
}
.js-add-loader  svg path {
    fill: transparent!important;
    stroke: #000!important;
}
.js-add-loading::after {
    opacity: 0!important;
}


#cms h1 {
    text-align: center;
}
#cms .cms-img-wide {
    display: flex;
    justify-content: center;
    margin-bottom: 43px;
}
#cms .cms-img-wide img {
    padding: 0!important;
}
#cms .page-header {
    margin: 47px 0 34px;
    text-transform: none;
}
#cms h2 {
    margin-bottom: 22px;
    font-size: 24px;
}
#cms #content p {
    margin-bottom: 25px;
    line-height: 26px;
}
#cms #footer {
    padding-top: 25px;
}
#cms .cms-contact-item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
}
#cms .cms-contact-label {
    font-weight: 700;
    margin-right: 5px;
}
#cms .cms-contact-text {
    width: 100%;
}
#cms a.cms-contact-text {
    color: #0060fe;
}
#cms a.cms-contact-text:hover {
    color: #000;
}

#stores .page-header {
    margin: 47px 0 33px;
}
#stores .page-stores .store-item-container address br {
    display: none;
}
#stores .page-stores .store-item-container .store-description {
    padding: 15px 34px;
}
#stores .store-item-container h4 {
    font-weight: 700;
    margin: 4px 0 13px;
    font-size: 16px;
}
#stores .page-stores .store-item-container address {
    margin-bottom: 30px;
    line-height: 24px;
}
#stores .page-stores .store-item-container th {
    font-weight: 400;
}
#stores .page-stores .store-item-container tr {
    line-height: 28px;
}
#stores .store-item-container h4.store-item-time {
    margin-bottom: 10px;
    font-size: 16px;
}
#stores .store-item {
    margin-bottom: 60px;
}

#stores .stores-hours-item {
    line-height: 30px;
}
#stores .stores-hours-list {
    padding-left: 3px;
    margin-bottom: 18px;
}
#stores .page-stores .store-item-container .store-description footer {
    padding-top: 10px;
}
#stores #main .page-content,
#stores .page-footer {
    margin-bottom: 0;
}
#stores #footer {
    padding-top: 29px;
}
#stores .store-description table {
    margin-left: 3px;
}
#stores .page-stores .store-item-container .store-description {
    padding-top: 0;
    padding-bottom: 0;
}
#stores .page-stores .store-picture {
    align-self: flex-start;
}
#stores .page-stores .store-item-container .store-description ul,
#stores .store-description table ul {
    margin-bottom: 0;
}
@media (max-width: 1300px) {
    #cms .cms-img-wide img {
        max-width: 100%;
        height: auto;
        height: intrinsic;
    }
}
#product .tabs {
    margin-top: 0!important;
}
.product-mainblock {
    margin-bottom: 70px;
}
.tab-content .tab-pane p {
    margin-bottom: 1rem;
}
#_mobile_contactslink {
    padding: 10px 30px;
    line-height: 1;
    text-transform: uppercase;
}
#_mobile_contactslink a {
    color: #000!important;
}
#mobile_top_menu_wrapper .clientservice_sg-modal {
    padding: 10px 29px!important;
}
.product-variants>.product-variants-item select.form-control:not([size]):not([multiple]) {
    border: 0;
    border-radius: 5px;
    background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 4px center/20px 24px;
    min-width: 95px;
    height: 40px;
    padding: 1px 20px 0px 15px;
    cursor: pointer;
    font-size: 16px;
}
.product-actions .product-variants .product-variants-item .input-radio+.radio-label {
    color: #111!important;
    background: transparent!important;
    border: 1px solid #dcdcdc!important;
    border-radius: 5px;
    min-width: 70px;
    min-height: 40px;
    padding: 1px 15px 0;
}
.product-actions .product-variants .product-variants-item .input-radio:checked+span, .product-actions .product-variants .product-variants-item .input-radio:hover+span {
    border-color: #000!important;
}
.product-actions .product-variants .product-variants-item .color-margin {
    margin-right: 10px!important;
}
.product-actions .product-variants>.product-variants-item select.form-control:not([size]):not([multiple]) {
    color: #000;
    font-size: 14px;
    min-width: 145px;
    max-width: 100%;
    padding: 0 25px 0 18px;
    background-color: transparent;
    border: 1px solid #dcdcdc;
}
.product-variants>.product-variants-item .color {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid inherit;
    border-radius: 50%;
}
.product-variants>.product-variants-item .input-color+span:not(.color) {
    display: block;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.product-variants>.product-variants-item .input-color:checked+span:not(.color),
.product-variants>.product-variants-item .input-color:hover+span:not(.color) {
    border: 1px solid #000;
}
.product-variants>.product-variants-item .color.color-white {
    border: 1px solid #e6e6e6;
}
.product-variants>.product-variants-item .input-color:checked+span,
.product-variants>.product-variants-item .input-color:hover+span {
    border: 1px solid #000;
}

.product-add-to-cart .qty {
    display: inline-block;
    width: 145px;
    height: 50px;
    margin: 0 10px 0 0;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}
.product-add-to-cart .qty .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 34px;
}
.product-add-to-cart .qty .input-group .input-group-btn>.btn {
    padding: 0;
    width: 34px;
    height: 50px;
    background: #f6f6f6;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-quantity #quantity_wanted {
    -webkit-appearance: none;
    height: 50px;
    padding: 0;
    width: 77px;
    min-width: unset;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: #f6f6f6;
}
.quantity_availability {
    flex: 1 1 auto;
}
.product-add-to-cart .add {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.product-actions .add-to-cart {
    margin: 0;
    min-height: 50px;
    width: 100%;
}
.product-availability-wrap {
    width: 100%;
}
#product-availability {
    margin: 17px 0 16px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
}
.an_hurry_up {
    margin-top: 0px!important;
    margin-bottom: 21px!important;
}
.an_hurry_up-progress {
    margin-top: 4px!important;
}
.product-actions .block-social {
    padding: 0;
    width: 100%;
}
.product-actions .block-social .h3 {
    display: none;
}
.product-actions .block-social ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-actions .block-social li {
    width: auto;
    height: auto;
    margin: 0 5px 5px 0!important;
    border-radius: 5px;
    overflow: hidden;
}
.product-actions .block-social li a {
    background: #f6f6f6;
    width: 70px!important;
    height: 40px!important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-actions .block-social li.instagram {
    order: 1;
}
.product-actions .block-social li.instagram a {
    background: #f9f5e9;
}
.product-actions .block-social li.pinterest {
    order: 2;
}
.product-actions .block-social li.pinterest a {
    background: #f9e5e6;
}
.product-actions .block-social li.twitter {
    order: 3;
}
.product-actions .block-social li.twitter a {
    background: #e8f5fe;
}
.product-actions .block-social li.facebook {
    order: 4;
}
.product-actions .block-social li.facebook a {
    background: #edf0f6;
}
.product-actions .block-social li.youtube {
    order: 5;
}
.product-actions .block-social li.youtube a {
    background: #fee5e5;
}
.product-actions .block-social li.rss {
    order: 6;
}
.product-actions .block-social li.rss a {
    background: #feede0;
}
.product-actions .block-social li.vimeo {
    order: 7;
}
.product-actions .block-social li.vimeo a {
    background: #e9f8fd;
}
.product-actions .block-social li.linkedin {
    order: 8;
}
.product-actions .block-social li.linkedin a {
    background: #e7f2f8;
}
@media (max-width: 767px) {
    .product-add-to-cart .product-quantity {
        margin: 0 0 10px;
        width: 100%;
    }
    .product-add-to-cart .qty,
    .product-add-to-cart .qty .bootstrap-touchspin {
        width: 100%;
        margin: 0;
    }
    .product-add-to-cart .qty .input-group .input-group-btn,
    .product-add-to-cart .qty .input-group .input-group-btn>.btn {
        width: 45px;
    }
    .product-quantity #quantity_wanted {
        width: calc(100% - 90px);
    }
    .quantity_availability {
        width: 100%;
    }
    #product-availability {
        justify-content: center;
        text-align: center;
    }
}

.clientservice_sg-modal {
    padding: 0!important;
}
.an_clientservice .clientservice-title {
    text-align: left!important;
}
.product-accessories {
    margin-top: 60px;
}
.productblock-content {
    max-width: 100%;
}
.product-information,
.product-actions,
.product-actions .control-label,
.product-actions .product-variants,
.product-variants>.product-variants-item {
    overflow: hidden;
    max-width: 100%;
}

.an_productattributes select,
.an_productattributes .an_pa_product-variants>.product-variants-item,
.an_productattributes .an_pa_product-variants>.product-variants-item select {
    overflow: hidden;
}
.shopping-continue {
    padding: 0 15px;
}
@media (max-width: 991px) {
    #footer #_desktop_logo {
        display: flex!important;
    }
}
@media (max-width: 767px) {
    #footer #_desktop_logo {
        padding: 0 15px;
    }
    .shopping-continue {
        padding: 0;
    }
    #product .product-accessories {
        overflow: hidden;
    }
    .productblock-content {
        width: 100%;
    }
    .product-add-to-cart .qty {
        margin-right: 0!important;
    }
}
.page-content .an_wishlist-container {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 20;
    padding: 10px;
}


@media (min-width: 768px) {
    .leftColDefault .search_filters_mobile-modal .mobile-menu-header {
        display: none;
    }
    .leftColDefault .search_filters_mobile-modal,
    .leftColDefault #search_filters_wrapper {
        display: block!important;
    }
}

.leftColPopup .products-selection {
    padding: 0!important;
    background: transparent!important;
    border: 0!important;
}
.leftColPopup .product-list-top-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 3px 0 9px;
}
.leftColPopup .collection-view {
    padding-left: 0;
    align-items: center;
}
.leftColPopup .collection-view-wrap {
    display: flex;
    align-items: center;
}
.leftColPopup .collection-view {
    margin: 15px 0 13px;
}
.leftColPopup.leftColRight #search_filters_wrapper {
    float: right;
}
@media (min-width: 768px) {
    #products .product-miniature .thumbnail-container-image .b-loaded,
    .leftColPopup .product-miniature .thumbnail-container-image .b-loaded {
        width: 100% !important;
    }
    .leftColPopup .products-selection .total-products {
        padding-right: 15px;
        text-align: center;
        margin-top: 1px;
    }
    .leftColPopup .filters-toggler-block {
        margin-bottom: 2px;
        padding-right: 0;
    }
    .leftColPopup #search_filter_toggler {
        background: transparent!important;
        border: 0!important;
        color: #000!important;
        outline: none!important;
        padding: 0;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        display: flex;
        align-items: center;
        margin-right: 21px;
        box-shadow: none!important;
    }
    .leftColPopup #search_filter_toggler svg {
        margin-right: 9px;
    }
    #manufacturer.leftColPopup #content-wrapper,
    #category.leftColPopup #content-wrapper,
    #search.leftColPopup #content-wrapper,
    #best-sales.leftColPopup #content-wrapper,
    #new-products.leftColPopup #content-wrapper,
    #prices-drop.leftColPopup #content-wrapper {
        width: 100%;
    }
    .page-category.leftColPopup #left-column {
        width: 0;
        padding: 0;
    }
    .leftColPopup .search_filters_mobile-modal .mobile-menu-header {
        padding: 0 43px;
        margin-bottom: 21px;
    }
    .leftColPopup #_desktop_search_filters_clear_all {
        display: block!important;
    }
    .search_filters_mobile-open {
        overflow: hidden;
    }
    #category.leftColPopup #left-column #search_filters,
    .leftColPopup .search_filters_mobile-modal .block-categories {
        padding: 0 43px!important;
        display: block!important;
    }
    #category.leftColPopup #footer,
    #category.leftColPopup #content-wrapper {
        display: block!important;
    }
    .leftColPopup .search_filters_mobile-cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: 100;
    }
    .leftColPopup .search_filters_mobile-modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: left;
        overflow-x: none;
        overflow-y: auto;
        z-index: 200;
        width: 100%;
        max-width: 100%;
    }
    .leftColPopup #search_filters_wrapper {
        font-size: 15px;
        max-width: 100%;
        width: 340px;
        display: block!important;
        min-width: 200px;
        position: relative;
        background-color: #fff;
        z-index: 300;
        padding: 18px 0;
        float: left;
        min-height: 100vh;
        margin: 0!important;
        overflow-x: hidden;
    }
    .leftColPopup .search_filters_mobile-btn-close {
        display: inline-block;
        cursor: pointer;
        height: 19px;
    }
    #category.leftColPopup #left-column #search_filter_controls button {
        min-width: 140px;
    }
    #category.leftColPopup #search_filter_controls {
        display: none;
    }
    #category.leftColPopup #left-column #search_filter_controls {
        padding: 0 37px;
    }
    #category.leftColPopup #left-column #search_filters .facet ul li,
    #category.leftColPopup #left-column #search_filters .facet .h6 {
        padding-left: 0;
        padding-right: 0;
    }
    #category.leftColPopup #left-column #search_filter_controls .btn.ok {
        display: none;
    }
}
@media (max-width: 767px) {
    .leftColPopup #category-top {
        padding: 0;
    }
    .leftColPopup .collection-view {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    .leftColPopup .collection-view-btn {
        margin: 0 0 0 9px;
    }
    #category #search_filter_toggler svg {
        display: none;
    }
}
@media (max-width: 580px) {
    .leftColPopup .collection-view-wrap {
        display: none;
    }
}

.category-additional-description ul,
#category-description ul,
.page-cms.page-content ul,
#an_bootstraptabs ul,
.tab-content ul,
.blog-description ul,
.blog-shortinfo ul,
.product-description ul,
.productblock-description ul {
    list-style-position: inside;
    padding-left: 20px;
}
.product-miniature .product-description ul {
    padding-left: 0;
}
.category-additional-description a,
#category-description a,
.page-cms.page-content a,
#an_bootstraptabs a,
.tab-content a,
.an_short_description a,
.productblock-description a,
.blog-description a,
.blog-shortinfo a {
    text-decoration: underline;
}
.category-additional-description a:hover,
#category-description a:hover,
.page-cms.page-content a:hover,
#an_bootstraptabs a:hover,
.tab-content a:hover,
.an_short_description a:hover,
.productblock-description a:hover,
.blog-description a:hover,
.blog-shortinfo a:hover {
    text-decoration: none;
}
.category-additional-description img,
#category-description img,
.page-cms.page-content img,
#an_bootstraptabs img,
.tab-content img,
.an_short_description img,
.productblock-description img,
.blog-description img,
.blog-shortinfo img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    #cart .card.cart-container,
    .cart-grid-body .cart-overview {
        margin-bottom: 0;
    }
    .cart-grid-body {
        margin-bottom: 15px;
    }
    .cart-grid-body a.btn-primary,
    .cart-grid-body>a.label,
    .shopping-continue {
        display: none;
    }
    .cart-grid-right {
        margin-top: 0;
    }
}
#an_bootstraptabs img,
.tab-content img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    #search_filter_controls {
        display: none;
    }
    #footer,
    #content-wrapper {
        display: block!important;
    }
    #search_filter_toggler svg {
        display: none;
    }
}

@media (max-width: 991px) {
    #header .header-nav.tablet-h .top-logo {
        width: 150px;
        margin: 0 auto 0 5px;
        max-width: calc(100% - 175px);
    }
    #header #_mobile_logo a {
        align-items: flex-start;
    }
    #mobile-amegamenu .anav-top {
        padding-left: 0;
    }
    #mobile_top_menu_wrapper {
        float: right!important;
    }
    #header .header-nav #menu-icon {
        margin: 1px 6px 0 14px;
    }
    #header .header-nav #_mobile_cart {
        margin: 0;
    }
    .blockcart-icon svg {
        width: auto;
    }
    #header .header-nav .blockcart {
        margin: 0 0 0 13px !important;
    }
    #_mobile_an_wishlist-nav a {
        padding: 0;
        height: 60px;
        display: flex;
        align-items: center;
        margin-left: 12px;
    }
    #header .an_wishlist-nav svg {
        margin: 0;
    }
    #_mobile_an_wishlist svg path {
        fill: #000;
    }
    #_mobile_user_info {
        height: 60px;
        display: flex;
        align-items: center;
        margin-left: 12px;
    }
    #header .header-nav .user-info .account {
        margin: 0;
        padding: 0;
    }
    #_mobile_user_info svg {
        display: block;
        margin: 0!important;
        transform: scale(1.1);
    }
    #_mobile_user_info svg path {
        fill: unset!important;
    }
    #_desktop_cart,
    #_desktop_an_wishlist-nav {
        display: none!important;
    }
}