/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this themeÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢s soft colors and eye-catching ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â yet timeless ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.6.1658137732
Updated: 2022-07-18 09:48:50

*/

@font-face {
	font-family: lora-bold;
	src: url('../apilife-child/assets/fonts/Lora-Bold.ttf');
}


@font-face {
	font-family: lora-semi;
	src: url('../apilife-child/assets/fonts/lora-semi-bold.ttf');
}


@font-face {
	font-family: lora-regular;
	src: url('../apilife-child/assets/fonts/Lora-Regular.ttf');
}


@font-face {
	font-family: opensans-regular;
	src: url('../apilife-child/assets/fonts/OpenSans-Regular.ttf');
}
html{
	overflow-x:hidden;
}
body {
	overflow-x: hidden;
}

h1 {
  font-size: 64px;
  font-family: lora-bold;
}

h2 {
	font-family: lora-bold;
    font-size: 50px;
}

h6 {
color: #E0AD2D;
font-family: lora-semi;
font-size: 20px;
}

h4 {
	font-family: lora-bold;
}

.woocommerce-Price-amount bdi {
	font-family: lora-bold;
}

.footer .row-border ul {
	font-family: lora-regular;
}



.learn-more {
	font-family: lora-semi;
    color: #D80E0E;
    font-size: 17px;
    padding-top: 44px;
    padding-bottom: 44px;
	text-transform: uppercase;
	position: relative;
}

.services .box h4 {
	padding-bottom: 45px;
    padding-top: 45px;
	height: 126px;
}

.btn-primary {
	font-family: lora-semi;
    text-transform: uppercase;
	min-width: 191px;
	min-height: 60px;
}



.add_to_cart_button {
	font-family: lora-semi;
    font-size: 17px;
}

#headerlogo{
	max-width:139px;
}
.navbar-nav .menu a {

	font-family: lora-semi;
    font-size: 16px;
}

.products-home h2 {
	margin-bottom: 20px;
    font-family: lora-semi !important;
}

p {
  font-size: 18px;
  font-family: opensans-regular;
}

li.list {
    list-style: none;
    padding: 0 10px;
}
.links .list p:hover {
    color: #cebc30;
	transition: 0.3s ease-in;
}

.menu-header-container .menu {
    display: flex;
}

.menu-header-container .menu li {
    list-style-type: none;
    margin-right: 15px;
    font-size: 18px;
	white-space: nowrap;
}

.menu-header-container .menu li a {
    text-decoration: none;
    color: #fff;
	font-family: 'lora-regular';
    font-size: 18px;
}

.menu-header-container .menu li a:hover {
    text-decoration: none;
    color: #E0AD2D !important;
}

.current-menu-item a {
	color: #E0AD2D !important;
	position: relative;
}

.current-menu-item > a::before,
.current_page_ancestor > a:before{
	content: '';
	background-image: url('/wp-content/uploads/2022/08/dot-head.png');
	height: 13px;
	width: 11px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -16px;
	right: 40%;
}
.footer {
    background-color: #000;
}

.footer-logo {
    margin-top: -102px !important;
}

.footer-logo img {
  z-index: 2;
  position: relative;
}

.footer ul {
    text-align: left;
    color: white;
    list-style-type: none;
}

.row-border {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 62px;
    padding-bottom: 45px;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

.social {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #E0AD2D;
    line-height: 46px;
    
}

.social:nth-child(1) {
    margin-right: 10px;
}


.social:nth-child(2) {
    margin-left: 10px;
}

.bottom-footer {
    color: #fff !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about-us {
    background-image: url('../apilife-child/assets/images/bg-about.png');
	background-repeat: no-repeat;
	background-position:top;
	width:100%;
	background-size: cover;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-text {
    position: absolute;
    text-align: left;
  }

  .banner-text h1 {
    font-size: 64px;
    text-align: left;
    color: #fff !important;
    margin-bottom: 50px;
  }

  .swiper-pagination {
    bottom: 50px !important;
    right: 70px;
    left: unset !important;
    text-align: right !important;
  }

  .bg-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
   
    background-size: contain;
  }

  .container-header .up-head {
    color: #fff;
  }

  .about-us {
    padding-top: 120px;
    padding-bottom: 100px;
	margin-bottom: 50px;
  }

  .about-img img {
    z-index: 2;
    position: relative;
  }

.about-us .btn-primary {
	margin-top: 44px;
}

.banner .swiper-slide {
	height: 100vh;
}

.about-us p {
	margin-top: 20px;
}

  .about-img::before {
    content: unset;
    position: absolute;
    left: 173px;
    width: 270px;
    top: 950px;
    height: 394px;
    background-image: url('../apilife-child/assets/images/frame.png');
    background-size: cover;
    background-position: center;
  }

  .services {
    padding-bottom: 145px;
	  position: relative;
  }

  .services::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 340px;
    top: 385px;
    height: 394px;
    background-image: url('../apilife-child/assets/images/bg-services.png');
    background-size: cover;
    background-position: center;
  }


  .products-home::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 100%;
    top: 0;
    height: 941px;
    background-image: url('../apilife-child/assets/images/prod-bg.png');
    background-size: cover;
    background-position: center;
  }


.products-home .swiper {
	margin-top: 50px;
}
  .services .box {
    padding-top:30px;
    max-width: 394px;
    height: 711px;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
-webkit-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
-moz-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
    z-index: 2;
    position: relative;
  }

.services .box img{
	height:auto !important;
}

  .box .box-content {
    margin-left: 40px;
    margin-right: 40px;
  }

  body {
    background-color: #fff !important;
  }

  .products-home {
    padding-bottom: 200px;
	  position: relative;
  }

  .products-home .swiper-slide {
    background: transparent;
  }

  .products-home .woocommerce-loop-product__title {
    font-size: 24px;
  }

  .products-home .woocommerce-LoopProduct-link {
    text-decoration: none;
  }

  .products-home .woocommerce-Price-amount bdi {
    font-size: 30px;
  }

  .products-home .add_to_cart_button {
    position: absolute;
    top: 115px;
    left: 39px;
    border-radius: 50px;
  }

  .products-home .woocommerce-LoopProduct-link .new::before {
    content: '';
	  opacity: 0;
    position: absolute;
    background: rgb(238,238,238);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(212,70,0,0.3049953257670256) 0%, rgba(224,123,73,1) 100%, rgba(255,255,255,1) 100%); 
    height: 75%;
    width: 100%;
    left: 0;
    border-radius: 36px;
	top: 0;
	  transition: 0.3s ease-in;
  }

.post-hover .woocommerce-LoopProduct-link .new::before {
    content: '';
	  opacity: 1;
    position: absolute;
    background: rgb(238,238,238);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(212,70,0,0.3049953257670256) 0%, rgba(224,123,73,1) 100%, rgba(255,255,255,1) 100%); 
    height: 75%;
    width: 100%;
    left: 4px;
    border-radius: 36px;
	top: 4px;
  }

.swiper-button-next::after, .swiper-button-prev::after {
	color: white;
}

.blogs .blog-heading p {
	margin-top: 20px;
	margin-bottom: 50px;
}
.believe h4 {
    padding-top: 20px;
}

.believe .believe-heading p {
	margin-top: 20px;
	margin-bottom: 50px;
}

.believe .believe-desc p {
	margin-top: 20px;
}
.products-home .woocommerce-LoopProduct-link .new {
    position: relative;
    height: 266px;
    border: 4px dotted #E0AD2D;
    border-radius: 42px;
    display: flex;
    align-items: center;
}
  .products-home .woocommerce-LoopProduct-link .new:hover::before {
    opacity: 1;
	transition: 0.3s ease-in;
  }

  .products-home .woocommerce-LoopProduct-link:hover .price {
    color: #D80E0E;
  }

  .products-home .woocommerce-LoopProduct-link:hover + .add_to_cart_button {
    display: block;
  }

  .products-home .product .add_to_cart_button:hover + .woocommerce-LoopProduct-link:hover::before {
    content: '';
  }

  .products-home .woocommerce-loop-product__title:hover {
    color: black;
  }

  a:hover {
    color: unset !important;
  }
  .products-home .product .add_to_cart_button {
    display: none;
    color: #D80E0E;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 36px;
    padding-right: 36px;
    background-color: #fff;
    text-transform: uppercase;
  }

.mySwiper1 .swiper-button-next {
	display: none;
}

.mySwiper1 .swiper-button-prev {
	display: none;
}

  .products-home {
    padding-bottom: 180px;
  }

  .believe {
    padding-bottom: 170px;
  }

  .blogs {
    padding-bottom: 150px;
  }

  .banner-all {
    min-height: 568px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
  }

  .banner-all::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2022/08/Path-11482-1.png');
    background-size: cover;
    background-position: center;
  }

  .banner-all .banner-content {
    margin-top: 250px;
    color: #fff;
    z-index: 2;
	  width: auto;
  }

  .banner .swiper-slide::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2022/08/Path-11482.png');
    background-size: cover;
    background-position: center;
  }

  .banner .swiper-pagination-bullet {
    border-radius: 0px;
    clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
    height: 15px;
    width: 14px;
    background: white;
    opacity: 1;
  }

  .banner .swiper-pagination-bullet-active {
    background: #D80E0E !important;
  }

  .btn-primary {
    background-color: #D80E0E!important;
    color: #fff !important;
    border-radius: 30px !important;
  }
  
  .single_add_to_cart_button {
  	background-color: #D80E0E!important;
    color: #fff !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    
  }

  .queen-desc {
    padding-top: 118px;
    margin-bottom: 118px;
  }

  .contact-us {
    /*background-color: #D80E0E;
    color: #fff;*/
	background-color: #fbf4e1;
    color: #28303d;
    position: relative;
  }

  .contact-us .btn-primary {
    background-color: #E0AD2D !important;
    margin-top: 35px;
  }

  .contact-us .content {
    padding-top: 83px;
    padding-bottom: 154px;
  }

  .contact-us::before {
    content: '';
    position: absolute;
    right: 10px;
    width: 270px;
    top: 0;
    height: 394px;
    background-image: url('../apilife-child/assets/images/bg-services.png');
    background-size: cover;
    background-position: center;
  }
  

  .line {
    position: relative;
    padding-bottom: 45px;
  }

  .line::before {
    content: '';
position: absolute;
background-image: url('../apilife-child/assets/images/line.png');
left: 0%;
right: 0;
top: 80px;
margin-right: 8px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
  }

.line::after {
  content: '';
  position: absolute;
  background-image: url('../apilife-child/assets/images/line-.png');
  left: 147px;
  top: 71px;
  margin-right: 8px;
  width: 19px;
  height: 25px;
  background-repeat: no-repeat;
}

  .line-center {
    position: relative;
    padding-bottom: 45px;
  }

 .line-center::before {
  content: '';
  position: absolute;
  background-image: url('../apilife-child/assets/images/line.png');
  left: 0;
  right: 0;
  top: 80px !important;
  margin: auto;
  width: 313px;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
}



.line-center::after {
  content: '';
  position: absolute;
  background-image: url('../apilife-child/assets/images/line-.png');
  left: 0 !important;
  top: 71px !important;
  margin-right: 8px;
  width: 19px;
  height: 25px;
  background-repeat: no-repeat;
  right: 0 !important;
  margin: auto !important;
}

  .queens .content {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }

  .queens-desc {
    margin-top: 66px !important;
    margin-bottom: 70px !important;
  }

  .queens .box {
      max-width: 394px;
      background-color: #fff;
      border-radius: 35px;
      box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
      -webkit-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
      -moz-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
      z-index: 2;
      position: relative;
      margin-bottom: 35px;
	  padding-top:20px;
  }

  .queens {
    padding-bottom: 120px;
  }

  .queens .btn-primary {
    margin-top: 36px;
    margin-bottom: 70px;
  }

  .queens .content {
    margin-top: 50px;
  }
  .queens .box p {
    /*margin-top: 32px;*/
	  margin-top: 15px;
  }


.honey-prod .woocommerce-loop-product__title {
  font-size: 24px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
	white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.honey-sales .woocommerce-LoopProduct-link {
    text-decoration: none;
    position: relative;
    display: block;
    padding-top: 15px;
    margin-bottom: 13px;
}

  .honey-prod {
    position: relative;
    margin-top: 100px !important;
  }

  .honey-prod .woocommerce-Price-amount bdi {
    font-size: 30px;
  }

.honey-sales .product_type_simple {
  position: relative;
  top: 47px;
  color: #E0AD2D;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E0AD2D;
  border-radius: 42px;
  max-width: 190px;
  width:100%;
  max-height: 54.5px;
  transition: 0.3s fade-in;
  font-size: 17px;
}
.honey-sales .product_type_simple:hover{
  color: #fff !important;
  transition: 0.3s fade-in;
  background: #E0AD2D;
}

.honey-prod .add_to_cart_button {
/*   display: none; */
  font-size: 17px;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 35px;
  background-color: #D80E0E;
  text-transform: uppercase;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: fit-content;
  border:solid 1px transparent;
}
.honey-sales .woocommerce-LoopProduct-link:hover + .add_to_cart_button {
  display: block;
}
.honey-prod .add_to_cart_button:hover{
	  color: #D80E0E;
  text-decoration: none;
  background: #fff;
  border: 1px solid #D80E0E;
	padding-bottom: 20px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
  border-radius: 35px !important;
}

/* 	.honey-sales .woocommerce-LoopProduct-link:hover::before {
  	opacity: 1;
		transition: 0.3s ease-in;
	} */

	.honey-sales .woocommerce-LoopProduct-link:hover .price {
  color: #D80E0E;
}

.honey-sales h2 {
  padding-bottom: 20px;
  font-family: lora-bold !important;
}

/*     .honey-sales .woocommerce-LoopProduct-link::before {
  content: '';
	opacity: 0;
  position: absolute;
  background: rgb(238,238,238);
  background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(212,70,0,0.3049953257670256) 0%, rgba(224,123,73,1) 100%, rgba(255,255,255,1) 100%);
  height: 100%;
  width: 100%;
	left:0;
	top:0;
	z-index:-1;
  border-radius: 35px;
transition: 0.3s ease-in;
} */

/*   .honey-sales .post-hover .woocommerce-LoopProduct-link::before {
  content: '';
	  opacity: 1;
  position: absolute;
  background: rgb(238,238,238);
  background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(212,70,0,0.3049953257670256) 0%, rgba(224,123,73,1) 100%, rgba(255,255,255,1) 100%);
  height: 316px;
  width: 285px;
  border-radius: 35px;
	  left: 0;
right: 0;
margin: auto;
top: 0;
} */

.honey-sales .woocommerce-LoopProduct-link::hover::before {
	content: '';
}

    .type-product {
      list-style-type: none;
		width:100%;
    }

    .honey-bulk {
      margin-top: 200px;
      margin-bottom: 129px;
    }
  
    .honey-bulk .btn-primary {
      margin-top: 25px;
    }

    .black-dot {
        list-style-type: none;
    }

    .black-dot li {
      position: relative;
    }

    
    .black-dot li::before {
      content: '';
      background-image: url('../apilife-child/assets/images/li-dot.png');
      position: absolute;
      left: -27px;
      right: 0;
      top: 5px;
      margin-right: 8px;
      width: 16px;
      height: 23px;
      background-repeat: no-repeat;
    }

    .desc ul {
      list-style-type: none;
  }

  .desc li {
    position: relative;
  }

  
  .desc li::before {
    content: '';
    background-image: url('../apilife-child/assets/images/line-.png');
    position: absolute;
    left: -27px;
    right: 0;
    top: 5px;
    margin-right: 8px;
    width: 25px;
    height: 23px;
    background-repeat: no-repeat;
  }
    

    .services-row {
      margin-bottom: 80px;
    }

    .diamond-img {
      position: relative;
    }

    .diamond-img .btn-primary {
  		position: absolute;
  		left: 0;
  		top: 160px;
  		font-size: 11px;
  		right: 0;
  		margin: auto;
}

    .diamond-img::before {
      content: unset;
      background-image: url('../apilife-child/assets/images/frame2.png');
      position: absolute;
      left: 64px;
      right: 0;
      top: 47px;
      margin-right: 8px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      z-index: -1;
    }

	.diamnd-img .btn-primary {
	  max-width: unset;
	  max-height: unset;
	}


	.banner-text .btn-primary {
	  min-width: unset;
	  min-height: unset;
	}

    .cf7 input {
      width: 100% !important;
      border: unset !important;
      margin-bottom: 27px;
      border-bottom: 1px solid #E0AD2D !important;
	color: #7B7973;	
    }

    .cf7 select {
      width: 100% !important;
      border: unset !important;
      margin-bottom: 27px;
      border-bottom: 1px solid #E0AD2D !important;
		color: #7B7973;
    }

    .cf7 textarea {
      width: 100% !important;
      border: unset !important;
      margin-bottom: 27px;
      border-bottom: 1px solid #E0AD2D !important;
      padding-left: 15px;
		color: #7B7973;
    }

    .cf7 .btn-primary {
      width: unset !important;
    }

    .contact-form {
      margin-top: 100px;
    }

    .working {
      margin-top: 118px;
    }

    .working .btn-primary {
      margin-top: 25px;
    }

    .double-working {
      margin-top: 100px;
      margin-bottom: 100px;
    }

    .box-service {
      padding-bottom: 61px;
      border-radius: 35px;
      box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
      -webkit-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
      -moz-box-shadow: -1px -1px 5px 3px rgba(224,173,45,0.4);
    }

    .box-service .desc {
      padding-top: 51px;
      padding-left: 50px;
      padding-right: 50px;
    }

    .img-div {
      position: relative;
      margin-top: 65px !important;
      margin-bottom: 35px !important;
      border-radius: 24px;
      transition: 0.3s all;
    }

    .img-div:hover:before {
      opacity: 0.5;
      transition: 0.3s ease-in;
    }

    .img-div:hover h4 {
      display: block;
      transition: 0.3s all;
    }

    .img-div::before {
      content: '';
    position: absolute;
	background: #E0AD2D;
	opacity: 0;
	height: 100%;
	width: 90.6%;
	border-radius: 20px;
	top: 0px;
	left: 10px;
    transition: 0.3s ease-in;
    }

    .blogs-row .blog {
      margin-top: 55px !important;
    }
      

    .img-div h4 {
  	display: none;
  	position: absolute;
  	top: 36%;
  	max-width: 200px;
  	color: #fff;
  	font-size: 24px;
  	left: 0;
	right: 0;
	margin: auto;
  	transition: 0.3s all;
}

    .about-us-pg {
      padding-top: 95px;
      padding-bottom: 110px;
      background-color: #fff;
    }

    .about-us-pg:nth-child(even) {
      background-color: #FBF4E1;
    }
    .about-us-pg:nth-child(even) .img {
        order: 2;
    } 

    .team .heading {
      margin-top: 138px !important;
      margin-bottom: 54px !important;
    }

    .team .team-desc {
      margin-bottom: 100px !important;
    }

    .contact-pg {
      margin-top: 80px;
    }

    .contact-pg .heading {
      margin-bottom: 66px;
    }

    .contact-info .info{
      margin-top: 40px !important;
    }

    .contact-info .info img {
      margin-right: 20px;
    }

    .contact-info .info h4 {
      margin-right: 30px;
    }

    .contact-info {
      margin-bottom: 170px !important;
    }
    
    
    .btn-primary a {
    	color: #fff;
        text-decoration: none;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
      	border: 2px dotted #E0AD2D;
  		border-radius: 25px;
        }
        
     .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  		margin: 0px 2.286% 0.6em 0;
}

@media (max-width:991px){
	
/* 	.bg-header {
    	position: relative;
		background: black;
	} */
	
	/*header#navbar {
		position: relative !important;
	}*/
	
	.banner-text h1 {
    font-size: 36px !important;
	}
	.about-img::before {
    content: '';
    display: none;
}
	.blogs {
    margin-top: -168px;
}
	.products::before{
    content:"";
    z-index:-1;
    }
    .footer ul {
    padding-left: 0;
    text-align: center;
}
	.row-border
    .col-md-8{
    width:100%;
    }
	.line-center::before{
		content:'';
		    left: 16.5%;
	}
/* 	.honey-prod .add_to_cart_button {
		    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 1px;
		top: 80px;
    right: 20px;
    left: 28px;
} */

}
@media (max-width:767px){
	
	
.honey-prod {
  margin-top: 53px !important;
}
	.queen-desc h2 {
		font-size: 47px;
	}
	
	.woocommerce .related ul.products.columns-4 li.product {
		width: 100% !important;
	}
	
	a.navbar-brand {
    margin-right: -60px;
}

	.banner-text {
    margin-top: 179px;
}
	.btn-primary {
    padding: 2px 15px;
}
	.about-us {
    padding-top: 25px;
		padding-bottom:25px;
}
	.about-img {
    display: flex;
    justify-content: center;
}
	.about-img img {
    /*width: 46%;*/
		width: 40%;
}
	.box {
    margin-bottom: 25px;
    display: inline-block;
}
	.blogs img {
    width: 50% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
	.bottom-footer p {
    text-align: center;
}
	
	.line-center::before{
		content:"";
		    width: 60%;
	}
	.line-center::after {
		content:"";
		    width: 25%;
	}
	.honey-sales .woocommerce-LoopProduct-link::before {
		    content:"";
		    height: 75% !important;
    		width: 52.5% !important;
	}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
		    content:"";
		    height: 75% !important;
    		width: 52.5% !important;
	}
	
/* 	.honey-prod .add_to_cart_button {
		right: 0 !important;
    left: 175px!important;
	} */
}
@media (max-width:575px){
	
	.banner-text h1 {
    font-size: 16px !important;
    margin-top: -94px;
}
	.container-header .up-head {
    color: #fff;
    padding-top: 4px;
	padding-left: 0;
}
	.col-lg-2 img {
    width:22%;
    }
    .products .woocommerce-loop-product__title {
    font-size: 16px;
}
	.products .woocommerce-Price-amount {
    font-size: 14px;
}
	.row-border li {
    margin-bottom: 10px;
}
	
	.bg-header .container {
    padding: 0px 0px !important;
}
	
	.blogs h6 {
		margin-top: 0 !important;
	}
	.blog-detail {
	  margin-top: 40px !important;
	}
}


.quantity input {
	  border-radius: 25px;
  	border: 2px solid #E0AD2D;
  	width: 158px !important;
}

.leftside input {
	border-radius: 25px;
	border: 2px solid #E0AD2D;
	position: relative;
}

.thwepo-extra-options {
	position: relative;
}

.thwepo-extra-options .value::before {
    content: '';
position: absolute;
right: 37px;
width: 25px;
top: 36%;
height: 25px;
background-image: url('../apilife-child/assets/images/calendar.png');
background-size: cover;
background-position: center;
z-index: 2;
  }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, .site textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}


.btn-primary:hover {
	border: 3px solid #E0AD2D !important;
	background-color: #E0AD2D !important;
	transition: 0.3s ease-in;
}

.contact-us .btn-primary:hover {
	border: 3px solid #fff !important;
	background-color: #D80E0E !important;
	transition: 0.3s ease-in;
}
.cart .qty {
	display: inline;
}

.single-product form.cart .quantity {
	float: unset !important;
	display:inline-block;
	position:relative;
}

.single-product .single_add_to_cart_button {
	display: inherit;
	/* margin-top: 50px; */
	font-family: lora-semi;
	font-size: 16px;
}

.single-product .quantity {
	margin-left: 40px;
}

.single-product .qty {
	/* margin-left: 10px; */
}

.single-product .woocommerce-product-gallery img {
    max-width: 100% !important;
    width: 200px !important;
	margin:auto;
	height: 221px !important;
}
.single-product .wpgs-nav .slick-track {
  display: flex;
  align-content: center;
  justify-content: center;
}
.single-product .wpgs-nav .slick-slide {
  width: 70px !important;
  height:70px;
  border-radius: 10px;
	overflow: hidden;
/*   margin: auto; */
  float: none;
}
.single-product .wpgs-nav .slick-slide img {
  height: 100% !important;
  width: 100%;
}
.posted_in , .wc-tabs-wrapper {
	display: none;
}

.related.products h2 {
	text-align: center;
} 

.related.products .woocommerce-loop-product__title {
	text-align: left;
}

.related.products .price {
	text-align: left;
}

.related .products .product_type_simple {
  position: relative;
  font-family: lora-semi;
  background: #D80E0E !important;
  color: #fff !important;
  display: block !important;
  left: 0;
  right: unset !important;
  margin: unset !important;
  top: 0;
  white-space: nowrap;
  border-radius: 50px;
  text-transform:uppercase;
  font-size: 13px;
  max-width: 143px;
  max-height: 54.5px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
}
.related .products .product_type_simple:hover {
  color: #D80E0E !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 1px solid #D80E0E;
}
.post-7 .entry-header , .post-8 .entry-header {
	display: none;
}

.product-remove a {
	height: 18px;
	width: 18px;
	background-color: red;
	border-radius: 50px;
	color: white;
}

.footer a {
	text-decoration: none;
}

.woocommerce-cart-form__cart-item .product-name a {
	text-decoration: none;
}

.woocommerce-cart-form__cart-item .attachment-woocommerce_thumbnail {
	max-height: 112px !important;
	max-width: 112px !important;
}

.woocommerce-cart-form__cart-item .quantity input {
	width: unset !important;
	border: unset !important;
}

.cart_totals .shop_table_responsive {
	border-radius: 25px;
	background-color: #F7EBCC;
}

.shop_table td {
	border: unset !important;
}

.shop_table th {
	border: unset !important;
}

.wc-proceed-to-checkout .checkout-button {
	border: none;
	border-radius: 25px;
	background: #D80E0E;
	color: white !important;
	text-decoration: none !important;
}

.actions .coupon #coupon_code {
	border: none;
	border-radius: 25px;
	background: #D80E0E;
	color: white !important;
	text-align: center;
    font-size: 16px;
	padding: 11px 15px 11px 15px !important;
}

.actions .button {
	border: none !important;
	border-radius: 25px;
	background: #D80E0E !important;
	color: white !important;
	text-align: center;
    font-size: 16px;
	padding: 13px 18px 13px 18px !important;
}

.post-8 .woocommerce-form-coupon-toggle {
	display: none;
}

.post-8 #place_order {
	border: none !important;
	border-radius: 25px;
	background: #D80E0E !important;
	color: white !important;
	text-align: center;
}

.post-8 .woocommerce-billing-fields input {
	border: 1px solid #9F9F9 !important;
	border-radius: 25px;
}

.post-8 .woocommerce-billing-fields .input-text {
	border: 1px solid #9F9F9 !important;
	border-radius: 25px;
	padding: 10px;
}

.post-8 .woocommerce-billing-fields h3 {
	padding-bottom: 25px;
	border-bottom: 1px solid #DDDBDB;
}

#order_review_heading {
	padding-bottom: 25px;
	border-bottom: 1px solid #DDDBDB;
}

.post-8 .woocommerce-checkout-review-order-table {
	border-radius: 25px;
	background-color: #F7EBCC;
}
.woocommerce-checkout .select2-container .select2-selection {
	border-radius: 25px;
}

 #order_comments {
	border-radius: 25px;
	 padding: 8px;
}

.related.products .products .woocommerce-LoopProduct-link .new::before {
	height: 74.4% !important;
}

.related.products .product .add_to_cart_button {
	color: #D80E0E;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 23px;
	padding-right: 23px;
	background-color: #fff;
	text-transform: uppercase;
	display: grid !important;
	place-items: center;
	max-width: 143px;
	max-height: 54.5px;

}

.wc-forward {
    background-color: #D80E0E;
    color: #fff;
    border-radius: 35px;
    padding-top: 8px;
    padding-bottom: 14px;
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 11px;
    display: inline-block;
    /* max-width: fit-content; */
	border: 1px solid #D80E0E;
}
.wc-forward:hover {
    color: #D80E0E;
    text-decoration: none;
	background: #fff;
    border: 1px solid #D80E0E;
}

  .products .woocommerce-loop-product__title {
    font-size: 24px;
  }

  .products .woocommerce-LoopProduct-link {
    text-decoration: none;
  }

  .products .woocommerce-Price-amount {
    font-size: 30px;
  }

  .products .add_to_cart_button {
    position: absolute;
	top: 115px;
	left: 0;
	border-radius: 50px;
	right: 0;
	margin: auto;
	max-width: 185px;
  }
	

	.related .products .add_to_cart_button {
		position: relative;
		background: #D80E0E !important;
		color: #fff !important;
		display: block !important;
		left: 0;
		right: unset !important;
		margin: unset !important;
		top: 0;
		white-space: nowrap;
		width: 168px !important;
		height: 60px !important;
		font-size: 13px;
	}

.related.products .product .add_to_cart_button:hover {
	background: #fff !important;
	border: 1px solid #D80E0E;
}
  .products .woocommerce-LoopProduct-link .new::before {
    content: '';
	  opacity: 0;
    position: absolute;
    background: rgb(238,238,238);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 0%, rgba(212,70,0,0.3049953257670256) 0%, rgba(224,123,73,1) 100%, rgba(255,255,255,1) 100%); 
    height: 79%;
    width: 100%;
    left: 0;
    border-radius: 36px;
	  transition: 0.3s ease-in;
  }

  .products .woocommerce-LoopProduct-link:hover .new::before {
    opacity: 1;
	  transition: 0.3s ease-in;
  }

  .products .woocommerce-LoopProduct-link:hover .price {
    color: #D80E0E;
  }

  .products .woocommerce-LoopProduct-link:hover + .add_to_cart_button {
    display: block;
  }

  .products .product .add_to_cart_button:hover + .woocommerce-LoopProduct-link:hover::before {
    content: '';
  }

  .products .woocommerce-loop-product__title:hover {
    color: black;
  }

  .products .product .add_to_cart_button {
    display: none;
    color: #D80E0E;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 36px;
    padding-right: 36px;
    background-color: #fff;
    text-transform: uppercase;
  }

.single-product .product {
  max-width: 1140px;
  margin: auto;
}

.thwepo_simple .label label {
	font-size: 28px;
	font-family: lora-bold;
}

.thwepo_simple tr {
	margin-bottom: 30px;
	display: block;
	margin-top: 20px;
}

.qty {
	font-size: 28px;
	font-family: lora-bold;
	}
    
 .summary .woocommerce-Price-amount bdi {
 	font-size: 30px;
 }
 
 .summary .quantity input {
 	max-height: 55px;
 }
 
 .blogs .date p {
 	font-size: 18px;
    margin-top: 35px;
 }
 
 .blogs .title h4 {
 	font-size: 24px;
    margin-bottom: 20px;
    font-family: lora-semi !important;
 }
 
 .blogs .short-desc p {
 	font-size: 16px;
 }
 
 .blogs a {
  text-decoration: none;
}

.blogs .blog-detail:hover .title h4 {
	color: #D80E0E;
}

.red {
	color: #D80E0E;
}

.up-head {
	margin-top: 55px;
}

.bg-header .list {
  max-height: 50px;
}

.up-head a {
	text-decoration: none;
	display: flex;
	color: white;
	white-space: nowrap;
}

.up-head p {
	margin-right: 20px;
	font-family: lora-medium;
	font-size: 20px;
}

.navbar-nav .menu a:hover {
	color: #D80E0E !important;
}

.search-results .search-result-count , .search-results .page-title , .search-results .entry-title {
	text-align: center;
}

.wp-block-search__label {
	display: none;
}

.widget_search {
	position: relative;
}

.wp-block-search__button::before {
	content: '';
	position: absolute;
	background-image: url('../apilife-child/assets/images/search.png');
	background-size: cover;
	background-position: center;
	height: 28px;
	width: 28px;
	top: 10px;
	right: 18px;
	}

.wp-block-search__input {
	border: unset !important;
	font-family: lora-regular;
	font-size: 16px;
}

.wp-block-search__button {
	background-color: #D80E0E !important;
}

.wp-block-search__button:hover {
  border: unset !important;
}

.cart-img {
	margin-left: 10px;
}

.up-head {
	position: relative;
}

.up-head .btn-primary {
	background-color: transparent !important;
	border: unset !important;
}

.up-head .btn-primary::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2022/08/search.svg');
	background-size: cover;
	background-position: center;
	height: 28px;
	width: 28px;
	top: 0px;
	right: 72px;
}

.up-head .btn-primary:focus {
	box-shadow: unset !important;
}

.banner-content h1 {
	margin-bottom: 20px;
}

.queens .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*line-clamp: 2;*/
	-webkit-box-orient: vertical;
}

.services-page , .honey-sales {
	margin-top: 70px;
}


.footer ul li a {
	white-space: nowrap;
  	text-decoration: none !important;
  	color: #fff !important;
}

.footer ul li {
	white-space: nowrap;
  	text-decoration: none !important;
  	color: #fff !important;
}

.footer ul {
	position: relative;
}

.footer .mail-footer::before {
	content: '';
	position: absolute;
	height: 14px;
	width: 20px;
	background-image: url('../apilife-child/assets/images/email.png');
	background-size: cover;
	background-position: center;
	top: 65%;
	left: 24px;
}

.footer .phone-footer::before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	background-image: url('../apilife-child/assets/images/phone.png');
	background-size: cover;
	background-position: center;
	top: 17%;
	left: 24px;
}

.single-product .woocommerce-notices-wrapper {
	padding-top: 100px;
}

.navbar-toggler {
	background-color: white !important;
}

.services-row {
	margin-top: 77px;
}

.services-row h1 , .services-row-double h4 {
	font-size: 28px;
	font-family: lora-bold;
	margin-bottom: 15px;
}

.line h2 {
	white-space: nowrap;
}

.gallery {
	margin-top: 125px;
	margin-bottom: 100px;
}

/* .product_cat-queens .related.products .products {
	display: none !important;
}
.product_cat-queens .related.products .line-center {
	display: none !important;
} */
.desc h4 {
    padding-top: 25px;
}
.content h2 {
    padding-bottom: 25px;
}
.content p{
	line-height:2;
}
.gallery p {
  margin-top: 20px;
}

@media (max-width: 1399px) {
.menu-header-container .menu li {
    margin-right: 12px;
	} 
}



@media (max-width: 1200px) {
	
	.thwepo-extra-options .value::before {
		content: unset;
	}
	
	.honey-sales .woocommerce-LoopProduct-link::before {
  	height: 239.5px;
  	width: 216px;
	}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
		 
		    height: 239.5px !important;
  			width: 216px !important;
	}
	
	.diamond-img .btn-primary {
  left: 0;
  top: 119px;
}
	
	.menu-header-container .menu li {
		margin-right: 8px;
		font-size: 15px;
	}
	
}

@media(max-width: 991px) {
	
	.menu-header-container .menu {
  display: block !important;
		text-align: center;
		padding-left: unset !important;
}
	
	.current-menu-item a::before {
  content: unset;
	}
	
	.for-mobiles {
		margin: auto !important;
	}
	
	.working h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	
	.diamond-img .btn-primary {
		top: 220px;
	}
	
	.honey-sales .woocommerce-LoopProduct-link::before {
  height: 71%;
	width: 79%;
}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
  height: 71% !important;
	width: 79% !important;
}
/* .honey-prod .add_to_cart_button {
  	right: 25%;
  	left: 25%;
  	top: 25%;
} */

.products-home .add_to_cart_button {
  left: 67px;
}
	
.products-home .woocommerce-LoopProduct-link::before {
  height: 77%;
  width: 86%;
  left: 23px;
}
	
	.post-hover .woocommerce-LoopProduct-link::before {
  height: 77%;
  width: 86%;
  left: 23px;
}

	.line-center::before {
  left: 0 !important;
}
	
	.queen-desc .line-center::before {
  top: 147px;
}
	.queen-desc .line-center::after {
  top: 140px;
}
	
	.banner-all .banner-content {
		margin: auto;
		text-align: center;
		margin-top: 26vh !important;
	}
	
	.line-center h2 {
		white-space: nowrap;
	}
	
	.line h2 {
		white-space: nowrap;
	}
	}


@media (max-width: 767px) {
	
.single-product form.cart {
    display: block !important;
}
	.hide-cf {
	  display: none;
	}
	
	.img-div::before {
		width: 95.6% !important;
	}
	
	.box-service {
		margin-bottom: 60px;
	}
	
	.working .desc {
		order: 2;
		margin-top: 60px;
	}
	
	.services-row .desc {
		order: 2;
	}
	
	.services-row-double .desc {
		order: 2;
		margin-top: 60px;
		text-align: center;
	}
	
	.services-row .desc {
		margin-top: 60px;
		text-align: center;
	}
	
	.diamond-img {
		margin: auto;
		text-align: center;
	}
	
	.diamond-img .btn-primary {
	  left: 0 !important;
	  top: 176px;
	  right: 0 !important;
	  margin: auto !important;
	}
	
	.honey-bulk .desc {
		order: 2;
		margin-top: 40px !important;
	}
	
/* 	.honey-sales .woocommerce-LoopProduct-link::before {
  		
		width: 52.5%;
	}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
  		
		width: 52.5% !important;
		height: 71% !important;
	} */
	
	.products-home .add_to_cart_button {
  left: 159px;
}
	
.products-home .woocommerce-LoopProduct-link::before {
  height: 77%;
  width: 55%;
  left: 116px;
} 
	
	.post-hover .woocommerce-LoopProduct-link::before {
  height: 77%;
  width: 55%;
  left: 116px;
} 
	.services .box {
		margin: auto;
		margin-bottom: 45px;
		height:auto;
	}
	
	.about-img {
		text-align: center !important;
	}
	
	.about-us .about-content {
		text-align: center !important;
		/*margin-top: 60px;*/
		margin-top: 25px;
	}
	
	.believe-desc {
		margin-top: 40px !important;
	}
	
	.queens .box {
		margin: auto !important;
		margin-bottom: 60px !important;
	}
	
	.queen-desc .desc {
		margin-bottom: 60px !important;
	}
	.footer .phone-footer::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url('../apilife-child/assets/images/phone.png');
  background-size: cover;
  background-position: center;
  top: 12%;
  left: 0;
  right: 135px;
  margin: auto;
}

.footer .mail-footer::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 20px;
  background-image: url('../apilife-child/assets/images/email.png');
  background-size: cover;
  background-position: center;
  top: 69%;
  left: 0;
  right: 250px;
  margin: auto;
}
}

@media (max-width: 540px) {
	.products-home .woocommerce-LoopProduct-link:hover::before {
  content: unset;
}
	.products-home .add_to_cart_button {
  		left: 30%;
	}
	
	.services-page h2 {
		font-size: 30px;
	}
}

@media (max-width: 500px) {
	.honey-sales .woocommerce-LoopProduct-link:hover::before {
  		content: unset;
	}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link:hover::before {
  		content: unset;
	}
	
	.diamond-img .btn-primary {
  left: 30%;
	}
}

@media (max-width: 450px) {
	.products-home .add_to_cart_button {
  left: 20%;
}
}

@media (min-width: 767px) {
	.banner-text {
		margin-top: 100px;
	}
	.contact-info {
  		padding-left: 50px;
	}
	
	.banner-text h1 {
/* 		margin-left: 25px; */
	}
	
	.banner-text .btn-primary {
		margin-left: 25px;
	}
}

.phone-img {
  margin-right: -10px;
}

.box-content a {
	text-decoration: none;
}

.box-content .learn-more::before {
	content: '';
	background-image: url('/wp-content/uploads/2022/08/play.png');
	position: absolute;
	width: 10px;
	height: 9px;
	right: 24%;
	background-repeat: no-repeat;
	background-position: center;
	top: 46%;
}


.box-content .learn-more:hover::before {
	right: 21%;
}

.box-banner {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 6%;
	border: dotted;
	border-color: #E0AD2D;
	color: #D80E0E;
	top: -70px;
	background: white;
	margin-bottom: -90px;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.box-banner p {
	font-family: lora-bold;
	font-size: 21px;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.services .box {
		max-height: 615px;
	}
	
	.learn-more:before {
		right: 17% !important;
	}
	.learn-more:hover::before {
		right: 14% !important;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.services .box-service-hp:nth-child(3) {
		margin-top: 100px !important;
	}
}

@media (max-width: 767px) {
	
	.product_cat-uncategorized .single_add_to_cart_button {
		min-width: 80% !important;
	}
	.box-banner p {
  	font-family: lora-bold;
  	font-size: 15px;
	}
	
/* 	.services .box-service-hp:nth-child(3) {
		margin-top: 50px !important;
	} */
}


.products-home .swiper-button-next::after, .products-home .swiper-button-prev::after {
	color: #D80E0E !important;
}

.footer .current-menu-item a::before {
	content: unset !important;
}


@media (min-width: 1200px) {
	.img-div::before {
		width: 93.5% !important;
	}
}

@media (max-width:1200px) {
	
	.related.products .products .woocommerce-LoopProduct-link::before {
  		height: 71.4% !important;
	}
	.up-head {
  margin-top: 10px;
  margin-bottom: 10px;
}
	
	.banner-text {
		margin-top: 100px;
	}
}

@media (max-width: 991px) {
	
	.thwepo-extra-options .value::before {
  content: unset;
  position: absolute;
  right: 27px;
  width: 20px;
  top: 30%;
  height: 20px;
  background-image: url('../apilife-child/assets/images/calendar.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
}
	
	.img-div::before {
		width: 93.6% !important;
	}
	
	.products .woocommerce-LoopProduct-link:hover::before {
  		content: unset;
	}
	.navbar-brand img {
		max-width: 90px !important;
	}
}

@media (max-width: 767px) {
	
	.copyright {
		text-align: center;
	}
	
	.kwd {
		text-align: center !important;
	}
	
	.product .product_title.entry-title {
  		margin-top: 50px !important;
	}
	
	.img-div::before {
  		width: 94.8% !important;
  		left: 13px;
}
	
	.woocommerce .related.products ul.products {
		align-items: center !important;
	}
	.blogs {
  		margin-top: -20px;
	}
	
	.banner-text {
    margin-top: 100px;
    text-align: center;
    margin-right: 50px;
	}
	
	.banner-text h1 {
  		margin-top: -94px;
  		margin-right: auto;
  		margin-left: auto;
  		max-width: 300px;
  		text-align: center;
	}
}

@media (max-width: 570px) {
	
	.queen-desc h2 {
		font-size: 47px;
	}
	
	.woocommerce .related.products ul.products li.product {
  		position: relative;
  		margin-bottom: 40px !important;
	}
	
	.post-hover .woocommerce-LoopProduct-link::before {
		opacity: 0;
	}
	
	.thwepo_simple .label label {
  		font-size: 18px;
	}
	
	.qty {
  		font-size: 18px;
	}
	
	
.banner-text {
    margin-top: 100px;
    text-align: center;
    margin-right: 0;
    box-sizing: border-box;
	font-size:16px;
}
	
.banner-text h1 {
    font-size: 37px !important;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}
	
	.btn-primary {
	font-size: 13px;
	}
	
	.banner .swiper-pagination {
		bottom: 20px !important;
		text-align: center !important;
		right: unset !important;
	}
	
	.box-banner {
		padding: 8%;
	}
	
	
	
	.banner .swiper-slide {
		height: 70vh;
	}
	
	h2 {
		font-size: 35px;
	}
	
	h1 {
		font-size: 37px;
	}
	
}

 .btn-primary {
	font-size: 17px;
	font-family: lora-semi;
}

.contact-us h2 {
	font-size: 54px;
}

.queens .box:hover {	
	background-color: #E0AD2D !important;
	color: #fff !important;
	transition: 0.3s all;
}

/* .queens .box:hover img,
.honey-sales .woocommerce-LoopProduct-link:hover img {
	filter: invert(1) brightness(0);
} */

.woocommerce-product-gallery__trigger .emoji {
	display: none !important;
}

.honey-sales {
	position: relative;
}

.honey-sales::before {
	content: '';
	position: absolute;
	left: 0;
	width: 270px;
	top: 0;
	height: 550px;
	background-image: url('../apilife-child/assets/images/bg-services.png');
	background-size: cover;
	background-position: center;
}

.related.products {
  margin-bottom: 100px;
}

.product_title.entry-title {
	font-size: 34px !important;
	font-family: lora-bold;
}

.blogs h6 {
	margin-top: 100px;
}

.blogs .blog h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60.2px;
	font-family: lora-semi;
	font-size: 23px;
}

.blogs .blog:hover h3 {
	color: #D80E0E !important;
}

.blogs .blog h5 {
	margin-top: 35px;
	font-family: lora-semi;
	font-size: 17px;
}

.blogs .blog p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blogs .blog .btn-primary {
	margin-top: 45px;
	font-size: 14px;
	font-family: lora-semi;
}

.about-us-pg h2 {
	font-size: 43px;
	font-family: lora-bold;
	
}
.new img {
    
    margin:auto;
}

@media (max-width: 400px) {
.img-div::before {
  width: 92.8% !important;
  left: 13px;
	}
}
@media (max-width: 767px) {
	
	.product_cat-queens form.cart {
		display: block !important;
		justify-content: center !important;
	}
	
	.woocommerce-product-gallery__image img {
  		margin: auto;
	}
	
	.single_add_to_cart_button.button.alt {
		margin-top: 36px !important;
		margin: auto;
	}
	
	
	.thwepo-extra-options .value::before {
  		content: unset;
	}
	
	.woocommerce-product-gallery {
		margin: auto;
	}
	
	.entry-summary {
		text-align: center;
	}
	
	.thwepo-extra-options tr {
		display: flex;
		justify-content: center;
	}
	
	}

@media (min-width: 767px) {
	
	
	.single-product .product {
  max-width: 768px;
	}
	.diamond-img {
		padding-top: 100px;
	}
	
	.diamond-img .btn-primary {
		margin-top: 100px;
	}
	
	
}
}

.wpcf7-not-valid-tip {
	margin-top: -25px;
	margin-bottom: 20px;
	font-size: 16px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.btn-primary {
  font-size: 16px;
  font-family: lora-semi;
	width: 190px !important;
	height: 60px !important;
}

.contact-info .info:hover {
	color: #E0AD2D;
	transition: 0.2s all;
	cursor: pointer;
}

.contact-info .info a {
	text-decoration: none;
	display: flex;
}



.double-working .box-service img {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.social:hover {
	background-color: #D80E0E;
	transition: 0.3s all;
}

.error-404.not-found.default-max-width {
	margin-top: 100px;
	margin-bottom: 100px;
}

.error-404.not-found.default-max-width input {
	border: 2px solid #D80E0E;
}

.error-404.not-found.default-max-width .search-submit {
	background-color: #D80E0E !important;
}

.wpcf7-response-output {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.btn-primary:hover {
  background: #E0AD2D !important;
}

/**		Ali Jaun CSS	**/
button:focus:not(:focus-visible) {
    outline: 0;
    border: unset;
    box-shadow: unset;
}

p.return-to-shop {
    display: none;
}

input#coupon_code::placeholder {
    color: #fff;
}


@media (max-width: 991px) {
/* 	.toggle-classing {
		background: black !important;
		width: 100%;
		right: 0;
		position: fixed;
	} */
	.slide-menu{
		transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
    transition: all 0.5s;
		background: black !important;
		width: 100%;
		right: 0;
		position: fixed;
/* 		height:100%; */
		top:0;
		display:none;
	}
	.slide-show{
		transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: all 0.5s;
	}
/* 	.remove-slide{
	transform: translateX(790px);
    -webkit-transform: translateX(790px);
    -moz-transform: translateX(790px);
    -ms-transform: translateX(790px);
    -o-transform: translateX(790px);
    transition: all 0.5s;
	} */
	.menu-header-container .menu li a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #655;
}
	.header-cont{
		padding: 0 10px;
	}
}

.woocommerce-cart-form th {
    width: 23%;
}
.woocommerce .woocommerce-cart-form {
    text-align: left !important;
}
.product-quantity input {
    max-width: 200px !important;
}

th.product-remove {
    width: 3%;
}

.gallery-img img {
	min-height: 260px;
	object-fit: cover;
	height: 100%;
	border-radius: 20px;
}

.page-template-services .contact-form {
	margin-bottom:120px;
}


.product_cat-queens form.cart ,
.single-product form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items:center;
    justify-content: flex-start;
}

.single-product .single_add_to_cart_button {
    min-width: auto !important;
}
.product_cat-queens table.thwepo-extra-options.thwepo_simple {
    order: 3;
}

.product_cat-queens .single_add_to_cart_button.button {
    /* order: 4; */
}

.product_cat-queens .single_add_to_cart_button.button:hover {
    border-color: black;
}
.delivery_date {
    display: inline-block;
    /* color: #E0AD2D !important; */
    font-size: 18px !important;
    font-weight: 500;
    border-color: #E0AD2D !important;
    border: 2px solid #E0AD2D !important;
    padding: 5px 5px 5px 45px !important;
    background: url('https://brandeps.com/icon-download/C/Calendar-icon-vector-26.svg');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
<!-- css end-->

.woocommerce .woocommerce-cart-form .shop_table_responsive th {
    border: none;
    font-family: 'lora-bold';
    font-size: 20px;
}

.woocommerce .woocommerce-cart-form .shop_table_responsive tr {
    border-bottom: 1px solid #DDDBDB;
}

.woocommerce .woocommerce-cart-form .shop_table_responsive tbody tr:nth-last-child(1) {
    border-bottom: 0;
}

.woocommerce-cart-form__cart-item .product-name a, bdi, .qty.text {
    font-size: 18px;
    font-family: 'lora-regular';
}

.woocommerce .cart-collaterals h2 {
    font-size: 26px;
    font-family: 'lora-regular';
}

.shop_table.shop_table_responsive th {
	font-size: 18px;
	font-family: 'lora-bold';
}

a.checkout-button.button.alt.wc-forward {
    font-size: 16px;
    font-family: 'lora-bold';
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	
	.queens .line-center {
		padding-bottom: 85px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
		background: transparent;
	} 
	
	.woocommerce-cart-form table input.qty {
		padding: 1rem 1.5rem;
		text-align: right;
		background: transparent;
		border: 0;
		padding-right: 0;
	}
	
	.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child {
		border-top: 0;
	}
}

.product-remove a:hover {
    background-color: red;
}

a.button:hover, a.button:visited {
    text-decoration: none!important;
}

@media (min-width: 1400px) {
.entry-content {
    max-width: 1320px !important;
	} 
}

@media (min-width: 1200px) and (max-width: 1400px) {
/* 	.honey-sales .woocommerce-LoopProduct-link::before {
		width: 261px;
		height: 263.9px;
	}
	
	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
		width: 261px;
		height: 289.9px;
	} */
}

.swiper-slide .new img {
    background: #fff;
    /* border: 4px dotted #E0AD2D; */
    border-radius: 42px;
    /* height: 76% !important; */
    width: 150px !important;
    height: 145px !important;
    object-fit: scale-down;
    max-width: 100% !important;
    padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0;
    /* border: solid 1px #ccc; */
    height: 338px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer a:hover {
  color: #E0AD2D !important;
}
.queen-desc .btn-primary {
  margin-top: 50px;
  height: 54px;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  line-height: 54px;
  padding: 0 30px;
 border: solid 3px transparent;
}
.queen-desc .btn-primary:hover {
  color:#fff;
}

@media (max-width: 400px) {
	
	.services {
  		padding-bottom: 50px;
	}
	
	.box-banner {
		padding-top: 10% !important;
	}
	
	.blog-detail img {
		max-height: 270px !important;
	}
	
	.blog-detail {
		margin-bottom: 50px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	
	
	.menu-header-container .menu li a {
		font-size: 16px;
	}
}

@media (min-width: 991px) {
	.single-product .product {
  		max-width: 960px;
		}
}

@media (min-width: 1200px) {
	.single-product .product {
  		max-width: 1140px;
		}
}

@media (min-width: 1400px) {
	.single-product .product {
  		max-width: 1320px;
		}
}


@media (min-width: 570px) and (max-width: 767px) {
	.queens .line-center::before {
		top: 50px;
	}
	
	.queens .line-center::after {
		top: 41px;
	}
}

@media (min-width: 1024px) {
	.product_cat-queens .quantity .minus {
  		top: 0px !important;
	}
	
	.product_cat-queens .quantity .plus {
  		top: 0px !important;
	}
	
	.thwepo-extra-options .value::before {
		right: 20px;
	}
	form.cart table.thwepo-extra-options label.label-tag {
		white-space: nowrap;
	}
}

@media (min-width: 1400px) {
	
	.thwepo-extra-options .value::before {
		right: 90px;
	}
}

.quantity input {
  text-align: center;
}


.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  display: grid !important;
  place-items: center;
	color:#D80E0E !important;
	text-decoration:none !important;
}

.products-home .woocommerce-LoopProduct-link .new::before{
	max-width:100% !important;
	height:100% !important ;
}

.products-home .woocommerce-LoopProduct-link .new::before {
    max-width: 100%;
    height: 100%;
}
.we-beleive-bg{
	background:#FBF4E1;
	padding-top:70px;
	padding-bottom:70px;
}
.team h4{
	margin-top:20px;
	margin-bottom:10px;
}
.believe-content{
	padding-left:80px;
	padding-right:80px;
}
.we-beleive-bg h2{
	font-size:43px;
	margin-bottom:40px;
}
.get-in-touch{
margin-bottom:40px;	
}
.products-home .add_to_cart_button{
    top: 40% !important;
    transform: translate(-50%,-50%) !important;
    left: 50% !important;
}
.products-home .product .add_to_cart_button {
	padding:unset;
	width:168px !important;
	height:60px;
	}
.products-home .woocommerce-LoopProduct-link:hover + .add_to_cart_button,.products .woocommerce-LoopProduct-link:hover + .add_to_cart_button {
    
    display: grid !important;
    place-items: center;
}

/******************************/
.blog-first-row{
	padding-top:30px;
}
.bg-header .container{
	padding:0px;
}
.box:hover{
	color:white;
	background:#E0AD2D;
}
.services .box:hover > img {
    filter: sepia(1);
}
.box:hover .learn-more{
	color:white !important;
}
.box{
	transition:0.3s ease-in-out;
}
.box:hover .box-content .learn-more::before{
	    content: '';
    background-image: url(wp-content/uploads/2022/08/Polygon-1.png);
}
.home-service-a{
	text-decoration:none !important;
}
.blogs .blog .btn-primary {
    margin-top: 45px;
    font-size: 14px;
    padding: 0px;
    width: 125px;
	transition:0.5s;
    height: 40px;
    font-family: lora-semi;
}
.up-head{
	margin-top: 5px;
}
@media(max-width:575px){
	.line-center h2{
		font-size:23px;
		
	}
	.line-center::before {
   top: 47px;
}
	.line-center::after {
		top:39px;
	}
	
	.honey-sales .woocommerce-LoopProduct-link::before {
	   content: unset;
	}

	.honey-sales .post-hover .woocommerce-LoopProduct-link::before {
	  content: unset;
	} 
}
@media (max-width:767px){
	.team .heading{
		margin-top:95px !important;
	}
		.line-center h2{
		font-size:25px!important;
	}
	.believe-content{
	padding-left:0px;
	padding-right:0px;
		padding-bottom:20px;
}
	.about-us-pg .content{
		padding-top:20px;
	}
}
.swiper-button-next{
	right:2% !important;
	top:46% !important;
}

.swiper-button-prev {
   
    top: 46% !important;
	left:2% !important;
   
}
.products-home h2{
	margin-top:20px;
}
@media(min-width:1400px){
	.products-home .woocommerce-LoopProduct-link::before{
	max-width:285px !important;
	height:316px !important;
		left:8px;
}
	
	.post-hover .woocommerce-LoopProduct-link::before{
	max-width:285px !important;
	height:316px !important;
		left:8px;
}
}
@media(max-width:991px){
	.blogs{
		margin-top:unset !important;
	}
	.line-center h2{
		font-size:40px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.products-home .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;
    left: 3px;
}
	
	.post-hover .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;
    left: 3px;
}
}
@media (min-width:767px) and (max-width:991px){
	.products-home .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;
    left: 24px;
}
	
	.post-hover .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;
    left: 24px;
}
}
@media (min-width:575px) and (max-width:767px){
		.products-home .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;

}
	
	.post-hover .woocommerce-LoopProduct-link::before {
    max-width: 285px !important;
    height: 316px!important;

}
}

/*************cart**********/
@media(min-width:576px){
	.entry-content{
	max-width:540px;	
	}
}
@media(min-width:767px){
	.entry-content{
	max-width:720px;	
	}
}
@media(min-width:992px){
	.entry-content{
	max-width:960px;	
	}
}
@media(min-width:1200px){
	.entry-content{
	max-width:1140px;	
	}
}

.wpcf7 {
	padding-top: 50px;
}

.post-hover .woocommerce-Price-amount.amount:hover {
  color: #D80E0E;
}

.woocommerce-product-gallery__image .wp-post-image {

border: dotted #E0AD2D;
border-radius: 42px;
}

.bg-header .btn-primary {
	min-width: unset;
}

.products-home .wc-forward {
  background-color: unset;
  color: unset;
  border-radius: unset;
  padding-top: unset;
  padding-bottom: unset;
  padding-left: unset;
  padding-right: unset;
}

.related .products .woocommerce-Price-amount bdi {
  font-size: 30px;
}


.quantity {
	position: relative;
}

.quantity .minus {
	background-color: transparent !important;
	color: #E0AD2D !important;
	font-size: 34px !important;
	left: 0 !important;
	position: absolute !important;
	border: none !important;
	top: 0px;
	    padding: 0px 27px
}

.quantity .plus {
	background-color: transparent !important;
	color: #E0AD2D !important;
	font-size: 34px !important;
	right: 0 !important;
	position: absolute !important;
	border: none !important;
	top: 0px;
	    padding: 0px 27px
}

.product_cat-queens .quantity .plus {
	top: -16px;
}
.product_cat-queens .quantity .minus {
	top: -16px;
}
.single_add_to_cart_button.button.alt:hover {
  transition: 0.3s ease-in;
  background: #E0AD2D !important;
  border: 3px solid #E0AD2D;
}
.queens .box .btn-primary:hover {
	border: 3px solid #fff !important;
	background-color: #E0AD2D !important;
	transition: 0.3s ease-in;
}

.post-hover .woocommerce-Price-amount bdi {
	color: #D80E0E !important;
}

@media (max-width: 767px) {
	
	.product_cat-queens .quantity .plus {
  		top: 0px !important;
	}
	
	.product_cat-queens .quantity .minus {
  		top: 0px !important;
	}
	
	.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
	  width: 100% !important;
		text-align: center;
		margin: auto;
	}
	
	.woocommerce .related.products ul.products li.product a {
		text-align: center;
		margin: auto !important;
	}
	
	.woocommerce .related.products ul.products li.product a h2 {
		text-align: center;
		margin: 0 auto 13px;
	}
	
	.woocommerce .related.products ul.products li.product a .price {
		text-align: center;
		margin: auto;
	}
}

.woocommerce .related.products ul.products li.product {
		position: relative;
	}

 .btn-primary-detail {
	  
  color: #E0AD2D;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E0AD2D;
  border-radius: 42px;
  font-size: 11px;
	 position: absolute;
	 right: 20px;
	 bottom: 0;
	 max-width: 143px;
	max-height: 54.5px;
	 transition: 0.3s fade-in;
}

.btn-primary-detail:hover {
  color: #fff !important;
  transition: 0.3s fade-in;
  background: #E0AD2D;
}


@media (max-width: 1400px) {
	.btn-primary-detail {
		left: 0;
		bottom: -60px;
		right: unset !important;
	}
}

@media (max-width: 767px) {
	.btn-primary-detail {
		left: 0 !important;
		bottom: -60px;
		margin: auto;
		right: 0 !important;
		display: flex;
		justify-content: center;
		position: relative;
		top: 7px;
	}
}

.gallery-img {
	margin: auto;
}

.diamond-img .btn-primary {
	  	min-width: 134px;
  		min-height: 40px;
}


.woocommerce-product-gallery__image .wp-post-image {
	margin: auto;
}

.honey-sales .attachment-woocommerce_thumbnail {
/* 	border: 4px dotted #E0AD2D; */
	border-radius: 42px;
	height:200px !important;
	width:200px;
	max-width:200px !important;
}

.honey-sales .woocommerce-placeholder.wp-post-image {
  width: 100%;
  height: 200px !important;
  border: 4px dotted #E0AD2D;
  max-width: 200px !important;
  background: #f7f3f0;
  object-fit: none;
  border-radius: 35px;
}
/* .related .products .attachment-woocommerce_thumbnail {
	border: 4px dotted #E0AD2D;
	border-radius: 42px;
} */

.related ul.products li.product .woocommerce-placeholder,
.related .products .attachment-woocommerce_thumbnail{
    border: 4px dotted #E0AD2D;
    border-radius: 42px;
    width: 100% !important;
    padding: 19px;
    max-width: 100% !important;
    height: 100px !important;
	    object-fit: none;
}
.related  ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
}

.product_cat-uncategorized .single_add_to_cart_button {
	min-width: 100%;
}

.woocommerce-message .button.wc-forward:hover {
  background: #E0AD2D;
  color: #fff !important;
  transition: 0.3s ease-in;
}

.ui-datepicker .ui-datepicker-header {
  background: #E0AD2D;
}

.ui-state-active {
	background: #E0AD2D !important;
}

.ui-datepicker-current {
	background: #E0AD2D !important;
}

.ui-datepicker-close {
	background: #cf2e2e !important;
}

.up-head a:hover .phone-img {
	transform: rotate(20deg) scale(1.5);
	transition: 0.3s all;
}
.accordion-item{
	border:unset;
}
.accordion-button{
	border-bottom:2px solid #E0AD2D;
}
.accordion-body p{
	margin-bottom:20px;
}
.accordion-body p a{
	color:#E0AD2D;
	text-decoration:unset;
}
.accordion-body table{
	text-align:center;
	height:auto !important;
}
.accordion-body table tr td{
	height:10px;
	line-height:normal;
}
.accordion-body table tbody tr{
	height:10px;
}
.accordion-button:hover,.accordion-button:focus:not(:focus-visible){
	border-bottom:2px solid #E0AD2D;
}
.accordion-button h3{
	font-size:20px;
	font-weight:400;
}
.accordion-button{
	padding:20px 0px !important;
	    background: unset !important;
    color: #000 !important;
}
.accordion-button:not(.collapsed){
	box-shadow:unset;
}

.accordion-button::after{
	background-image:url('/wp-content/uploads/2023/06/arrow-down-3101-22.svg') !important;
    border: 1px solid #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
	background-position: center;
}
.accordion-button[aria-expanded="true"]::after{
	background-image:url('/wp-content/uploads/2023/06/arrow-down-3101.svg')!important;
	border:1px solid #E0AD2D;
}
.product-remove a{
	width:20px;
	height:20px;
	font-size:unset;
}

/* cateogy page css */

.tax-product_cat .bg-header,
.tax-product_cat #navbar{
  background: #000 !important;
}
.tax-product_cat .woocommerce-breadcrumb{
	display:none;
}
.tax-product_cat .woocommerce-products-header {
  margin-top: 278px;
}
.tax-product_cat h1.page-title {
  font-size: 44px;
  padding: 10px;
  text-align:center;
}
.tax-product_cat .woocommerce-result-count, 
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering, 
.tax-product_cat .woocommerce-ordering{
  padding: 40px;
}
.tax-product_cat ul.products{
	max-width:1227px;
	width:100%;
	margin:auto;
}
.tax-product_cat ul.products li.product{
	margin-bottom:50px;
	text-align:center;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
  width: 100%;
  width: 100%;
  height: 100%;
}
.tax-product_cat .woocommerce-loop-product__title,
.woocommerce-loop-product__title{
   white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
  width: 100% !important;
  max-width: 200px !important;
  height: 200px !important;
  object-fit: none;
  background: #f7f3f0;
  border-radius:40px;
	margin:auto;
}
.tax-product_cat ul.products li.product .product_type_simple {
  position: relative;
  top: 0;
  color: #E0AD2D;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E0AD2D;
  border-radius: 42px;
  max-width: 156px;
  max-height: 54.5px;
  transition: 0.3s fade-in;
  font-size: 13px;
}
.tax-product_cat ul.products li.product .button.product_type_simple:hover{
  color: #fff !important;
  transition: 0.3s fade-in;
  background: #E0AD2D;
}
.tax-product_cat ul.products li.product .add_to_cart_button {
  position: relative;
  top: 0;
  padding: 16px 32px;
  background-color: #D80E0E;
  display: block;
  color: #fff;
  border-color: #D80E0E;
  margin:0 auto;
	border-radius:35px;
}
.tax-product_cat ul.products li.product .button.add_to_cart_button:hover {
  display: grid !important;
  place-items: center;
  color: #D80E0E !important;
  text-decoration: none !important;
   background-color: #fff !important;
  border: 1px solid #D80E0E;
}
.pro-count {
    position: absolute;
    top: -8px;
    right: -9px;
    background: #fff;
    line-height: 18px;
    border-radius: 50px;
    color: #000;
    font-size: 12px;
    width: 15px;
    height: 16px;
    text-align: center;
    padding: 0;
    /* border: solid 1px #000; */
    box-shadow: 1px 1px 3px #000;
    font-weight: bold;
}
.zoom-img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 999;
  padding: 81px 0;
}
.zoom-img .img {
  border: solid;
  max-width: 800px;
  margin: auto;
  width: 100%;
 top: 50%;
	height:100%;
	position:relative;
	transform:translateY(-50%);
}
.zoom-img .img img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.pop-img{
	cursor:pointer;
}
.zoom-img .close-zoomimg {
    position: absolute;
    right: -27px;
    top: -22px;
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
    color: #000;
    cursor: pointer;
    font-size: 49px;
}
.pure .line.prmoise::before {
  top: 18px;
}
.pure .line.prmoise::after {
  top: 8px;
}
.sep-serch{
	display:none;
	cursor:pointer;
}
.wc-proceed-to-checkout .checkout-button{
	border:solid 1px #D80E0E;
}
.wc-proceed-to-checkout .checkout-button:hover{
	color:#D80E0E !important;
}
.close-slide{
	display:none;
}
.pro-search #search-form-alt {
  display: flex;
  align-content: center;
}
.pro-search #search-form-alt input[type="text"]{
   width: 89%;
   font-size:16px;
  border: solid 1px #ccc;
}
.pro-search #search-form-alt input[type="submit"]{
	padding: 5px 25px;
	background: #D80E0E  url('../apilife-child/assets/images/search.png');
	border:0;
	outline:none;
	background-position:center;
	background-repeat:no-repeat;
	background-size: 21px;
}
.search h1.page-title {
  font-size: 44px;
  padding: 10px;
  text-align: center;
}
.search .woocommerce-result-count, 
.search .woocommerce-ordering {
  padding: 40px;
}
.search ul.products {
  max-width: 1227px;
  width: 100%;
  margin: 0 auto;
}
.search .woocommerce-breadcrumb{
	display:none;
}
.search ul.products li.product{
	text-align:center;
	margin-bottom: 53px;
}
.search ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
  width: 100% !important;
  max-width: 200px !important;
  height: 200px !important;
  object-fit: none;
  background: #f7f3f0;
  border-radius: 40px;
  margin: auto;
}
.search .product_type_simple {
  position: relative;
  color: #E0AD2D;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E0AD2D;
  border-radius: 42px;
  max-width: 190px;
  width: 100%;
  max-height: 54.5px;
  transition: 0.3s fade-in;
  font-size: 17px;
  margin:auto;
}
.search .product_type_simple:hover {
  color: #fff !important;
  transition: 0.3s fade-in;
  background: #E0AD2D !important;
}
.search ul.products li.product .add_to_cart_button {
  position: relative;
  top: 0;
  padding: 11px 32px;
  background-color: #D80E0E;
  display: block;
  color: #fff;
  border-color: #D80E0E;
  margin: 0 auto;
  border-radius: 35px;
  border: 1px solid transparent;
}
.search ul.products li.product .button.add_to_cart_button:hover {
  display: grid !important;
  place-items: center;
  color: #D80E0E !important;
  text-decoration: none !important;
  background-color: #fff !important;
  border: 1px solid #D80E0E;
}
.search ul.products li.product .woocommerce-loop-product__link {
  width: 100%;
  width: 100%;
  height: 100%;
}
.search .woocommerce-loop-product__title {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.search-no-results .woocommerce-info {
  justify-content: center;
}


@media (max-width:992px){
.sep-serch{
	display:inline-block;
}
.hide-search{
	display:none;
}
.menu-header-container li.menu-item-has-children:after {
    top: 5px !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 9999;
    background-size: 14px !important;
    background-position: center !important;
}
.menu-header-container .menu li {
    margin-right: 0;
	padding-right: 0 !important;
}
.menu-header-container li.menu-item-has-children ul.sub-menu {
    width: 100%;
   background: #fff !important;
    color: #000;
    left: 0;
    right: 0;
    z-index: 9;
}
.menu-header-container li.menu-item-has-children ul.sub-menu a{
    color: #000;
}
.close-slide {
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 17px 17px 0px 17px;
    line-height: 29px;
    border-radius: 50px;
    cursor: pointer;
}
.pro-count {
    top: -3px;
    right: -12px;
}
}

@media (max-width:767px){
.tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-ordering, .tax-product_cat .woocommerce-ordering {
  padding: 17px;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.tax-product_cat.woocommerce ul.products li.product{
	width:100% !important;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
  text-align: center;
  padding: 15px;
}
.tax-product_cat ul.products li.product .product_type_simple {
  margin: 0px auto 0;
}
.zoom-img {
  padding: 81px 30px;
}
p, .btn-primary, .add_to_cart_button, .product_type_simple, .footer ul li a, .wc-forward {
    font-size: 16px;
}
.services .box h4 {
  padding-bottom: 14px;
  padding-top: 24px;
  height: auto;
}
.services .box img {
  /*width: 158px !important;*/
	width: 100px !important;
}
.learn-more {
  padding-top: 22px;
	font-size:16px;
}
.box-content .learn-more::before {
  top: 33%;
}
.swiper-button-next {
    right: 7% !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.swiper-button-prev {
    left: 7% !important;
	 top: 50% !important;
    transform: translateY(-50%);
}
.believe img{
	/*width:158px;*/
	width:100px;
}
.services {
  padding-bottom: 45px;
}
.contact-us h2 {
    font-size: 35px;
}
#_rml__btnRML{
	display:none !important;
}
#exampleModal .modal-dialog {
    position: relative;
    top: 98px;
}
.banner-text .btn-primary {
  padding: 10px 38px;
  margin-bottom: 22px;
}
.single-product .summary .woocommerce-product-details__short-description {
  padding: 0 15px;
}
 .single-product .summary .woocommerce-product-details__short-description ul {
    max-width: 100%;
    margin: 13px auto 27px;
    width: 100%;
    padding: 0 15px;
	font-size: 16px;
    text-align: left;
}
.single-product .summary {
  margin-bottom: 0;
}
.contact-us .content {
  padding-top: 0;
}
.related.products {
  padding: 0 15px;
  margin-bottom: 20px;
}
.single-product .related ul.products li.product .woocommerce-placeholder, 
.single-product .related ul.products li.product img.attachment-woocommerce_thumbnail {
    height: 300px !important;
    object-fit: contain;
    margin-bottom: 18px;
}
.woocommerce .footer section {
  padding-top: 0;
}
.footer .row-border {
  padding-top: 0;
}
.footer ul li {
  margin-bottom: 0;
}
.search .woocommerce-result-count, .search .woocommerce-ordering {
  padding: 5px;
  width: 100%;
  text-align: center;
}
.search.woocommerce ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  float: none;
}
.search ul.products li.product .woocommerce-loop-product__link {
  margin-bottom: 12px;
}
#menu-footer-1 {
  margin-top: 21px;
}
.wpgs-for.slick-initialized.slick-slider {
  margin: 0 15px;
}
.single-product .wpgs-lightbox-icon::before {
	display:none;
}
}







