.cotentbody {
    padding-left: 10px!important;
}

.filter_sort_btn_box {
    box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

.filter_sort_btn_box .bottom-sort-by-bg select {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    text-align: center;
    color: #fff!important;
    font-size: 12px;
    background-color: #BC088D!important;
}

.filter_sort_btn_box .bottom-sort-by-bg button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    text-align: center;
    color: #fff!important;
    font-size: 12px;
    background-color: #BC088D!important;
}

.sidebar-offcanvas {
    position:fixed;
    top: auto;
    padding: 1px;
    height: 90%;
}

.sidebar-offcanvas {
    margin-right: 74%
}

.leftmenuinnerinner {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ctgbg {
    padding: 0;
    margin: 0;
}

.ctgbg .active-root a {
    color: #BC088D !important;
}

.active-submenu a {
    color: #BC088D !important;
}

.sub-menu1 a {
    color: #636363 !important;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.level1>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f078";
    padding-right: 5px;
}

.level1>a.collapsed:before {
    float: right !important;
    content: "\f053";
}

.level2>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f078";
    padding-right: 5px;
}

.level2>a.collapsed:before {
    float: right !important;
    content: "\f053";
}

.filter_sort_btn_box .bottom-sort-by-bg {
    width: 50%;
    float: left;
    border-right: 1px solid #d1d1d1;
    position: relative
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .thumbnail2 {
        /* max-height: 480px; */
        max-width: 375px;
        font-size: 10px;
    }
    .thumbnail2 img {
        height: 310px !important;
        width: 250px;
        margin-left: 8%;
        font-size: 10px;
        margin-right: 8%;
    }
    .thumbnail2 .images {
        max-height: 310px;
        width: 250px;
        font-size: 10px;
    }
    .filter_sort_btn_box {
        display: inline-block;
        bottom: 0;
        width: 102%;
        height: 35px;
        margin-bottom: 3%;
        position: fixed;
        z-index: 99;
        background-color: #BC088D!important;
    }
    .row-offcanvas-left.active .sidebar-offcanvas {
        margin: 0!important;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        overflow-x: hidden !important;
    }
    .row-offcanvas-left.active {
        left: 0!important;
        right: 0!important;
        top: 0!important;
    }
    .row-offcanvas-left.active .sidebar-offcanvas {
        left: 0;
        z-index: 100002;
        background: #fff;
        width: 100%
    }
    .filter_sort_btn_box button {
        font-size: 12px
    }
    .newslist {
        height: 300px!important;
    }
}

.ctgbg {
    list-style: none;
}

.ctgbg li {
    text-indent: 20px;
    line-height: 30px;
    list-style: none;
}

.ctgbg li a {
    display: block;
    text-decoration: none;
    color: black;
}

.ctgbg li a:hover {
    text-decoration: none;
    color: darkorange;
    background: #9b9b9b;
}

.ctgbg li a:active,
.ctgbg li a:focus {
    text-decoration: none;
}

.priceranger input {
    apperance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    border: 1px solid #BC088D;
    height: 15px;
    overflow: visible;
}

.priceranger input::-webkit-slider-thumb {
    apperance: none;
    -webkit-appearance: none;
    border-radius: 20px;
    height: 15px;
    width: 15px;
    background-color: #BC088D;
    position: relative;
}

.priceranger::-webkit-slider-thumb::after {
    height: 50px;
    position: absolute;
    background-color: #00e600;
    width: 300px;
}

input[type=radio] {
    transform: scale(1.5);
}

input[type=radio] {
    width: 30px;
    height: 15px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 17px;
    visibility: hidden;
}

input[type=radio]:after {
    content: " ";
    background-color: #fff;
    display: block;
    margin-left: 10px;
    padding-bottom: 5px;
    color: #BC088D;
    width: 12px;
    height: 15px;
    visibility: visible;
    border: 1px solid #BC088D;
    border-radius: 5px;
}

input[type=radio]:checked:after {
    content: "\2714";
    /*checked marked csscode*/
    padding: -3px;
    padding-left: 1px;
    font-weight: bold;
    font-size: 10px;
}