.catalog-category-view .page-title {
    font-size: 25px;
    margin-bottom: 10px !important;
}
select.target {
    width: 250px;
    background-color: #f5f5f5;
    height: 40px;
    border: 0;
    color: #1a1a1a;
    background-size: 12px;
    background-position: right 20px center;
    margin-bottom: 10px;
    background-position: 96%;
    background-size: 11px !important;
}
ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    /* justify-content: space-between; */
}
.products .item .product-item-name .product-item-link:hover {
    text-decoration: none;
}
.product-item-info {
    border: 0px solid #ccc;
    width: 100% !important;
}
.product-image-wrapper {
    padding-bottom: 100% !important;
}
.page-products .category-products .product-item:hover .product-item-info, .page-products .products-grid .products.list .product-item:hover .product-item-info {
    outline: 0px solid #ccc !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 13%) !important;
}
main#maincontent .category-cms {
    margin: 0 !important;
}
.products.wrapper.grid.singlerow.products-grid.singlerow {
    margin-top: 0;
}
.page-products .products-grid .product-item{
    padding: 0 !important;
    width: 32% !important;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
}
.products .item .product-item-name .product-item-link {
    font-size: 16px !important;
    color: #1a1a1a !important;
    line-height: 22px !important;
}
.page-products .products-grid .product-item .action.tocart {
    text-transform: inherit !important;
    background: #2b3894 !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    width: 90%;
    color: #fff !important;
    border: 1px solid #2b3894 !important;
    transition: all .3s ease;
}
.page-products .products-grid .product-item .action.tocart:hover {
    background-color: transparent !important;
    color: #2b3894 !important;
    transition: all 0.3s ease;
}
button.primary, a.action.primary.primary, input[type="submit"].primary, .cart.table-wrapper .actions-toolbar > .action.primary, .action-gift.primary {
    background: #2b3894;
    letter-spacing: 0;
    color: #fff;
    text-transform: inherit;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.page-products .products-grid .product-item .action.tocart span:before {
    font-family: 'icomoon';
    content: "\e906";
    margin-right: 10px;
}
.products .product-reviews-summary {
    max-width: 100% !important;
    justify-content: center;
    display: flex !important;
    align-items: baseline;
}
.products .item .rating-summary .rating-result > span:before, .products .item .rating-summary .rating-result:before {
    font-size: 12px !important;
}
.products .product-reviews-summary .reviews-actions a {
    color: #926e50 !important;
    font-size: 14px !important;
}
.products .price-box {
    /* min-height: 60px !important; */
    height: auto !important;
}
.products .price-box span.old-price {
    margin-left: 0;
    margin-top: 10px;
}
.products .price-box span.old-price span {
    font-weight: 400 !important;
    font-size: 16px !important;
}
.catalog-category-view .products .price-box .special-price .price {
    color: #870303 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.catalog-category-view .product.description strong {
    font-weight: 500;
}
.catalog-category-view .product.description {
    font-size: 13px;
    line-height: 22px;
    /* height: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.product-item-details .product-item-link {
    font-size: 14px;
    color: #a18061;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.products .item .product-shipping-method {
    color: #870303 !important;
    min-height: auto !important;
    font-size: 18px !important;
}
span.free-shipping-label {
    top: 10px !important;
}
.products .price-box .price {
    color: #1a1a1a !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
li.item.product.product-item {
    margin-right: 10px;
    border: 1px solid #ccc;
}
li.item.product.product-item:hover {
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 13%) !important;
    cursor: pointer;
}

.catalog-category-view .products {
    margin: 0px 0 20px !important;
}
 .product-photo-wrapper {
    padding: 9px 15px 0;
    height: auto !important;
}
/* .item.product.product-item, .item.product.product-item .product-item-info,
.item.product.product-item .product-item-info .product-photo-wrapper {
    height: auto !important;
} */
.item.product.product-item .product-image-photo:hover {
    transform: scale(1.3);
    transition: all 0.5s ease;
}
.item.product.product-item .product-image-photo {
    position: inherit;
    transition: all 0.5s ease;
}
.products .item .rating-summary .rating-result {
    width: 90px !important;
}
.product.description {
    margin-top: 0 !important;
}
/* 4 column css */
li.show-4.item.product.product-item {
    width: 23.5% !important;
}
/* 6 column css */
li.show-6.item.product.product-item {
    width: 15.5% !important;
    height: auto !important;
}
li.show-6.item.product.product-item .product-photo-wrapper, li.show-6.item.product.product-item .product-item-info {
    height: auto !important;
}
/* right side bar */
.homepage__list-item.left-top .pack__heading {
    color: #3e3e3e;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.homepage__list-item.left-top .pack__heading strong {
    color: #870303;
    font-size: 20px;
    font-weight: 900;
    margin: 0px 10px;
}
.homepage__list-item.left-top .pack__text {
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
}
.homepage__list-item.left-top .help-moving__heading {
    color: #870303;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
.homepage__list-item.left-top .help-moving .links li a {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.homepage__list-item.left-top .help-moving .links li {
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #ccc;
}
a:hover, .alink:hover {
    text-decoration: none;
}
.category-description p, .category-description span, .category-description ul {
    font-size: 14px !important;
    padding: 0 0px;
}
.category-description {
    background-color: #f9f9f9;
    padding: 20px 20px;
    border: 1px solid #eee;
}
.category-description h2, .category-description h2 span {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 20px !important;
}
.category-description h2 {
    margin-bottom: 25px !important;
    position: relative;
}
.category-description h2:before {
    content: "";
    background: #1a1a1a;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -8px;
}
.category-description table tr:first-child td {
    background-color: #dfb377;
}
.category-description table td p {
    margin-bottom: 0;
}
.category-description table {
    width: 100% !important;
}
.category-description table tr:first-child td a {
    color: #1a1a1a;
}
.review_refer {
    min-height: 40px;
    margin-top: 10px !important;
}
.category-get-free-moving-boxes .category-description p, .category-get-free-moving-boxes .category-description h3 {
    text-align: justify !important;
}
.product-photo-wrapper .product.actions.product-item-actions {
    margin-top: 0px !important;
}
/* Related Products */
.category-cms .block.widget.grid .owl-product-items .product {
    padding: 0 5px;
}
.category-cms .block.widget.grid .owl-product-items .product-item-info {
    border: 1px solid #ccc;
    width: 100% !important;
    min-height: 450px;
    height: auto;
}
main#maincontent .category-cms .block-title {
    margin-bottom: 30px !important;
}
.owl-product-items.owl-theme .owl-controls {
    top: -80px;
}
.category-cms .block.widget.grid .owl-product-items .product-item-name, 
.category-cms .block.widget.grid .owl-product-items .product .price {
    font-size: 14px;
    color: #1a1a1a;
    font-family: 'Trebuchet MS';
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.featuredCont {
    padding-top: 0 !important;
}
.category-view {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.category-view div#other, .product.item-link.more-link-sec {
    display: none;
}
.products .item .add_to_cart_btn {
    margin-top: 10px !important;
}
/* startboxes css */

/* Media query */
@media only screen and (min-width:300px) and (max-width:767px)
{
    .category-view {
        margin-top: 0;
        align-items: baseline;
    }
    .catalog-category-view .page-title {
        margin-bottom: 30px !important;
        text-align: left;
        margin-top: 20px;
    }
    select.target option {
        font-size: 12px;
    }
    .page-wrapper {
        min-width: 100%;
    }
    ol.products.list.items.product-items {
        justify-content: space-between;
    }
    .page-products .products-grid .product-item, li.show-6.item.product.product-item, li.show-4.item.product.product-item {
        width: 49% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .footer.top {
        flex-direction: column;
    }
    ul.footer-links {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer.wrapper {
        display: flex;
        width: 100%;
        position: static;
        order: -1;
        justify-content: center;
        margin-bottom: 20px !important;
        align-items: center;
    }
    .footer.wrapper .logo {
        left: 10px !important;
        width: 80px !important;
        margin-right: 50px;
    }
}
@media only screen and (min-width:300px) and (max-width:767px)
{
    .category-view {
        align-items: center;
    }
}
@media(min-width:768px){
	.page-header .minicart-wrapper .action.showcart .counter.qty{
		top:-5px !important;
	}
}
@media(max-width:767.98px){
	.amcart-confirm-buttons .timer {
    	display: inline-block;
	}
}

.pl-thm-astrio .page-header .header-wrapper .logo{display:none !important;}
