.category-banner{
    position: relative;
    width: 100%;
    text-align: center;
}
.category-banner .image{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.category-banner .image img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
}

.category-banner .content{
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    padding: 0;
    display: table;
}
.category-banner .content .text{
    display: table-cell;
    vertical-align: middle;
}

.category-banner .content .text .container{
    width: 94%;
}

.category-banner .content .text h1 {
    font-size: 45px;
    font-weight: 600;
    color: rgb(20, 20, 20);
    margin: 0 0 -10px;
    text-transform: uppercase;
}

.category-banner .content .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-banner .content .text ul li {
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    padding-left:0;
    vertical-align: middle;
}

.category-filter{
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-product2 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    /* padding: 0px 10px; */
}
/* .box-product2:hover{ */
    /* border : 1px solid #7f8c8d; */
    /* padding: 9px; */
/* } */

.box-product2 .image {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 115%;
}

.box-product2 .image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    object-fit: cover;
    object-position: center;
}

.box-product2 .label-name {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-font-color-1);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.box-product2 .label-best {
    z-index: 20;
    width: 100%;
    text-align: center;
    background-color: rgb(236, 240, 241, 0.8);
    opacity: 0.75;
    color: #000;
    bottom: 0;
    padding: 10px 10px;
    position: absolute;
    font-weight: bold;
}

.box-product2 .label-new {
    z-index: 20;
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    text-align: center;
    margin-top: 35px;
    font-weight: 600;
    left: 20px;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 12px;
}

.box-product2 .label-promo {
    z-index: 20;
    position: absolute;
    background-color: red;
    color: white;
    padding: 14px 2px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    top: 10px;
    right: 15px;
    margin-top:0;
}

.box-product2 .label-product-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-font-color-1);
    margin-bottom: 3px;
    text-transform: capitalize;
}

.box-product2 .label-product-body {
    font-size: 13px;
    font-weight: 300;
    color: var(--theme-font-color-1);
    margin-bottom: 3px;
    text-transform: capitalize;
}

.box-product2 .label-product-price-promo {
    font: normal normal normal 14px/18px Open Sans;
    color: rgb(255, 0, 0);
    margin-right: 3px;
    font-weight: 700;
}

.box-product2 .label-product-price {
    font: normal normal normal 14px/18px Open Sans;
    color: #000000;
    margin-right: 3px;
    font-weight: 700;
}

.box-product2 .label-product-tag {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.box-product2 .image .sold-out {
    position: absolute;
    z-index: 20;
    background-color: rgb(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.box-product2 .image .sold-out span {
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3em;
}

/* .box-product2 .text {
    width: 100%;
    position: relative;
} */

.box-product2 .text p {
    font-size: 14px;
    font-weight: 400;
}

.box-product2 .button {
    /* opacity: 0; */
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.box-product2 .button a {
    font-size: 12px;
    width: 55%;
    margin: 0 auto;
    padding: 5px 12px;
    text-transform: uppercase;
}

.box-product2:hover > .button {
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    .box-product2 .label-new {
        font-size: 12px;
        padding: 5px 10px;
    }
    .box-product2 .label-promo {
        font-size: 10px;
        padding: 15px 5px;
    }
    .box-product2 .label-best {
        width: 100;
        text-align: center;
        background-color: rgb(236, 240, 241,0.8);
        color: #000;
        padding: 10px 10px;
        position: absolute;
        bottom: 0;
        font-weight: bold;
    }

    .product-container .col-xs-6{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #data-products{
        margin-top: 60px;
    }

    /* .box-product2 .text label{
        font-size: 12px;
    }
    .box-product2 .text p {
        font-size: 12px;
    }
    .box-product2.box-related-product {
        max-height: 250px;
        min-height: 250px;
    } */

}

@media only screen and (max-width: 375px) {
    .box-product2 .label-best{
        width: 88%;
    }
}

@media only screen and (max-width: 320px) {
    .box-product2 .label-best{
        width: 85.5%;
    }
}

.form-control.sort-category {
    width: 20%;
    border: none;
    padding-left: 5px;
}

.form-control.sort-category:focus {
    border-color: none;
    box-shadow: none;
}

.btn-white {
    background: #ffffff;
    color: #000000;
}

.link-black {
    color: #000000;
}

.link-black:hover{
    color: #000000;
}

.font-12 {
    font-size: 12px;
}

.sort-tag {
    margin-right: 25px;
}

input.numeric-input::-webkit-outer-spin-button,
input.numeric-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.filter-site {
    background-color: #ffe4c4;
    margin-bottom: -80px;
    z-index: 50;
    position: sticky;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-dialog-filter {
    max-width: 100%;
}

.modal-body.modal-body-filter {
    padding: 2rem, 0rem
}

.btn-clear {
    background: #ffffff;
    color: #39393a;
    border: 1px solid #b5b5b5 !important;
}

.btn-filter-variant {
    width: auto;
    font-size: 11px;
    margin-bottom: 5px;
}

.filter-label {
    font-weight: 700;
}

.check-filter-tag {
    font-size: 14px;
}

.catalog-product-title {
    font: normal normal bold 38px/50px Spartan;
    letter-spacing: 5px;
    color: #343434;
    text-transform: uppercase;
}

.catalog-product-control-buttons {
    font: normal normal bold 14px/20px Open Sans;
    color: #343434;
}

.check-box-hidden {
    display: none;
}

.box-product-name {
    font: normal normal 600 16px/20px Open Sans;
    color: #343434;
}

.box-product-name:hover {
    color: inherit;
    text-decoration: none;
}

.box-product-price {
    font: normal normal normal 14px/18px Open Sans;
    letter-spacing: 0px;
    color: #343434;
}

.catalog-product-control-buttons {
    font: normal normal bold 14px/20px Open Sans;
    color: #343434;
}

.catalog-product-control-buttons:hover {
    color: inherit;
    text-decoration: none;
}

.catalog-product-title {
    font: normal normal bold 38px/50px Spartan;
    letter-spacing: 5px;
    color: #343434;
    text-transform: uppercase;
}

#sidebar{
    position: absolute;
    z-index: 90;
    background: #fff;
    padding: 10px 20px;
    left: -320px;
    /*box-shadow: 0px 3px 6px #00000029;*/
    min-height: 70%;
    width: 299px;
}

#sidebar ul li{
    padding: 5px 12px;
}

#sidebar ul li a{
    text-decoration: none;
    color: #343434;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
}

#sidebarCategory{
    border: none;
    background-color: transparent;
}

.category-control-buttons:focus{
    border: none !important;
    outline: none !important;
}
