




nav img {
    width: 130px;
}


nav ul li {
    font-size: 12px;
}



nav ul li i {
    font-size: 19px;
}

.Homebanner_section .bg{
	background: var(--color-primary);
}


.Homebanner_section img {
    width: 17px;
}



.Homebanner_section .box {
    background: var(--color-secondary_2);
    display: inline;
    padding: 3px 5px;
    border-radius: 12px;
}





.glideframe-wrapper {
  width: 95%;
  overflow: hidden;
   margin: auto;
}

.glideframe-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.glideframe-slide {
  min-width: 100%;
  background: var(--color-secondary_2);

}

a.homebtn {
    background: #ffd562;
    padding: 5px 18px;
    border-radius: 27px;
    font-weight: 500;
    font-size: 20px;
    color: #2a2a2a;
    text-decoration:none;
}


.Homebanner_section .slider_section h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
}


.glideframe-prev, .glideframe-next {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  padding: 0 10px;
}

.Homebanner_section .slider_section {
    position: relative;
}

.Homebanner_section .button_section {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 0;
    bottom: 0;
}

.Homebanner_section .button_section svg {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px;
}





.next-prev-swiper-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
    bottom: 0;
}

.discount_section {
    position: relative;
}


.discount_section img{
    width: 100%;
}

.discount_section h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 12px 0;
    color: #000;
}




.p_price {
    color: #000;
    font-size: 19px;
}



.p_price span.old {
    text-decoration: line-through;
    color: #cf9700;
    margin-left: 10px;
}


.addtocart_btn {
    background: #629d23;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 22px;
    width: auto;
}


.discount_section .swiper-slide div{
    border-radius: 10px;
}


.discount_section .arrow_button{
    background: none;
}


.discount_section .arrow_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fabc13;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
}

.single-category-one.height-230 .thumbnail img {
  transform: scale(1.5);
}

.single-category-one.height-230 {
  background: #629d23;
}

.single-category-one.height-230 .inner-content-category {
  width: 100%;
}

.single-category-one.height-230 .inner-content-category p{
  text-align: start;
}



.rp_discription h2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0;
}

.rp_price {
    color: #fabc13;
    font-size: 19px;
}

.rp_price .old {
    text-decoration: line-through;
    color: #ff00006b;
    font-size: 17px;
}


.rp_size span {
    font-size: 12px;
    color: #000;
}



.rp_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.subscribeSection .bg{
     background: var(--color-secondary_2);
}



.subscribeSection .inputBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribeSection input{
    background: #ffda73;
    border-radius: 20px;
    padding: 4px 8px;
}


.subscribeSection button {
    background: #000;
    color: #fabc13;
    padding: 8px 49px;
    border-radius: 20px;
    margin: 0 20px;
    width: auto;
}

.header_serch_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.header_serch {
    position: relative;
}
.header_serch input {
    border: 1px solid black;
    border-radius: 20px;
    padding: 2px 20px;
    width: 350px;
}
.header_serch i {
    position: absolute;
    top: 2px;
    right: 4px;
    background: #fabc13;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}