.shop-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
}

.shop-banner_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
}

.shop-banner_content_title {
    font-family: 'Roboto', sans-serif;
}

.shop-container {
    padding: 1% 2%;
    margin-right: auto;
    margin-left: auto;
}

.shop-side-left {

}

.shop-content {

}

.shop-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}

.shop-breadcrumb li a {
    color: #000;
}

.shop-breadcrumb li:after {
    content: '|';
    margin: 0px 10px 0px 10px;
}

.shop-breadcrumb li:last-child:after {
    content: '';
}

.shop-view {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
}

.shop-view p {
    margin-right: 15px;
}

.shop-view ul {
    display: flex;
    list-style: none;
    border: solid 1px #d8dee2;
    padding: 6px 5px 5px 5px;
    margin-left: 15px;
    cursor: pointer;
}

.shop-view ul li {
    background: #d0d0d0;
    width: 20px;
    height: 10px;
    margin-right: 3px;
}

.shop-view-active li {
    background: #030303 !important;
}

/* Main content */

.shop-wrap-container {
    display: flex;
    flex-wrap: wrap;
}

.shop-side-filters {
    max-height: calc(100vh - 150px);
    position: sticky;
    top: 80px;
    overflow: auto;
    width: 15%;

    padding: 0px 20px 0px 0px;
}

.shop-content {
    padding-left: 10px;
    width: 85%;

}

.shop-side-title {
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    position: relative;
    line-height: 1.428;
    padding-bottom: 30px;
    padding-left: 0;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
}

.shop-side-title::after {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #222;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.sort-by-ul {
    width: 100%;
}

.sort-by-ul li {
    width: 100%;
}

.sort-by-ul li a {
    color: #333333;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}

#pcb_slider_wrapper {
    padding: 0% 17px;
}

#pcb_slider .noUi-connect {
    background: #222222;
}

#pcb_slider_min_max_wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
}

.pcb_slider_min_max {
    flex-grow: 1;
    border: #e5e8e9 2px solid;
    padding: 0% 5%;
}

.pcb_slider_min_max > span {
    font-weight: bold;
}

.btn_nav_filters {
    display: none;
    margin-bottom: 30px;
}

/* SHOP ITEM */
.shop-item-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.shop-item {
    position: relative;
    width: calc((100% / 3) - 1px);
    padding: 15px 10px;
}

.shop-item a {
    color: #000;
}

.shop-item a:hover {
    text-decoration: none;
}

.shop-item:hover {
    -moz-box-shadow: 3px 3px 10px 6px #e3e3e3;
    -webkit-box-shadow: 3px 3px 10px 6px #e3e3e3;
    box-shadow: 3px 3px 10px 6px #e3e3e3;
}

.shop-item_img-container img {
    width: 100%;
    margin-bottom: 20px;
}

.shop-item_content p, .shop-item_content h1, .shop-item_content h2, .shop-item_content h3, .shop-item_content h4, .shop-item_content h5 {
    width: 100%;
    margin: 0px;
}

.shop-item_content_badge {
    padding: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 1.05rem;
    letter-spacing: 3px;
    color: #818181;
}

.shop-item_content_title {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shop-item_content_text {
    font-size: 1.05rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.shop-item_content_text span {
    font-size: 10px;
    letter-spacing: 1px;
}

.shop-item_footer_list-colors {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin: 0px;
}

.color-badge {
    position: relative;
    display: flex;
    width: 25px;
    height: 25px;
    margin: 0px 6px;
    border: solid 1px #a1a1a1;
    border-radius: 50px;
    transform: rotate(45deg);
    overflow: hidden;
}

.color-badge span {
    width: 100%;
    height: 100%;
}

.color-badge-hover:hover {
    border: solid 3px #0c1312;
}

.color-badge-hover-active {
    top: -2px;
    border: solid 3px #6f6f6f;
}

/* FILTERS - SIDE BAR LEFT */
.filter-ul {
    position: relative;
    width: 100%;
    border-top: solid 1px #c3c3c3;
}

.filter-ul_li {
    position: relative;
    width: 100%;
    padding: 8px 0px;
    border-bottom: solid 1px #c3c3c3;
}

.filter-ul_li > a {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #0c1312;
}

.filter-ul_li > a:after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-family: FontAwesome, sans-serif;
    content: '+';

}

.filter-ul_li_sub {
    display: none;

}

#endproductslist {
    width: 100%;
    text-align: center;
}

.loader-shop {
    display: none;
}

.shop-item_brand_logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
}

/* ======================================= */
/* PRODUCT PAGE */
/* ======================================= */

/* PRODUCT IMG SLIDER */
#product-slider .owl-nav {
    margin: 0px;
}

#product-slider .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 5px;
    text-align: center;
}

#product-slider .owl-nav .owl-prev:focus {
    outline: 0;
}

#product-slider .owl-nav .owl-prev span {
    font-size: 40px;
}

#product-slider .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 5px;
    text-align: center;
}

#product-slider .owl-nav .owl-next:focus {
    outline: 0;
}

#product-slider .owl-nav .owl-next span {
    font-size: 40px;
}

.product-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-slider {
    position: relative;
    width: 100%;
}

.product-slider-img {
    width: 100%;
}

.product-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.product-price {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}

.product-code {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-code span {
    font-size: 17px;
    font-weight: normal;
}

.table_packing thead tr {
    border-bottom: solid #969696 2px;
}

.table_packing tbody tr {
    border-bottom: solid #c3c3c3 1px;
}

.table_packing td {
    text-align: center;
    padding: 5px 35px 5px 0px;
}

.td-pck-color {
    display: flex;
    flex-wrap: wrap;
}

.td-pck-qte {

}

.btn-pck {
    padding: 3px 10px;
    border: solid 1px #9d9d9d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-add-to-cart, .btn-add-product-available-notification {
    border-radius: 0px;
    /*width: 100%;*/
    background-color: #008e92;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.btn-add-to-cart:hover, .btn-add-product-available-notification:hover {
    background-color: cadetblue;
}

.product-brand-logo {
    max-width: 300px;
    float: right;
}

.shop-item_content_btn_add_to_cart {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}

.shop-item:hover .shop-item_content_btn_add_to_cart {
    display: block;
}

.shop-div_item_content_label {
    position: absolute;
    top: 5px;
    left: 5px;
}

.shop-item:hover .shop-div_item_content_label {
    display: none;
}

.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    background-color: #F3F3F3;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 5px 0;
    color: #878787;
}

.breadcrumbs div {
    padding: 0px 4%;
}

.breadcrumbs ul {
    margin: 0px;
}

.breadcrumbs ul > li {
    display: inline-block;
}

.breadcrumbs ul > li + li:before {
    content: "\f105";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    padding: 0 8px;
    color: #878787;
}

.breadcrumbs ul > li a {
    color: #222;
}

.shop-input-search input {
    font-family: 'Roboto', Sans-Serif;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 50px;
    border: #222 1px solid;
    float: none;
}

/**********************************/
/* RESPONSIVE */
/**********************************/
@media screen and (max-width: 1350px) {
    .shop-side-filters {
        width: 20%;
    }

    .shop-content {
        width: 80%;
    }
}

@media screen and (max-width: 1130px) {

    .shop-container {
        padding: 1% 5%;
    }

    .shop-item {
        position: relative;
        width: calc((100% / 2) - 1px);
        padding: 15px 10px;
    }

    .shop-side-filters {
        position: fixed;
        padding-top: 10px;
        padding-left: 15px;
        top: 0px;
        left: -300px;
        width: 300px;
        max-height: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999;
        transition: left ease 0.7s;
    }

    .shop-side-filters-active {
        left: 0px !important;
    }

    .shop-content {
        width: 100%;
        padding-left: 0px;

    }

    .btn_nav_filters {
        display: block;
    }

}

@media screen and (max-width: 530px) {
    .shop-item {
        position: relative;
        width: 100%;
        padding: 15px 10px;
    }
}

.active_filters_container {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.active_filter {
    padding: 5px;
    background: #00aff0;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.active_filter_btn_del {
    color: #ff3333;
}

/* account */

.account-link {
    text-align: center;
    display: block;
    height: 100%;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: white;
    padding: 3rem 1.5rem;
    font-family: 'Roboto';
    font-size: 14px;
    color: #000;
}

.account-link i {
    font-size: 16;
    padding-bottom: 10px;
}

.account-link h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.account-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.shop-input-select {
    font-family: 'Roboto', Sans-Serif;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 50px;
    border: #222 1px solid;
    float: none;
}