.shop-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.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{

}

.shop-container{
    padding: 1% 6%;
    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{
    width: 25%;
    padding: 0px 50px 0px 0px;
}

.shop-content{
    width: 75%;
}

.shop-side-title{
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #333;
}

.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;
}

.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%;
}

.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: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shop-item_content_price{
    font-size: 1.05rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.shop-item_content_price 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: 2rem;
    letter-spacing: 2px;
}

.product-price{
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.product-code{
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-code span{
    font-size: 15px;
    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{
    border-radius: 0px;
    width: 100%;
    background-color: #008e92;
    color: #fff;
}

.btn-add-to-cart:hover{
    background-color: cadetblue;
}

.product-brand-logo{
    max-width: 120px;
}

/**********************************/
/* RESPONSIVE */
/**********************************/

@media screen and (max-width: 1130px){

    .shop-item{
        position: relative;
        width: calc((100% / 2) - 1px);
        padding: 15px 10px;
    }

    .shop-side-filters{
        position: fixed;
        padding-left: 15px;
        top: 0px;
        left: -300px;
        width: 300px;
        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%;
    }

    .btn_nav_filters{
        display: block;
    }

}

@media screen and (max-width: 530px){
    .shop-item{
        position: relative;
        width: 100%;
        padding: 15px 10px;
    }
}
