a,
.alink {
    color: #01734a;
}

.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
    display: none;
}

.weltpixel-quickview {
    display: none !important;
}

.product.actions.product-item-actions {
    display: none;
}

.category-image {
    margin-bottom: 10px;
}

.cat_custom_content_label {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #161616;
    font-weight: 600;
}

.cat_custom_content {
    display: flex;
    width: 100%;
    margin: 10px 0;
    color: #3c3c3b;
}

.cat_custom_content_left {
    width: 49%;
    margin-right: 1%;
}

.cat_custom_content_right {
    width: 49%;
    margin-left: 1%;
}

.category-image img {
    width: 100%;
    text-align: right;
}

.products-grid .product-item .product-item-info {
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
    background: #fff;
}

.products-grid .product-item .product-item-details {
    padding: 20px;
    text-align: left;
}

.button.action.ias-load-more {
    padding: 6px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #00000080;
    background-color: #c72127;
    border: 1px solid #c72127;
    line-height: 2.86;
    letter-spacing: normal;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px !important;
}

.button.action.ias-load-more span {
    position: relative;
    padding-right: 20px;
}

.button.action.ias-load-more span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    right: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.563 5.25 6.75 6.75-6.75 6.75'%3E%3C/path%3E%3Cpath d='M18.375 12H4.687'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
    transform: rotate(90deg);
    left: unset;

}

.product-item .price-box .price {
    font-weight: 600;
}

.view_product {
    position: relative;
    color: #161616;
    font-size: 14px;
}

.view_product a {
    color: #161616;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: normal;
    width: 100%;
    DISPLAY: flex;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.563 5.25 6.75 6.75-6.75 6.75'%3E%3C/path%3E%3Cpath d='M18.375 12H4.687'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25px;
}

.view_product::after {
    /*position: absolute;
    right: 0px;
    top: 13px;
    content: "\e608";
    font-size: 14px;
    font-family: 'luma-icons';*/
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    border: 1px solid #e6e6e6;
    box-shadow: unset;
    margin: unset;
    padding: unset;
}

.products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
    margin: 0;
    border: unset;
    box-shadow: unset;
    display: none !important;
}
.products-grid.wishlist .product-item .product-item-inner {
    display: block !important;
}
.products-grid.wishlist .box-tocart{
    margin:5px 10px !important;
}
.products-grid.wishlist .field.comment-box,
.products-grid.wishlist .box-tocart label.label{
    display: none !important;
}
.products-grid.wishlist .box-tocart .input-text.qty{
    margin: 0;
    height: auto;
    padding: 5px 10px;
}
.wishlist-index-index .product-item-inner{
    padding:0 !important;
}

.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: unset;
    width: auto;
    clip: unset;
    height: auto;
    margin: unset;
}

.catalog-category-view .category-view {
    position: relative;
}


.catalog-category-view .custom_breadcrumbs {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

.breadcrumbs .items,
.breadcrumbs li,
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #01734a;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumbs strong {
    color: #535050;
    font-size: 15px;
    font-weight: 500;
}

.catalog-category-view .custom_breadcrumbs .breadcrumbs .items,
.catalog-category-view .custom_breadcrumbs li,
.catalog-category-view .custom_breadcrumbs a,
.catalog-category-view .custom_breadcrumbs a:visited,
.catalog-category-view .custom_breadcrumbs strong {
    color: #01734a;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumbs .item:not(:last-child):after {
    font-size: 12px;
    line-height: 25px;
}

.catalog-category-view .page-title-wrapper {
    position: absolute;
    width: 100%;
    top: 160px;
    left: 0;
}

.top-to-bootom-button {
    cursor: pointer;
}

.catalog-category-view .page-title-wrapper h1.page-title {
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: normal;
    color: #161616;
}

.sidebar.sidebar-main {
    margin-top: 32px;
}

.filter-options-title {
    text-transform: uppercase;
    background: #F2F2F2;
    border: 0;
    padding: 12px;
    color: #161616;
    font-weight: 600;
    font-size: 16px;
}

.filter-options-item {
    border-bottom: 0px solid #cccccc;
}

.filter .block-subtitle {
    display: none;
}

.nav-sections {
    background: #02734A;
    /*position: relative;*/
}

.sections.nav-sections::after {
    height: 400px;
    content: "";
    background: url(../images/spring_pack_bg1.png) repeat left bottom;
    width: 400px;
    position: absolute;
    /* bottom: -156px; */
    left: -200px;
    top: 80px;
    /* width: 73%; */
    /* height: 429%; */
    /* top: -50%; */
    /* left: -50%; */
    /* z-index: -1; */
    /* background: url(background.png) 0 0 repeat; */
    transform: rotate(45deg);
    opacity:0.5;
}

.page-id-2 .sections.nav-sections::after,
.wordpress-post-view .sections.nav-sections::after {
    display: none !important;
}

.page-id-2 .page-title .page-title-wrapper {
    display: none !important;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 36px;
    line-height: 1.11;
    font-weight: 600;
    color: #161616;
    margin-bottom: 30px;
}

.product-info-main .product.attribute.overview {
    margin: 20px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3c3c3b;
}

.product-info-main .product.attribute.overview a {
    text-decoration: none;
    color: #02734A;
}

.product-info-main .product-info-stock-sku {
    float: none;
    padding: 0;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #161616;
}

.product-info-main .product.attribute.sku .type {
    font-weight: 500;
}

.product-info-main .product.attribute.sku .type:after {
    content: ":";
}

.product-info-main .product-add-form {
    background: #F2F3F4;
    padding: 30px;
    width: max-content;
    margin: 20px 0;
    display: block;
}

.box-tocart .action.tocart {
    background: #01734a;
    border-color: #01734a;
    width: 185px;
}

.box-tocart .action.tocart:hover {
    background: #c72127;
    border-color: #c72127;
}

#product_addtocart_form {
    display: flex;

}

#product_addtocart_form .box-tocart {
    width: 100%;
}

#product_addtocart_form .product-info-price {
    width: 49%;
    border-bottom: 0;
    margin-bottom: 0;
    display: none !important;
}

.custom_code_cartbox .fieldset {
    display: flex;
    align-items: baseline;
    margin: 0;
}

.custom_code_cartbox .field.qty.custom_qty {
    margin-right: 35px;
}

.custom_code_cartbox .field.qty.custom_qty label.label {
    display: grid;
}

.custom_unit_price_wrapper {
    margin-right: 40px;
}

.custom_code_cartbox .fieldset.custom_action {
    align-items: center;
}

.custom_code_cartbox .fieldset.custom_action .actions {
    margin-right: 30px;
}

.price-box.price-final_price {
    border-bottom: 0;
    color: #c72127;
    padding-bottom: 15px;
    margin: 25px 0 10px 0;
    font-size: 14px;
}

.custom_full_price {
    border-bottom: 0;
    color: #c72127;
    margin: 10px 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

.custom_or_more {
    margin: 5px 0 10px 0;
}

.custom_unit_price_wrapper,
.custom_stock_availability_wrapper {}

.custom_unit_price_wrapper strong,
.custom_stock_availability_wrapper strong {}

.custom_unit_price {
    border-bottom: 0;
    color: #c72127;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.custom_stock_availability {
    margin: 10px 0;
}

.custom-qty {
    margin: 10px 0;
}

.custom-qty .input-group {
    display: grid;
    grid-template-columns: repeat(3, min-content) auto;
}

#qty-error.mage-error {
    grid-row: 2;
    grid-column: span 4;
}

.custom-qty .input-group__input {
    text-align: center;
    margin: 0;
    border-right: 0;
    border-left: 0;
    background: #FFF;
    color: #161616;
    border: 0;
    border-radius: 0;
    height: 35px;
    width: 60px;
    padding: 0 7px;
}

.custom-qty .input-group__button.input-group__button--decrease,
.custom-qty .input-group__button.input-group__button--increase {
    background: #E6E6E6;
    color: #161616;
    border: 0;
    font-size: 30px;
    border-radius: 0;
    padding: 0;
    height: 35px;
    width: 35px;
    text-align: center;
}

.products .price-box.price-final_price {
    border-bottom: solid 1px #e6e6e6;
}

.product-reviews-summary {
    display: none !important;
}

.custom_discount_percent {
    position: absolute;
    left: 16px !important;
    top: 16px !important;
    background: #cd1719;
    z-index: 9;
    border: 1px solid #cd1719;
    border-radius: 3px;
    color: #fff;
    padding: 2px 10px 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.products-grid .product-item-info:hover .custom_discount_percent {
    left: 10px !important;
    top: 10px !important;
}

.custom_new_label {
    position: absolute;
    right: 16px !important;
    top: 16px !important;
    background: #cd1719;
    z-index: 9;
    border: 1px solid #cd1719;
    border-radius: 3px;
    color: #fff;
    padding: 2px 10px 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.products-grid .product-item-info:hover .custom_new_label {
    right: 10px !important;
    top: 10px !important;
}

.block.related .related-available .product-item-name {
    margin-left: 0px;
}

.custom_related_block {
    /*background: #F6E5E5;*/
    padding: 50px 0 0 0;
    margin: 20px 0;
    background: url(../images/product-of-the-month_bg.jpg) no-repeat left center #F6E5E5;
}

#block-related-heading {
    color: #c72127;
    font-size: 37px;
    font-weight: 700;
}

.top-to-bootom-wrapper.custom_related_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.top-to-bootom-button.custom_related {
    box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 30px;
    width: 58px;
    height: 58px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extra_info_addtocart {
    font-size: 14px;
    color: #161616;
    font-weight: 500;
}

.extra_info_addtocart>div {
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.extra_info_addtocart img {
    height: 40px;
    margin-right: 15px
}

.filter-options-content a:hover {
    background-color: unset;
    /*color: #c72127;*/
}

.custom_related_product {
    padding: 0 !important;
}

.custom_related_product.product-items.slick-slider .slick-slide .product-item {
    max-width: 100%;
    width: 98% !important;
}

.custom_related_product.slick-slider .slick-arrow.slick-prev {
    left: -20px;
}

.custom_related_product.slick-slider .slick-arrow.slick-next {
    right: -20px;
}

.review-form .action.submit.primary {
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #00000080;
    background-color: #c72127;
    border: 1px solid #c72127;
    color: #fff;
}

.review-form .action.submit.primary:hover {
    box-shadow: 0 2px 4px 0 #00000080;
    background-color: #c72127;
    border: 1px solid #c72127;
    color: #fff;
}

.review-control-vote label:before,
.review-control-vote:before {
    color: #c72127;
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 20px;
    height: 32px;
    letter-spacing: 8px;
    line-height: 20px;
}

.fotorama__stage {
    border: 1px solid #e6e6e6;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    border: 1px solid #e6e6e6;
    margin: 5px 0 20px 0;
    padding: 0 15px;
}

.fotorama__thumb {
    background-color: unset;
}

.fotorama__thumb-border {
    border-color: #c72127;
    /*margin-top:0 !important;*/
    /*margin-left: 15px;*/
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    /*padding-top:0 !important;
    padding-bottom:0 !important;*/
    /*border-right: 1px solid #e6e6e6;*/
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    /*border-right: 0px solid #e6e6e6;*/
}

.fotorama__nav__frame.fotorama__nav__frame--thumb:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: '';
    border: 1px solid #e6e6e675;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child:after {
    content: none;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    /*padding-left:15px !important;*/
}

div[data-content-type='slider'] {
    visibility: visible;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
textarea,
select {
    background-color: #fff;
    padding: 20px;
    margin: 5px 0;
    border: 1px solid #eaeaea;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

select {
    height: auto !important;
    padding: 10px 20px;
}

.submit_btn {
    padding: 15px 45px;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid;
    color: #fff;
    background-color: #cd1719;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 4px;
}

.full_width,
.full_width img {
    width: 100%;
}

.about_us_tab .about_us_tab_head {}

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

.about_us_tab .tab-content_left {
    width: 55%;
    margin-right: 2%;
}

.about_us_tab .tab-content_right {
    width: 43%;
}

ul.tab-nav.tab-nav2 li a {
    background-color: #00764B;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    color: #fff;
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #CD1719;
    color: #FFF;
}

.about_3tab_grid_1 {
    text-align: center;
    padding: 50px;
    min-height: 290px;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
}

.about_3tab_grid_2 {
    text-align: center;
    padding: 50px;
    min-height: 290px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.about_3tab_grid_3 {
    text-align: center;
    padding: 50px;
    min-height: 290px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 10px;
}

.about_3tab_grid_1.service_page_grid,
.about_3tab_grid_2.service_page_grid,
.about_3tab_grid_3.service_page_grid {
    min-height: 325px;
}

.about_2tab_grid_1 {
    text-align: center;
    padding: 50px 60px;
    color: #fff;
    margin-bottom: 30px;
    margin-right: 15px;
}

.about_2tab_grid_2 {
    text-align: center;
    padding: 50px 60px;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 15px;
}

.service_tab .tab-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service_tab .tab-content h3:before {
    content: url(../images/red-arrow.svg);
    display: inline-block;
    padding-right: 15px;
}

.service_tab .tab-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-top: 1px dashed rgba(0, 0, 0, .2);
}

.service_tab .tab-content ul li:before {
    content: url(../images/red-tick-list.svg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 15px;
    height: 27px;
}

.using_our_site_tab {
    margin-left: 30%;
    min-height: 500px;
}

.using_our_site_tab_top {
    margin: 0 0 40px 0;
}

.using_our_site_tab .tab-container {
    background: #fff;
    border: 10px solid #fff;
    border-radius: 4px;
    margin: 30px 0 30px 0;
    padding: 20px;
    position: relative;
    text-align: center;
}

.using_our_site_tab #tabs-QuickOrdering .triangle {
    position: absolute;
    top: -28px;
    left: 5%;
}

.using_our_site_tab #tabs-OnlineCalculator .triangle {
    position: absolute;
    top: -28px;
    left: 22%;
}

.using_our_site_tab #tabs-Allinoneplace .triangle {
    position: absolute;
    top: -28px;
    left: 41%;
}

.using_our_site_tab #tabs-Accessonthego .triangle {
    position: absolute;
    top: -28px;
    left: 59%;
}

.address-strip {
    padding: 30px 0;
    background-color: #00764b;
}

.address-strip h3 {
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.address-strip h3:before {
    content: url(../images/place-icon.svg);
    display: inline-block;
    padding-right: 15px;
}

.contact_image_left {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.contact_image_left img {}

.contact_image_right {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.contact_image_right img {}

.contact_image_left .overlay_custom,
.contact_image_right .overlay_custom {
    position: absolute;
    top: 55%;
    left: unset;
    right: 30px;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    color: #fff;
    width: 50%;
}

.overlay_custom a {
    color: #fff;
}

.overlay_custom_inner {
    display: flex;
    align-items: flex-start;
}

.overlay_custom_text {
    margin: 0 0 0 15px;
}

.overlay_custom_text h2 {
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px),
print {
    .products-grid .product-item {
        margin-left: 2% !important;
        padding: 5px;
        width: calc((100% - 6%)/4) !important;
    }

    .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2% !important;
    }

    .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0 !important;
    }

    .page-products .products-grid .product-item {
        margin-left: 2% !important;
        padding: 5px;
        width: calc((100% - 4%)/3) !important;
    }

    .page-products .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 2% !important;
    }

    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0 !important;
    }
}

@media (min-width: 769px),
print {
    .catalog-category-view .page-title-wrapper h1.page-title {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .navigation {
        background: transparent;
        color: #fff;
    }

    .navigation ul {
        display: flex;
    }

    .navigation .level0>.level-top {
        color: #fff !important;
        padding: 15px 5px;
        line-height: 20px;
    }

    .navigation .level0.parent>.level-top {
        padding-right: 18px;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        color: #fff !important;
    }

    .page-layout-1column .product.media {
        width: 49%;
    }

    .page-layout-1column .product-info-main {
        width: 49%;
    }

    .page-wrapper .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /*.page-wrapper .custom_breadcrumbs > .breadcrumbs {
        margin-top:0px;
        margin-bottom:0px;
    }*/
    .custom_related_block .block.related {
        margin-bottom: 0;
    }

    .product.data.items>.item.title>.switch {
        font-weight: 700;
        line-height: 45px;
        font-size: 20px;
        color: #161616;
        text-decoration: none;
        background: #F2F2F2;
        border: 1px solid #e6e6e6;
        height: 50px;
        padding: 1px 70px 1px 35px;
    }

    .product.data.items .data.item.title {
        position: relative;
    }

    .product.data.items .data.item.title::after {
        content: "";
        position: absolute;
        top: 14px;
        right: 10px;
        height: 23px;
        width: 23px;
        border-radius: 50%;
        background: url(../images/product_detailstab_bg.png) no-repeat center center;
        /*color: #000;*/
        z-index: 2;
        background-size: contain;
    }

    .product.data.items .data.item.title.active::after {
        background: url(../images/product_detailstab_bg1.png) no-repeat center center;
        background-size: contain;
    }

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

    .product.data.items>.item.content {
        background: #ffffff;
        margin-top: 49px;
        padding: 35px 35px 35px 35px;
        border: 1px solid #e6e6e6;
    }
}

@media (max-width: 768px),
print {
    .sections.nav-sections::after {
        display: none;
    }

    .sections.nav-sections {
        /*height: 0 !important;*/
    }

    .minicart-wrapper .action.showcart::before {
        display: none !important;
    }
}


/* my css start */
.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .product-content-area h5 a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .img-wrapper img {
    height: 202px;
    object-fit: cover;
}

.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .product-content-area .btn-and-save-group form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .product-content-area .btn-and-save-group form a {
    width: 20px;
    height: 20px;
}

.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .product-content-area .btn-and-save-group form a i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    color: #161616;
}

.product-of-the-month-wrapper .product-box-main-area-wrapper .product-box-col .product-box-wrapper .product-content-area .action.tocart.primary {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #161616;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-left: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" fill="none" stroke="%23161616" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5v14"></path><path d="M5 12h14"></path></svg>');
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: left center;
}

.top-product-wrapper {
    margin-bottom: 50px;
}

.top-product-wrapper .top-product-main-area-wrapper {
    width: 100%;
}

.top-product-wrapper h3 {
    margin-bottom: 36px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #c72127;
}

.top-product-wrapper .top-product-main-area-wrapper .top-product-box-wrapper .content-area-wrapper h5 {
    height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-product-wrapper .top-product-main-area-wrapper .top-product-box-wrapper .img-wrapper img {
    height: 288px;
    object-fit: cover;
}


.eco-packaging-wrapper .eco-packaging-inner-wrapper {
    text-align: center;
}

.eco-packaging-wrapper {
    position: relative;
    background-image: url(https://spd.numagoodev.com/media/wysiwyg/video-section-bg-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.eco-packaging-wrapper .eco-packaging-inner-wrapper .video-button-wrapper {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-bottom: 100px;
}

.eco-packaging-wrapper .eco-packaging-inner-wrapper .content-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

.eco-packaging-wrapper .eco-packaging-inner-wrapper .content-area h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 68px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.06px;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.eco-packaging-wrapper .eco-packaging-inner-wrapper .content-area p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}


.cms-home .sections.nav-sections::after {
    z-index: 1;
    opacity: 0.5;
    height: 600px;
    width: 600px;
    top: 90px;
    left: -300px
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #1a1818;
    opacity: 1;
    /* Firefox */
}

#contact-form input::-ms-input-placeholder,
#contact-form textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #1a1818;
}

/* my css end*/

@media screen and (max-width: 767px) {
    .catalog-category-view .page-title-wrapper {
        /*position: unset;*/
        padding: 0 15px;
        top: 0;
    }

    .catalog-category-view .page-title-wrapper h1.page-title {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .nav-sections-item-title .nav-sections-item-switch {
        color: #02734A;
    }

    .nav-sections-item-title.active .nav-sections-item-switch {
        color: #fff;
    }
}

@media screen and (min-width: 769px) {
    .store-view-springpack.wordpress-post-view.page-layout-2columns-left .page-main {
        padding: 0 !important;
    }

    .store-view-springpack.wordpress-post-view.page-layout-2columns-left .column.main {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .store-view-springpack.wordpress-post-view.page-layout-2columns-left .elementor-element.e-flex.e-con-boxed.e-con.e-parent {
        padding: 0 !important;
    }

    .store-view-springpack.wordpress-post-view.page-layout-2columns-left .e-con>.e-con-inner {
        max-width: 100% !important;
    }

}

/* category page tabs design  */
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items.mage-tabs-disabled .item.content .mage-accordion-disabled .allow {
    width: 100%;
}

.catalog-product-view .page-wrapper .product.info.detailed .product.data.items.mage-tabs-disabled .item.content .mage-accordion-disabled .allow div {
    position: relative;
    width: fit-content;
    padding: 20px;
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    font-weight: 700;
    line-height: 45px;
    font-size: 20px;
    color: #161616;
    text-decoration: none;
    height: 50px;
    padding: 1px 50px 1px 20px;
    margin-bottom: 0;
}

.catalog-product-view .page-wrapper .product.info.detailed .product.data.items.mage-tabs-disabled .item.content .mage-accordion-disabled .allow div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: url(../images/product_detailstab_bg.png) no-repeat center center;
    z-index: 2;
    background-size: contain;
    bottom: 0;
    margin: auto;
}

.catalog-product-view .page-wrapper .product.info.detailed .product.data.items.mage-tabs-disabled .item.content .mage-accordion-disabled .allow.active div:after {
    background: url(../images/product_detailstab_bg1.png) no-repeat center center;
    background-size: contain;
}

.catalog-product-view .page-wrapper .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title {
    display: none;
}


/* Bespoke Products page  css */
.page-title-wrapper .page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1285px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-shadow: 8px 7px 26px #fff;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1.94px;
    color: #161616;
    margin-bottom: 10px;
}

.sub-hedding h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    color: #161616;
    margin: 0 0 50px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.packaging-row {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.b-packaging-img {
    background-color: #fff;
    margin-top: -50px;
    margin-bottom: -50px;
    border: 10px solid #fff;
    text-align: center;
}
.b-packaging-title {
    padding-left: 62px;
}
.b-packaging-title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -1.42px;
    color: #fff;
}

.start-designing {
    padding: 50px 0 50px 0;
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
}
.start-designing-heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -1.42px;
    text-align: center;
    color: #161616;
}
.start-designing-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.start-designing-buttons .title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.start-designing-buttons ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.start-designing-buttons ul li {
    margin-bottom: 0;
}
.start-designing-buttons li:not(:first-child) {
    padding-left: 6px;
}
.start-designing-buttons a {
    border: solid 1px #01734a;
    border-radius: 5px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.86;
    letter-spacing: normal;
    text-align: center;
    color: #01734a;
}
.start-designing-buttons a:hover {
    background-color: #01734a;
    color: #fff;
}
.instabox-threed {
   width: 70%;
}
.instapack-threed {
    width: 30%;
}
.instaboxproduct img {
    vertical-align: middle;
}
.instabox-content {
    padding-left: 155px;
}
.instabox-content .instabox-btn {
    border: solid 1px #01734a;
    border-radius: 5px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #01734a;
    display: inline-block;
}
.instabox-content h2, .watch-video-row h2, .accordion-content-row h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -1.42px;
    color: #161616;
    margin: 15px 0 30px 0;
}
.watch-video-row h2 {
    margin-top: 45px;
    padding: 0 15px;
}
.instabox-content a {
    display: flex;
    align-items: center;
}
.instabox-content .buttontext {
    padding: 6px 40px 6px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #01734a;
    margin-right: 52px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.instabox-content .arrow-right {
    background: url(../images/arrow-right.png) no-repeat center;
    width: 68px;
    height: 58px;
    display: inline-block;
    background-size: contain;
}

.tapes-envelopes {
    padding: 15px 15px 10px;
}
.tapes-envelopes h4 {
    font-size: 24px;
    font-weight: bold;
}
.accordion-content-row {
    padding-top: 35px;
    padding-bottom: 80px;
    max-width: 1044px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.custom-accordion .allow {

}
.custom-accordion h4{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #161616;
  padding: 20px 26px 20px 51px;
  background-color: #f2f2f2;
  cursor: pointer;
  margin-bottom: 7px;
  margin-top: 0;
}
.custom-accordion h4::after {
    content: "";
    background-color: #161616;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    border-radius: 100%;
    margin-top: -5px;
}
.accordion-content-row .content-accordion {
    margin-bottom: 10px;
    padding: 0 50px;
  }
.custom-accordion .active h4::after {
    rotate: 180deg;
}
.watch-video-img-row {
    padding: 55px 15px;
}
.watch-video-img-row .row-full-width-inner {
    position: relative;
}
.play-btn-tag {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.play-btn-tag .play-btn {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.call-support-row .row-full-width-inner {
    max-width: 1380px !important;
}
.call-support-row h2 {
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 4.06px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.call-support-row .touch-now-btn a {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #c72127;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 55px;
    display: inline-block;
    padding: 6px 40px;
}
.call-support-row .scrrol-top-btn {
    background-color: #596670;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    border: none;
    background-image: url(../images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 12px;
}
.bespoke-products-video video {
    background: #fff;
}
@media only screen and (max-width: 1240px) {
    .page-title-wrapper .page-title {
        font-size: 45px;
    }
    .instabox-threed {
        margin-bottom: 10px;
    }
    .instabox-threed, .instapack-threed {
        width: 100%;
        text-align: center;
    }
    .start-designing-buttons ul {
        justify-content: center;
    }
}
@media only screen and (min-width: 1024px) {
    .call-support-row {
        min-height: 860px;
    }
}
@media only screen and (max-width: 1024px) {
    .page-title-wrapper .page-title {
        font-size: 40px;
    }
    .play-btn-tag .play-btn {
        max-width: 100px;
    }
    .call-support-row h2 {
        font-size: 40px;
    }
    .watch-video-img-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .instabox-content {
        padding-left: 25px;
    }
    .b-packaging-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .instabox-content .buttontext {
        margin-right: 20px;
    }
    .instabox-content h2, .watch-video-row h2, .accordion-content-row h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .instabox-content .arrow-right {
        width: 38px;
        height: 28px;
    }
}
.minicart-wrapper .action.showcart .counter.qty{
        background: #D2171A !important;
}
@media only screen and (min-width: 768px) {
    .product-row .second-column {
        order: -1;
    }
    .block-search .action.search{
        bottom:0;
    }
    .ammenu-header-container .header.content .block-search{
        margin-right:5rem;
    }
    .opc-progress-bar{
        margin-top:20px;
    }
    .opc-progress-bar-item._active:before {
        background: #D2171A !important;
        border-color: #D2171A !important;
    }
    .opc-progress-bar-item._active > span:before{
        background: #D2171A !important;
        border-color: #D2171A !important;
    }
}
@media only screen and (max-width: 767px) {
    .sub-hedding h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-title-wrapper .page-title {
        margin-top: 30px;
        font-size: 32px;
    }
    .play-btn-tag .play-btn {
        max-width: 80px;
    }
    .start-designing-heading {
        font-size: 30px;
    }
    .start-designing {
        padding: 0 0 15px;
    }
    .accordion-content-row {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .call-support-row h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .call-support-row .touch-now-btn a {
        margin-bottom: 15px;
    }
    .accordion-content-row .content-accordion {
        padding: 0 20px;
    }
    .custom-accordion h4 {
        padding-left: 20px;
        padding-right: 15px;
        font-size: 18px;
    }
    .watch-video-img-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .watch-video-row h2 {
        margin-top: 20px;
    }
    .instabox-content h2, .watch-video-row h2, .accordion-content-row h2 {
        font-size: 25px;
    }
    .b-packaging-img {
      margin-bottom: 0;
    }
    .b-packaging-title h2 {
        font-size: 25px;
    }
    .instabox-content {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .instabox-content .buttontext {
        padding: 6px 20px;
        line-height: normal;
    }
    .instabox-content .arrow-right {
        width: 20px;
        height: 20px;
    }
    .call-support-row .scrrol-top-btn {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .custom-accordion h4::after {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .sub-hedding h2 {
        font-size: 18px;
    }
    .page-title-wrapper .page-title {
        font-size: 28px;
    }
    .play-btn-tag .play-btn {
        max-width: 60px;
    }
    .start-designing-heading {
        font-size: 25px;
        margin-top: 10px;
    }
    .call-support-row .touch-now-btn a {
        padding: 10px 20px;
        line-height: normal;
    }
    .call-support-row h2 {
        font-size: 20px;
        letter-spacing: normal;
    }
    .instabox-content h2, .watch-video-row h2, .accordion-content-row h2 {
        font-size: 20px;
    }
    .b-packaging-title h2 {
        font-size: 20px;
    }
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link{
    color:#ffffff;
}
.cta-banner{
    position: relative;
}
.cta-banner .inner_content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-left: 54%;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}
.cta-banner .inner_content h2{
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted white;
}
.cta-banner .inner_content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: white;
}
.cta-banner .btn-banner{
    background: #cd1719;
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 240px;
}
.cta_container{
    padding: 0;
    margin-bottom: 40px;
}
.cta_container_delevery{
    padding: 0;
}
.postcode-footer-container{
    position: relative;
}
.postcode-footer-container .inner_container{
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-right: 48%;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}
.postcode-footer-container .inner_container h1{
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px dashed;
}
.postcode-footer-container .inner_container p{color: #fff;}
.postcode-footer-container .inner_container h1:before {
    content: url(../images/delivery-icon.svg);
    display: inline-block;
    padding-right: 20px;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #D2171A !important;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #D2171A !important;
}
.knowledge-centre-wrapper .knowledge-centre-box-wrapper .img-wrapper img {
    height:220px;
}
.bt-zone-step-wrapper .zone-btn .btn-zone1{
    background-color:#F5D400 !important;
}
.bt-zone-step-wrapper .zone-btn .btn-zone2{
    background-color:#080FFF !important;
}
.bt-zone-step-wrapper .zone-btn .btn-zone3{
    background-color:#19941D !important;
}
.bt-zone-step-wrapper .zone-btn .btn-zone4{
    background-color:#D50005 !important;
}
.bt-zone-step-wrapper .zone-btn .btn-london{
    background-color:#73FFC2 !important;
}

.tp-widget-wrapper .wrapper-right .tp-widget-reviews-filter-label{display:none !important;}
@media (max-width: 991px){
  .page-wrapper .page-header .header {
          padding-top: 5px !important;
  }

}
@media only screen and (max-width: 768px){
    .ask_the_expert_div{ margin-left:10px !important;margin-right:10px !important;}
    .ask_expert_image {margin-left:0 !important;}
    .ammenu-logo img{max-width:250px !important;}
    .page-footer .footer .footer-main-wrapper .footer-nav-main-wrapper .navigation-wrapper .navigation-ul .navigation-li{ margin-bottom:10px;}

    .block-search input{opacity:0;}
    button.ammenu-button.-hamburger{ border:unset !important; margin-right:0 !Important;z-index: 9 !important; right:10px !important;top: 27px;}
    .ammenu-nav-sections.-sidebar.-opened {Z-INDEX: 999;}
    .form.minisearch .searchautocomplete{right:0; width: 420px !important;top:47px;}
    .block-search .form.minisearch.active input{
        opacity:1;
      position:absolute!important;
      right: 53px !important;
      left: unset !important;
      width: 400px !important;
      max-width: 400px !important;
      border: 1px solid  #000 !important;
    }
    .block-search .form.minisearch.active .label:before{
        content: '\e616';
    }
    .banner-container-homepage{display:unset !important;}
    .block-search .label {
        margin-right: 52px;
    }
    #container-homepage {
        display: flex !important;
    }
    .image-wrapper-homepage {
        width: auto !important;
        height: auto !important;
    }
    .image-wrapper-homepage img{
        position:unset !important;
    }

}
@media only screen and (max-width: 449px){
    .form.minisearch .searchautocomplete{width: 300px !important;}
    .block-search .form.minisearch.active input{
      width: 280px !important;
      max-width: 280px !important;
    }
}
