.pd-60{
    padding:60px 0;
}
.pd-30{
   padding:30px 0;  
}

.banner-box{
    position:relative;
}


.monkey-cate{
    position: absolute;
    bottom: 0;
    left: 0;
}
.monkey-cate p{
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    padding: 0px 18px;
    font-weight: 500;
    background: #94ddb7;
}
.header-logo img{
        width: 120px;
}
.header-top{
    padding: 15px 0 !important;
}

.primary-menu-02 ul>li>a{
   color:black; 
}
.product-item .image-block .product-action .action-btn {
    display: inline-block;
    background: #FFF;
    color: #888888;
    padding: 0;
    border: none;
    line-height: 35px;
    /* height: 50px; */
    /* width: 50px; */
    padding: 0;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    padding: 2px 30px;
}
.monkey-marquee{
        background: #D8EFD3;
}
.monkey-marquee marquee{
    font-size: 15px;
    color: black;
    letter-spacing: 1px;
}
.homemonkey-banner .banner-box{
    margin:0;
}
.header-top{
    padding: 15px 0 !important;
}
.header-actions-02 .header-action-btn{
color:black !important;    
}
.marquee-toolheader {
    background: black;
    color: white;
    font-size: 15px;
    letter-spacing: 0.9;
    font-weight: 500;
    padding: 10px 0px 0px;
}
.header-search input{
      /*background-color: #eaeaea !important;  */
}








.monkeymenu.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.monkeymenu .menu-slider {
    display: flex;
    /*overflow-x: auto;*/
    justify-content: center;
    white-space: nowrap;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    scroll-behavior: smooth;
    flex-grow: 1;
    position: relative; /* Ensure dropdown does not clip */
}

.monkeymenu .menu-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.monkeymenu .menu-item {
    position: relative;
    display: block;
    padding: 10px;
    margin-right: 10px;
    color: black;
}

.monkeymenu .menu-item:hover {
       color: #b18a3d;
}

.monkeymenu .dropdown, .sub-dropdown  {
     display: none; /* Hide dropdowns by default */
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    width:180px;
}
.parent-category{
    position: relative;
}
.sub-dropdown{
    left: 179px;
    top: 0px;
}
.monkeymenu .dropdown a {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #00000017;
}

.monkeymenu .dropdown a:hover {
    background-color: #ddd;
}

.monkeymenu .menu-item:hover .dropdown, .parent-category:hover .sub-dropdown {
   display: block;
}

.monkeymenu .arrow {
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    /* background-color: #e6ddbb; */
    color: black;
    user-select: none;
}

.monkeymenu .left-arrow {
    margin-right: 10px;
}

.monkeymenu .right-arrow {
    margin-left: 10px;
}
.monkey-cartheader img{
        width: 100px;
}
.footer-widget img{
    width: 65%;
}
.footer-bg{
    background: #000000 !important;
}
.Whatsapp-all {
    /* background: #000000; */
    color: #FFF;
    /* width: 50px; */
    /* height: 50px; */
    line-height: 50px;
    border-radius: 100%;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: fixed;
    right: 50px;
    bottom: 120px;
    font-size: 18px;
    z-index: 28;
    display: inline-block;
}


.header-top{
    border-bottom: 1px solid black;
}
.product-listing .widget-item{
     padding-top: 5px;
}

.product-listing .shop-top-content{
   margin-top: 0px; 
}
.product-listing  .widget-item .widget-price{
        padding-top: 15px;
}
.pdt-shipping{
        font-size: 13px;
}
.pdt-shipping a{
    text-decoration: underline;
}

.product-cart button{
      width: 100%;
    padding: 5px 10px;
    border: 2px solid #c53926;
    background: white;
    font-size: 18px;
    color: black;
    font-weight: 400;
    border-radius: revert;
}

.detail-data ul li{
    list-style: disc;
    color: black;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.prdt-detail-feature ul li{
    list-style: disc;
}
.stock-details{
    display: -webkit-box;
    margin-top: 20px;
}

.detail-fire{
    margin: 18px 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #c53926;
    margin-top: 15px;
}
.detail-fire img{
        width: 21px;
}

.detail-vision{
    font-weight: 500;
    font-size: 16px;
    color: black;
    margin-top: 15px;
}
.detail-vision img{
    /*background: black;*/
    padding: 2px 4px;
    width: 38px;
    border-radius: 58px;
    width: 26px;
    height: 26px;
    object-fit: contain;
}



.pulse {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #39772c;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(87 182 66 / 83%);
    animation: pulse 2s infinite;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pulse:hover {
  animation: none;
}

.pulse i{
    color: white;
    /* margin-left: 6px; */
    font-size: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}





@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.detail-prodct-side{
    background: white;
    color: #FFF;
    /* width: 50px; */
    /* height: 50px; */
    line-height: 50px;
    /* border-radius: 100%; */
    display: none;
    /*text-align: center;*/
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: fixed;
    right: 130px;
    bottom: 60px;
    font-size: 18px;
    z-index: 28;
    display: inline-block;
    box-shadow: 0px 2px 8px 1px #0000006b;
}
.detail-prodct-side img{
        width: 120px;
}
.prdt-detailacc {
        margin-top: 18px;
}
.prdt-detailacc .prdt-detail-feature ul{
    padding-left:15px;
}
.prdt-detailacc .prdt-detail-feature ul li{
    font-size:14px;
}
.prdt-detailacc .accordion-button{
        background: white;
    color: black;
    padding: 11px;
}





.all-productbtn a{
    background: #cd3b27;
    padding: 10px 40px;
    color: white;
    border-radius: 75px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.all-productbtn a:hover{
    background: black;
    color:white;
}
.detail-prodct-side .shop-single-content{
    margin-top: 10px;
}
.detail-prodct-side .shop-single-content .product-name{
    margin-bottom: 0px;
}
.detail-prodct-side .single-cart-item .cart-item-content .product-price{
    line-height: 0px;
    margin-top: 15px;
}

.detail-prodct-side .shop-single-content .product-quantity-cart{
      padding-top: 5px;  
          display: flex;
    margin-top: 12px;
}

.detail-prodct-side .shop-single-content .product-quantity-cart span{
    color:black;
}


.detail-prodct-side .shop-single-content .product-quantity button{
        position: relative;
}
.detail-prodct-side .shop-single-content .product-quantity :first-child{
    color:black;
}

.detail-prodct-side .shop-single-content .product-quantity button{
        height: 30px;
}
.detail-prodct-side .shop-single-content .product-quantity input{
    width: 30px;
    height: 30px;
}

.detail-prodct-side .shop-single-content .product-quantity :first-child{
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer-widget-text p{
    color: #cccccc;
}
.footer-widget-text a{
    color: #cccccc;
}


.prdt-detailacc .accordion-header{
       border: 1px solid #00000026;
}

.prdt-detailacc .accordion-item{
    margin-bottom: 10px;
}

.prdt-detailacc .accordion-button:focus{
   box-shadow: none;
}













@media only screen and (max-width: 748px) {
.header-top{
    display: none;
}
.single-slider {
    height: 125px !important;
    margin-top: 65px;
}
.monkey-marquee marquee {
    font-size: 16px;
    color: black;
}
.header-mobile-02{
    background-color: #000000 !important;
}
.header-actions-02 .header-action-btn{
    color: white !important;
}
.header-mobile-02 .sticky {
    background-color: rgb(0 0 0) !important;
}
.Whatsapp-all{
    bottom: 65px;
    right: 10px;
}
}
















#progressbar-1 {
color: #455A64;
}

#progressbar-1 li {
list-style-type: none;
font-size: 13px;
width: 33.33%;
float: left;
position: relative;
}

#progressbar-1 #step1:before {
content: "1";
color: #fff;
width: 29px;
margin-left: 22px;
padding-left: 11px;
}

#progressbar-1 #step2:before {
content: "2";
color: #fff;
width: 29px;
}

#progressbar-1 #step3:before {
content: "3";
color: #fff;
width: 29px;
margin-right: 22px;
text-align: center;
}

#progressbar-1 li:before {
line-height: 29px;
display: block;
font-size: 12px;
background: #455A64;
border-radius: 50%;
margin: auto;
}

#progressbar-1 li:after {
content: '';
width: 121%;
height: 2px;
background: #455A64;
position: absolute;
left: 0%;
right: 0%;
top: 15px;
z-index: -1;
}

#progressbar-1 li:nth-child(2):after {
left: 50%
}

#progressbar-1 li:nth-child(1):after {
left: 25%;
width: 121%
}

#progressbar-1 li:nth-child(3):after {
left: 25%;
width: 50%;
}

#progressbar-1 li.active:before,
#progressbar-1 li.active:after {
background: #1266f1;
}

.card-stepper {
z-index: 0
}


.my-account-menu .user-img{
    background: #80808014;
    margin-bottom: 17px;
    text-align: center;
}
.my-account-menu .user-img p{
    font-size: 18px;
    color: white;
    background: black;
}
.swiper-wrapper{
      height: auto !important;  
}
.back-to-top i{
 line-height: 45px;   
}

.shop-top-bar .card{
    border: none;
}
.shop-section .shop-text{
    font-size: 16px;
    margin-bottom: 15px;
}

.shop-section.product-listing .sort-container  label{
        margin-bottom: 15px;
            color: black;
}
.shop-section.product-listing .sort-container select{
    border: 1px solid #ced4da3b;
        color: black;
            font-size: 14px;
}
.shop-single-content .single-img img{
    width:100%;
}

.color-second{
        color: #cc2121;
}
.blog-posting h3{
    color: black;
    padding: 3px 0;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.blog-posting .blogknw{
    color:#cd3b27;
}
.blog-posting .banner-box a img{
    margin-bottom: 12px;
    height: 242px;
    object-fit: cover;
}
.blog-details img{
      height: 325px;
    object-fit: cover;  
}
.Privacy-page h3{
    color: black;
}
.Privacy-page h4{
    font-size: 18px;
    color: black;
    margin-top: 30px;
}
.Privacy-page ul li{
list-style: disc;
}
.bread-kids{
    background-color: #C8E6C9;
    padding: 60px 5px 10px;
}
.detail-clr button{ 
    border: 1px solid #80808091;
    background: white;
    font-size: 15px;
    padding: 2px 12px;
    letter-spacing: 0.6px;
}


.colorCircle{
    border: dashed !important;
    border-color: #80808057 !important;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.8px;
}
.colorOption input:checked + .colorCircle{
     border: dashed !important;
         box-shadow: 1px 1px 5px -2px #808080ab !important;
}


   .kidmonkey-detailspage .pulse2 {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #ff0027;
        cursor: pointer;
        box-shadow: 0 0 0 #F44336;
        animation: pulse 2s infinite;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .kidmonkey-detailspage .vertical-slider-nav{
        overflow-y: scroll;
        height: 435px !important;
    }
   .kidmonkey-detailspage .vertical-slider-nav::-webkit-scrollbar {
        display: none; /* Hide scrollbar */
    }
    .kidmonkey-detailspage .vertical-slider-nav {
        scrollbar-width: none; /* Firefox */
    }
    .kidmonkey-detailspage .productColors {
        display: flex;
        gap: 10px; /* Space between color options */
    }
    
    .kidmonkey-detailspage .colorOption {
        /*display: flex;*/
        /*align-items: center;*/
        cursor: pointer;
    }
    
    .kidmonkey-detailspage .colorOption input {
        display: none; /* Hide the default radio button */
    }
    
    .kidmonkey-detailspage .colorCircle {
        border-radius: 3px;
        padding: 5px 10px;
        border: 1px solid gray;
    }
    
    .kidmonkey-detailspage .colorOption input:checked + .colorCircle {
        border: 2px solid gainsboro; /* Highlight the selected color */
        box-shadow:2px 4px 5px gray;
    }
    .kid-details-page{
        margin-left: 5rem;
    }
    .product-activearrivals .swiper-button-next{
      right: -12px;  
          color: #cd3b27 !important;
    }
    .product-activearrivals .swiper-button-prev{
      left: -12px;
          color: #cd3b27 !important;
    }
       .product-activefav .swiper-button-next{
      right: -12px;  
          color: #cd3b27 !important;
    }
    .product-activefav .swiper-button-prev{
      left: -12px;
          color: #cd3b27 !important;
    }
    .kidmonkey-detailspage .product-thumb-img{
        object-fit: contain !important;
    }