/* Custom code goes here - paste your css code below in line 3 */

/*** HEADER ***/
#contact-link span.shop-phone.contact_link {
    display: inline-block;
}

#contact-link span.shop-phone span.shop-phone_text,
nav.header-nav .user-info span.welcome,
nav.header-nav .user-info span.or {
    display: none;
}

@media (min-width: 768px) {

    /* Logo */
    .stickymenu_yes.stickymenu_yes #_desktop_logo img {
        max-height: 200px;
    }

    /* Search */
    nav.header-nav div#_desktop_search_widget {
        float: left;
        padding: 0px 6px;
        max-width: 300px;
    }

    nav.header-nav div#search_widget form input[type=text] {
        height: 28px;
        padding: 2px 10px;
        min-width: 100%;
    }

    nav.header-nav div#search_widget form button[type=submit] {
        top: 4px;
        height: 26px;
        width: 40px;
        line-height: 26px;
    }

}

#contact-link span.shop-phone.contact_link {
    display: none;
}

nav.header-nav .user-info a.account {
    border-right: 1px solid #2d2d2d;
    padding: 0 6px;
}

nav.header-nav a.account.contact_link {
    border-left: 1px solid #2d2d2d;
}

#category_desc .category-image {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#category_desc .category-image img {
    border: 0;
}

#category_desc .category-desc {
    width: 100%;
    padding: 0;
}

#category_desc .category-image img {
    width: 100%;
}


/* CLS */
@media (min-width:992px) {
    #_desktop_logo {
        min-height: 182px;
    }

    div#homepage-slider {
        min-height: 348px;
    }

    #angarbanners_top ul li {
        min-height: 230px;
    }

    #home_categories ul li img {
        width: 100%;
        height: 100%;
    }

    #index .tabs {
        min-height: 1820px;
    }

    div#angarbanners_home {
        min-height: 278px;
    }

    #home_man ul li img {
        width: 125px;
        height: 125px;
    }
}

@media (max-width:360px) {
    .header-top > .container:first-child {
        min-height: 122px;
    }

    div#_desktop_top_menu {
        display: none;
    }

    div#slider_row {
        min-height: 110px;
    }

    div#homepage-slider {
        min-height: 100px;
    }

    #_desktop_logo {
        min-height: 122px;
    }

    #index .tabs {
        min-height: 500px;
    }

    #home_categories ul li img {
        width: 100%;
        height: 100%;
    }

    #home_man ul li img {
        width: 125px;
        height: 125px;
    }

}

/* rwd.css */
/* Slider */
.slider_boxed div#slider_row {
    max-width: 930px;
}

body #angarbanners_top {
    max-width: initial;
    padding: 0 15px;
}

body.slider_boxed div#slider_row {
    max-width: initial;
    padding: 0 15px;
}

body.slider_boxed #content-wrapper div#slider_row {
    padding: 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_boxed div#slider_row {
        max-width: 690px;
    }
}

div#rwd_menu div#_mobile_cart.rwd_menu_item span.cart-products-count {
    margin-left: -6px;
}

div#rwd_menu div#_mobile_cart.rwd_menu_item span.cart-products-count span {
    display: none;
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider_boxed div#slider_row {
        max-width: 510px;
    }
}

@media (max-width: 575px) {
    .slider_boxed div#slider_row {
        padding: 0 15px;
    }

    .slider_boxed section#content div#slider_row {
        padding: 0 0px;
        margin-top: 0;
    }
}

#homepage-slider {
    margin-bottom: 10px;
}

#category #left-column #search_filters {
    border-top: 1px solid #d6d4d4;
}

#category #left-column #search_filter_controls button.ok i {
    font-size: 20px;
    line-height: 18px;
    margin-right: 10px;
}

#category #left-column #search_filters_wrapper {
    margin: 0 0 20px;
}

#category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #d6d4d4;
}

#category #left-column #search_filters .facet .h6 {
    padding: 10px 0;
}

#category #left-column #search_filters .facet ul li {
    border-top: 1px solid #d6d4d4;
    padding: 10px;
}

#category #left-column #search_filters .facet ul li label {
    margin-bottom: 0;
}

#category #left-column #search_filters .facet .navbar-toggler {
    padding: 6px 0 0;
    text-align: right;
}

#category #left-column #search_filters .facet .navbar-toggler i {
    float: right;
    margin: 0 0 0;
}

/* home_modyficators.css */
@media (min-width:768px) {
    .texture13{background-image: url(../img/textures/texture13.png); background-color: #282828;}
}

@media (min-width: 768px){
    .no_bg main{
        max-width: 8000px;
        margin: 0px auto;
        box-shadow: 0 0 0px rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0px rgba(0,0,0,0);
    }
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
    transition: top 0.5s ease-in-out;
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link .cart_title,
.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count span {
    display: none!important;
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count {
    display: block!important;
    top: -4px;
    left: -4px;
    position: absolute;
    background: #f8653d;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
}

.stickycart_yes.sticky_cart #header #subcart {
    top: 50px;
    right: 0px;
}

@media (min-width: 768px) {
    .menu_sep1 #_desktop_top_menu > ul > li:last-child {
        border-right: 1px solid #dddddd;
    }

    .menu_sep1 #_desktop_top_menu > ul > li {
        border-left: 1px solid #e6e6e6;
    }

    .menu_sep2 #_desktop_top_menu > ul > li:last-child {
        border-right: 1px solid #dddddd;
    }

    .menu_sep2 #_desktop_top_menu > ul > li{
        border-left: 1px solid #e6e6e6;
    }

    .menu_sep2 #_desktop_top_menu{
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .menu_sep3 #_desktop_top_menu{
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .menu_sep4 #_desktop_top_menu{
        border-top: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6;
    }

    .menu_sep5 #_desktop_top_menu{
        border-bottom: 1px solid #e6e6e6;
    }

    .menu_sep6 #_desktop_top_menu{
        border-bottom: 2px solid #e6e6e6;
    }
}

.submenu1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a,
.submenu3 #_desktop_top_menu .popover.sub-menu ul.top-menu li a {
    display: block;
    text-transform: initial;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding: 12px 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    white-space: normal;
}

.submenu1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a:hover,
.submenu3 #_desktop_top_menu .popover.sub-menu ul.top-menu li a:hover {
    background: #7fd41d;
    color: #fff;
}

.slider_boxed div#slider_row {
    margin: 15px auto 0;
    max-width: 1170px;
}

a.product-flags-plist span.product-flag.discount-percentage {
    float: left;
}

#header div#_desktop_cart .blockcart .header a.cart_link {
    color: #111111 !important;
}

@media (min-width: 768px) {
    .stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count span.cart_qty {
        top: 0;
        left: 0;
    }

    .stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count span.cart_qty span {
        display: block !important;
    }

    .pl_gallery_type_2 .product-miniature .thumbnail-container .wishlist-button-add,
    .pl_gallery_type_3 .product-miniature .thumbnail-container .wishlist-button-add {
        opacity: 1;
    }
}

body .products article .wishlist-button-add i {
    font-size: 20px;
    color: #333;
}

body .products article .wishlist-button-add {
    height: 34px;
    width: 34px;
    min-width: 34px;
}

.pl_qv_style_2 .product-image-container .quick-view {
    display: none;
    position: absolute;
    margin: auto;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    -moz-box-shadow: rgba(0,0,0,.16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    width: 110px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    height: 36px;
    border-radius: 0;
}

.products .product-miniature .thumbnail-container:hover .quick-view {
    display: block;
}

.pl_qv_style_2 .product-image-container .quick-view i {
    display: none;
}

.pl_qv_style_2 .product-image-container .quick-view span {
    display: block;
}

.pl_qv_style_2 .product-image-container .quick-view:hover {
    transform: none;
}

.pl_qv_style_2 .product-image-container .quick-view:hover span {
    text-decoration: underline;
}

#product #content .product-flags .product-flag.discount {
    float: left;
    clear: both;
}

form.form-maker-form {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1rem;
    color: #878787;
    width: 100%;
    overflow: hidden;
}

.header-nav div#_desktop_search_widget div#search_widget form button[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav div#_desktop_search_widget div#search_widget form input[type=text] {
    margin: 4px 0;
}