h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 30px
}

h2 {
    font-size: 18px;
    margin-top: 0;
    color: #000
}

.title {
    font-size: 24px !important;
    margin-top: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.whitebox,
.sidebar {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    height: 100%
}

.whitebox:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15)
}

.sidebar {
    padding: 20px
}

.mb-20 {
    margin-bottom: 20px !important
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.filters span {
    padding-left: 10px;
    font-size: 14px;
    color: #7B7986
}

.filters select {
    border: 1px solid #D3D2D6;
    font-size: 14px;
    padding: 6px 28px 6px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 14px
}

.product-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 230px
}

.product-item img {
    max-width: 100%;
    display: inline-block
}

.product-item .btn {
    transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -100%;
    width: 100%;
    padding: 12px 20px;
    display: block;
    max-width: 150px
}

.item-box:hover .product-item .btn {
    bottom: 35%
}

.product-item .btn img {
    vertical-align: middle;
    margin-right: 6px
}

.item-body {
    color: #7B7986;
    min-height: 100px;
    text-align: center;
    padding-top: 8px;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-body.expanded {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.btn.toggle-btn{font-size: 14px}
.item-price {
    text-align: center;
    font-size: 18px;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
}

.item-price del {
    color: red;
}

.brands-filder {
    list-style-type: none;
    padding: 12px 0
}

.brands-filder li {
    margin-bottom: 12px;
    color: #7B7986;
    font-size: 16px;
    font-weight: 400
}

.brands-filder li .check-label {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.brands-filder li .check-label input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.brands-filder li .check-label input[type="checkbox"]+span {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle
}

.brands-filder li .check-label input[type="checkbox"]:checked+span,
.brands-filder li .check-label input[type="checkbox"]:checked+span+span {
    color: #000
}

.brands-filder li .check-label input[type="checkbox"]+span:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 3px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    content: ''
}

.brands-filder li .check-label input[type="checkbox"]:checked+span:before {
    background: #4f4f4f url(../images/check.png) center center no-repeat !important;
    border-color: #4f4f4f
}

.product-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    max-height: 200px;
}

.product-item>img {
    max-width: 100%;
    display: inline-block;
    height: auto;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    object-fit: contain;
}

.slide-menu {
    position: fixed;
    right: -240px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
}

.pull-button {
    border: 2px solid #ddd;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-right: 0;
    width: 50px;
    height: 55px;
    position: absolute;
    display: block;
    background: #ffffff;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.pull-button span {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: 30%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position: 0 -19px;
    animation: ease-in-out 0.4s;
    -webkit-animation: ease-in-out 0.4s;
    line-height: 19px;
    background: #4f4f4f;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
}

.slide-menu.open .pull-button span {
    background-position: 0 0px;
}


.cart-summary {
    border-right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 240px;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.cart-summary h3 {
    margin: 0;
    font-size: 16px;
    background: #4f4f4f;
    padding: 15px 15px;
    border: 1px solid rgba(140, 197, 62, 0.5);
    color: #fff;
}

.cart-summary .cart-item {
    padding: 0 0px;
    max-height: 350px;
    overflow: auto;
    min-height: 130px;
}

.cart-summary .cart-item ul {
    padding: 0px 20px;
}

.cart-summary .cart-item ul li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-summary .cart-item ul li:last-child {
    border: 0
}

.product-icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.product-icon img {
    width: 100%;
}

.cart-summary .item-name {
    font-size: 16px;
    font-weight: 400;
    color: #747D8C;
    display: inline-block;
}

.cart-summary span.count {
    float: right;
}

span.remove-item {
    cursor: pointer;
    vertical-align: top;
}

.subtotal {
    margin-left: 1px;
    bottom: 0;
    padding: 15px 15px 5px;
    background: #fafafa;
    box-shadow: rgba(0, 0, 0, .15) 0 -2px 15px -5px;
    border-top: 1px solid #e7e7e7;
}

.subtotal ul {
    padding: 0;
}

.subtotal ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.subtotal li>span {
    font-weight: 600;
    font-size: 16px;
}

.subtotal span.price {
    float: right;
    font-weight: 600;
}

.cart_empty {
    position: relative;
    top: 20px;
    text-align: center;
}


div.amount-outer {
    background: #eee;
    padding: 12px 18px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.btn {
    height: auto;
}

#signup-popup .form-group {
    margin-bottom: 20px
}
#btnPaypalPay {
    background: url(../images/paypal-login-hover.png) no-repeat;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #ffc439;
    border-radius: 5px;
    padding-top: 4px;
}
.showmore{font-weight: 600}