/*global css*/
.control .cursor-pointer.px-4 {
    position:absolute;
    left:180px;
}
.discount-code {
    opacity: 0;
}

li#opc-shipping_method {
    display: block !important;
}

li#shipping {
    display: block !important;
}

button#discount-form-toggle {
    opacity: 0;
}

li#opc-shipping_method {
    display: block !important;
}

li#shipping {
    display: block !important;
}

button#discount-form-toggle {
    opacity: 0;
}

form#discount-coupon-form {
    opacity: 0;
}

form#search_mini_form {
    display: none;
}
.flex.flex-row.grow-0.focus-within\:ring-4.ring-primary.ring-opacity-50:focus-within {
    box-shadow: none;
}


input[type=radio]{
    background-color:#007E48 !important;
}

.checkout-onepage-success h1.text-gray-900.page-title.title-font::before {
      content: "";
    background-image: url("https://sty1.devmail-sty.online/novel/pub/static/version1753425237/frontend/Novel/LumaChild/en_US/images/tick-circle.svg");
    background-repeat: no-repeat;
    background-size: contain; 
    width: 50px; 
    height: 50px; 
    display: inline-block; 
    margin-right: 8px; 
    vertical-align: middle;
}
.checkout-onepage-success h1.text-gray-900.page-title.title-font::after {
      content: "Your purchase is confirmed! ";
    display: block; 
    font-size:18px;
    font-weight:500;
    margin-left:12%;
    vertical-align: middle;
}

.checkout-onepage-success .container.flex.flex-col.md\:flex-row.flex-wrap.my-6.font-bold.lg\:mt-8.text-3xl {
      padding:50px 50px;
}
 

body{
    background:#fff;
}
@media (min-width: 1280px) {
    [data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
        max-width: 1440px;
    }
}
.btn-primary {
    background: #007C43 !important;
}
.btn-primary:hover {
    background: #56C14E !important;
}
.actions-toolbar .primary button{
    background: #007C43 !important;
}
.actions-toolbar .primary button:hover{
      background: #56C14E !important;
}

button[data-addto="compare"] {
  display: none;
}
/*global css*/

/*cutom header css*/

/* 🎄 Top Bar */
.top-bar {
    background-color: #007a33;
    color: white;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
}

/* 🖤 Utility Bar */
.utility-bar {
    background: #000;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    font-size: 13px;
    width:100%;
    max-width:1440px;
    margin:0 auto;
}

.utility-bar-left {
    display: flex;
    gap: 20px;
}

.utility-bar-right {
    font-weight: 500;
}

/* 💚 Main Header */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.main-header img {
    height: 40px;
    object-fit:contain;
    margin:0 auto;
}

.search-area {
    flex: 1;
    padding: 0 20px;
}

.vat-toggle button {
    background: white;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin-right: 4px;
    font-size: 12px;
    cursor: pointer;
}

.vat-toggle button.active {
    background: #007a33;
    color: white;
    border-color: #007a33;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2;
}

.header-icons div {
    text-align: center;
}

/* 🧭 Menu Bar */
.menu-bar {
    background: #e6e6e6;
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
}

.menu-bar a {
    padding: 6px 12px;
    text-decoration: none;
    color: #000;
}

.menu-bar a.active {
    background: green;
    color: white;
}
/*custom header css*/







/*custom homepage css*/
.popular-categories [data-content-type=row]>div {
    padding: 0px;
}
.homepage-banner {
    display:none;
    background: #f1f1f1;
    padding: 50px;
    text-align: center;
} 
.pagebuilder-slider .carousel-nav{
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
    background-color: transparent;
    --tw-bg-opacity: 0.75;
    left: 0px;
    transform: translateX(0);
        padding: 0px
}
.pagebuilder-slider button.glider-prev {
    position: absolute;
    left: 0;
    opacity: 1;
    color: #fff;
    top: -250px;
}
.pagebuilder-slider button.glider-next {
    position: absolute;
    right: 0;
    opacity: 1;
    color: #fff;
    top: -250px;
}
.pagebuilder-slider .glider-dots.select-none.flex.flex-wrap.mx-1.justify-center.p-0.focus\:outline-none {
    position: absolute;
    bottom: -20px;
}
.pagebuilder-slider button.glider-dot.active {
    width: 20px;
    background: #007941;
    height: 10px;
}
.pagebuilder-slider button.glider-dot{
    height:10px;
    width:10px;
}
.pagebuilder-slider .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.pagebuilder-slide-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

[data-content-type=slide] .pagebuilder-slide-wrapper [data-element=content] {
    overflow: auto;
    min-height: 250px;
}
.pagebuilder-slider a span {
    background: transparent !important;
    font-size:16px;
}

.pagebuilder-slider.glider-contain.glider-initialized {
    background-image: linear-gradient(45deg, #007A42, #00DE78);
}

.pagebuilder-slider h2 {
    font-size: 36px;
    color: #fff;
    line-height: 41px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pagebuilder-slider p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 500;
}

.pagebuilder-slider a {
    font-size: 16px;
    color: #fff !important;
    border: solid 1px;
    padding: 10px 20px;
    transition:all linear 0.3s;
}
.pagebuilder-slider a:hover span{
    color:#009F5B;
}
.pagebuilder-slider a:hover {
    background: #fff;
} 

.shipping-every h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    max-width: 480px;
    line-height: 45px;
    margin-bottom: 20px;
}

.shipping-every p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 0.75;
    font-weight: 300;
}

.shipping-every a.pagebuilder-button-primary {
    background: #007941;
    border-radius: 0px;
    font-size: 16px;
    padding: 12px 25px;
    border:solid 2px transparent;
    transition:all linear 0.3s;
}
.shipping-every a.pagebuilder-button-primary:hover {
    background:transparent;
    border:solid 2px;
}

.black-friday h2 {
     font-size: 40px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    max-width: 400px;
    line-height: 45px;
    margin-bottom: 20px;
}
.black-friday p{
  color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 0.75;
    font-weight: 300;
}

.black-friday a.pagebuilder-button-primary {
    background: #007941;
    border-radius: 0px;
    font-size: 16px;
    padding: 12px 25px;
    border: solid 2px transparent;
    transition: all linear 0.3s;
}

 
.black-friday a.pagebuilder-button-primary:hover {
    background:transparent;
    border:solid 2px;
}
.popular-categories-heading {
    font-size: 26px;
    font-weight: 600;
    margin-left:3px;
}

.brands-view-all a:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 60px;
    right: -70px;
    background-image: url(../images/ArrowIcon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
}
.brands-view-all a {
    position:relative;
    background: transparent;
    padding: 0px;
    color: #00773C;
    margin-right: 50px;
    font-weight:600;
}
.brands-view-all a:hover {
    background: transparent;
    box-shadow: none;
    
}
.brands-view-all a:hover span{
    background:transparent;
    color:#009757;
    text-decoration:underline;
    
}

.home-products .block-content:nth-child(1) > div:first-child {
    display:flex;
    flex-flow:wrap;
}

.home-products .item.product {
    width:19%;
}

.home-products .product-info > div{
    text-align:left;
}



/*homepage product slider*/


.home-products .glider-prev{
    display: block;
}

.home-products .glider-next{
    display:block;
}
.home-products .glider-dots .active:before{
    background:#000 ;
}
.home-products .glider-dots :nth-child(1){
    position:relative;
}
.home-products .glider-dots :nth-child(1):before {
   content:"1";
    background:transparent;
    border:solid 1px #007941;
    height:30px;
    width:30px;
    position:absolute;
    left:-20px;
    border-radius:100px;
    padding:5px;
    top:-10px;
}
.home-products .glider-dots :nth-child(2){
    position:relative
}


.home-products .glider-dots :nth-child(2):before {
     content:"2";
    background:transparent;
    border:solid 1px #007941;
    height:30px;
    width:30px;
    position:absolute;
    left:0;
    border-radius:100px;
    padding:5px;
    top:-10px;
    opacity:1;
    
}



.home-products button.glider-dot.active:before {
      background:#007941;
    border:solid 1px #007941;
    color:#fff;
}

.home-products button.glider-dot {
    background:transparent
}

.home-products .glider-prev {
    position:relative;
    left:-20px;
    border:solid 1px #007941;
    opacity:1;
    height:30px;
    width:30px;
}
.home-products .glider-next {
    position:relative;
    left:20px;
    border:solid 1px #007941;
    opacity:1;
    height:30px;
    width:30px;
}
.home-products .glider-prev svg{
    position:relative;
    left:3px;
    width:20px;
    color:#007941;
}
.home-products .glider-next svg{
    position:relative;
    left:5px;
    width:20px;
    color:#007941;
}
.home-products .product-info > div:last-child {
  display: none;
}
 

.home-products span.price-label {
    display: none;
} 
.home-products span#\31 -1 {
  display:none;
}
.home-products .product-info > div:nth-child(2){
  width:100%
}
.home-products .card-interactive:hover{
  background:transparent;
  border: solid #B6DECF 1px;
}
.home-products .card-interactive{
  border:solid 1px transparent ;
  border-radius:10px;
  
}

.home-products a.product-item-link {
  font-size:16px;
  font-weight:normal;
}
.home-products a.product-item-link:hover {
    color: #007941;
    text-decoration: underline;
}
.home-products .product-info > div:nth-child(2) .rating-summary{
    position:relative;
}
.home-products .product-info > div:nth-child(2) .rating-summary:before{
position:absolute;
    content:"(10)";
    left:120px;
    font-size:12px;
    color:#aeadad;
    top:19%;
}

@media(max-width:1024px){
    .home-products .glider-dots{
        display:none;
    }
}
/*homepage product slider*/


/*.home-products .glider-track {*/
/*    width: 1554px !important;*/
/*}*/

@media(max-width:768px){
    
    .home-categories-section .pagebuilder-column-line {
    display: flex !important
;
    flex-flow: wrap !important;
    gap: 20px;
    justify-content: center;
}
.home-categories-section .pagebuilder-column {
    width: 45% !important;
}
.shipping-every h2{
    font-size:32px;
}
.black-friday h2{
    font-size:32px;
}
}

@media(max-width:480px){
    [data-content-type=slide] .pagebuilder-slide-wrapper [data-element=content] {
    overflow: visible;
    min-height: auto;
}
.pagebuilder-slider h2{
        font-size: 20px;
    
    line-height: 25px;
}
.pagebuilder-slider p{
    font-size: 14px;
}
.pagebuilder-slider a{
    font-size: 12px;
}
.pagebuilder-slider a span{
     font-size: 12px;
}
#html-body [data-pb-style=TYN98CQ] {
    min-height: auto;
    background-color: transparent;
}
    .home-categories-section .pagebuilder-column {
        width: 45% !important;
        max-width: 47%;
    }
    .home-categories-section .pagebuilder-column {
    margin: 0px !important;
}
.pagebuilder-column.shipping-every {
            margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        padding: 50px 20px !important;
        width: 100% !important;
}

.pagebuilder-column.black-friday{
    margin: 0px !important;
        padding: 50px 20px !important;
        width: 100% !important;
        margin-bottom: 30px !important;
}

.shipping-every h2 {
    font-size: 25px;
    line-height: 25px;
}

.shipping-every p {
    font-size: 16px;
}

.black-friday h2 {
    font-size: 25px;
    line-height: 25px;
}

.black-friday p {
    font-size: 16px;
}
.popular-categories-heading {
    font-size: 20px;
    font-weight: 600;
    margin-left:0px;
}
.glider-dots.select-none.flex.flex-wrap.mx-1.justify-center.p-0.focus\:outline-none{
    bottom: -40px;
}
#html-body [data-pb-style=LQMK68H] {
    margin-top: 20px;
}
.brand-with-btn .pagebuilder-column-line {
    flex-flow: row;
}
.brand-with-btn h2{
    font-size:19px;
}
}
 
/*custom homepage css*/


/*Terms pages*/
.terms-page h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 10px;
}
.terms-page p{
    font-size:14px;
}
.terms-page li {
    padding-top:10px;
    position:relative;
}
.terms-page li:before{
    content:"";
    width:5px;
    height:5px;
    background:#000;
    position:absolute;
    border-radius:100px;
    left:-10px;
    top:55%;
}
.terms-page ul {
    padding-left:10px;
}
/*Terms pages*/

/*account page*/
.account-nav-content ul li:nth-child(5),
.account-nav-content ul li:nth-child(8),
.account-nav-content ul li:nth-child(7),
.account-nav-content ul li:nth-child(2),
.account-nav-content ul li:nth-child(9) {
  display: none;
}
/*account page*/





/*login-signup-page*/
.actions-toolbar a:hover{
color:#007C43;
}
 
.field.password.required button{
    position:absolute;
    left:180px;
}
.field.password.required {
    position:relative;
    margin-top:30px;
} 
.field-reserved .control button{
    position:absolute;
    left:180px;
}
.field-reserved .control{
    position:relative
}
/*login-signup-page*/


/*custom-cart-page*/
ul.checkout.methods.items.checkout-methods-items .item {
    
}
ul.checkout.methods.items.checkout-methods-items a{
    background:#007E48;
    padding:15px 20px;
    border-radius:10px;
    color:#fff !important;
    transition:all linear 0.3s;
    box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
}
ul.checkout.methods.items.checkout-methods-items a:hover{
    background:#00C358
}
/*custom-cart-page*/

/*custom footer css*/
.footer-col-sec-main {
    width: 50%;
    display: flex;
    gap: 70px;
    justify-content: center;
}

.footer-col-third {
    width: 20%;
}

.socials {
        margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-col-sec-inner h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-col-sec-inner li {
    padding-top: 10px;
    font-size: 16px;
}
.custom-footer {
    background: #000;
    color: #fff;
    padding: 40px 20px 0px 20px;
    font-size: 14px;
    width:100%;
    max-width:1440px;
    margin:0 auto;
}
.footer-col-third {
    width: 23%;
}

.custom-footer a {
    transition: all linear 0.3s;
    color: #fff;
    text-decoration: none;
}
.socials img:hover {
    transform: scale(1.3);
    filter: brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(1477%) hue-rotate(130deg) brightness(94%) contrast(102%);
}
.custom-footer a:hover {
    text-decoration: underline;
    color: #007B46;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    /* margin-bottom: 30px; */
}

.footer-col {
        width: 20%;
}

.footer-logo { 
    margin-bottom: 10px;
    margin-left: -8px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.security-badge {
        max-width: 100%;
    
    width: 100%;
}

.footer-bottom {
      display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    padding-top: 20px;
    margin-top: 0px;
}

.newsletter input[type="email"] {
    padding: 2px 20px;
    margin-top: 5px;
    width: 100%;
    max-width: 270px;
    background: transparent;
    /*color: #007941;*/
    border-radius: 50px;
    border: solid 1px #fff;
    font-weight:300;
}
.newsletter input[type="email"]:focus{
    outline: #007941;
  box-shadow: none;
  border:solid 2px #007941;
}


.newsletter button {
       padding: 5px 10px;
    background: #007941;
    color: #fff;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    font-weight:700;
}

.payments img { 
    margin-top: 10px;
}

.socials img {
       width: 24px; 
    height: 24px;
    object-fit: contain;
        transition: all linear 0.3s;
}

.footer-copy {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    margin-top: 20px; 
}

.footer-bottom-first {
    width: 20%;
}

.footer-bottom-third {
    width: 20%;
}

.footer-bottom-second {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.footer-bottom-second h4 {
    color: #00773C;
    font-weight: 500;
    font-size: 20px;
}

.newsletter p {
    font-size: 16px;
    font-weight: normal;
}

.newsletter input::placeholder {
    color:#007941 ;
} 

.newsletter form {
    margin-top: 15px;
}

.payments h4 {
    text-align: center;
}
.newsletter button:hover{
    color: #007941;
    background: #fff;
}

@media(max-width:1024px){
    .footer-col {
    width: 30%;
}
.footer-col-sec-main {
        width: 30%;
}
}

@media(max-width:820px){
.footer-top{
    flex-flow: column;
}    
.footer-col-sec-main{
    width: 100%;
}
.footer-col-third{
            width: 100%;
    display: flex
;
    justify-content: space-between;
}
.socials{
    justify-content: flex-start;
}
.footer-bottom{
    margin-top:0px;
}
.footer-bottom-second{
    justify-content: flex-start;
        width: 100%;
}
.footer-col {
    width: 50%;
}

}


@media(max-width:480px){
    .newsletter input[type="email"]{
        width: 68%;
    }
    .payments h4 {
    text-align: left;
    font-size:13px;
}
    .custom-footer a{
        font-size: 13px;
    }
    .footer-col-sec-inner li {
    padding-top: 5px;
    font-size: 13px;
}
.footer-col-sec-inner h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
    .footer-col-sec-inner {
    width: 40%;
}
    .footer-col{
        width:50%;
    }
    .footer-col-sec-main{
            gap: 15px;
    justify-content: space-between;
    width: 100%;
            flex-flow: wrap;
    }
    .footer-col-third {
    width: 100%;
    gap:60px;
}
.socials{
    margin-top: 20px;
}
.socials img{
        width: 30px;
        height: 20px;
}
.footer-bottom{
    margin-top: 0px;
}
.footer-bottom-second{
    width:100%;
    flex-flow: column;
    gap:20px;
}
.home-products .item.product {
    width: 100%;
}
p.email-res-ftr a {
    font-size: 10px;
}
}
/*custom footer css*/

.top-bar
{
    background: #008000; 
    color: #fff; 
    text-align: center; 
    padding: 5px; 
    font-size: 14px; 
    font-weight: 500;
}

.page-with-filter.catalog-category-view.category-listing-page .columns{
	display: flex;
	flex-flow: unset !important;
	gap: 35px;
}
@media only screen and (max-width:820px){
body .page-wrapper {
  display: none !important;
}
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .title.active strong {
    font-size: 18px;
    font-weight: 500;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .title.active::before {
   display:none;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary {
    padding: 20px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    padding: 20px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
    padding: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product span.product-image-container {
    width: 80px !important;
    height: 80px !important;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details {
    padding: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner {
    padding: 0px;
    margin: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner .product-item-name-block strong.product-item-name {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty span {
    font-size: 14px;
    margin: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner .subtotal span.cart-price span.price {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-left: 5px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper li.product-item .product .product-item-details .product-item-inner .subtotal span.price-excluding-tax::before {
    font-size: 14px;
}

footer.responsive.custom-footer .footer-col-sec-main li{margin-bottom:1rem }


/* 04-12-2025 footer css start */
@media screen and (max-width:1200px){
.footer-col-sec-main {
    width: 70%;
}
}

@media screen and (max-width:1024px){
.footer-col-sec-main {
    width: 100%;
    justify-content: flex-start;
}
}

@media screen and (max-width:768px){
.custom-footer .footer-col-sec-main .footer-col-sec-inner:first-child {
    width: 100%;
}

.custom-footer .footer-col-sec-main {
    flex-wrap: wrap;
}
}
/* 04-12-2025 footer css End */