/*15-07-2020 Shopify -Apps*/
.products-grid .product-item-inner .cust-view-button {
padding: 5.8px 20px;
border-radius: 4px;
border: none;
background: #fe592a;
display: inline-block;
}

.products-grid .product-item-inner .cust-view-button span {
font-size: 13px;
font-weight: bold;
color: white;
}

.products-grid .product-item-inner .cust-view-button:hover {
background: #1e2d47;
}

.products-grid .product-item-inner .cust-view-button:before {
content: "\f06e";
display: inline-block;
padding: 0;
position: relative;
top: 0px;
margin-right: 3px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
color: white;
}
/*Menu*/
.header-bottom .main-megamenu-search .sambar-inner .mega-content .support_zestard a {
font-size: 13px;
font-weight: bold;
color: #1e2d47;
line-height: 24px;
padding: 5.5px 20px;
border-radius: 4px;
border: none;
background: white;
display: inline-block;
}
.header-bottom .main-megamenu-search .sambar-inner .mega-content .support_zestard a:hover {
background: #fe592a;
color: #fff;
}
.header-bottom .main-megamenu-search .sambar-inner .mega-content .support_zestard {
margin-top: 8px;
}
/*20-07-2020*/

.support-icon-a {
position: relative;
}
.support-icon-a::before,
.support-icon-a::after {
left: 50%;
opacity: 0;
position: absolute;
z-index: -100;
}

.support-icon-a:hover::before,
.support-icon-a:focus::before,
.support-icon-a:hover::after,
.support-icon-a:focus::after {
opacity: 1;
z-index: 100;
}

.support-icon-a::before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black;
bottom: 0px;
content: "";
margin-left: 0;
}
.support-icon-a::after {
background: #1e2d47;
border-radius: .25em;
bottom: -25px;
color: white;
content: attr(data-tip);
margin-left: -5.75em;
font-size: 10px;
padding: 5px 10px;
width: 12em;
}
.main-home .list-product-home #listingtabs_8 .ltabs-wrap .owl-stage-outer .product.product-item .product-item-details {
    padding: 8px 18px 30px;
}
.category-wordpress-plugins .toolbar-bottom .toolbar {
    border-top: 0px;
}

.category-wordpress-plugins .products-grid .products .product-item .product-item-info .product-item-details {min-height: calc(100% - 200px);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}

.price-box.price-final_price {
    width: 100%;
    margin-top: auto;
}

.category-wordpress-plugins .products-grid .products .product-item .product-item-info .product-item-details .price-box {
    width: 100%;
    margin-top: auto;
}
.category-wordpress-plugins .products-grid .products .product-item .product-item-info .product-item-details .product-item-inner {
    margin-top: auto;
}