/* brand listing, category listing  */
.products-grid .product.list.items.product-items, .products-grid.brand-grid li {
    text-align: center;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.products-grid .product.list.items.product-items > .product-image, .products-grid.brand-grid li .listing-item {
    border: 1px solid #dbddde;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: all .3s ease;
}
.products-grid.brand-grid li:hover .listing-item {
    background: #f2f2f2;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.category-description{
    margin-top: -10px;
    height: auto;
}
.main-description {
    overflow: hidden;
}
#read-more{
    color: #D8252E;
    font-family: "Poppins-Medium";
    margin-left: 5px;
}
#read-more:after{
    content: '\e61c';
    font-family: 'luma-icons';
    font-size: 10px;
    margin-left: 5px;
    font-weight: 700;
}
.products-grid .product.list.items.product-items > .product-image .product-image, .products-grid.brand-grid li .picbox {
    display: none;
}
.products-grid .product.list.items.product-items .product-name h2, .products-grid.brand-grid li a {
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    line-height: 30px;
}
.products-grid .product.list.items.product-items .product-name h2 a,
.products-grid .product.list.items.product-items .product-name h2 a:visited,
.products-grid.brand-grid li a,
.products-grid.brand-grid li a:visited {
    color: #040503;
}
.products.grid.row, .products-grid.brand-grid {
    margin: 0 -9px;
    padding: 30px 0 10px;
}
.products-grid.brand-grid{
    list-style: none;
}
.desclimer-title {
    color: #D8252E;
}
.products-grid.brand-grid li a:hover{
    text-decoration: none;
}
.category-page-title-wrapper{
    justify-content: flex-end;
}

/* product lising  */
.page-products .products.wrapper.products-grid .product-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-products .products.wrapper.products-grid .product-item .product-item-info {
    border: 1px solid #dbddde;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.products.wrapper.products-grid .product.details.product-item-details {
    padding: 10px;
}
.products.wrapper.products-grid .product-info .product-item-name {
    color: #040503;
    font-size: 15px;
    line-height: 26px;
    font-family: "Poppins-SemiBold";
    margin: 0 0 10px;
}
.products.wrapper.products-grid .product.sku.product-item-sku,
.products.wrapper.products-grid .short-description.product-item-short-description {
    font-size: 14px;
    line-height: 24px;
}
.products.wrapper.products-grid .product-image-container{
    width: 100% !important;
}
.products.wrapper.products-grid .price-container .price {
    font-size: 18px;
    line-height: 30px;
    color: #D8252E;
    font-family: "Poppins-Bold";
}
.products.wrapper.products-grid .product-item .price-box {
    margin: 0;
}
.products.wrapper.products-grid .short-description.product-item-short-description p {
    margin-bottom: 0;
}
.products.wrapper.products-grid .item-price {
    margin-top: 12px;
}
.products.wrapper.products-grid .products-grid .product-item-inner{
    display: block;
}
.products.wrapper.products-grid .phone-order .product-item-info:not(:hover):not(.active) .product-item-inner,
.products.wrapper.products-grid .phone-order .product-item-inner{
    overflow: visible;
}
.products.wrapper.products-grid .phone-order.product-item .actions-primary,
.products.wrapper.products-grid .select-size.product-item .actions-primary {
    text-align: center;
    color: #D8252E;
    font-size: 13px;
    padding: 10px;
    bottom: auto;
    right: auto;
    position: relative;
}
.products.wrapper.products-grid .select-size.product-item .actions-primary a {
    color: #D8252E;
    font-size: 13px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.products.wrapper.products-grid .phone-order .product-item-actions {
    margin: 10px 0 0;
}
.products.wrapper.products-grid .product-item .tocart {
    background: transparent;
    font-size: 0;
    border: 0;
    padding: 5px 8px;
    border-radius: 3px;
    transition: all .3s ease;
}
.products.wrapper.products-grid .product-item .actions-primary .tocart:before {
    content: '';
    background: url(../images/cart.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    filter: opacity(0.3);
}
.products.wrapper.products-grid .product-item-info:hover .actions-primary .tocart{
    background: #D8252E;
}
.products.wrapper.products-grid .product-item-info:hover .actions-primary .tocart:before{
    filter: brightness(3);
}
.products.wrapper.products-grid .product-item .actions-primary,
.products.wrapper.products-grid .product-item .actions-secondary {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.products.wrapper.products-grid .product-item .actions-secondary{
    bottom: auto;
    top: 10px;
    z-index: 9;
    right: -30px;
    transition: all 400ms ease-out;
}
.products.wrapper.products-grid .product-item .actions-secondary a.action {
    font-size: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products.wrapper.products-grid .more-info .actions-primary a{
    display: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.products.wrapper.products-grid .product-item-info:hover .actions-primary,
.products.wrapper.products-grid .more-info .product-item-info:hover .actions-primary a{
    display: block;
}
.products.wrapper.products-grid .product-item-info:hover .actions-secondary{
    right: 10px;
}
.products.wrapper.products-grid .product-info .product-item-name > a,
.products.wrapper.products-grid .product-info .product-item-name > a:visited {
    color: #040503;
}
.products.wrapper.products-grid .product-info .product-item-name > a:hover{
    text-decoration: none;
}
.products.wrapper.products-grid .product-item-info:hover .product-item-name > a,
.products.wrapper.products-grid .product-info .product-item-name > a:hover,
.products.wrapper.products-grid .more-info .actions-primary a {
    color: #D8252E;
}
.products.wrapper.products-grid .product-item .actions-secondary a.action.towishlist:before,
.products.wrapper.products-grid .product-item .actions-secondary a.action.tocompare:before {
    content: '';
    margin: 0;
    width: auto;
    overflow: visible;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    position: absolute;
}
.products.wrapper.products-grid .product-item .actions-secondary a.action.towishlist:before{
    background: url(../images/wishlish.svg) no-repeat center;
}
.products.wrapper.products-grid .product-item .actions-secondary a.action.tocompare:before{
    background: url(../images/compare.svg) no-repeat center;
}
.products.wrapper.products-grid .product-item .actions-secondary a.action.tocompare:before{
    font-family: 'luma-icons';
}
.products.wrapper.products-grid .product-item .actions-secondary a.tocompare {
    margin-top: 5px;
}
.products.wrapper.products-grid .product-item.phone-order .product-item-actions .actions-primary {
    position: relative;
}
.products.wrapper.products-grid .product-item-info .price-box{
    transition: transform 250ms;
}
.products.wrapper.products-grid .product-item-info:hover .price-box {
    transform: translateY(-5px);
}
.page-products .products-grid .product-item-inner:before{
    height: 0;
}
.page-products .toolbar .limiter, .products.wrapper ~ .toolbar .toolbar-amount {
    display: block;
}
.products.wrapper.products-grid .product-image-photo{
    width: 100%;
}
.products.wrapper.products-grid .short-description.product-item-short-description {
    max-width: 74%;
}
.products {
    margin: 30px 0 10px;
}
.catalogsearch-result-index .search.results {
    margin-bottom: 40px;
}
#product_request ul.form-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#product_request .buttons-set {
    margin-top: 20px;
    text-align: right;
}
#product_request textarea#reference_number {
    margin: 0;
}
#product_request .captcha {
    margin: 15px 0 0 !important;
}
.attachment-photo span.fa.fa-plus.add {
    color: #D8252E;
}
.attachment-photo span.fa.fa-plus.add:hover {
    color: #040503;
}
.manufacturer-index-view .toolbar-amount {
    /* display: none; */
}
.manufacturer_seo-content {
    padding-top: 10px;
    padding-bottom: 25px;
}
.products-grid.brand-grid li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product-item-info .actions-primary form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-item-info .actions-primary form input[type="number"] {
    width: 0;
    position: absolute;
    left: 0;
    transition: .5s ease;
    border-color: transparent;
    background: transparent;
}
.products-grid .product-item-info:hover .actions-primary form input[type="number"] {
    width: 110%;
    left: -120%;
    border-color: #dbddde;
}


@media (min-width: 640px){
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active{
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .products.wrapper.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .products.wrapper.products-grid .product-item-inner{
        box-shadow: none;
        border: 0;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
        clip: auto;
        display: block;
        overflow: visible;
        right: auto;
        left: auto;
        position: relative;
    }
    .products.wrapper.products-grid .product-item-actions {
        margin: 0;
    }
}

@media (min-width: 768px){
    .manufacturer-index-view .toolbar-amount {
        visibility: hidden;
    }
}

@media (min-width: 1024px){
    .page-products .products.wrapper.products-grid .product-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
    .page-products .products.wrapper.products-grid .product-items {
        margin: 0 -9px;
    }
}

@media (max-width: 1400px){
    /* brand listing, category listing  */
    .products-grid .product.list.items.product-items .product-name h2, .products-grid.brand-grid li a {
        font-size: 20px;
    }
    /* product lising  */
}

@media (max-width: 1199px){
    /* brand listing, category listing  */
    .products-grid .product.list.items.product-items .product-name h2, .products-grid.brand-grid li a{
        font-size: 18px;
        line-height: 24px;
    }
    /* product lising  */
}

@media (max-width: 991px){
    /* brand listing, category listing  */
    .products-grid .product.list.items.product-items, .products-grid.brand-grid li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products-grid .product.list.items.product-items > .product-image, .products-grid.brand-grid li .listing-item{
        height: 130px;
    }
    /* product lising  */
    .products.wrapper.products-grid .price-container .price{
        font-size: 16px;
    }
    .products.wrapper.products-grid .phone-order.product-item .actions-primary,
    .products.wrapper.products-grid .select-size.product-item .actions-primary{
        font-size: 12px;
        padding: 17px 10px 10px;
    }
    .products.wrapper.products-grid .select-size.product-item .actions-primary a{
        font-size: 12px;
    }
    .products.wrapper.products-grid .product.sku.product-item-sku, .products.wrapper.products-grid .short-description.product-item-short-description {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (max-width: 767px){
    /* brand listing, category listing  */
    .products-grid .product-item {
        margin-bottom: 15px;
    }
    .products-grid .product.list.items.product-items > .product-image, .products-grid.brand-grid li .listing-item{
        height: 100px;
    }
    .products-grid .product.list.items.product-items .product-name h2, .products-grid.brand-grid li a {
        font-size: 14px;
        line-height: 20px;
    }
    /* .manufacturer-index-view .toolbar .limiter,
    .manufacturer-index-view .toolbar .pages {
        margin-top: 0;
    } */

    /* product lising  */
    .products.wrapper.products-grid .product-item{
        margin-left: 0;
        width: 100%;
    }
    .products.wrapper.products-grid .product-info,
    .products.wrapper.products-grid .product.sku.product-item-sku,
    .products.wrapper.products-grid .product-info .product-item-name,
    .products.wrapper.products-grid .short-description.product-item-short-description {
        height: auto !important;
    }
    .products.wrapper.products-grid .product-info .product-item-name{
        font-size: 14px;
        line-height: 24px;
    }
    .products.wrapper.products-grid .product.sku.product-item-sku,
    .products.wrapper.products-grid .short-description.product-item-short-description {
        font-size: 13px;
        line-height: 21px;
    }
    .products.wrapper.products-grid .price-container .price {
        font-size: 15px;
        line-height: 24px;
    }
    .products.wrapper.products-grid .phone-order.product-item .actions-primary,
    .products.wrapper.products-grid .select-size.product-item .actions-primary {
        font-size: 12px;
        padding: 7px 10px 10px;
    }
    .products.wrapper.products-grid .select-size.product-item .actions-primary a{
        font-size: 12px;
    }
    .products.wrapper.products-grid .product-item .tocart{
        padding: 7px 8px;
    }
}
