/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
p {
    margin-bottom: 0;
}
a:hover, a:focus {
    text-decoration: none;
}
.btn-primary {
    height: 56px;
    line-height: 40px;
    padding: 8px 15px;
    min-width: 150px;
}
/*** header ***/
#header .logout {
    margin-left: 10px;
}
#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;
}
#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;
    margin: 0 0 7px -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;
}
#header .header-nav .user-info button:hover {
    color: #fff;
}
#header .header-nav .user-info .account {
    margin-left: 0;
}
#header .header-nav .user-info .dropdown .dropdown-item:hover {
    background-color: #000;
    color: #fff;
}

#_desktop_language_selector .dropdown-menu,
#_desktop_currency_selector .dropdown-menu {
    min-width: auto;
}
#header .header-nav .currency-selector {
    margin-left: 23px;
}
#header .header-nav .user-info {
    margin-left: 27px;
}
#header .header-nav .user-info button {
    cursor: pointer;
}
#header .vertical-center {
    padding: 0;
    justify-content: center;
}

#header #_desktop_logo {
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 99px;
}
#_desktop_logo a {
    margin: 1px 0 0 14px;
}
.products-grid {
    justify-content: space-around;
}
.menu-wrapper {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.search-widget form input[type=text]:focus {
    outline: none;
}
.search-button-wrapper {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 12px;
}

.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: 750px;
    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: 12px;
    left: 20px;
    padding: 0;
}
.search-widget form button[type=submit] i {
    font-size: 32px;
}

.search-widget .search-button-close-wrapper i {
    font-size: 12px;
    cursor: pointer;
}
.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;
}
.cart-preview .cart-product-line .product-infos {
    width: 60%;
    padding-left: 22px;
}
.cart-preview .product-remove i {
    width: 20px;
    height: 20px;
    padding: 2px 1px 2px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: #edeef3;
}
.cart-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;
}
.cart-preview .cart-product-line {
    padding: 0;
    margin: 0   px 20px 10px;
}
.cart-preview .product-infos .product-line-info {
    display: inline-block;
}
.cart-preview .cart-product-line .product-image {
    border: 0;
}
.cart-preview .cart-subtotals {
    border-top: 1px solid #e6e5e5;
}
.product-infos .product-line-info .value:last-child:after {
    content: "";
}
.product-infos .product-line-info .value:after {
    content: ",";
}
.cart-preview .product-infos .product-price {
    margin-top: 12px;
}
#header .cart-preview .product-infos .product-name {
    margin-bottom: 5px;
    color: #000;
}
#header .cart-preview .product-infos .product-name:hover {
    color: #919191;
}
.sb-menu-right {
    overflow-y: hidden;
}
.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: 16px;
    font-weight: 400;
    border-radius: 0;
}

.cart-preview .cart-title h4 {
    padding: 0 30px;
    text-align: left;
}
.sb-close-btn {
    top: 25px;
    left: unset;
    right: 25px;
    background: #000;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.sb-close-btn i {
    color: #fff;
    font-size: 18px;
    line-height: 15px;
}
/*** menu ***/
#header .header-top .position-static {
    margin-top: 15px;
}
.amega-menu .anav-top {
    justify-content: center;
}
.amenu-item .amenu-link {
    padding: 22px 10px 20px;
}
.amega-menu {
    width: 100%;
}
.category-item.level-1 > h5 a {
    font-weight: 700;
    text-transform: uppercase;
}
.category-item.level-2 h5 {
    padding: 5px 0;
}
.html-item.typo ul li {
    margin: 5px 0 10px;
}
/*** product-items ***/

#index .featured-products {
    margin: 70px 0 0;
}
.featured-products_header h2 {
    margin-bottom: 11px;
}
.featured-products_header p {
    max-width: 600px;
    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;
    height: 2.5rem;
}
#products .product-title {
    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;
    min-height: 26px;
    min-width: 54px;
}

/*** newsletter ***/
.newsletter-content strong {
    font-size: 48px;
}
.block_newsletter {
    min-height: 275px;
    margin: 15px 0 90px;
}
.newsletter-content {
    padding: 30px 15px;
    text-align: center;
}
.block_newsletter h3 {
    margin: 19px 0 5px;
}
.block_newsletter p {
    padding: 0;
    margin-bottom: 23px;
}
.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: 13px;
    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: 76px 0 40px;
}

/*** footer ***/
#index #footer {
    padding-top: 35px;
}
.footer-container {
    border-top: 4px solid;
    margin-top: 0;
    padding: 56px 0 0;
}
.logo_slogan-img {
    margin: 4px 0px 18px -1px;
}
.links h3 {
    margin-top: 21px;
    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;
    height: auto;
    width: auto;
    margin: 0px 6px 5px 4px;
}
#footer .block-social [class^="anicon-"] {
    font-size: 36px;
    background: #fff;
    border-radius: 50%;
}
#footer .block-social [class^="anicon-"]:hover {
    color: #fff;
}

#footer .myaccount-title a {
    font-size: 18px;
    font-weight: 400;
}
.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: 26px 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;
}
.block-category #category-description img {
    float: none;
    display: none;
}
#category .block-category h1 {
    margin: 15px 0;
}
#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;
}
#category .total-products p {
    font-size: 14px;
}
.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: 23px 0 17px;
}
#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: 22px;
    height: 22px;
    margin: 5px 10px 5px 0;
}
.facet-label.active .custom-checkbox span.color {
    border-color: transparent;
}

.color-active {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 1;
    cursor: pointer;
}
.color-active i {
    font-size: 16px;
    font-weight: 900;
    color: #000;
}
.facet-label.active .custom-checkbox .color-active {
    opacity: 1;
}

.custom-checkbox input[type=checkbox]+span {
    border: 1px solid #e5e5e5;
    width: 18px;
    height: 18px;
    margin: 1px 23px 0 0;
}
#search_filters .facet .facet-label {
    margin-bottom: 14px;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    font-size: 14px;
    margin: 1px 0 0 2px;
}
#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: 29px;
}
#product .home-wrapper .col-md-5 {
    margin-top: 5px;
}
.product-cover img {
    width: auto!important;
}
.product-availability-label {
    float: right;
    font-size: 14px;
}
#product-availability {
    margin: 0;
}
.product-prices {
    margin: 0 0 17px;
}
.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);
}
#product .product-discount .regular-price {
    font-size: 15px;
}
#product .current-price {
    font-size: 18px;
    margin-right: 16px;
}
.product-actions .control-label {
    text-transform: uppercase;
    font-size: 14px;
    max-width: 92px;
}
#product .product-variants {
    margin-top: 21px;
}
.product-variants>.product-variants-item {
    margin: 10px 0;
}
select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 0;
    padding: 5px 30px 8px 18px;
    cursor: pointer;
}
#product select.form-control:not([size]):not([multiple]){
    width: 106px;
}
.product-discounts {
    margin-bottom: 0;
}
.product-add-to-cart .qty {
    margin-bottom: 0;
    width: 106px;
    border: 1px solid #e5e5e5;
}

#product .input-group .input-group-btn,
.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,
#product .input-group .input-group-btn>.btn {
    width: 100%;
    height: 44px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.qty .input-group .input-group-btn>.bootstrap-touchspin-down {
    padding: 0 0 0 12px;
}
.qty .input-group .input-group-btn>.bootstrap-touchspin-up {
    padding: 0 12px 0 0;
}
.quantity_availability {
    margin-top: 30px;
}
/*** product-temp ***/
.page-product h1 {
    margin: 35px 0 8px;
}
.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 .form-control-select {
    background: #f7f7f7 url(../img/size.png) no-repeat right;
}
#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 .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: 25px;
}
#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 #e5e5e5;
    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 {
    height: 46px;
    margin-left: 16px;
    margin-bottom: 0;
    width: 100px;
    border: 1px solid #e5e5e5;
}
#cart .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 34px;
}
#cart .js-cart-line-product-quantity {
    height: 44px;
    padding: 0;
    width: 30px;
    font-size: 14px;
    text-align: center;
    border: 0;
}
#cart .input-group .input-group-btn>.btn {
    width: 100%;
    height: 44px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.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: 900;
    font-size: 18px;
}
.cart-summary-line {
    margin-bottom: 6px;
}
.card.cart-summary .separator {
    margin: 17px 0 12px;
}
.cart-detailed-totals {
    margin-bottom: 18px;
}
.cart-detailed-actions .btn-primary {
    height: 56px;
    line-height: 54px;
    font-size: 14px;
    padding: 0 51px;
    margin-left: -1px;
}

#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 a:hover {
    color: #000;
}
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: 5px 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;
}
body#checkout #header .header-nav .logo {
    min-height: auto;
}
.form-control:focus {
    border-color: #000;
}
#checkout select.form-control:not([size]):not([multiple]) {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, .25);
}
#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;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-bottom: 2px;
}
#identity .custom-radio input[type=radio]:checked+span,
#authentication .custom-radio input[type=radio]:checked+span {
    left: 2px;
    top: 2px;
}
.page-authentication #content {
    max-width: 900px;
}
#identity .form-control-valign,
#authentication .form-control-valign,
#contact .form-control-label,
#address .form-control-label,
#identity .form-control-label,
#authentication .form-control-label {
    padding-top: 7px;
}
#identity .input-group .input-group-btn>.btn,
#authentication .input-group .input-group-btn>.btn,
#checkout .input-group .input-group-btn>.btn {
    font-size: 10px;
    margin-right: -1px;
}
#identity .input-group-btn,
#authentication .input-group-btn,
#checkout .input-group-btn {
    height: 36px;
}
#authentication .custom-checkbox span {
    flex: 0 0 19px;
}
#authentication .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 {
    line-height: 38px;
    border-radius: 0;
    padding: 0 7px;
    font-size: 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;
}
#authentication .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;
    padding-bottom: .625rem;
}
#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;
}
.thumbnail-container:hover .img_hover_change:not(.cover ) {
    opacity: 1;
    transform: rotateY(180deg);
}

.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 15px;
    padding-right: 10px;
}
.aninstagramfeed-info {
    bottom: calc(50% - 51px);
    opacity: 0;
    z-index: 2;
}
.aninstagramfeed-item:hover .aninstagramfeed-info {
    bottom: calc(50% - 17px);
    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 ***/
#header .logo {
    max-width: 100%;
}
.category-item.level-1 {
    margin-right: 60px;
}
.thumbnail-container:hover .img_hover_change.only_one {
    transform: translateX(0)!important;
    opacity: 1!important;
}
.menu-hover-icon {
    font-size: 14px;
    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;
}
/*** version ***/
.color-list {
    float: left;
}
@media (max-width: 1200px) {
    .dropdown-content .product-thumbnail img {
        width: 100%;
    }
    .dropdown-content .product-item {
        max-width: 30%
    }
    .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) {
    .search-button-close-wrapper {
        display: none;
    }
    .cart-grid-right {
        padding: 0 15px;
    }
    #header .header-nav .blockcart {
        background: transparent;
        padding: 0;
    }
    #cart .cart-grid {
        margin: 0;
    }
    .remove-item-wrap {
        padding: 0 15px;
    }
    .header-top-wrapper {
        display: none;
    }
    #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: 50px;
        display: flex;
        align-items: center;
    }
    .cart-products-count {
        top: 9px;
        right: -8px;
    }
    .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: 7px 15px;
    }
    #header_contact_info {
        flex-direction: column;
        margin: 0 0 2px;
        padding: 7px 15px;
    }
    #header_contact_info li {
        margin: 0 0 14px;
    }
    #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%;
      }
}
@media (max-width: 767px) {
    #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: 15px;
        border: 0;
    }
    #footer .links li {
        display: block;
        padding: 10px 30px;
    }
    #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;
    }
    .product-accessories .thumbnail-container {
        margin: 0 auto 20px;
    }
}
@media (max-width: 640px) {
    .aninsta_container {
        display: none;
    }
}
@media (max-width: 580px) {
    .cart-detailed-actions {
        text-align: center;
    }
    .product-line-grid-right {
        margin-top: 20px;
    }
    #cart .qty {
        margin: 0;
    }
    .cart-grid-right .card-block .btn-primary {
        padding: 0 5px;
    }

}