﻿/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #E41C2F;
    border-color: #E41C2F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #E41C2F;
    color: #fff;
}



/*************************
*******404 CSS******
**************************/

.logo-404 {
    margin-top: 60px;
}

.content-404 {
    margin-bottom: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #E41C2F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form {}

.signup-form {}

.login-form h2,
.signup-form h2 {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input,
.signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button,
.signup-form form button {
    background: #E41C2F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.login-form label {}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #E41C2F;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
    margin-bottom: 50px;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 75px;
    padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
    background: #E41C2F;
    color: #FFFFFF;
    padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
    content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #E41C2F;
    position: absolute;
    top: 11px;
    left: 48px;
}

.breadcrumbs .breadcrumb>li+li:before {
    content: " ";
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

#cart_items .cart_info .cart_menu {
    background: #E41C2F;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
    margin-right: 5px;
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

#cart_items .cart_info .cart_description p {
    color: #696763
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
}

#cart_items .cart_info .cart_total_price {
    color: #E41C2F;
    font-size: 24px;
}

.cart_product {
    display: block;
    /*  margin: 15px -70px 10px 25px;*/
}

.cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
    line-height: 28px;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #F0F0E9;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: #E41C2F
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info>li {
    float: left;
    margin-right: 10px
}

.user_info>li>span {}

.user_info input,
select,
textarea {
    background: #F0F0E9;
    border: 0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}

.chose_area .update {
    margin-left: 40px;
}

.update,
.check_out {
    background: #E41C2F;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}


/*************************
*******checkout CSS******
**************************/

.step-one {
    margin-bottom: -10px
}

.register-req,
.step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #E41C2F;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #E41C2F;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #E41C2F;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two,
.form-one {
    float: left;
    width: 47%
}

.shopper-info>form>input,
.form-two>form>select,
.form-two>form>input,
.form-one>form>input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two>form>select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 14px
}

.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info .table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info .table.table-condensed.total-result span {
    color: #E41C2F;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}


/*************************
*******Blog CSS******
**************************/

.blog-post-area .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}

.single-blog-post>a {}

.blog-post-area .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
}

.blog-post-area .single-blog-post p {
    color: #363432
}

.blog-post-area .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post-area .post-meta ul {
    padding: 0;
    display: inline;
}

.blog-post-area .post-meta ul li {
    background: #F0F0E9;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
}

.blog-post-area .post-meta ul li i {
    background: #E41C2F;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-color: transparent transparent transparent #E41C2F;
    border-width: 4px;
    border-style: solid;
    top: 6px;
    left: 24px
}

.blog-post-area .post-meta ul span {
    float: right;
    color: #E41C2F
}

.post-meta span {
    float: right;
}

.post-meta span i {
    color: #E41C2F
}

.blog-post-area .single-blog-post .btn-primary {
    background: #E41C2F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 17px;
}

.pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
}

.pagination-area .pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
    background: #E41C2F;
    color: #fff
}


/*************************
*******Blog Single CSS******
**************************/

.pager-area {
    overflow: hidden;
}

.pager-area .pager li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    width: 57px;
}

.pager-area .pager li a:hover {
    background: #E41C2F;
    color: #fff
}

.rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
}

.rating-area ul li {
    float: left;
    padding: 5px;
    font-size: 12px
}

.rating-area .ratings {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.rating-area .ratings li i {
    color: #CCCCCC
}

.rating-area .rate-this {
    color: #363432;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
    color: #E41C2F
}

.rating-area .tag {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-area .tag li {
    padding: 5px 2px;
}

.rating-area .tag li span {
    color: #363432;
}

.socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
}

.commnets .media-object {
    margin-right: 15px;
    width: 100%;
}

.commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
}

.commnets .pull-left {
    margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
    font-size: 12px
}

.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

.blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
}

.blog-socials ul {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

.blog-socials .btn.btn-primary {
    margin-top: 0;
}

.blog-socials ul li {
    float: left;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}

.blog-socials ul li a {
    color: #393B3B;
    display: block;
    font-size: 10px;
    padding: 1px;
    background: #F0F0E9;
}

.blog-socials ul li a:hover {
    color: #fff;
    background: #E41C2F
}

.media-list .btn-primary,
.commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
}

.response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
}

.response-area .media {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
}

.response-area .media img {
    height: 102px;
    width: 100%;
}

.response-area .media .pull-left {
    margin-right: 25px
}

.response-area .second-media {
    margin-left: 5%;
    width: 95%;
}

.sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.sinlge-post-meta li {
    background: #F0F0E9;
    color: #363432;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sinlge-post-meta li i {
    background: #E41C2F;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px 10px;
}

.sinlge-post-meta li i:after {
    top: 7px;
    border-width: 6px;
    left: 27px;
}

.replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
}

.replay-box h2 {
    font-weight: 700;
    font-size: 20px;
    color: #363432;
    margin-top: 0;
    margin-bottom: 45px
}

.replay-box label {
    background: #E41C2F;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 3px 15px;
    float: left;
    font-weight: 400;
}

.replay-box span {
    color: #E41C2F;
    float: right;
    font-weight: 700;
    margin-top: 21px;
}

.replay-box form input {
    border: 1px solid #F7F7F0;
    color: #ADB2B2;
    font-size: 12px;
    margin-bottom: 22px;
    padding: 8px;
    width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
    border: 1px solid #E41C2F;
}

.text-area {
    margin-top: 66px
}

.text-area textarea {
    background: transparent;
    border: 1px solid#F7F7F0
}

.btn.btn-primary {
    background: #E41C2F;
    border: 0 none;
    border-radius: 0;
    margin-top: 16px;
}

.blank-arrow {
    position: relative;
}

.blank-arrow label:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #E41C2F transparent transparent transparent;
    top: 25px;
    left: 5px
}


/*************************
******* Custom CSS ********
**************************/
#search-app {
    width: 1200px;
    margin: 0 auto;
}
#search-app .search-app-container {
    transition: opacity 0.7s ease;
}

.search-desc{
    font-size: 18px;
    color: #333;
}
.description.fixed-elements {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}
.product-brand-description.two-line-text {
    overflow: hidden;
    height: 42px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: -2px;
}

.product-brand-description .brand {
    margin-right: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.product-brand-description .name {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ratings {
    height: 16px;
    margin-top: 2px;
}
.price-container.promotion {
    display: inline-flex;
    height: 48px;
    color: #999;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-left: 1.4px;
}
.prices {
    height: 20px;
    line-height: 10px;
    display: flex;
}
.price-box.original {
    color: #878787;
    font-size: 14px;
    text-decoration: line-through;
}
.price-box.selling {
    color: #E41C2F;
    font-size: 16px;
    margin-left: 6px;
    white-space: nowrap;
    font-weight: bold;
}
.promotion-and-price {
    margin-top: 5px;
    border: solid 1px #E41C2F;
    border-radius: 3px;
    padding: 0 5px;
    align-items: center;
    display: inline-flex;
    height: 24px;
    max-width: 100%;
    box-sizing: border-box;
}
.promotion-and-price span {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
    margin-top: 2px;
}
.price-box.selling {
    color: #E41C2F;
    font-size: 16px;
    font-weight: bold;
}

.ratings .fa.fa-star{
    font-size: 10px;
    color: #ddd;
}
.ratings .checked {
  color: orange!important;
}
.ratings .ratingCount {
    font-size: 10px;
    color: #999;
    line-height: 14px;
    margin-left: 4px;
}
.category-products .panel-title {
    font-size: 12px;
    font-weight: 300;
    color: #1b1b1b;
}
.left-sidebar {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.productinfo:hover .p-card-img {
    transform: scale(1.03);
}
.productinfo .p-card-img {
    transition: transform 0.5s ease;
    border: 1px #f5f4f4 solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.fvrt-btn-wrppr {
    position: absolute;
    right: 10px;
    top: 10px;
}
.fvrt-btn-wrppr .fvrt-btn {
    float: left;
    width: 43px;
    height: 43px;
    background: url(../images/home/favorite-heart.svg) no-repeat;
}

#search-app .search-app-container .srch-prdcts-cntnr {
    width: 970px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    float: right;
}
#search-app .search-app-container .srch-aggrgtn-cntnr {
    width: 250px;
    float: left;
    margin-right: 10px;
}
#search-app .search-app-container .srch-rslt-cntnt {
    display: flex;
    margin-top: 15px;
}
.fitler-skeleton{
    background: url(../images/home/filter-skeleton.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1200px;
    margin: 30px 0;
    border-radius: 5px;
}
.product-url:hover {
    text-decoration: none;
}


.ratings .ratingCount {
  font-size: 10px;
  color: #999;
  line-height: 14px;
  margin-left: 4px;
}
.productinfo .ratings{
    display: flex;
}
.ratings,
.ratings .star-w {
  position: relative;
}

.ratings .star-w .star {
  width: 14px;
  height: 14px;
  transform: scale(0.7);
}

.ratings .star-w .empty .star {
  background: url(../images/home/rating-and-review-small-star-grey.svg) no-repeat center;
}

.ratings .star-w .full {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ratings .star-w .full .star {
  background: url(../images/home/rating-and-review-small-star-orange.svg) no-repeat center;
}


.container.text-center.topmobile {
    padding: 0;
    margin: 0;
}

#maincontent.onepage-category{
    padding-top:0px;
}

.srch-rslt-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0px;
}
.sort-fltr-cntnr > select {
    height: 29px;
    width: 120%;
    display: block;
    background: transparent;
    border: 0;
    padding: 5px 8px;
        padding-top: 5px;
    padding-top: 0px;
    font-size: 12px;
    color: #666;
    appearance: none;
    box-sizing: border-box;
}

.message.global.demo {
   
    display: none;
}

.filtersorting{
    display: none;
}



    @media(min-width: 768px){
        .header-main.brad.notranslate.mobile-search-title{    
            display: none!important;
        }
        .goog-te-gadget .goog-te-combo {
            max-width: 90px !important;
            font-size: 8pt !important;
            min-width: 70px !important;
        }
        .sort-fltr-cntnr{
            margin-right: 4.4%;
        }
        .button-sidebar .sidebar-sorting{
            left: -280px;
        }

    }
    @media(max-width: 768px){
        .mobile-sticky header.page-header{
            position: static;
        }
        .sidebar-container.sidebar-left {
 
            left: -360px;
        }
        .sidebar-container.sidebar-left {
            width: 310px;
        }
        .sidebar-container.sidebar-left.open-sidebar .sidebar-trigger {
            left: 310px !important;
        }
        .sidebar-container.sidebar-left.open-sidebar{
            background-color: #fff!important;
        }
        .button-sidebar .sidebar-trigger {
            background-color: #fff!important;      
            width: 25px!important;
            top: 35%!important;
        }
        .sidebar-container.sidebar-left .sidebar-content .button-sidebar .sidebar-trigger:before {
            content: '\f054';
            font-size: 14px;
            color: #ED1A24 !important;
        }
        .sidebar-container .sidebar-content .button-sidebar .sidebar-trigger {
            background-color: #F5F5F5 !important;
            color: #fff;
            opacity: 1;
        }
        .filtersorting{
            display: flex;
            margin-bottom: 10px;
        }
        .btn-filter {
          background-color: #fff;
          color: #000;
          padding: 12px 16px;
          font-size: 12px;
          text-align: center;
          cursor: pointer;
          border: 1px solid #F5F5F5;
        }

        .btn-filter:hover, .sidebar-trigger.btn-filter.active{
          background-color: #F5F5F5!important;
        }
        .sidebar-container.sidebar-left .sidebar-content .button-sidebar .sidebar-trigger{
            left: -240px;
        }
        .sidebar-container.sidebar-left.open-sidebar {
            max-height: 85%;
            overflow-y: auto;
            top: 50px;
            border-radius: 5px;
        }
        .sidebar-container.sidebar-left {
     
           top: 50px;
        }
        .mobile-search-title{
            display: flex;
        }
        .srch-rslt-title.desktop-search-title{
            background-color: #fff;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            background-color: #fff;
            left: -285px;
            width: 280px;
            z-index: 9999;
            position: fixed;
        }
        .desktop-search-title.active{
            left: 0;
            height: 50%;
            top: 50px;
        }
        .desktop-search-title .srch-ttl-cntnr-wrppr{
            display: none;
        }
        .sort-fltr-cntnr{
            top: 100px;
            position: fixed;
        }
        .button-sidebar .sidebar-sorting {
            background-color: #F5F5F5 !important;
            color: #fff;
            opacity: 1;
            left: -280px !important;
            -webkit-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            box-shadow: 3px 0 3px rgba(0,0,0,.3);
            -webkit-box-shadow: 3px 0 3px rgba(0,0,0,.3);
            position: fixed;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;

        }
        .button-sidebar .sidebar-sorting.active{
            left: 280px!important
        }

        .button-sidebar .sidebar-sorting:before {
            content: '\f054';
            font-size: 14px;
            color: #ED1A24 !important;
            line-height: 30px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            font-synthesis: weight style;
            font-stretch: normal;
            font-size-adjust: none;
            font-language-override: normal;
            font-kerning: auto;
            font-feature-settings: normal;
            text-align: center;
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        .sidebar-container .sidebar-content {

            overflow-y: scroll!important;
            overflow-x: hidden!important;
        }
    }