
* {
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}



/*==============================
=        Home Page           =
==============================*/
.item-title a {
    color:#53a318;
}
.discount-text {
    text-decoration: line-through;
    font-size: 14px;
    color: #8f7475;
}
.ico-label {
    left: auto;
    background-color: #53a318;;
    border-radius: 0;
    line-height: 20px;
    padding: 0px 5px;
    color: white;
    top: -5px;
    right: -5px;
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
}
.loadmore{
    cursor: pointer;
    height: 50px;
    line-height: 30px;
    border-radius: 3px;
    border: 3px solid
    #53a318;
    padding: 0 10px;
    background-color:#53a318;
    font-weight: bold;
    color:#fff !important;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.wrapper {
    display: flex;
    align-items: stretch;
}

.loader {
    color: #F55D3E;
    transition-duration: 0.3s;
}

.m-title{
    margin-top: 15px; margin-bottom: 15px;
}

@media (max-width: 800px) {
    .m-title{
        margin-top: 0px; margin-bottom: 20px;
    }
}

.item .item-inner {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.item .item-inner .prd {
    position: relative;
    background: #fff;
    text-align: center;
}
.item .item-inner .item-img {
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
}
.item .item-inner .item-img .product-image {
    border: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    text-align: center;
}
.item .item-inner .item-img .product-image .img-main {
    position: relative;
    display: block;
    margin: 0 auto;
    min-height: 162px;
}
img {
    max-width: 100%;
}
.item .item-inner .item-info {
    padding: 0 2px;
    padding-bottom: 15px;
    min-height: 85px;
}
.item .item-inner .info-inner {
    position: relative;
}
 .item .item-inner .item-info .item-title {
    padding: 0;
    position: relative;
    font-size: 18px;
    margin-bottom: 3px;
    overflow: hidden;
}
.products-grid .item .item-inner .ico-product.ico-sale {
    background: #e14141;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: -15px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ico-label span {
    position: absolute;
    top: 7px;
    height: 15px;
    width: 60px;
    color: #fff;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
}
.products-grid .item .item-inner .item-info .item-price>* {
    display: inline-block;
    vertical-align: middle;
}
.products-grid .item .item-inner .item-info .item-price .price1 {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-right: 3px;
}
.products-grid .item .item-inner .item-info .item-price .price2 {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
}
.products-grid .item .item-inner .action-bot {
    text-align: center;
    z-index: 2;
    width: 100%;
}

.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart {
    border: 0;
    background-color: #53a318;
    display: block;
    font-family: inherit;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    font-size: 116.667%;
    line-height: 21px;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
}
.products-grid .item .item-inner .action-bot .wrap-addtocart .btn-cart span {
    color: #fff;
    padding: 0;
    height: 35px;
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;

}
.products-grid .item .item-inner .item-info .item-title {
    font-size: 14px;
    font-weight: 500;
}
.products-grid .img-main img{
    object-fit: contain;
    height: 162px;
}
.products-grid .item .item-inner .action-bot .actions {
    display: table;
    width: 100%;
}
.products-grid .item{
    margin-bottom: 15px;
    padding: 5px;
}
.products-grid .item-inner{
    border: 1px solid rgb(96, 0, 123,0.2);
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0);
    border-radius: 3px;
    transition-duration: 0.3s;
    cursor: pointer;
    padding: 5px;
    position: relative;
    text-align: center;
}
.products-grid .merchant{
    font-size:13px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-top: 10px;
    height: 25px;
}
.active-colors{
     color: #53a318 !important;
}


.btn-primary {
    color: #fff;
    background-color: #53a318;
    border-color: #53a318;
}
.btn-primary:hover {
    color: #fff;
    background-color: #53a318;
    border-color: #53a318;
}
