body{
    font-size: 16px;
    color: #343434;
    padding-top: 83px;
    font-family: 'Open Sans', sans-serif;
}
body.home,
body.page-template-page-landing{
    padding-top: 0px;
    /* background-color: #F5F5F5; */
    overflow-x: hidden !important;
}

/* common css start */
@media screen and (max-width: 1199px) {
    .container {
        max-width: 1140px;
    }
}
.site, body{
    overflow-x: unset !important;
}
body .hentry .entry-content a{
    text-decoration: none;
}
:focus, *{
    outline: none;
}
img{
    outline: none;
}
a:focus, button:focus, input:focus, textarea:focus{
    outline: none !important;
}
a:hover{
    text-decoration: none;
}
body .btn:focus{
    box-shadow: none;
}
.edit-link{
    display: none;
}
body.right-sidebar .content-area{
    width: 100%;
    margin: 0;
    overflow: unset;
}
body .col-full{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
body .site-main{
    margin-bottom: 0;
}
section{
    padding: 45px 0;
}
h1, h2, h3, h4, h5, h6, .font-2{
    font-family: 'Poppins', sans-serif;
}
.head2-wrapper{
    text-align: center;
}
.head2-svg{
    position: relative;
    display: inline-block;
    margin-top: 50px;
}
.head-2{
    font-weight: 500;
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 30px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.head2-svg svg{
    position: absolute;
    top: -55px;
    left: calc(50% - 44px);
}
.head2-svg svg .a{
    fill:#a4bf25;
}
.pm-grap-benefit .head2-svg svg, .home-testimonial .head2-svg svg, .home-contact .head2-svg svg{
    transform: rotateY(180deg);
}
.pm-inner-head{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pm-woo-head .entry-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pm-btn1{
    background-color: #DA1E37;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 30px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
    font-weight: 500;
}
.pm-btn1:hover{
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
.head-1{
    text-align: center;
    font-size: 64px;
    line-height: 82px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0D7610;
}
.cust-slider .slick-dots {
    margin-top: 20px;
}

.cust-slider .slick-dots li {
    padding: 0 10px;
    line-height: 1;
}

.cust-slider .slick-dots li button {
    height: 14px;
    width: 14px;
    background-color: #aaa;
    text-indent: -100000%;
    transition: 0.3s ease;
}

.cust-slider .slick-dots li.slick-active button {
    background-color: #da1e37;
    width: 24px;
    border-radius: 30px;
}
.cust-slider .slick-arrow{
    width: 16px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-indent: -100000%;
    position: absolute;
    top: calc(50% - 40px);
    right: 10px;
    outline: none;
}
.cust-slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}
.cust-slider .slick-arrow::before{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    transform: rotate(-45deg);
    top: 8px;
    right: 4px;
    border-right: 4px solid;
    border-bottom: 4px solid;
    transition: 0.3s ease;
    color: #707070;
    z-index: 99;
}
.cust-slider .slick-arrow.slick-prev:before {
    transform: rotate(135deg);
    right: -6px;
}
body .storefront-breadcrumb{
    list-style: none;
    background-color: transparent;
    max-width: 1140px;
    margin: 30px auto 20px;
    padding: 0 15px;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type:before{
    display: none;
}
.storefront-breadcrumb .woocommerce-breadcrumb{
    color: #000;
}
.storefront-breadcrumb .woocommerce-breadcrumb a{
    color: #b0b0b0;
    text-decoration: none;
}
.social{
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.social li{
    margin: 0 15px;
}
.social li .a{
    fill:#fff;
}

@media screen and (max-width: 767px) {
    section{
        padding: 30px 0;
    }
    .head-1{
        font-size: 32px;
        line-height: 40px;
    }
    .head-2{
        font-size: 24px;
        line-height: 42px;
    }
    .pm-inner-head{
        font-size: 28px;
    }
    body.home .site,
    body.page-template-page-landing .site{
        overflow-x: hidden !important;
    }
    body{
        padding-top: 63px;
    }
    .pm-btn1{
        font-size: 16px;
    }
    .pm-woo-head .entry-title{
        font-size: 28px;
    }
    body .storefront-breadcrumb{
        margin: 15px auto 10px;
    }
}
/* common css end */


/* header css start */
.pm-header .container{
    max-width: 1250px;
}
.home .site-header.pm-header,
.page-template-page-landing .site-header.pm-header{
    background-color: transparent;
    box-shadow: none;
}
.home.blog .site-header.pm-header, body .pm-header{
    margin: 0 !important;
    /* padding: 16px 0; */
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: fixed;
    transition: 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.home .site-header.pm-header.active,
.page-template-page-landing .site-header.pm-header.active{
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.admin-bar.home.blog .site-header.pm-header, body.admin-bar .pm-header{
    top: 32px;
}
.pm-nav-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.pm-nav-container .navbar-brand{
    padding: 10px 0;
}
.home .pm-nav-container .navbar-brand,
.page-template-page-landing .pm-nav-container .navbar-brand{
    padding: 0;
}
.pm-nav-container .navbar-brand .custom-logo{
    max-width: 100%;
    width: 150px;
}
.home .pm-nav-container .navbar-brand .custom-logo,
.page-template-page-landing .pm-nav-container .navbar-brand .custom-logo{
    display: none;
}
.before-scroll-logo{
    max-width: 100%;
    width: 150px;
}

.pm-header .before-scroll-logo{
    display: none;
}
.home .pm-header .before-scroll-logo,
.page-template-page-landing .pm-header .before-scroll-logo{
    display: block;
}
.home .pm-header.active .before-scroll-logo,
.page-template-page-landing .pm-header.active .before-scroll-logo{
    display: none;
}
.home .pm-header.active .pm-nav-container .navbar-brand .custom-logo,
.page-template-page-landing .pm-header.active .pm-nav-container .navbar-brand .custom-logo{
    display: block;
}
.pm-navigation{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
}
.pm-navigation .menu{
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.pm-navigation .menu li{
    font-family: 'Poppins', sans-serif;
    margin: 0 15px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}
.pm-navigation .menu li.active::after{
    content: "";
    background-image: url(../img/nav-active.svg);
    width: 16px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 8px);
    background-repeat: no-repeat;
}
.pm-navigation .menu li a{
    transition: 0.3s ease;
}
.home .pm-navigation .menu li a,
.page-template-page-landing .pm-navigation .menu li a{
    color: #fff;
}
.home .pm-header.active .pm-navigation .menu li a,
.page-template-page-landing .pm-header.active .pm-navigation .menu li a{
    color: #000;
}
.pm-navigation .menu li.active a,
.pm-navigation .menu li a:hover,
.home .pm-header.active .pm-navigation .menu li.active a,
.home .pm-header.active .pm-navigation .menu li a:hover,
.page-template-page-landing .pm-header.active .pm-navigation .menu li.active a,
.page-template-page-landing .pm-header.active .pm-navigation .menu li a:hover{
    color: #DA1E37;
}
.cart-icon{
    margin: 0 15px;
    position: relative;
}
.home .cart-icon svg,
.page-template-page-landing .cart-icon svg{
    fill: #fff;
}
.pm-header.active .cart-icon svg{
    fill: #000;
}
.cart-icon .count {
    background: #DA1E37;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    right: -7px;
}
.nav-btn{
    visibility: hidden;
}
.pm-header.active .nav-btn{
    visibility: visible;
}
.nav-btn .pm-btn1{
    width: 167px;
    margin-left: 15px;
}
.menu-btn{
    display: none;
}
.logo-close-btn{
    display: none;
}
@media screen and (max-width: 1025px){
    .banner-content ul{
        margin: 0 -16px;
        margin-top: 100px;
    }
    .banner-content ul li{
        margin: 0 16px;
    }
    .pm-navigation .menu li{
        margin: 0 10px;
    }
    .pm-nav-container .navbar-brand{
        margin: 0;
    }
    .site-header .pm-nav-container .custom-logo-link img{
        width: auto;
        max-width: 101px;
    }
}
@media screen and (max-width: 935px){
    .before-scroll-logo{
        width: 120px;
    }
    .pm-nav-wrapper{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: 0.5s ease;
        -ms-transform: translate(-100%);
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        -o-transform: translate(-100%);
        transform: translate(-100%);
        z-index: 999;
    }
    .admin-bar .pm-nav-wrapper{
        padding-top: 40px;
    }
    .pm-nav-wrapper.open{
        -ms-transform: translate(0%);
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -o-transform: translate(0%);
        transform: translate(0%);
    }
    .pm-navigation .menu{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .pm-navigation .menu li{
        margin: 15px 10px 15px;
        font-size: 18px;
    }
    .home .pm-navigation .menu li a,
    .page-template-page-landing .pm-navigation .menu li a{
        color: #000;
    }
    .pm-navigation .menu li.active a,
    .pm-navigation .menu li a:hover,
    .home .pm-header.active .pm-navigation .menu li.active a,
    .home .pm-header.active .pm-navigation .menu li a:hover,
    .page-template-page-landing .pm-header.active .pm-navigation .menu li.active a,
    .page-template-page-landing .pm-header.active .pm-navigation .menu li a:hover{
        color: #DA1E37;
    }
    .nav-btn{
        display: none;
    }
    .menu-btn{
        display: block;
        margin-left: 15px;
    }
    .menu-btn button {
        line-height: 0px;
        padding: 4px 5px;
        width: 38px;
        border: 0;
        background-color: transparent;
        border-radius: 5px;
        outline: none !important;
        display: block;
        /* display: flex;
        text-align: right;
        flex-direction: column; */
    }
    .home .menu-btn button span,
    .page-template-page-landing .menu-btn button span{
        background-color: #fff;
    }
    .menu-btn button span, .pm-header.active .menu-btn button span{
        display: block;
        height: 2px;
        width: 100%;
        background-color: #000;
        margin-bottom: 7px;
    }
    .menu-btn button span:last-child, .pm-header.active .menu-btn button span:last-child{
        margin: 0;
    }
    .logo-close-btn{
        display: flex;
        justify-content: space-between;
        padding: 20px 20px;
        align-items: center;
    }
    .logo-close-btn button{
        background-color: transparent;
        padding: 0;
        font-size: 42px;
        line-height: 1;
        font-weight: 400;
    }
}
/* header css send */


/* footer css start */
.site-footer.pm-footer{
    padding: 50px 0 0;
    background-color: #A4BF25;
}
.logo-social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #8CA809;
}
.logo-social .custom-logo-link{
    margin-bottom: 0;
}
.logo-social .custom-logo{
    width: 170px;
    height: auto;
    max-width: 100%;
}
.logo-social .social svg{
    height: 30px;
    width: auto;
}
.footer-contact{
    max-width: 100%;
    display: inline-block;
}
.footer-contact .custom-logo-link{
    display: inline-block;
    margin-bottom: 0;
}
.footer-contact .head{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0px 0 24px;
}
.contact-list{
    margin: 0;
    list-style: none;
}
.contact-list li{
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px;
    float: left;
    padding-right: 30px;
    color: #000;
}
.contact-list svg{
    position: absolute;
    left: 0;
    top: 0;
}
.contact-list svg .a, .contact-list svg .b {
    fill: none;
}
.contact-list svg .b {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.footer-wrapper{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.footer-wrapper .footer-item{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 11px;
}
.footer-item .head{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}
.footer-item ul{
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-item ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    flex: 0 0 50%;
}
.footer-item ul li::before {
    content: "";
    height: 2px;
    width: 5px;
    position: absolute;
    background-color: #000;
    top: 11px;
    left: 0;
}
.pm-footer.site-footer a{
    text-decoration: none;
}
.copyright-sec{
    color: #000;
    padding: 20px 15px;
    margin-top: 30px;
    border-top: 4px solid #8CA809;
}
.copyright-sec .copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-footer .copyright-sec a:not(.button):not(.components-button){
    color: #000;
}
.footer-item .head.mobile{
    display: none;
}
.mobile-sticky{display: none;}
@media screen and (max-width: 767px){
    .home .site-footer.pm-footer,
    .page-template-page-landing .site-footer.pm-footer{
        margin-bottom: 67px;
    }
    .footer-contact{
        max-width: 100%;
        border-right: none;
        padding-bottom: 22px;
        margin-bottom: 22px;
        border-bottom: 1px solid #707070;
    }
    .footer-contact .head{
        font-size: 16px;
        margin: 18px 0;
    }
    .footer-wrapper .footer-item{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #707070;
        margin-bottom: 15px;
    }
    .footer-wrapper .footer-item:last-child{
        border: 0;
    }
    .footer-item .head{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-item .head.mobile{
        display: none;
        position: relative;
    }
    .footer-item .head.mobile::after {
        content: "+";
        font-size: 22px;
        line-height: 1;
        position: absolute;
        right: 5px;
        top: 1px;
        font-weight: normal;
    }
    .footer-item.open .head.mobile::after {
        content: "-";
    }
    .footer-item ul li{
        flex: 0 0 100%;
    }
    .copyright-sec{
        margin-top: 15px;
    }
    .copyright-sec .copyright{
        flex-direction: column;
        align-items: flex-start;
    }
    .social li{
        margin: 0 10px;
    }
    .copyright-text{
        font-size: 14px;
    }
    .mobile-sticky.fixed{
        display: block;
        position: fixed;
        background-color: #fff;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        padding: 10px;
        z-index: 999;
        -webkit-animation-name: example;
        -webkit-animation-duration: 0.5s;
        animation-name: example;
        animation-duration: 0.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes example {
        from {bottom: -30px}
        to {bottom: 0px;}
    }

    /* Standard syntax */
    @keyframes example {
        from {bottom: -30px;}
        to {bottom: 0px;}
    }
}
/* footer css end */


/* homepage css start */
.backgroung-banner{
    /* background-image: url(../img/banner-final.jpg); */
    background-image: url(../img/emblem-Header-image-1680-1050.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    z-index: 1;
    position: relative;
}
.pm-banner{
    position: relative;
    padding-top: 200px;
    padding-bottom: 140px;
    /* background-image: url(../img/banner-image.png); */
    /* background-image: url(../img/1680\ X\ 1050.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.pm-banner::before{
    content: "";
    background-image: linear-gradient(#000, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    background-image: linear-gradient(#000, #0000007F, #00000000);
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
}
.pm-banner .banner-svg{
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    top: 0;
    left: 0;
}
.pm-banner img{
    /* position: absolute;
    max-width: 68%;
    top: -80px;
    right: -140px; */
}
.banner-content{}
.banner-content h1{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 60px;
}
.banner-content h1 span{
    background-color: #fff;
    margin: 2px 0;
    display: inline-block;
    padding: 0 8px;
}
.banner-content p{
    font-size: 20px;
    margin-bottom: 26px;
}
.banner-content ul{
    display: inline-block;
    list-style: none;
    margin: 20px 0px;
    font-size: 20px;
}
.banner-content ul li{
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    color: #000;
    font-style: italic;
}
.banner-content ul li:last-child{
    border-bottom: 0;
    margin-bottom: 28px;
}
.banner-content ul li svg{
    display: block;
    margin: 0 auto 10px;
}

.pm-home-product{
    padding: 0;
    position: relative;
}
.pm-home-product .svg-1{
    position: absolute;
    top: -40px;
    left: 53%;
}
.pm-home-product .svg-1 .a, .pm-home-product .svg-2 .a{
    fill: #E4EAF2;
}
.pm-home-product .svg-2{
    position: absolute;
    bottom: -40px;
    left: 22%;
    transform: rotate(90deg);
    z-index: -1;
}
.pm-home-product .head-2{
    margin-bottom: 52px;
}
.product-home{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.product-home.odd{
    flex-direction: row-reverse;
}
.product-home .product-img{
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 15px;
    position: relative;
}
.product-home .product-img img{
    width: 75%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: -60px;
}
.product-home .product-img .title{
    font-size: 74px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    color: #1B223E;
    margin-bottom: 0;
}
.product-home.product-2 .product-img .title{
    color: #046700;
}
.product-home .product-img svg{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    left: -60px;
}
.product-home .product-img svg .a{fill:#d3dbe6;}
.product-home .product-img svg .b{fill:#e4eaf2;}
.product-home .product-img svg .c{fill:#ccd4e0;}

.product-home.product-2 .product-img svg .a{fill: #e5efbb;}
.product-home.product-2 .product-img svg .b{fill:#d7e59b;}
.product-home.product-2 .product-img svg .c{fill:#e1efa7;}

.product-home .product-details{
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;
}
.product-home .product-details .desc{
    margin-bottom: 30px;
    margin-top: 20px;
}
.product-home .product-details .desc ul{
    margin: 0;
    list-style: none;
}
.product-home .product-details .desc ul li{
    position: relative;
    margin-bottom: 8px;
    font-size: 24px;
    font-style: italic;
    border-bottom: 1px solid #DBDBDB;
    padding-left: 26px;
    padding-bottom: 8px;
}
.product-home .product-details .desc ul li:last-child{
    border: 0;
}
.product-home .product-details .desc ul li::before{
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #DBDBDB;
    left: 0;
    top: 13px;
}
.product-details .qty-price{
    display: flex;
    align-items: center;
}
.product-details .qty-price .product-size{
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 16px;
}
.product-details .input-group{
    max-width: 146px;
    border: 1px solid #CECECE;
    border-radius: 10px;
}
.product-details .input-group-btn button[data-type="minus"] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #000;
    border-right: 1px solid #CECECE;
    box-shadow: none;
}
.product-details .input-group-btn button[data-type="plus"] {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #da1e37;
    border-left: 1px solid #CECECE;
    box-shadow: none;
}
.product-details .input-group input[type="text"]{
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}
.product-details .price{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px 5px 16px;
    position: relative;
    color: #000;
    background-color: #d3dbe6;
}

.product-2 .product-details .price{
    background-color: #D7E59B;
}
.product-details .price span{
    font-size: 16px;
}
.product-details .price svg{
    position: absolute;
    width: auto;
    height: 100%;
    right: -10px;
    z-index: -1;
    top: 0;
}
.product-details .price svg .a{
    fill:#d3dbe6;
}
.product-2 .product-details .price svg .a{
    fill: #D7E59B;
}
.prodct-cta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.prodct-cta .pm-btn1{
    max-width: 167px;
}
.prodct-cta .cart-cta{
    background-color: transparent;
    color: #000;
    border: 2px solid #da1e37;
}
.prodct-cta .cart-cta:hover{
    background-color: #da1e37;
    color: #fff;
}
.product-home.product-3 .product-img img{
    width: 91%;
    margin-top: -42px;
}
.product-home.product-3 .product-img svg .a{
    fill: #e5efbb;
}
.product-home .out-stock-msg{
    font-size: 18px;
    font-weight: 600;
    color: #da1f37;
}
.product-home .out-stock-msg p{
    margin-bottom: 8px;
}
.woocommerce-checkout .product-home{
    margin-bottom: 50px;
}
.woocommerce-checkout .product-home .product-img {
    flex: 0 0 25%;
    max-width: 25%;
}
.woocommerce-checkout .product-home .product-img img{
    margin: 0;
    width: 100%;
}
.woocommerce-checkout .product-home .product-details {
    flex: 0 0 60%;
    max-width: 60%;
}
.woocommerce-checkout .product-home .product-details .title{
    margin: 10px 0 15px;
    font-size: 20px;
}
.woocommerce-checkout .product-home .product-details .price{
    font-size: 20px;
}
.woocommerce-checkout .product-home .product-img .title {
    font-size: 50px;
    margin-bottom: 20px;
}
.woocommerce-checkout .product-home .pc-label{
    flex: 0 0 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.pm-grap-benefit{
    position: relative;
}
.pm-grap-benefit .svg-1{
    position: absolute;
    left: 62%;
    top: 61px;
    z-index: -1;
}
.pm-grap-benefit .svg-1 svg, .pm-grap-benefit .svg-2 svg{
    height: 100px;
    width: auto;
}
.pm-grap-benefit .svg-1 .a, .pm-grap-benefit .svg-2 .a{
    fill: #E5EFBB;
}
.pm-grap-benefit .svg-2{
    position: absolute;
    right: 0;
    top: 60%;
    transform: rotate(81deg);
    z-index: -1;
}
.pm-grap-benefit .svg-3{
    position: absolute;
    left: 0;
    top: 70%;
}
.pm-grap-benefit .svg-3 svg{
    height: 110px;
    width: auto;
}
.pm-grap-benefit .svg-3 .a, .pm-grap-benefit .svg-4 .a{
    fill: #E4EAF2;
}
.pm-grap-benefit .svg-4{
    position: absolute;
    bottom: -50px;
    transform: rotate(81deg);
    left: 40%;
}
.pm-grap-benefit .svg-4 svg{
    height: 90px;
    width: auto;
}

.benefit-wrapper{
    justify-content: space-between;
    position: relative;
}
.benefit-wrapper .benifit-bg{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -120px;
    left: -70px;
}
.benefit-wrapper .benifit-bg svg{
    max-width: 100%;
}
.benefit-wrapper .benifit-bg svg .a{
    fill:#e4eaf2;
}
.benefit-wrapper .benifit-bg svg .b{
    fill:#e5efbb;
}
.benefit-list{
    color: #000;
    text-align: center;
}
.benefit-list .svg-blak-grapes, .benefit-list .svg-green-grapes{
    display: none;
}
.benefit-list img{
    display: none;
}
.benefit-list .head{
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 52px;
}
.benefit-list ul{
    margin: 0;
    list-style: none;
    font-size: 24px;
    font-style: italic;
}
.benefit-list ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.benefit-list ul li .line{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: #CCDAEC;
    bottom: 0;
    right: -110px;
    z-index: 9;
    margin-right: 18px;
}
.benefit-list ul li .line::after{
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    border: 4px solid #CCDAEC;
    border-radius: 50%;
    right: -18px;
    top: calc(50% - 9px);
}
.benefit-list ul li:nth-child(2) .line{
    width: 134%;
    right: -140px;
}
.benefit-list ul li:nth-child(3) .line{
    width: 127%;
    right: -160px;
}
.benefit-list ul li:last-child .line{
    display: none;
}
.benefit-list.green ul li .line{
    background-color: #D3E295;
}
.benefit-list.green ul li .line::after{
    right: auto;
    left: -18px;
    border-color: #D3E295;
}
.benefit-list.green ul li:nth-child(1) .line{
    width: 100%;
    right: auto;
    left: -110px;
}
.benefit-list.green ul li:nth-child(2) .line{
    width: 134%;
    left: -140px;
    right: auto;
}
.benefit-list.green ul li:nth-child(3) .line{
    width: 127%;
    left: -160px;
    right: auto;
}
.benefit-list.green ul li:last-child .line{
    display: none;
}

.benefit-img{}

.home-about{
    position: relative;
    overflow: hidden;
}
.home-about .svg-1{
    position: absolute;
    top: 50px;
    left: 52%;
    z-index: -1;
}
.home-about .svg-1 svg{
    height: 135px;
    width: auto;
}
.home-about .svg-1 .a{
    fill: #E5EFBB;
}
.home-about .svg-2{
    position: absolute;
    left: -260px;
    bottom: -40px;
    z-index: -1;
}
.home-about .svg-2 svg{
    height: 395px;
    width: auto;
}
.home-about .svg-2 .a{
    fill: #F2FACF;
}
.home-about .svg-3{
    position: absolute;
    top: 0;
    right: -320px;
    transform: rotate(94deg);
}
.home-about .svg-3 svg{
    height: 500px;
    width: auto;
}
.home-about .svg-3 .a{
    fill: #E4EAF2;
}


.home-about .head-2{
    margin-bottom: 0;
}
.about-content{
    padding-left: 25px;
    padding-top: 50px;
}
.about-content p{
    margin-bottom: 16px;
}

.home-testimonial{
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}
.home-testimonial .svg-1{
    position: absolute;
    bottom: 0px;
    right: -120px;
}
.home-testimonial .svg-1 svg{
    height: 320px;
    width: auto;
    transform: rotate(25deg);
}
.home-testimonial .svg-1 .a{
    fill: #F2FACF;
}
.home-testimonial .svg-2{
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: -1;
}
.home-testimonial .svg-2 svg{
    height: 120px;
    width: auto;
}
.home-testimonial .svg-2 .a{
    fill: #E4EAF2;
}

.home-testimonial .pm-btn1{
    margin: 30px auto 0;
    display: block;
}
.customer-item {
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    height: calc(100% - 20px);
    /* background-color: #fff; */
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}
.customer-item svg {
    margin-bottom: 8px;
}
.customer-item svg .a {
    fill: #C5D96B;
}
.customer-item svg .b {
    fill: #fff;
}
.customer-item .customer-name {
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.customer-item .customer-name span {
    color: #4B4B4B;
    margin-left: 10px;
}
.customer-item .message {
    color: #000000;
    font-size: 22px;
    line-height: 44px;
    margin-top: 12px;
    margin-bottom: 30px;
    font-style: italic;
}
.home-cities{
    padding-top: 0;
    position: relative;
}
.cities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}
.cities-list #more_cities{
    display: none;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    color: #DA1E37;
    text-decoration: underline;
    margin-top: 25px;
    font-weight: 700;
}
.cities-list .cities-list-name {
    flex: 0 0 16.666667%;
    min-width: 16.666667%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 13px;
    font-size: 20px;
}
.cities-list .cities-list-name::before {
    content: "";
    height: 2px;
    width: 5px;
    position: absolute;
    background-color: #000000;
    top: 14px;
    left: 0;
}
.home-cities .pnm-city-cta{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
}
.home-cities .pnm-city-cta .pm-btn1{
    margin-left: 15px;
}
@media screen and (min-width: 1680px){
    .backgroung-banner{
        /* background-image: url(../img/big-screen-banner.jpg); */
        background-image: url(../img/emblem-Header-image-2560-1680.jpg);
    }
}
@media screen and (min-width: 1900px){
    .backgroung-banner{
        background-position: top -200px center;
    }
}
@media screen and (max-width: 850px){
    .product-home .product-img .title{
        font-size: 56px;
        line-height: 50px;
    }
    .prodct-cta .pm-btn1{
        max-width: 118px;
        font-size: 16px;
    }
    .product-home .product-img img{
        margin-top: -40px;
    }
    .pm-grap-benefit{
        overflow: hidden;
    }
    .benefit-list .head{
        font-size: 35px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .benefit-list ul{
        font-size: 16px;
    }
    .benefit-wrapper .benifit-bg{
        top: -190px;
        left: -40px;
    }
    .benefit-list ul li:nth-child(2) .line{
        width: 118%;
        right: -120px;
    }
    .benefit-list.green ul li:nth-child(2) .line{
        width: 118%;
        left: -120px;
    }
}
@media screen and (max-width: 820px){
    .benefit-list ul li:nth-child(3) .line{
        width: 107%;
        right: -124px;
    }
    .benefit-list.green ul li:nth-child(3) .line{
        width: 107%;
        left: -122px;
    }
}
@media screen and (max-width: 767px){
    .backgroung-banner{
        background-image: url(../img/emblem-Mobile-Header-image.jpg);
    }
    .admin-bar.home.blog .site-header.pm-header, body.admin-bar .pm-header{
        top: 46px;
    }
    #wpadminbar{
        position: fixed;
        top: 0;
        left: 0;
    }
    body.home,
    body.page-template-page-landing{
        padding-top: 0px;
    }
    .home.blog .site-header.pm-header, body .pm-header{
        padding: 0px 0;
    }
    .site-header .pm-nav-container .custom-logo-link img{
        max-width: 120px;
    }
    .nav-btn .pm-btn1{
        width: 143px;
        margin-left: 10px;
        font-size: 16px;
    }
    .cart-icon {
        margin: 0 10px;
    }
    .pm-banner{
        padding-top: 124px;
        padding-bottom: 55px;
        background-size: 100%;
        background-position: top center;
    }
    .pm-banner::before{
        height: 90px;
    }
    .banner-a{
        height: 120px;
        width: 100%;
    }
    .pm-banner img{
        /* max-width: 100%;
        top: -25px;
        right: -80px; */
    }
    .banner-content h1{
        font-size: 26px;
        padding-right: 20px;
        line-height: 46px;
        margin-top: 60px;
    }
    .banner-content p{
        padding-right: 100px;
        font-size: 16px;
    }
    .banner-content ul{
        margin: 36px 0 0;
        display: block;
    }
    .banner-content ul li{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px;
        text-align: center;
        border-bottom: 1px solid #F2D8B5;
    }
    .banner-content ul li svg{
        display: inline-block;
        margin-right: 10px;
    }
    .product-home{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .product-home .product-img, .product-home .product-details, 
    .woocommerce-checkout .product-home .product-img , .woocommerce-checkout .product-home .product-details{
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-home .product-img img{
        max-height: 250px;
        max-width: 100%;
        margin: -40px auto 0;
    }
    .product-home.product-3 .product-img img{
        margin-top: -24px;
    }
    .product-home .product-img svg{
        left: 0px;
        top: 60px;
    }
    .product-home .product-details .desc ul li{
        font-size: 20px;
    }
    .product-home .product-details .desc{
        margin-bottom: 20px;
    }
    .prodct-cta .pm-btn1{
        max-width: 160px;
        font-size: 20px;
    }
    .pm-home-product .svg-2{display: none;}
    .benefit-img{
        display: none;
    }
    .pm-grap-benefit .svg-1{
        left: 80%;
        top: 46px;
    }
    .pm-grap-benefit .svg-2, .pm-grap-benefit .svg-3{display: none;}
    .pm-grap-benefit .svg-4{
        bottom: 43%;
        left: -40px;
    }
    .benefit-wrapper .benifit-bg{
        display: none;
    }
    .benefit-list{
        position: relative;
        margin: 30px -15px;
        padding-right: 80px;
        padding-left: 15px;
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .benefit-list .svg-blak-grapes{
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: -70px;
        left: -150px;
        /* transform: rotate(12deg); */
    }
    .benefit-list .svg-blak-grapes svg{
        width: 160%;
        height: auto;
        max-width: 640px;
        transform: rotate(10deg);
    }
    .benefit-list .svg-blak-grapes svg .a{
        fill: #E4EAF2;
    }
    .benefit-list .svg-green-grapes{
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: -30px;
        left: -100px;
        /* transform: rotate(75deg); */
    }
    .benefit-list .svg-green-grapes svg{
        width: 160%;
        height: auto;
        transform: rotate(75deg);
        max-height: 500px;
    }
    .benefit-list .svg-green-grapes svg .a{
        fill: #E5EFBB;
    }
    .benefit-list img{
        display: block;
        margin: 0 auto 20px;
        position: absolute;
        max-height: 90%;
        right: -170px;
        top: 0;
    }
    .benefit-list .head{
        font-size: 43px;
        line-height: 43px;
        position: relative;
    }
    .benefit-list ul{
        font-size: 18px;
    }
    .benefit-list ul li{
        margin-bottom: 10px;
    }
    .benefit-list ul li .line{
        right: -40px;
        height: 3px;
    }
    .benefit-list ul li .line::after{
        border: 3px solid #CCDAEC;
        right: -16px;
    }
    .benefit-list ul li:nth-child(2) .line{
        width: 112%;
        right: -60px;
    }
    .benefit-list ul li:nth-child(3) .line {
        width: 110%;
        right: -80px;
    }
    .benefit-list.green{
        text-align: right;
        padding-right: 15px;
        padding-left: 80px;
        margin-top: 80px;
    }
    .benefit-list.green img{
        right: auto;
        left: -140px;
    }
    .benefit-list.green ul li:nth-child(1) .line{
        left: -10px;
        width: 90%;
    }
    .benefit-list.green ul li:nth-child(2) .line{
        left: -42px;
    }
    .benefit-list.green ul li:nth-child(3) .line{
        width: 116%;
        left: -60px;
    }
    .home-about .head-2{
        margin-bottom: 30px;
    }
    .home-about .svg-1{
        top: 53px;
        left: 60%;
    }
    .home-about .svg-1 svg{
        height: 87px;
    }
    .home-about .svg-2{
        display: none;
    }
    .home-about .svg-3{
        top: 60px;
        right: auto;
        left: -70px;
    }
    .home-about .svg-3 svg{
        height: 135px;
    }
    .about-content{
        padding-left: 0;
        padding-top: 0;
    }
    .about-content .pm-btn1{
        margin: 0 auto;
    }
    .home-testimonial .svg-1, .home-testimonial .svg-2{
        display: none;
    }
    .customer-item svg{
        height: 72px;
        margin: 0;
    }
    .customer-item .message{
        margin-top: 5px;
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .home-testimonial .pm-btn1{
        margin: 15px auto 0;
    }
    .cust-slider.testimonial-slider .slick-arrow{
        top: auto;
        bottom: 0;
    }
    .cities-list .cities-list-name{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cities-list .cities-list-name:nth-child(n+13){
        display: none;
    }
    .cities-list #more_cities{
        display: block;
    }
    .pm-home-product .svg-1{
        top: 0px;
        left: 63%;
    }
    .pm-home-product .svg-1 svg{
        height: 88px;
        width: auto;
    }
    .pm-home-product .head-2{
        margin-bottom: 30px;
    }
    .home-cities .pnm-city-cta{
        margin-bottom: 0;
    }
    .home-cities .pnm-city-cta span{
        display: block;
        margin-bottom: 10px;
    }
    .home-cities .pnm-city-cta .pm-btn1{
        margin-left: 0;
    }
    .product-details .qty-price .product-size{
       font-size: 14px;
    }
}
/* homepage css end */

.cart-icon.bounse {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-12-29 12:11:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
  
/*thank-you start*/

.woocommerce-order-details {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 6px;
    padding: 0;
}

.woocommerce-order-details__title {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 6px 6px 0 0;
    margin: 0;
    padding: 10px 20px;
    font: normal normal 600 24px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.woocommerce-Price-amount.amount {
    /* font-family: 'Poppins', sans-serif; */
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    padding: 10px 15px;
    border-collapse: initial;
}
/*thank-you end*/

/* cart css start */	
.pm-cart-container.cart {	
    margin-bottom: 0;	
}	
table.pm-cart-container:not( .has-background ) th{	
    padding: 15px;	
}	
.woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td {	
    max-width: 150px;	
    padding: 15px;	
}	
.pm-cart-items table.cart td.product-name a{	
    color: #000;	
    text-decoration: none;	
    font-family: 'Poppins', sans-serif;	
}	
.pm-cart-items table.cart td.product-price, .pm-cart-items table.cart td.product-subtotal{	
    font-weight: 700;	
}	
table.shop_table_responsive.pm-cart-container tbody tr td {	
    vertical-align: middle;	
    background-color: #fff;	
}	
.pm-cart-items table:not( .has-background ) tbody tr:nth-child(2n) td{	
    background-color: transparent;	
}	
.pm-cart-items table.cart td.actions {	
    border-top: 2.5em solid transparent;	
}	
.pm-cart-items table.cart td.actions .coupon {	
    width: 60%;	
    text-align: left;	
}	
table.pm-cart-container td.actions input {	
    width: calc(100% - 100px);	
    outline: none;	
    height: 50px;	
    border-radius: 25px;	
    padding-left: 20px;	
    padding-right: 45px;	
    background-color: transparent;	
    border: 1px solid #ccc;	
    box-shadow: none;	
}	
table.pm-cart-container td.actions button.pm-coupon-btn {
    height: 50px;	
    width: 110px;	
    margin-left: -47px;	
    border-radius: 25px;	
    background-color: #da1e37;
    border: 2px solid #da1e37;
    transition: 0.3s ease;	
    font-size: 18px;	
    line-height: 24px;	
    color: #fff;	
}
table.pm-cart-container td.actions button.pm-coupon-btn:hover{
    background-color: #000;
    border-color: #000;
}
table.pm-cart-container td.actions button.pm-update-cart{	
    float: left;	
    height: 50px;	
    border: 2px solid #000;	
    border-radius: 25px;	
    line-height: 24px;	
    color: #000;	
    background-color: #fff;	
    outline: none;	
    font-size: 18px;	
}	
.cart-collaterals.pm-cart-details .cart_totals {	
    width: 100%;	
    border: 1px solid #ccc;	
    border-radius: 8px;	
}	
.cart-collaterals.pm-cart-details h2 {	
    background-color: #000;	
    color: #fff;	
    font-size: 22px;	
    padding: 11px 20px;	
    margin: -1px;	
    border-radius: 8px 8px 0 0;	
    margin-bottom: 15px;	
    text-transform: capitalize;	
}	
.pm-cart-details table.shop_table_responsive tbody tr td, .pm-cart-details table.shop_table_responsive tbody tr th {	
    background-color: transparent;	
    font-weight: 600;	
    padding: 0.6em 20px;	
}	
.pm-cart-details table.shop_table_responsive tbody tr td {	
    text-align: right;	
}	
.pm-cart-details .wc-proceed-to-checkout {	
    margin-bottom: 0;	
}	
.pm-cart-details .wc-proceed-to-checkout .button.checkout-button {
    margin: 0 20px;	
    margin-bottom: 25px;	
    font-size: 18px;	
    font-weight: 600;	
    background-color: #da1e37;
    border-radius: 25px;	
    color: #fff;	
    transition: 0.3s ease;	
}	
.pm-cart-details .wc-proceed-to-checkout .button.checkout-button:hover{
    background-color: #000;
}
.pm-cart-details .wc-proceed-to-checkout .button.checkout-button::after{display: none;}	
.pm-cart-empty{
    text-align: center;
}
.pm-cart-empty .cart-empty.woocommerce-info {
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
}
.pm-cart-empty .pm-btn1{
    text-decoration: none;
}
.woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td .input-group {
    max-width: 110px;
}
.input-group-btn button[data-type="minus"], .input-group-btn button[data-type="plus"] {
    background: transparent;
    width: 45px;
    height: 40px;
    font-weight: bold;
    border: 0;
}
.product-quantity .input-group{
    border: 1px solid #CECECE;
    border-radius: 10px;
}
.product-quantity .input-group-btn button[data-type="minus"],
.product-quantity .input-group-btn button[data-type="plus"]{
    width: 35px;
    height: 38px;
    border: 0;
}
.product-quantity .input-group .pmnm-quantity{
    border: 0;
}
.product-quantity .input-group-btn button[data-type="minus"]{
    border-right: 1px solid #cecece;
}
.product-quantity .input-group-btn button[data-type="plus"]{
    border-left: 1px solid #cecece;
    color: #da1e37;
}
.input-group-btn button[data-type="minus"] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #707070;
    border-right: 0;
}
.input-group-btn button[data-type="plus"] {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #000;
    border-left: 0;
}
.input-group .pmnm-quantity{
    box-shadow: none;
    text-align: center;
    background-color: transparent;
    border: 1px solid #CECECE;
}
@media screen and (max-width: 767px){	
    .pm-cart-container tbody tr {	
        margin-bottom: 20px;	
        display: flex;	
        width: 100%;	
        flex-wrap: wrap;	
        padding: 15px;	
        box-shadow: -1px 1px 6px #00000024;	
        position: relative;	
    }	
    .woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td{	
        flex: 0 0 50%;	
        max-width: 50%;	
        padding: 10px;	
        text-align: left;	
    }	
    table.shop_table_responsive.pm-cart-container tbody tr td.product-thumbnail img {	
        width: 100%;
        max-width: 100px;
        display: inline-block;
    }	
    table.shop_table_responsive.pm-cart-container tbody tr td.product-remove {	
        position: absolute;	
        top: 15px;	
        right: 15px;	
        border: 0;	
    }	
    table.shop_table_responsive.pm-cart-container tbody tr td.product-thumbnail, table.shop_table_responsive.pm-cart-container tbody tr td.product-name {	
        border-bottom: 1px dashed #ccc;	
        padding-bottom: 15px;	
    }	
    table.shop_table_responsive.pm-cart-container tr td[data-title]::before {	
        display: block;	
        width: 100%;	
        color: #aaa;	
        font-weight: normal;	
    }	
    table.shop_table_responsive.pm-cart-container tbody tr:last-child {	
        box-shadow: none;	
        margin-bottom: 0;	
    }	
    table.shop_table_responsive.pm-cart-container tbody tr:last-child td{	
        flex: 0 0 100%;	
        max-width: 100%;	
        border: 0;	
        padding: 0;	
    }	
    table.pm-cart-container td.actions .coupon {	
        width: 100%;	
        display: flex;	
        align-items: center;	
        border: 0;	
        padding-bottom: 0;	
        margin-bottom: 20px;	
    }	
    .pm-cart-items table.cart td.actions .coupon{	
        width: 100%;	
    }	
    table.pm-cart-container td.actions button.pm-update-cart{	
        float: unset;	
        display: block;	
        margin: 0 auto;	
    }	
}
/* cart css end */

/* checkout form start */
.pm-cehckout .woocommerce-info{
    display: none;
}
.pm-checkout-field{
    border-right: 1px solid #ccc;
}
.pm-checkout-field h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 27px;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    float: unset;
    margin: 0 0 27px;
    padding: 0 15px;
    align-items: flex-end;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label {
    width: 100%;
    margin-left: 10px;
    color: #999;
    font-size: 14px;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .required {
    color: #999;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row input {
    height: 48px;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pm-checkout-field .form-row select {
    height: 48px;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
    height: 48px;
}
.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row.form-row-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row input.input-radio {
    height: auto;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label.radio {
    display: inline-block;
    color: #333;
    margin-right: 50px;
    width: auto;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label.radio span {
    font-weight: 700;
}

.pm-cart-summary #order_review_heading, .pm-cart-summary #order_review {
    width: 100%;
    float: unset;
}
.pm-cart-summary #order_review_heading {
    background-color: #000000;
    color: #fff;
    font-size: 22px;
    padding: 11px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
.pm-cart-summary #order_review .shop_table {
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-collapse: separate;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    word-wrap: break-word;
}
.pm-cart-summary .product-total, .pm-cart-summary table tfoot td {
    text-align: right;
}
.pm-cart-summary table:not( .has-background ) tbody tr:nth-child(2n) td, .pm-cart-summary table:not( .has-background ) tbody td {
    background-color: transparent;
}
.pm-cart-summary table td, .pm-cart-summary table th {
    padding: 10px 0px;
    width: 60%;
    background-color: transparent;
}
.pm-cart-summary table:not( .has-background ) th{
    background-color: transparent;
}
.pm-cart-summary table tfoot tr:first-child th, .pm-cart-summary table tfoot tr:first-child td {
    border-top: 1px dashed #ccc;
    font-weight: normal;
}
.pm-cart-summary table .order-total th, .pm-cart-summary table .order-total td {
    font-size: 20px;
    color: #da1e37;
}
.pm-cart-summary #payment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 20px;
}
.pm-cart-summary #payment:before {
    content: "Select Payment Mode";
    font-size: 22px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.pm-cart-summary #payment .place-order .button {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid;
    background-color: #da1e37;
    color: #fff;
    border-radius: 25px;
    transition: 0.3s ease;
}
.pm-cart-summary #payment .place-order .button:hover{
    background-color: #000;
}
#payment .payment_methods {
    margin: 0;
    padding: 0;
}
.pm-cart-summary #payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: transparent;
}
.pm-cart-summary #payment .payment_methods > .wc_payment_method > label {
    padding: 10px 15px 10px 25px;
    margin-left: 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.pm-cart-summary #payment .payment_methods > .wc_payment_method > label:before, .pm-cart-summary #payment .payment_methods > .wc_payment_method > label:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    top: calc(50% - 9px);
    left: 0;
    position: absolute;
}
.pm-cart-summary #payment .payment_methods > .wc_payment_method input[type=radio]:checked + label:before {
    content: "\f111" !important;
    font-family: 'Font Awesome 5 Free';
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    border-color: #da1e37;
    color: #da1e37;
}
.pm-cart-summary #payment .payment_methods > li .payment_box {
    background-color: transparent;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #999;
}
.pm-cart-summary #payment .payment_methods > li:not(.woocommerce-notice),.pm-cart-summary #payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: transparent;
}
.pm-cart-summary #payment .place-order{
    margin: 20px 0 0;
    padding: 10px;
}

.gform_wrapper form.pm-pincode-form{
    width: 500px;
    max-width: 100%;
}
.gform_wrapper .pm-pincode-form ul.gform_fields li.gfield{
    margin: 0 0 20px;
    padding: 0 15px;
}
.gform_wrapper .pm-pincode-form .top_label .gfield_label{
    margin-bottom: 4px;
    color: #333;
    width: 100%;
    font-weight: 600;
}
body .gform_wrapper .pm-pincode-form .top_label div.ginput_container{
    margin: 0;
}
.gform_wrapper .pm-pincode-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin: 0;
    height: 45px;
    box-shadow: none;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
    width: 100%;
}
.gform_wrapper .pm-pincode-form .gform_footer{
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}
.gform_wrapper .pm-pincode-form .gform_footer input.button{
    margin: 0;
    min-width: 180px;
}
td.product-name {
    display: flex;
}

.ywp-product-image {
    flex: 0 0 60px;
}

span.pm-prod-name {
    flex: 0 0 100%;
}
@media screen and (max-width: 767px){
    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .pm-checkout-field .woocommerce-billing-fields__field-wrapper{
        margin: 0;
    }
    .pm-checkout-field{
        border: 0;
    }
    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label{
        width: auto;
    }
    .pm-checkout-field h3{
        font-size: 18px;
        margin-bottom: 15px;
    }

    #billing_shipment_type_field span.woocommerce-input-wrapper{
        display: flex;
    align-items: center;
    }

    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row input.input-radio {
        margin-left: 5px;
    }

    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label.radio {
        margin-right: 5px;
    }

    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label.radio span {
        display: block;
    }
}
/* checkout form end */

/* home contact form start */
.home-contact{
    position: relative;
    overflow: hidden;
}
.home-contact .svg-1{
    position: absolute;
    transform: rotate(90deg);
    left: 54%;
    top: 30px;
}
.home-contact .svg-1 svg{
    height: 111px;
    width: auto;
}
.home-contact .svg-1 .a{
    fill: #F2FACF;
}
.home-contact .svg-2{
    position: absolute;
    bottom: 0;
    transform: rotate(-10deg);
    right: -80px;
}
.home-contact .svg-2 svg{
    height: 200px;
    width: auto;
}
.home-contact .svg-3{
    position: absolute;
    transform: rotate(84deg);
    left: -290px;
    top: -20px;
}
.home-contact .svg-3 svg{
    height: 500px;
    width: auto;
}
.home-contact .svg-2 .a, .home-contact .svg-3 .a{
    fill: #E4EAF2;
}

.pm-contact-form {
    padding-bottom: 50px;
}
.pm-contact-form .gform_wrapper ul.gform_fields{
    display: inline-block;
    width: 100%;
}
body .pm-contact-form .gform_wrapper ul li.gfield{
    margin: 0 0 28px;
    float: left;
    width: 50%;
    clear: unset;
    padding: 0 15px;
}
.pm-contact-form .gform_wrapper .field_description_below .gfield_description{
    padding-top: 0;
    font-weight: 400;
}
body .pm-contact-form .gform_wrapper ul li.gfield.pm-right{
    float: right;
}
body .pm-contact-form .gform_wrapper ul li.gfield#field_6_5 {
    order: 2;
    position: relative;
    margin-bottom: -200px;
}
.pm-contact-form #gform_wrapper_6 .gform_footer.top_label {
    margin-left: 25%;
    margin-top: 0;
}
.pm-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin: 0;
    height: 45px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
}
.pm-contact-form .gform_wrapper textarea.medium{
    height: 191px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 18px;
    color: #000;
}
.pm-contact-form .gform_wrapper li.gfield.gfield_error{
    background-color: transparent;
    border: 0;
}
.pm-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin-top: 0;
}
.pm-contact-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border: 1px solid #da1e37;
}
.pm-contact-form .gform_wrapper .validation_message{
    color: #da1e37;
}
.pm-contact-form .gform_wrapper div.validation_error{
    color: #da1e37;
    border: 0;
    padding: 0;
}
body .pm-contact-form .gform_wrapper .top_label div.ginput_container{
    margin: 0 0;
}
.pm-contact-form .gform_wrapper .gform_footer{
    padding: 0;
    margin-top: 20px;
    text-align: center;
}
.pm-contact-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    background-color: #DA1E37;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 26px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
    font-weight: 500;
    margin: 0;
}
.pm-contact-form .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover{
    background-color: #000;
}
@media screen and (max-width: 767px){
    .pm-contact-form .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
        margin-top: 10px;
        padding-right: 15px;
    }
    .home-contact .svg-1, .home-contact .svg-2, .home-contact .svg-3{
        display: none;
    }
    .pm-contact-form .gform_wrapper ul.gform_fields{
        display: flex;
        flex-wrap: wrap;
    }
    body .pm-contact-form .gform_wrapper ul li.gfield{
        flex: 0 0 100%;
        max-width: 100%;
    }
    body .pm-contact-form .gform_wrapper ul li.gfield.pm-right{
        float: unset;
        order: 2;
    }
    .pm-contact-form .gform_wrapper textarea.medium{
        height: 170px;
    }
    body .pm-contact-form .gform_wrapper ul li.gfield#field_6_5 {
        margin-bottom:0px;
    }
    .pm-contact-form #gform_wrapper_6 .gform_footer.top_label {
        margin-left: 0;
        margin-top: 25px;
    }
}
/* home contact form end */

.woocommerce-cart .cart-icon, .woocommerce-cart .nav-btn, .woocommerce-cart .pm-nav-wrapper, .woocommerce-cart .menu-btn,
.woocommerce-checkout .cart-icon, .woocommerce-checkout .nav-btn, .woocommerce-checkout .pm-nav-wrapper, .woocommerce-checkout .menu-btn{
    display: none;
}
.woocommerce-order-pay #order_review.pm-order-fail{
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}
.pm-order-fail table:not( .has-background ) th{
    /* background-color: transparent; */
    color: #000;
}
.pm-order-fail #payment .payment_methods > li:not(.woocommerce-notice), .pm-order-fail #payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: transparent;
}
.pm-order-fail #payment .payment_methods > .wc_payment_method > label {
    padding: 10px 15px 10px 25px;
    margin-left: 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.pm-order-fail #payment .payment_methods > .wc_payment_method > label:before, .pm-order-fail #payment .payment_methods > .wc_payment_method > label:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    top: calc(50% - 9px);
    left: 0;
    position: absolute;
}
.pm-order-fail #payment .payment_methods > .wc_payment_method input[type=radio]:checked + label:before {
    content: "\f111" !important;
    font-family: 'Font Awesome 5 Free';
    font-size: 8px;
    line-height: 17px;
    text-align: center;
    border-color: #da1e37;
    color: #da1e37;
}
.pm-order-fail #payment{
    padding: 0 20px;
}
.pm-order-fail #payment .payment_methods > li .payment_box {
    background-color: transparent;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #999;
}
.woocommerce-order-pay #order_review.pm-order-fail .button#place_order {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid;
    background-color: #da1e37;
    color: #fff;
    border-radius: 25px;
    transition: 0.3s ease;
}
.woocommerce-order-pay #order_review.pm-order-fail .button#place_order:hover{
    background-color: #000;
}
.pm-order-fail a{
    color: #000;
}

.woocommerce-order-details .order_details{
    padding: 10px 15px;
    background-color: transparent;
    border-collapse: initial;
}
.woocommerce-order-details table td, .woocommerce-order-details table th,
.woocommerce-order-details table:not( .has-background ) th{
    background-color: transparent;
    padding: 10px 0px;
}
.woocommerce-order-details a{color: #000;}
.woocommerce-order-details table tfoot tr:first-child th, .woocommerce-order-details table tfoot tr:first-child td {
    border-top: 1px dashed #ccc;
    font-weight: normal;
}
.woocommerce-order-details .product-total, .woocommerce-order-details table tfoot td{
    text-align: right;
}
.woocommerce-order-details tfoot tr:last-child td, .woocommerce-order-details tfoot tr:last-child th{
    font-size: 20px;
    color: #da1e37;
}

/* my account css start */
.pm-login-form .form-row{
    margin: 0 0 28px;
    width: 100%;
}
.pm-login-form .form-row label{
    margin-bottom: 4px;
    color: #333;
    width: 100%;
}
.pm-login-form .password-input{
    width: 100%;
}
.pm-login-form .input-text{
    margin: 0;
    height: 45px;
    box-shadow: none;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
}
.pm-login-form button[type="submit"]{
    background-color: #DA1E37;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 26px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
    font-weight: 500;
    margin: 10px auto 0;
}
.pm-login-form button[type="submit"]:hover{
    background-color: #000;
}
.pm-login-form .lost_password{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.pm-login-form  .lost_password a{
    color: #000;
}
.pm-myaccount{

}
.pm-myaccount .woocommerce-MyAccount-navigation ul li {
    font-family: 'Poppins', sans-serif;
}
.hentry .entry-content .pm-myaccount a {
    color: #AFAFAF;
}
.pm-myaccount .woocommerce-MyAccount-navigation ul li.is-active a, .hentry .entry-content .pm-myaccount a:hover {
    color: #da1e37;
}

.hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a{
    color: #fff;
    background-color: #da1e37;
    border-radius: 30px;
    transition: 0.3s ease;
    width: 75px;
    text-align: center;
}
.hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a:hover{
    color: #fff;
    background-color: #000;
}
.pm-myaccount .col2-set.addresses{}
.pm-myaccount .col2-set.addresses .col-1, .pm-myaccount .col2-set.addresses .col-2{
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #CECECE;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.pm-myaccount .col2-set address{
    margin-bottom: 0;
}
.pm-myaccount .form-row{
    margin: 0 0 25px;
}
.pm-myaccount .form-row label{
    margin-bottom: 4px;
    color: #333;
    width: 100%;
}
.pm-myaccount .form-row input{
    margin: 0;
    height: 45px;
    box-shadow: none;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
}
.pm-myaccount fieldset legend{
    margin-bottom: 0;
    padding: 20px 1em 0;
}
.pm-myaccount .password-input{
    width: 100%;
}
.pm-myaccount button[type="submit"]{
    background-color: #DA1E37;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 30px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
    font-weight: 500;
}
.pm-myaccount button[type="submit"]:hover{
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 767px){
    .hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a{
        width: 90px;
    }
}
/* my account css end */
body.error404 .storefront-breadcrumb{
    display: none;
}
.pm-404 .not-found{
    box-shadow: 0 3px 10px #4E4C4C29;
    border-radius: 10px;
    padding: 30px 35px;
    width: 600px;
    max-width: 100%;
    margin: 40px auto 40px;
}
.simple-text-ceontent{
    margin-bottom: 50px;
}
.simple-text-ceontent h3{
    font-weight: 500;
}
.simple-text-ceontent p+h3{
    margin-top: 30px;
}
.simple-text-ceontent ol li, .simple-text-ceontent ul li{
    margin-bottom: 10px;
}

/*irshad add-to-cart*/
.add_to_cart_button.loading {
    opacity: 0.25;
    padding-right: 2.618em;
    pointer-events: none;
    position: relative;
}
.add_to_cart_button.loading::after {
	font-family: "WooCommerce";
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 0.618em;
	right: 1em;
	animation: spin 2s linear infinite;
}

/* landing start */
body.page-template-page-landing .storefront-breadcrumb{
    display: none;
}
.pm-emblem{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    /* padding-left: 160px; */
}
.pm-emblem img{
    height: 150px;
    width: auto;
    display: none;
}
@media screen and (max-width: 767px){
    .pm-emblem{
        display: block;
        padding: 0;
    }
    .pm-emblem img{
        display: block;
        margin: 20px auto 0;
    }
    .banner-content .pm-emblem ul{
        margin-top: 20px;
    }
}
/* landing end */

/* single product css start */
body.single-product{
    padding-top: 0px;
    overflow-x: hidden !important;
}
body.single-product .storefront-breadcrumb{
    display: none;
}
.single-product .site-header.pm-header{
    background-color: transparent;
    box-shadow: none;
}
.single-product .site-header.pm-header.active{
    /* background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
}
.single-product .pm-nav-container .navbar-brand .custom-logo{
    display: none;
}
.single-product .pm-header .before-scroll-logo{
    display: block;
}
.single-product .pm-header.active .before-scroll-logo{
    display: none;
}
.single-product .pm-header.active .pm-nav-container .navbar-brand .custom-logo{
    display: block;
}
.single-product .cart-icon svg{
    fill: #fff;
}

.produc-bg-banner{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    z-index: 1;
    position: relative;
}
.pm-product-banner{
    position: relative;
    padding-top: 130px;
    padding-bottom: 210px;
    overflow: hidden;
    text-align: center;
}
.pm-product-banner::before{
    content: "";
    background-image: linear-gradient(#000, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    background-image: linear-gradient(#000, #0000007F, #00000000);
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
}
.sp-content{}
.sp-content h1{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 60px;
}
.sp-content h1 span{
    background-color: #fff;
    margin: 2px 0;
    display: inline-block;
    padding: 0 8px;
}
.sp-content ul{
    display: inline-block;
    list-style: none;
    margin: 20px 0px;
    font-size: 20px;
}
.sp-content ul li{
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    color: #000;
    font-style: italic;
}
.sp-content ul li:last-child{
    border-bottom: 0;
    margin-bottom: 28px;
}
.sp-content .product-details .qty-price{
    justify-content: center;
}
.sp-content .product-details .input-group{
    background-color: #fff;
}
.sp-content .prodct-cta{
    max-width: 370px;
    margin: 25px auto 0;
}
.sp-content .prodct-cta .pm-btn1{
    max-width: 167px;
}
.sp-content .out-stock-msg{
    font-size: 18px;
    font-weight: 600;
    color: #da1f37;
}
.single-product .footer-wrapper,
.single-product .footer-contact,
.single-product .copyright-sec,
.single-product .logo-social .social{
    display: none;
}
.single-product .logo-social{
    justify-content: center;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px){
    .single-product .site-header.pm-header.active{
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }
    .pm-product-banner{
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .pm-product-banner::before{
        height: 90px;
    }
    .sp-content .prodct-cta .pm-btn1{
        max-width: 160px;
    }
    .sp-content h1{
        font-size: 26px;
        padding-right: 20px;
        line-height: 46px;
    }
    .sp-content ul li{
        border-bottom: 1px solid #F2D8B5;
    }
    .sp-content ul li:last-child{
        margin-bottom: 15px;
    }
}
/* single product css start */

/* new landing css start */
body.page-template-new-landing-page .storefront-breadcrumb{
    display: none;
}
.page-template-new-landing-page .site-header.pm-header {
    background-color: transparent;
    box-shadow: none;
}
body.page-template-new-landing-page {
    padding-top: 0px;
    /* background-color: #F5F5F5; */
    overflow-x: hidden !important;
}
.page-template-new-landing-page .pm-header .before-scroll-logo {
    display: block;
}
.page-template-new-landing-page .pm-nav-container .navbar-brand .custom-logo {
    display: none;
}
.page-template-new-landing-page .pm-header.active .pm-nav-container .navbar-brand .custom-logo {
    display: block;
}
.page-template-new-landing-page .pm-header.active .before-scroll-logo {
    display: none;
}
@media screen and (max-width: 767px){
    .page-template-new-landing-page .site-header.pm-header.active{
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }
}
/* new landing css end */