/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #index #left-column {
     padding-right: 0;
 }
 .btn-primary {
     min-width: 185px;
     line-height: 52px;
     min-height: 52px;
     padding: 0 15px;
     font-weight: 500;
     font-size: 13px;
     text-align: center;
     text-transform: none;
     border-radius: 5px;
 }
 .header-nav-inside .left-nav {
    display: flex;
    align-items: center;
}
#_desktop_currency_selector {
    margin-right: 32px;
}
.header-top-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid  rgba(255, 255, 255, 0.1);
}
.header-top-wrapper {
    min-height: 103px;
}
.header-top-right {
    padding: 0;
}
.blockcart-link {
    display: flex;
    align-items: center;
}
.blockcart-link .blockcart-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}
.blockcart-link .blockcart-icon .cart-products-count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    background-color: #205795;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #062f63;
}
.blockcart-link .blockcart-icon .shopping-cart {
    width: 21px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/icon_cart.png) center center no-repeat;
}
.blockcart-link .cart-products-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.featured-products .products-section-title,
.product-accessories .products-section-title  {
    display: inline-block;
    margin-bottom: 0;
    padding: 20px 41px 15px 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.product-accessories .products-section-title {
    padding: 19px 28px 13px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.thumbnail-container .highlighted-informations .quick-view,
.thumbnail-container .highlighted-informations .more-details {
    position: relative;
    display: inline-block;
    min-width: 127px;
    line-height: 40px;
    z-index: 1;
    font-weight: 600;
    font-size: 11px;
    color: #b4b5bb;
}
.thumbnail-container .highlighted-informations .quick-view:hover,
.thumbnail-container .highlighted-informations .more-details:hover {
    color: #fff;
}
.thumbnail-container .highlighted-informations .quick-view:before,
.thumbnail-container .highlighted-informations .more-details:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222222;
    opacity: .7;
    z-index: -1;
}
.thumbnail-container .variant-links {
    position: absolute;
    text-align: center;
    bottom: 95px;
    right: -30px;
    z-index: 10;
    opacity: 0;
    transition: all .4s;
    /*background: #fff*/
}
.thumbnail-container .variant-links a.color {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px 0;
    border-radius: 50%;
}
.thumbnail-container:hover .variant-links {
    right: 20px;
    opacity: 1;
}
.thumbnail-container  .an_short_description {
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
#an_brandslider-block {
    margin-top: 49px;
    margin-bottom: 36px;
}
.block-contact {
    font-size: 12px;
    font-weight: 500;
}
.copyright-container {
    margin-top: 38px;
    padding: 15px 0;
}
.copyright-container p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #959494;
}
.decor-line {
    display: inline-block;
    width: 21px;
    height: 2px;
    margin: 13px 0;
    transition: all 0.3s;
    vertical-align: middle;
}
.block_newsletter .decor-line {
    margin: 11px;
}
#_desktop_language_selector .language-selector,
#_desktop_currency_selector .currency-selector {
    padding: 13px 0;
}
.page-category #content-wrapper #main,
#prices-drop #content-wrapper #main,
#new-products #content-wrapper #main,
#best-sales #content-wrapper #main {
    background-color: #fff;
}
.page-category #left-column, 
#prices-drop #left-column, 
#new-products #left-column, 
#best-sales #left-column {
   padding-right: 0;
}
#left-column .left-column-title {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 29px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.block-categories,
.block-categories>.category-top-menu {
    margin-bottom: 0;
}
.block-categories {
    padding-top: 23px;
}
.page-category #left-column .block-categories,
#prices-drop #left-column .block-categories,
#new-products #left-column .block-categories,
#best-sales #left-column .block-categories,
.page-category #left-column #search_filters_wrapper,
#prices-drop #left-column #search_filters_wrapper,
#new-products #left-column #search_filters_wrapper,
#best-sales #left-column #search_filters_wrapper {
    padding-left: 29px;
}
.breadcrumb-wrapper {
    margin-bottom: 2px;
}
#index .breadcrumb-wrapper {
    margin-bottom: 0;
}
#_desktop_search_filters_clear_all {
    margin-top: 30px;
}
.pagination .current a {
    color: #ffffff;
}
#product #content-wrapper {
    background: #ffffff;
}
.page-product h1 {
    margin-bottom: 0;
    margin-top: 13px;
}
.product-prices .current-price span {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
}
.product-information p {
    font-size: 13px;
    line-height: 20px;
}
#product .product-information .product-information-description {
    padding-bottom: 33px;
    margin-bottom: 32px;
    border-bottom: 1px solid #f1f1f1;
    color: #101010;
}
#product .product-variants>.product-variants-item .color {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    margin-right: -3px;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
}
#product .product-variants>.product-variants-item .input-color:checked+span {
    border-color: #000000;
}
.product-accessories {
    position: relative;
}
.product-accessories .owl-nav {
    position: absolute;
    top: -48px;
    right: 21px;
}
.product-accessories .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-next {
    display: inline-block;
    width: 38px;
    line-height: 38px;
    margin: 0 2px;
    text-align: center;
    color: #cacaca;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.product-accessories .owl-dots {
    display: none;
}
.cart-grid .cart-container .card-block {
    padding-top: 44px;
}
.cart-grid .cart-container .separator {
    border-color: #f1f1f1;
}
.product-line-grid .product-line-grid-left {
    padding-left: 0;
}
.product-line-grid .product-line-grid-body {
    padding-left: 5px;
    align-self: flex-start;
}
.product-line-info .current-price .price {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.product-line-grid-body>.product-line-info>a.label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
}
.product-line-grid-body>.product-line-info>span.label,
.product-line-grid-body .product-line-info>span.value {
    font-size: 12px;
}
.product-line-info.product-price {
    margin-bottom: 24px;
}
.product-line-grid-right .product-price strong {
    font-size: 20px;
    font-weight: 400;
}
.product-line-grid-right.product-line-actions .qty {
    position: relative;
    left: 13px;
}
.product-line-grid-right.product-line-actions .bootstrap-touchspin input.form-control {
    width: 59px;
    text-align: center;
}
.product-line-actions .price .product-price {
    position: relative;
    left: 23px;
    top: 1px;
}
.product-line-actions .cart-line-product-actions {
    position: relative;
    top: 2px;
    right: 14px;
}
.cart-grid .cart-grid-right {
    margin-top: 46px;
}
.cart-summary-line .label,
.cart-summary-line .value  {
    font-size: 13px;
    color: #000000;
}
.cart-summary-line.cart-total {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cart-summary-line.cart-total .value {
    font-size: 24px;
    font-weight: 600;
}
.card-block .separator {
    border-color: #fff;
}
.checkout.cart-detailed-actions {
    margin-top: 12px;
}
.checkout.cart-detailed-actions .btn-primary {
    width: 100%;
    line-height: 62px;
    min-height: 62px;
    text-transform: uppercase;
}
.continue-box-btn {
    padding: 41px 30px 39px 30px;
}
.continue-box-btn .btn-primary {
    min-width: 207px;
    line-height: 60px;
    min-height: 60px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #000000;
}
.video_frame h3 {
    font-size: 20px;
    font-weight: 400;
}
.copyright-container>.container>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .thumbnail-container .highlighted-informations .more-details {
        display: none;
    }
    .thumbnail-container .highlighted-informations .quick-view {
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header-top-wrapper {
        min-height: auto;
        padding: 25px 0;
    }
    #index #left-column,
    .page-category #left-column, 
    #prices-drop #left-column, 
    #new-products #left-column, 
    #best-sales #left-column {
        padding-right: 15px;
    }
    .header-top-full {
        display: none;
    }
    #product #content-wrapper {
        padding: 0 15px;
    }
}
@media (max-width: 800px) {
    
}
@media (max-width: 768px) {
    
    #cart .cart-item {
        text-align: center;
    }
    .product-line-actions .price .product-price,
    .product-line-grid-right.product-line-actions .qty,
    .product-line-actions .cart-line-product-actions {
        position: static;
    }
    .product-line-grid-body>.product-line-info>a.label {
        text-align: center;
    }
    .page-category #left-column .block-categories, 
    #prices-drop #left-column .block-categories, 
    #new-products #left-column .block-categories, 
    #best-sales #left-column .block-categories, 
    .page-category #left-column #search_filters_wrapper, 
    #prices-drop #left-column #search_filters_wrapper, 
    #new-products #left-column #search_filters_wrapper, 
    #best-sales #left-column #search_filters_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #category #left-column #search_filters .facet ul li {
        padding-left: .625rem;
        padding-right: .625rem;
    }
}
@media (max-width: 575px) {
    .product-line-grid .product-line-grid-body,
    .product-line-grid .product-line-grid-left {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 520px) {
    .blockcart-link .cart-products-price {
        display: none;
    }
}