.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 25px;
}
.shop--area .row .col-3 {
    -ms-flex: 0 0 21.8%;
    flex: 0 0 21.8%;
    max-width: 21.8%;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.shop-widget {
    margin-bottom: 50px;
}.shop-widget-title {
    margin-bottom: 20px;
    position: relative;
}
.shop-widget-title .title {
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: #2b2b2b;
}
.shop-cat-list ul li {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.shop-cat-list ul li a {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #696868;
    line-height: 26px;
    display: flex;
    align-items: center;
}
.shop-cat-list ul li a::before {
    content: "\f1ce";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.shop-cat-list ul li span {
    margin-left: auto;
    width: 32px;
    height: 26px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background: #f2f1ef;
    text-align: center;
    line-height: 26px;
    color: #a5a5a5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.shop-cat-list ul li a:hover>span {
    background: #fc9135;
    color: #fff;
}
.shop-widget {
    margin-bottom: 50px;
}
.shop-widget-title {
    margin-bottom: 20px;
    position: relative;
}
.shop-widget-title .title {
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: #2b2b2b;
}
.sidebar-product-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.sidebar-product-thumb {
    margin-right: 20px;
    flex: 0 0 91px;
    width: 91px;
}
.sidebar-product-thumb img {
    max-width: 100%;
    border-radius: 6px;
    height: 85px;
}
.sidebar-product-content {
    flex-grow: 1;
}
.sidebar-product-content .rating {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1;
    color: #f89846;
    letter-spacing: -0.4px;
}
.fa-star:before {
    content: "\f005";
}
.sidebar-product-content .rating i:last-child {
    color: #f89846;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.sidebar-product-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #515457;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar-product-content span {
    display: block;
    color: #fc9135;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.text-center {
    text-align: center!important;
}
.shop-widget-banner a {
    display: block;
    position: relative;
    overflow: hidden;
}
.shop-widget-banner img {
    max-width: 100%;
    height: 455px;
}


.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.shop--area .row .col-9 {
    -ms-flex: 0 0 78.2%;
    flex: 0 0 78.2%;
    max-width: 78.2%;
    padding-left: 26px;
}
.shop-discount-area {
    background-image: url(../images/shop_discount_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 45px 100px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.shop-discount-content {
    position: static;
    top: auto;
    right: auto;
    transform: translate(0,0);
}
.discount-content>span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.shop-discount-content span {
    font-size: 14px;
    color: #757474;
    margin-bottom: 4px;
}
.discount-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}
.shop-discount-content .title {
    font-size: 26px;
    color: #222;
    line-height: 1.16;
    margin-bottom: 10px;
}
.shop-products-wrap {
    margin-bottom: 15px;
}
.sp-product-item {
    background: #fff;
    border-radius: 6px;
    text-align: center;
}
.best-sellers-products .sp-product-item, .shop-products-wrap .sp-product-item {
    background: #f2f4f7;
}
.shop-products-wrap .sp-product-item {
    margin-bottom: 30px;
}
.sp-product-thumb {
    position: relative;
    padding: 32px 15px 0;
}
.sp-product-thumb a {
    position: relative;
    display: block;
}
.sp-product-thumb img {
    display: inline-block;
    max-width: 100%;
    height: 135px;
}
.sp-product-content {
    padding: 25px 40px 25px;
}
.sp-product-content .rating {
    color: #fc9135;
    font-size: 10px;
    letter-spacing: -.5px;
    margin-bottom: 4px;
}
.fa-star:before {
    content: "\f005";
}
.sp-product-content .title {
    font-size: 15px;
    font-weight: 700;
    color: #515457;
    line-height: 1.4;
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sp-product-content .product-status {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Nunito',sans-serif;
    color: #fc9135;
    padding: 0 0 10px;
}
.sp-product-content>p {
    margin-bottom: 0;
    font-size: 14px;
    color: #515457;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}


