.off-canvas{
    display: none;
}

@media (max-width: 768px) {
    .off-canvas{
        display: none;
    }
}

/*===================================
BANNER CSS
===================================*/
.banner{
    height: 500px;
}

.banner .banner-content img{
    position: absolute;
    top: 0;
    right: 0;
    width: 950px;
    height: auto;
    z-index: -1;
}

.banner .banner-content h3{
    margin: 255px 0 0 225px;
    font-family: 'Roboto',serif;
    font-weight: 600;
    color: #8c8c8c;
}

.banner .banner-content form{
    width: 67%;
    margin: 0 auto;
}

.banner .banner-content form button{
    color: #fff;
    background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
}

.shape::before{
    width: 200px;
    height: 200px;
    content: '';
    display: block;
    transform: rotate(52deg);
    border: 25px solid #991f00;
    border-radius: 20%;
    position: absolute;
    bottom: 125px;
    left: -100px;
}

.shape::after{
    width: 200px;
    height: 200px;
    content: '';
    display: block;
    transform: rotate(63deg);
    border: 25px solid rgba(153, 31, 0,0.6);
    border-radius: 20%;
    position: absolute;
    bottom: 125px;
    left: -100px;
}

/*===============================
PRODUCT GALLERY 4
================================*/
.product-gallery-4{
    margin-top: 85px;
}

.product-gallery-4 .product-gallery-4--inner{
    width: 85%;
    margin: 0 auto;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .filter-tag .filter-tag-link{
    cursor: pointer;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .filter-tag .filter-tag-link:hover{
    background-color:  #f2f2f2;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .filter-tag li .close-btn{
    display: none;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .filter-tag li:hover .close-btn{
    display: inline;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .short-tag li a:hover{
    background-color: #f2f2f2;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .short-tag .short-form-link form select{
    cursor: pointer;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column{
    float: left;
    width: 250px;
    height: auto;
    margin: 3px;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column:hover{
    box-shadow: 3px 3px 3px 3px #f2f2f2;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column .product-img img{
    width: 95%;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column .product-price{
    display: flex;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column p{
    color: #8c8c8c;
    font-size: 14px;
    text-align: justify;
    padding: 5px;
    display: -webkit-box;
    max-width: 500px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .column .product-price span{
    margin-top: 9px;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .change{
    width: 100%;
    float: none;
    display: flex;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .change .product-img img{
    width: 95%;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .product-img .brand-logo{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    top: 15px;
    left: 20px;
    padding: 5px;
}

.product-gallery-4 .product-gallery-4--inner .product-gallery-content .change .product-price{
    display: block;
    text-align: end;
    padding-right: 5px;
}

.pagination li a{
    color: #bfbfbf;
}

.pagination li a:hover{
    color: #a6a6a6;
}

.filter-section-col .filter-section-col--body form .size-radio{
    float: left;
}

.filter-section-col .filter-section-col--body form .size-radio input[type=radio]{
    display: none;
}

.filter-section-col .filter-section-col--body form .size-radio input[type=radio] + label{
    display: inline-block;
    border-radius: 15px;
    cursor: pointer;
    background-color: #bfbfbf;
    padding: 4px 15px;
    font-size: 12px;
}

 .filter-section-col .filter-section-col--body form .size-radio input[type=radio]:hover + label:hover{
    background-color: #a6a6a6;
}

.filter-section-col .filter-section-col--body form .size-radio input[type=radio]:checked + label{
    background-color: #a6a6a6;
}

.filter-section-col .filter-section-col--body form .color-radio{
    float: left;
}

.filter-section-col .filter-section-col--body form .color-radio input[type=radio]{
    display: none;
}

.filter-section-col .filter-section-col--body form .color-radio input[type=radio] + label{
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    background-color: #bfbfbf;
    padding: 4px 12px;
    font-size: 12px;
}

.filter-section-col .filter-section-col--body form .color-radio input[type=radio]:hover + label:hover{
    background-color: #a6a6a6;
}

.product-filter-canvas .filter-section-col .filter-section-col--body form .color-radio input[type=radio]:checked + label{
    background-color: #a6a6a6;
}

@media (max-width: 768px) {
    .product-gallery-4 .product-gallery-4--inner{
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .short-tag .short-form-link{
        position: absolute;
        left: 5px;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .short-tag .short-form-link form select{
        border: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        cursor: pointer;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .short-tag .short-form-link form select:hover{
        background-color: #f2f2f2;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .product-gallery-content-header{
        border-bottom: 1px solid #ddd;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .column{
        width: 48%;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .change{
        width: 100%;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .change .product-img img{
        width: 120px;
    }
}

/*=================================
FILTER OFF-CANVAS
=================================*/
.offcanvas{
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11111;
    transition: 0.5s;
}

.offcanvas .offcanvas-header a{
    color: #a6a6a6;
    font-size: 35px;
}

.offcanvas .offcanvas-header a:hover{
    background-color: transparent;
}

.offcanvas .offcanvas-body{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 88%;
}

.offcanvas .offcanvas-body::-webkit-scrollbar{
    width: 5px;
    background-color: #a6a6a6;
    border-radius: 15px;
    display: none;
}

.offcanvas:hover .offcanvas-body::-webkit-scrollbar{
    display: block;
}