.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;}
/* Product Gallery CSS */
.product-gallery-main:not(.slick-initialized)>.main-item:not(:first-child) {
    display: none !important;
}

.product-gallery-main:not(.slick-initialized),
.product-gallery-thumbs:not(.slick-initialized) {
    display: block;
    opacity: 1;
    visibility: visible;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

@media (min-width: 768px) {
    .product-gallery-thumbs:not(.slick-initialized)>.thumb-item:not(:nth-child(-n+3)) {
        display: none !important;
    }

    .product-layout-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto 40px auto;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .product-layout-wrapper .product-gallery-wrapper {
        width: 50%;
        padding-right: 40px;
        box-sizing: border-box;

        /* Layout: Thumbs Left, Main Right */
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 30px;
    }

    /* RIGHT COLUMN: Info */
    .product-layout-wrapper .product-info-main {
        width: 40%;
        box-sizing: border-box;
    }

    .product-gallery-thumbs {
        width: 190px !important;
        flex-shrink: 0;
        display: block;
    }

    .product-gallery-thumbs .slick-list {
        height: 530px !important;
        padding: 5px !important;
        margin: -5px !important;
    }

    .product-gallery-thumbs .thumb-item {
        padding-bottom: 20px;
        box-sizing: border-box;
        width: 100%;
        outline: none;
    }

    .product-gallery-thumbs img {
        width: 160px !important;
        height: 160px !important;
        object-fit: contain;
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        display: block;
        margin: 0 auto;
    }

    .product-gallery-thumbs .slick-current img {
        border-color: #333;
        border-width: 2px;
    }

    .product-gallery-main {
        flex-grow: 1;
        width: 0;
        min-width: 0;
    }

    .product-gallery-main img {
        width: 100%;
        height: auto;
        max-height: 530px;
        object-fit: contain;
        margin: 0 auto;
        border: none;
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .product-gallery-thumbs:not(.slick-initialized) {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
        overflow: hidden !important;
        height: 80px !important;
        width: 100%;
    }

    .product-gallery-thumbs:not(.slick-initialized)>.thumb-item:not(:nth-child(-n+4)) {
        display: none !important;
    }

    .product-gallery-thumbs:not(.slick-initialized)>.thumb-item {
        min-width: 70px;
        max-width: 70px;
    }

    .product-layout-wrapper {
        display: block;
        padding: 0 15px;
        max-width: 100%;
        margin: 0 auto;
    }

    .product-layout-wrapper .product-gallery-wrapper,
    .product-layout-wrapper .product-info-main {
        width: 100% !important;
        padding: 0;
        float: none;
        display: block;
    }

    .product-gallery-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .product-gallery-main {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 auto;
        display: block;
        flex-grow: 0;
    }

    .product-gallery-main img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    /* Horizontal Thumbs */
    .product-gallery-thumbs {
        width: 100% !important;
        margin-top: 10px;
        display: block;
    }

    .product-gallery-thumbs .slick-list {
        height: auto !important;
        padding: 5px 0 !important;
    }

    .product-gallery-thumbs .thumb-item {
        width: auto;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .product-gallery-thumbs img {
        height: auto;
        max-width: 100%;
        border-radius: 4px;
        border: 1px solid #ddd;
    }
}

/* Product Gallery CSS End */
/* Mega menu Css */
.intro .page-wrapper .nav-sections-item-content>.navigation>ul .first-level>ul {
    display: flex !important;
    width: 100%;
    border: 0 !important;
    top: 0 !important;
    justify-content: flex-end;
}

.nav-sections-item-content>.navigation>ul .first-level>ul>.level-top {
    background: url(../images/dropdown-icon.png) no-repeat #ffffff !important;
    background-size: 10px !important;
    background-position: right 25px !important;
    border: 0 !important;
    padding: 10px 30px !important;

}

.nav-sections-item-content>.navigation>ul .first-level>ul>.level-top:first-child {
    padding-left: 0 !important;
}

.intro .nav-sections-item-content>.navigation>ul .first-level>ul>.level-top>a {
    font-size: 16px;
}

.level-top .submenu ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    left: -100% !important;
    top: 0 !important;
}

.intro .nav-sections-item-content>.navigation>ul .first-level>ul>.level-top .submenu {
    left: 0% !important;
    top: 100% !important;
}

ul.level0.submenu a.ui-corner-all {
    padding-left: 30px !important;
}

ul.level0.submenu a.ui-corner-all span.ui-menu-icon {
    left: 10px !important;
    transform: rotate(180deg);
    right: auto;
    right: auto !important;
}

.navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
    background: url(../images/arrow-right.png) 85% center no-repeat;
    color: transparent !important;
    background-size: 5px;
    background-position: 2px 0px;
}

.level-top .submenu ul.level1.submenu li {
    background-color: #fff;
}

/* shop by category */
ul.navigation-links span.iconnew-burger,
ul.navigation-links span.iconnew-burger~a {
    display: none !important;
}

.nav-sections-item-content>.navigation>ul {
    border: 0px solid #acacac !important;
}

.nav-sections-item-content>.navigation>ul .first-level>ul>.level-top ul.level0.submenu ul.level1.submenu a {
    padding-left: 10px !important;
}

.nav-sections-item-content .navigation-links li.level0.nav-6 ul.level0.submenu {
    left: -50% !important;
}

.build-clearance-wrapper .link.clearance {
    margin-top: 0px !important;
}

.custom_links a {
    color: #313131 !important;
    padding: 0 10px;
}

/* header center css */
.header.content {
    display: flex !important;
}

.header.content .header-wrapper,
.header.content .shipping {
    width: auto !important;
    margin-bottom: 0;
    margin-top: 10px;
    top: 20px !important;
}
.header.content .header-wrapper{
    display: none !important;
}
.header.content .block.block-search {
    width: 100% !important;
    margin-top: 30px;
}

.header.livechat .custom_new_links {
    display: flex;
}

/* Slider css */
.homepage-slider-container .owl-slider {
    max-width: 100%;
    width: 100%;
}

.build-clearance-wrapper {
    margin-right: 50px;
    margin-left: 30px;
}

.header-top-newtext {
    display: flex;
    align-items: center;
}

.panel.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel.header:before,
.panel.header:after {
    display: none !important;
}

.widget.block.block-static-block {
    display: flex;
    background-color: #efefef;
    max-width: 100%;
    justify-content: center;
    padding: 5px 0 0;
    align-items: baseline;
}

.header-top-text .widget.block.block-static-block img:hover {
    filter: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header-top-text .widget.block.block-static-block img {
    max-width: 90px;
    margin: 0 5px;
    filter: grayscale(1);
    transition: all 0.2s ease;
}

.page-header .header-wrapper .logo img {
    width: 220px !important;
}

.page-header .content .shipping {
    border: 0px solid #acacac !important;
}

.page-header .minicart-wrapper .action.showcart:before {
    color: #3e3e3e;
    content: '\e90b';
    font-family: 'icomoon_new';
    font-size: 27px;
    transition: color ease 0.2s;
    background: url(https://www.uboxes.com/media/wysiwyg/cart_1712.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.page-header .minicart-wrapper .action.showcart:hover:before {
    color: transparent !important;
    transition: color ease 0.2s;
}

.custom_links img {
    max-width: 18px;
    margin-left: 5px;
}

.page-header .header.content {
    display: flex !important;
    justify-content: space-between;
}

.build-clearance-wrapper {
    margin-right: 0 !important;
    order: 3;
    margin-top: 30px;
}

.header.content:before,
.header.content:after {
    display: none !important;
}

.page-header .widget.block,
.page-footer .widget.block {
    margin: 0px 0 0;
}

.page-header .panel.header {
    padding: 0px 20px 0px 20px !important;
}

.minicart-wrapper {
    margin-top: 0 !important;
}

.page-header .content .shipping .image {
    max-width: 30px;
}

.shipping span {
    font-size: 13px !important;
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-bottom: 0;
}

.shipping {
    display: flex;
    width: 100%;
    background: #efefef;
    padding: 5px 0;
    justify-content: center;
}

.nav-sections-item-content>.navigation>ul .first-level>ul>.level-top {
    padding: 10.6px 22px !important;
}

.breadcrumbs .item a,
.breadcrumbs .item span,
.breadcrumbs .item strong {
    font-size: 15px;
}

span.shipping_div span {
    font-size: 14px;
}

.top-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.header-top-text p {
    margin-bottom: 0;
}

.category-view .page-title-wrapper {
    width: 100%;
}

.category-view form {
    width: 30%;
    text-align: right;
}

.catalog-category-view .page-title {
    text-align: center;
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .page-header .header.livechat .header-top-text {
        font-size: 14px !important;
    }

    .build-clearance-wrapper {
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media only screen and (min-width:300px) and (max-width:767px) {
    .intro .page-wrapper .nav-sections-item-content>.navigation>ul .first-level>ul {
        flex-direction: column;
    }

    .nav-sections-item-content>.navigation>ul .first-level>ul>.level-top {
        padding: 10px 0px !important;
        background-image: none !important;
    }

    .nav-sections-item-content>.navigation>ul .first-level>ul li a span {
        font-size: 20px;
    }

    .navigation a {
        color: #000;
        text-decoration: none;
    }

    .nav-sections .navigation .level0 .all-category .ui-state-focus {
        font-size: 22px;
    }

    .nav-sections-item-content .navigation-links li.level0.nav-6 ul.level0.submenu {
        left: 0% !important;
    }

    .header.livechat .custom_new_links {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .page-header .minicart-wrapper {
        right: 0px;
        top: 26px;
    }

    .custom_links a {
        padding: 0 8px;
    }

    .page-header .header-wrapper .logo img {
        max-width: 150px;
        width: 150px;
    }

    .block-search .form.minisearch .actions .action {
        right: -50px;
    }

    .block-search .block-content {
        margin-bottom: 0;
        width: 60%;
    }

    .build-clearance-wrapper {
        margin-left: -40px;
    }

    .header-top-text .widget.block.block-static-block img {
        max-width: 100px;
        margin: 0 15px;
    }

    .nav-toggle:hover:before {
        color: #c6242f;
    }

    .homepage-slider-container .categories {
        display: none;
    }
}


.amsearch-products-section.-grid:not(.-slider) .amsearch-item .reviews-actions {
    display: block;
    margin-bottom: 1px;
}

.amsearch-products-section.-grid:not(.-slider) .amsearch-item .rating-summary {
    display: block;
    margin-bottom: 1px;
}

.amsearch-products-section .action.tocart {
    background-color: #3e3e3e !important;
}

@media (min-width: 1024px) {
    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        max-width: calc(33.33333333%) !important;
    }
}

@media (min-width: 768px) {
    .amsearch-products-section .product-item-details {
        padding: 0px;
        flex-grow: 1;
    }

    .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
        flex-direction: column;
    }

    .amsearch-products-section .amsearch-wrapper-inner {
        margin-top: auto;
    }

    .amsearch-items-section:not(:first-child:last-child) {
        max-width: 231px;
    }

    .amsearch-item-container .amsearch-item .amsearch-link {
        font-size: 1.3rem;
    }

    .amsearch-products-section.-grid:not(.-slider) .amsearch-item .reviews-actions {
        display: block;
        margin-bottom: 1px;
    }

    .amsearch-products-section.-grid:not(.-slider) .amsearch-item .rating-summary {
        display: block;
        margin-bottom: 1px;
    }
}

.amsearch-products-section .product-item-actions .actions-secondary {
    display: none;
}

.amsearch-item .product-item-details .product-item-link {
    text-align: left !important;
}

@media(max-width:767.98px) {
    .ammenu-header-container .header.content .ammenu-logo {
        margin: auto !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .amsearch-wrapper-block {
        margin-top: 0px !important;
        padding-top: 13px !important;
        padding-bottom: 0px !important;
    }

    .nav-toggle-wrapper {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .nav-toggle:before {
        border-color: #85a371 !important;
        color: #85a371 !important;
    }

    .ammenu-button.-hamburger {
        top: 176px !important;
    }

    .ammenu-button.-hamburger {
        border-top: 5px solid !important;
        border-bottom: 5px solid !important;
        top: 176px !important;
    }

    .ammenu-button.-hamburger:before,
    .ammenu-button.-hamburger:after,
    .ammenu-button.-hamburger .ammenu-line {
        border-bottom: 5px solid !important;
    }

    .nav-toggle:before {
        visibility: visible !important;
    }
    .custom-hamburger span.action.nav-toggle.iconnew-burger{
        color: #c6242f !important;
    }
}

.billing_shipping {
    background: #ffff00ba;
    display: block;
    margin: 0;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.header-flex-wrapper {
    width: 100%;
}

.header.livechat {
    width: 100%;
}

.header-top-newtext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-top-newtext .align_left {
    text-align: left;
    display: flex;
}

.header-top-newtext .align_right {
    text-align: right;
    display: flex;
}

.header-middle {
    width: inherit !important;
}

.amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid red;
    padding: 5px 10px;
    transition: .3s;
    border-radius: 8px;
    height: 45px;
}
.amsearch-form-block.-opened {
    width: 100% !important;
}
.header-search-row,
.page-header .amsearch-wrapper-block {
    width: -webkit-fill-available !important;
}

/* --- Footer Wrapper & Background --- */
.page-footer .footer.top {
    text-align: left !important;
}

.boxengine-footer-wrapper {
    background-color: #f8f9fa;
    /* Light Gray Background */
    padding-bottom: 50px;
    position: relative;
    margin-top: 50px;
    /* Space from content above */
}

/* The "Torn Paper" Effect 
.footer-tear-edge {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url('../images/torn-paper-edge.png'); 
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
}
*/
.footer-tear-edge {
    border-top: 5px solid #f8f9fa;
}


.footer-content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* --- Columns --- */
.footer-col {
    flex: 1;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Make the "About" column slightly wider like the design */
.footer-col.footer-about {
    flex: 1.5;
    min-width: 250px;
    padding-right: 40px;
}

/* --- Typography & Elements --- */
.footer-logo img {
    max-width: 60px;
    margin-bottom: 20px;
}

.footer-desc {
    color: #7d8995;
    font-size: 14px;
    line-height: 1.6;
}

.footer-heading {
    color: #445360;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e4e8;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

/* --- Links Lists --- */
.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #7d8995;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #85a371;
    /* Your theme green color */
}

/* --- Contact Section --- */
.contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #7d8995;
    font-size: 14px;
}

.contact-list .icon {
    margin-right: 10px;
    min-width: 20px;
    color: #7d8995;
    /* Or theme green */
}

.contact-list a {
    color: #7d8995;
    text-decoration: none;
}

/* --- Social Icons --- */
.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icon:hover {
    background-color: #85a371;
}


.social-icon i {
    font-size: 16px;
}

/* --- Responsive Mobile View --- */
@media (max-width: 768px) {
    .footer-content-container {
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
}

/* Header Fixes */
.header-top-text {
    display: none;
}

.header-top-newtext {
    padding: 0.4% 0;
}

.page-header .panel.wrapper {
    background: #212529;
}

.page-header .header.content {
    background: white;
    margin-bottom: 1%;
}
.header.content .block.block-search {
    z-index: 2 !important;
}
.header-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

body .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    color: #000 !important;
    filter: none;
}

.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
    margin: 0;
}

.ammenu-menu-wrapper .ammenu-text-block {
    font-size: 20px;
    color: black;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
    padding: 8px 15px;
}

.header-top-newtext .custom_links a,
.header-top-text p {
    font-size: 14px;
}

.magezon-builder .mgz-container {
    width: 100% !important;
}

/* Box Slider CSS */

/* --- 1. Layout & Wrapper --- */
.boxengine-slider-wrapper {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.be-slider-group {
    padding: 40px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.be-slider-group.bg-light {
    background-color: #f9f9f9;
}

/* --- 2. Header & Arrows --- */
.be-group-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.be-group-title {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}

.be-custom-arrows {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.be-custom-prev,
.be-custom-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease;
}

.be-custom-prev:hover,
.be-custom-next:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* --- 3. Items & Safety Grid --- */
/* This ensures items sit side-by-side even before JS loads */
.be-slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* When Slick loads, it changes display to block. We accept that. */
.be-slick-slider.slick-initialized {
    display: block;
}

.be-slide-item {
    text-align: center;
    padding: 0 10px;
    outline: none;
    /* Sets width to ~12% (1/8th) so they don't stack */
    width: 12%;
    min-width: 120px;
    box-sizing: border-box;
}

.be-slide-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.be-slide-item img {
    margin: 0 auto;
    max-width: 100%;
    height: 140px;
    object-fit: contain;
}

.be-slide-item .be-label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin-top: 10px;
}

/* --- 4. Mobile (Standard CSS) --- */
@media screen and (max-width: 768px) {
    .be-group-header {
        justify-content: space-between;
    }

    .be-group-title {
        font-size: 18px;
    }

    .be-custom-arrows {
        position: static;
        transform: none;
    }

    /* 2 items per row on mobile fallback */
    .be-slide-item {
        width: 45%;
    }
}

/* Minicart */

/* Tesimonial CSS */
.testimonial_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.testimonial_items {
    padding: 30px;
    border: 1px solid #eaebeb;
    border-radius: 15px;
    background-color: #f7fafb;
}

.top_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_items h3 {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #4b5966;
    text-align: right;
}

.top_items p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #808c8c;
    text-align: right;
}

.bottom_items p {
    margin-bottom: 0;
}





.header-top-text {
    display: none !important;
}

.header-top-newtext .custom_links a,
.header-top-text p {
    display: flex;
    align-items: center;
    column-gap: 5px;
}


body {
    font-family: "Poppins", sans-serif;
}

.page-header .panel.wrapper {
    background-color: #212528;
    border-bottom: 1px solid #333;
}

.ammenu-menu-wrapper .ammenu-text-block {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.ammenu-menu-wrapper .ammenu-text-block:hover {
    color: red !important;
}

.ammenu-menu-wrapper .ammenu-text-block:active,
.ammenu-menu-wrapper .ammenu-text-block:focus {
    color: red !important;
}

#maincontent {
    padding: 0;
}

.ammenu-menu-wrapper {
    margin-bottom: 30px;
    padding-top: 10px;
}

.homepage-slider-container .owl-theme .owl-controls {
    display: none !important;
}

.homepage-slider-container {
    width: 100%;
    margin-top: 20px;
}

.login_link>a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

div.text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.text-box span.label {
    font-size: 12px;
    line-height: 1;
    color: rgb(128, 140, 140);
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.text-box span.action {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgb(75, 89, 102);
}

.account-icon-img {
    max-width: 30px;
}

html body .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    color: #545d66 !important;
    background: none !important;
}

.homepage__list.categories__list {
    padding: 0 20px;
}

.shipping img {
    margin-right: 10px;
    width: 80px;
}

.shipping span {
    font-size: 22px !important;
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-bottom: 0;
    font-weight: bold;
    color: rgb(75, 89, 102);
}

.shipping {
    background: transparent;
    align-items: center;
}

.shipping span a {
    color: #87A171;
}

.categories__item {
    padding-top: 0 !important;
    margin-bottom: 0;
}

.categories__image-wrapper img {
    width: 100%;
    border-radius: 15px;
}

a.categories__link {

    color: rgb(75, 144, 151);
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.03rem;
    position: absolute;
    transition: 0.3s ease-in-out;
    padding: 10px 15px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(75, 144, 151);
    border-image: initial;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    top: 10px;
    bottom: auto;
    left: 10px;
    cursor: pointer;
}

a.categories__link:visited {
    color: rgb(75, 144, 151);
}

a.categories__link:hover {
    background: #87A171;
    color: #fff;
}

h3.categories__name {
    position: absolute;
    left: 10px;
    bottom: 20px;
    top: auto;
    background: #fff;
    color: #000 !important;
    padding: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.mgz-element-heading-text {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #9DB28B !important;
    margin-bottom: 20px !important;
}

.mgz-carousel .product-item .product-item-info {
    /*    text-align: center;*/
}

.product-image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
}

.product-item-details .product-item-link {
    font-size: 14px;
    text-decoration: none !important;
    color: #4b5966;
    min-height: 40px;
    display: inline-block;
    text-align: left;
}

.product-image-container {
    width: 100% !important;
    padding: 10px;
}

.shipping {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

a.action.tocompare {
    display: none !important;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.product-item .tocart {
    width: 100%;
    background: #85A371;
    border-radius: 4px;
}

.bottom_items {
    margin-top: 20px;
}

.footer-col.footer-contact ul li {
    display: flex;
    align-items: flex-start;
}

.footer-col.footer-contact ul li img {
    max-width: 20px;
}

.footer-content-container {
    max-width: 100%;
    padding: 0;
}

.page-footer .footer.top {
    margin: 0;
}

.page-footer {
    border-top: 0 !important;
    background: #eff4f7 !important;
    position: relative;
}

.footer-col ul li a {
    color: #808c8c;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

li.location {
    color: #808c8c;
}

.footer-col.footer-contact ul li {
    margin: 10px 0;
}

.footer-col.footer-contact ul li a {
    padding: 0;
}

.page-footer .footer.bottom {
    padding: 0px 0;
    border-top: 1px solid #393e48;
    background-color: #4b5966 !important;
}

small.copyright {
    margin-top: 0 !important;
    text-transform: capitalize !important;
}

.page-footer:before {
    content: "";
    width: 100%;
    height: 60px;
    background: url(http://principlesofchemistry.com/media/wysiwyg/icons/shape-new.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

a.reviews-actions {
    display: none !important
}

.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    background: #fff !important;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.ammenu-category-tree .ammenu-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #6b747c;
}

/* Category Page Css */

body {
    font-family: "Jost", sans-serif;
    margin: 0;
    padding: 0;
}

.category_listing img,
.category_banner img {
    width: 100%;
    max-width: 100%;
}

.category_section {
    padding: 0 40px;
}

.category_listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 0;
}

.category_listing_items {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.category_listing_items img {
    transition: all 0.4s ease;
}

.category_listing_items:hover img {
    transform: scale(1.1);
}

.category_listing_items h3 {
    background: rgba(0, 0, 0, 0.70);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 20px;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.category_listing_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    flex-direction: column;
}

.category_listing_text a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #85a371;
    color: #fff;
    margin-bottom: 20px;
    max-width: 90%;
    padding: 5px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 18px;
}

.category_listing_text a:hover {
    background: #000;
    color: #fff;
}

.category_banner {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .category_section {
        padding: 0 20px;
    }

    .category_listing {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 40px 0;
    }

    .category_listing_items h3 {
        font-size: 13px;
        max-width: 90%;
    }

    .product-info-main .price-box .special-price span.price {
        color: #000;
        font-size: 26px;
    }

    .product-info-main .price-box .special-price {
        margin: 0 10px 0;
    }

    .catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
        max-width: none !important;
        width: calc(100%) !important;
        margin-left: 0px !important;
    }
}

/* Breadcrumbs Css */
.breadcrumbs .items li:last-child strong {
    color: #85a371;
}

.page-main .breadcrumbs {
    text-align: center;
}

.breadcrumbs .item:not(:last-child):after {
    font-size: 10px;
    content: '>';
    line-height: 20px;
    color: #020000;
}

/* PDP CSS */

.catalog-product-view .price-box.price-final_price {
    width: 100%;
}

.catalog-product-view .product.media {
    align-items: center;
    width: 45% !important;
    flex: 0 0 45%;


    display: flex;
    background: transparent;
    margin-top: 40px;
    padding: 20px;
}


.product-info-main.kit_content {
    width: 45% !important;
}

h1.page-title.product-name {
    font-size: 34px;
    font-weight: bold;
}

.catalog-product-view .price-box.price-final_price {
    width: 100%;
}

.short-description-content {
    font-size: 18px !important;
    line-height: 22px !important;
    color: #8d8d8d !important;
}

.product-info-main .price-box .special-price span.price {
    color: #000 !important;
    font-size: 26px !important;
}

.product-info-main .price-box .special-price {
    margin: 0 10px 0 0 !important;
}

.short-description-content ul,
.short-description-content p,
.short-description-content span {
    padding: 0px;
}

.product-custom-info-section {
    margin: 20px 0px;
    display: block;
    float: left;
}

.catalog-product-view .product-info-main .product-add-form {
    margin: 0px !important;
    width: 100%;
}

.addtocart_field_qty {
    background: #f3f3f3;
    border-radius: 8px;
}

.catalog-product-view .product-info-main .box-tocart .qty .control input {
    margin: 0px !important;
    background: transparent !important;
    border: 0px !important;
}

button.qtybtn {
    background: transparent !important;
    color: #000 !important;
}

button#buy-now {
    background: #8fae6f;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 0 10px;
}

button#product-addtocart-button {
    border-radius: 8px !important;
    padding: 9px 20px !important;
    height: auto !important;
    border: 0px;
}

.product.info.detailed {
    padding: 40px !important;
    border: 1px solid #eee;
    border-radius: 8px;
    max-width: 90% !important;
    margin: 0 auto !important;
}

.catalog-product-view .block.related {
    max-width: 95%;
    margin: 0 auto;
}

.catalog-product-view strong#block-related-heading {
    color: #7e9c66 !important;
    font-size: 32px;
    font-weight: bold;
}

.catalog-product-view .block-title.title {
    margin-top: 30px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}

/* media image gallery */

.fotorama__stage {
    width: 600px !important;
    height: 600px !important;
}

.fotorama__stage__shaft.fotorama__grab {
    width: 600px !important;
    max-width: 600px !important;
}

.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
    max-width: none !important;
    width: calc(100%) !important;
    margin-left: 0px !important;
}

body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
    max-width: none !important;
    width: calc(100% - 120px) !important;
    margin-left: 120px !important;
}

@media screen and (min-width: 768px) {
    body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
        max-width: none !important;
        width: calc(100% - 120px) !important;
        margin-left: 120px !important;
    }
    .fotorama__stage__shaft {
        float: unset !important;
    }
    .page-layout-1column .columns .column.main {
        padding: 2%;
    }
    
}


.catalog_product_feature>h2.mgz-element-heading-text {
    text-align: left !important;
}

.breadcrumbs.product_view_breadcrumbs {
    margin-bottom: 30px;
    padding: 10px 20px !important;
    text-align: left;
}

.category_kit_wrapper .category_listing_text {
    height: auto;
}

.category_kit_wrapper .category_listing_items h3 {
    background: transparent;
}

.category_listing_items:hover img {
    transform: none;
}

.kit_content h3 {
    text-transform: inherit;
}

.ammenu-menu-wrapper {
    margin-bottom: 10px;
}

.category-view {
    padding-top: 20px;
    background: #eff4f7;
    display: none;
}

.page-main .breadcrumbs {
    padding-bottom: 20px;
    background: #eff4f7;
    margin-top: 0;
}

.category_listing_items h3 {
    font-size: 17px;
}

h1.page-title.product-name {
    text-transform: inherit;
}

.product-reviews-summary.empty {
    margin-bottom: 20px;
}

.page-main ul li {
    font-size: 16px;
    color: #505050;
}

.product-short-description {
    margin-bottom: 10px;
}

.product-meta p {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.product-stock-review-wrapper {
    margin-bottom: 0;
}

.product.info.detailed {
    border-radius: 20px;
    padding: 40px 20px !important;
}

.product.data.items .item.content {
    border-top: 0 !important;
    font-family: jost !important;
}

.product.data.items>.item.title .switch {
    border-radius: 100px;
    font-family: jost !important;
    border: 1px solid #ddd !important;
    background: transparent !important;
}

.product.data.items>.item.title.active .switch {
    padding-bottom: 15px;
    background-color: #fff;
    color: #df8541 !important;
    box-shadow: 0px 4px 14px #ddd;
    border-color: #df8541 !important;
}

.product.data.items>.item.title {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.breadcrumbs.product_view_breadcrumbs strong {
    color: #000 !important;
    opacity: 0.8;
    font-weight: 500;
    font-family: jost !important;
}

.breadcrumbs.product_view_breadcrumbs li a {
    color: #85a371;
    font-family: jost;
}

.product-item-details .product-item-link {
    min-height: 70px;
}

.catalog_product_feature>h2.mgz-element-heading-text {
    margin-bottom: 0 !important;
    margin-top: 30px;
    text-transform: capitalize !important;
    position: relative;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.catalog_product_feature>h2.mgz-element-heading-text:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #7e9c66;
    height: 3px;
    width: 100px;
}

.catalog-product-view .product.media {
    width: 50% !important;
}

.customcatfilter strong {
    align-content: center !important;
}

.customcatfilter {
    display: flex !important;
    gap: 25% !important;
}

@media only screen and (max-width:767px) {
    .product-info-main.kit_content {
        width: 100% !important;
    }

    .short-description-content ul li {
        font-size: 22px;
        color: #505050;
        line-height: 33px;
    }

    h1.page-title.product-name {
        text-align: left;
    }

    .cms-index-index.page-layout-1column .columns .column.main {
        padding: 0;
    }

    .cms-index-index #maincontent {
        padding: 0;
    }

    .page-layout-1column .columns .column.main {
        padding: 0 20px;
    }

    .product.data.items>.item.title .switch {
        padding: 20px !important;
    }

    .product.info.detailed {
        max-width: 100% !important;
    }

    .product.data.items .item.content {
        margin-top: 20px !important;
    }

    .catalog-product-view .product.media {
        width: 100% !important;
    }

    .footer-heading {
        text-align: left;
    }

    body.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
        max-width: none !important;
        width: calc(100% - 120px) !important;
        margin-left: 40px !important;
    }

    #maincontent {
        padding: 0 20px;
    }

    .page-footer {
        padding: 0 20px;
    }

    .page-header .minicart-wrapper {
        top: 40px !important;
    }

    .header-right {
        margin-right: 70px;
    }

    .page-header .amsearch-wrapper-block:before {
        display: none;
    }

    .categories__item {
        width: 100%;
    }

    .be-group-title {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .testimonial_items {
        width: 100%;
        flex: 0 0 100%;
    }

    .testimonial_box {
        flex-wrap: wrap;
    }

    .shipping {
        margin-top: 20px;
    }

    .category_kit_wrapper .category_listing {
        grid-template-columns: 1fr 1fr;
    }

    .category_kit_wrapper .category_listing_text {
        top: 45px;
    }

    .category_kit_wrapper .category_listing.twofr .category_listing_text {
        top: 110px;
    }

    .catalog-product-view #maincontent {
        padding: 0;
    }

    .product.data.items .item.content {
        padding: 20px 0;
    }

    .product.info.detailed {
        padding: 40px 0 !important;
    }

    .product.data.items>.item.title {
        margin: 20px 0;
    }

    .product.data.items>.item.title {
        background-position: 95% 110%;
    }
}

.panel.wrapper .minicart-wrapper{
    display: none !important;
}

@media screen and (min-width: 768px) {
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .page-footer .footer.top,
    .page-footer .footer.bottom {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Hamburger Icon */
.custom-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    background: none !important;
    border: none;
    cursor: pointer;
}

.custom-hamburger span {
    height: 3px;
    width: 100%;
    display: block;
}

/* Sidebar Menu */
#ammenu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    overflow-y: auto;
}

/* Open state */
#ammenu-sidebar.active {
    transform: translateX(0);
}

/* Optional overlay effect */
body.menu-open {
    overflow: hidden;
}

/* Header layout */
.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
input.amsearch-input {
    margin: 0;
}

/* Mobile layout */
@media (max-width: 768px) {
    .header-search-mobile {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
/* Mobile layout */
@media (min-width: 1025px) {
    .custom-hamburger{
        display: none;
    }
}
.home-services i{
	font-size: 40px;
}
.home-services h4{
	margin-bottom: 5px;
}
@media (max-width: 1024px) {
.home-banners {
grid-template-columns: 1fr;
gap: 0;
}
}
 
@media only screen and (max-width: 992px){
	.mgz-product-items .mgz-grid-item .product-item-info{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.product-item-details{
		padding: 0 10px;
	}
 
.header.livechat .custom_new_links{
	padding: 10px 0;
}
.service-item{
	flex-direction: column;
	text-align: center;
}
.page-footer .footer.bottom .content{
	padding: 20px 0;
}
 
}
.page-header .minicart-wrapper>.minicart-price{
    color: #c6242f !important;
}

.nav-toggle:hover:before {
    position: relative !important;
    right: 20px;
    color: #c6242f !important;
    transition: color ease 0.2s;
}
.home-services i {
	font-size: 40px;
}

.home-services h4 {
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	.home-banners {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media only screen and (max-width: 992px) {
	.mgz-product-items .mgz-grid-item .product-item-info {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.product-item-details {
		padding: 0 10px;
	}

	.header.livechat .custom_new_links {
		padding: 10px 0;
	}

	.service-item {
		flex-direction: column;
		text-align: center;
	}

	.page-footer .footer.bottom .content {
		padding: 20px 0;
	}

}

.cms-index-index .page.messages{
	z-index: 9;
}
--------------
.cms-index-index .page.messages{
	z-index: 9;
}
.minicart-wrapper .action.close{
	color: #000;
	top: -30px;
}

.page-wrapper .page-header .panel.wrapper {
	background: #000;
}

.header-icons a {
	line-height: 0;
}

.category-item-home span {
	font-size: 18px;
	text-align: center;
}

.banner-content span {
	font-size: 20px;
}

.banner-content h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}

.banner-content a {
	font-weight: bold;
}

@media (min-width: 992px) {
	.page-layout-2columns-left .column.main {
		width: 100% !important;
		padding: 0 50px;
	}
}

.page-wrapper>.breadcrumbs .items {
	margin: 0 !important;
	padding: 0px;
}

.page-header .header.content {
	padding-bottom: 20px;
}

.catalog-category-view .page-main .category-view {
	text-align: center;
	padding: 20px;
	background: #fff;
}

.page-layout-2columns-left.catalog-category-view .column.main {
	width: 100% !important;
}

a.moreless-button:after,
.showmore-button:after {
	content: '>' !important;
	color: #fff !important;
}

a.moreless-button,
.showmore-button,
.showless-button {
	width: 100px;
	background: #000;
	color: #fff !important;
	padding: 10px 30px;
}

body.catalog-category-view {
	background: #fff !important;
}

.rjBlogListingsec .position-sticky a {
	color: #000;
}

.page-wrapper>.breadcrumbs .items {
	margin-bottom: 0px !important;
	padding: 10px 0px;
}

.data-feedname-label ul {
	padding-left: 0;
}

.product-info-main .price-box>.price-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-info-main .qty .control #qty {
	background: #f5f5f5 !important;
}

.featured-products-section .action.tocart {
	background: #ee3333 !important;
	color: #fff !important;
	padding: 8px !important;
	width: 150px;
	text-align: center !important;
}

.ammenu-category-columns {
	flex-direction: column;
}

@media only screen and (max-width: 767px) {

	.nav-toggle-wrapper {
		display: none;
	}

	.mgz-product-items .mgz-grid-item .product-item-info,
	.mgz-product-items .mgz-grid-item .product-item-info:hover {
		height: auto !important;
	}

	.banner-item img {
		height: 250px;
	}

	.banner-item {
		height: 100% !important;
	}

	.home-banners {
		margin-top: 50px !important;
	}

	.catalog-product-view #maincontent {
		padding: 20px !important;
	}

	.product-info-main .qty .control {
		float: none !important;
	}

	.box-tocart .fieldset {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	div.header-middle {
		width: 100% !important;
	}

	.header-right {
		margin-right: 70px;
		position: absolute;
		top: 50px;
		right: 0;
		width: auto;
	}

	.ammenu-header-container .header.content .minicart-wrapper {
		margin: 0 10px;
		position: absolute;
		right: -85px;
		width: auto;
		top: -5px !important;
	}

	.custom-hamburger {
		width: auto !important;
	}

	.page-header .header.content {
		padding-top: 10px;
	}

	.header-icon svg {
		width: 30px;
		height: 30px;
	}

}
.shop-btn {
background: #e33;
color: #fff !important;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
}
.page-header .minicart-wrapper .action.showcart:before{
	font-size: 20px !important;
	line-height: 20px;
}
.ammenu-header-container .header.content .minicart-wrapper{
	margin-left: 0 !important;
}
.banner-item{
	position: relative;
}
.banner-item:after{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.4;
	left: 0;
	width: 100%;
}
.banner-content{
	z-index: 99;
}
 
@media only screen and (min-width: 1280px){
	.page-header .minicart-wrapper .action.showcart{
	top: -2px;
}
.header-right{
	position: relative;
	top: 45px;
}
}
 
@media only screen and (max-width: 767px){
	.home-banners{
		margin-bottom: 50px !important;
	}
}
