/*
Theme Name: Amour Natural Ltd
Theme URI: http://www.amournatural.co.uk
Author: Lollystick
Author URI: http://www.lollystick.co.uk
Version: 1.0
Text Domain: Amour Natural Ltd
/*
color: #00B0DF; blue
*/

/* Fonts */



/* General */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ppc-button-wrapper {
    z-index: 10;
    position: relative;
}
.block-41-text {
    text-align: center;
	padding: 0 10%;
}
.subscription-block-41 {
    margin-bottom: 3em;
}
.subscription-product .product_price_field{
	display: none;
}
.product_details a.button.single_add_to_cart_button.additional_margin {
    color: #FFF !important;
}
.news_item_page .content{
	padding-left: 20px;
}
.page-wrapper{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.spacer{
    width: 100%;
    display: block;
}

.schema_hidden{
    display: none;
}
main.trade .woocommerce-checkout-review-order .payment_method_ppcp-gateway{
    display: none;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #329932 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #333 !important;
    transform: scale(0.9);
}
.content_styles ul.woocommerce-order-overview li:before{
	display: none;
}
.sib_signup_box_inside_1 {
    flex-direction: column !important;
}
/* Fonts */
body{
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    overflow-x: hidden;
    background: #f3f3f3;
}
body.home{
    background-color: #fff;
}
a{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #555;
    letter-spacing: 0.04em;
}
li{
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: #444;
}
.content_styles ul{
    margin-bottom: 40px;
    list-style-type: none;
}
.content_styles li{
    padding-left: 40px;
    position: relative;
}
.content_styles ul li:before {
    position: absolute;
    top: -1px;
    left: 20px;
    content: "■";
    color: #329932ff;
    font-size: 80%;
}
.content_styles .woocommerce-MyAccount-navigation li::before,
.content_styles  .woocommerce-checkout-review-order ul li::before,
.content_styles .cart-collaterals ul li::before {
    display: none !important;
}
.content_styles  .woocommerce-checkout-review-order ul li,
.content_styles .cart-collaterals ul li {
    padding-left: 0 !important;
}
.content_styles  .woocommerce-checkout-review-order .woocommerce-notice.woocommerce-notice--info.woocommerce-info{
    padding-left: 20px !important;
}
.content_styles p{
    margin-bottom: 20px;
}
p{
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: #444;
}
h1{
    
    letter-spacing: 0.04em;
    color: #444;
}
h2{
    letter-spacing: 0.04em;
    color: #444;
}
h3{
    letter-spacing: 0.04em;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #c1cec3ff;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #c1cec3ff;
}
h1.logo_text {
    padding-left: 10px;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 0.7;
}
h1.logo_text span{
  font-size: 0.65em;
  letter-spacing: 0.2em;
}
.woocommerce-checkout ul.woocommerce-error {
    width: 100%;
}
.payment_method_cashflows_card img{
    display: none !important;
}

/* Buttons */
.woocommerce .woocommerce-message .woocommerce-Button{
    background-color: #c1cec3ff;
    color: #fff;
    border-radius: 0;
}
.woocommerce  .woocommerce-message .woocommerce-Button:hover{
    background-color: #444;
    color: #fff;
}
a.button.wp-element-button.product_type_simple {
    border-radius: 0;
    background-color: #a0b3c0ff !important;
    color: #fff;
    text-align: center;
    width: 100%;
}
a.button.wp-element-button.product_type_simple:hover {
    background-color: #333 !important;
}
/* Header */
img.cart_icon{
    width: 28px;
    height: auto;
    opacity: 0.8 !important;
}
.cart_icon:hover{
    opacity: 1 !important;
}
img.user_icon{
    width: 24px;
    height: auto;
    opacity: 0.8 !important;
}
.user_icon:hover{
    opacity: 1 !important;
}
header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 101;
}
header.woocommerce-Address-title.title {
    height: unset;
    position: unset;
    width: unset;
    z-index: unset;
}
.header-top{
    border-bottom: 1px solid #ddd;
}
.header-top .page-wrapper{
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.header-top .page-wrapper a.logo-a{
    margin-right: auto;
    display: flex;
    align-items: center;
    color: #333;
}
.header-top .header-nav{
    display: flex;
    align-items: center;
	width: 50%;
}
.account_dropdown,
.header-top .header-nav a{
    margin-left: 15px;
}
a.account_dropdown{
    margin-right: 13px;
}
.basket-a{
    position: relative;
    margin-left: 10px;
}
.basket-a:hover{
    cursor: pointer;
}
p.cart_count {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 0.85em;
    padding: 2px 0 2px 2px;
    min-width: 22px;
    text-align: center;
    background-color: #67a36d;
    border-radius: 100%;
    color: #fff;
}
.account_dropdown{
    position: relative;
}
.account_dropdown:hover{
    cursor: pointer;
}
.account_dropdown_menu{
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 10;
    white-space: nowrap;
    border-radius: 1em;
}
.account_dropdown.open .account_dropdown_menu{
    opacity: 1;
    top: 37px;
    pointer-events: all;
}
.account_dropdown_menu ul{
    list-style-type: none;
    text-align: center;
}
.account_dropdown_menu li{
    padding: 0.6em 1.8em;
}
.account_dropdown_menu li:hover{
  box-shadow: inset 0 0 0 1000px #f4f4f4;
}
.account_dropdown .account_dropdown_menu ul li a{
    margin-left: 0 !important;
    font-size: 0.9em;
    font-weight: 300;
}
.account_dropdown_menu li:first-child {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.account_dropdown_menu li:last-child {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* Search */
.asp_image {
  border-radius: 8px !important;
}
.asp_res_text strong {
    font-size: 1.3em !important;
    padding-top: 1em !important;
}
.probox {
    border: 2px solid #333 !important;
	border-radius: 1em !important;
}
.asp_w_container_1 {
    width: 100%;
    transform: translateY(-1px) !important; 
}
.header_search_block.mobile {
    padding: 0 20px 15px 20px;
    background-color: #fff;
}
.header_search_block.desktop {
    width: 100%;
    transform: translateY(-3px);
    margin-right: 1em;
}
.asp_res_url,
.asp_res_text {
    letter-spacing: 0.04em !important;
    line-height: 1.1em !important;
}
.asp_res_text {
    font-size: 0.9em;
}
#ajaxsearchprores1_1{
    padding: 0 !important;
}
input.orig {
  letter-spacing: 0.04em !important;
}
div.asp_m.asp_m_1 .probox .promagnifier:hover{
  background: unset !important;
  background-color: #333 !important;
}
/* Search Page */
main.search_page {
    padding: 75px 20px 0 20px;
}
main.search_page p.description {
    text-align: center;
}
main.search_page .archive_grid.woocommerce {
    margin-bottom: 100px;
}
.search .search_page a.add_to_cart_button{
    display: none;
}
.search h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 1.1em;
}
.search li.product span.price {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}
.search.woocommerce-js ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px #eee;
}
.search.woocommerce-js ul.products li.product:hover a img {
    box-shadow: 3px 3px 3px #ccc;
}
.search a.return{
    padding: 12px 20px;
    background-color: #329932ff;
    color: #fff;
    text-transform: uppercase;
}
.search a.return:hover{
    background-color: #444;
    color: #fff;
}
p.no_products{
    margin-bottom: 40px;
}
/* Header Menu */
.header-mid{
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}
.header-mid ul {
    display: flex;
    justify-content: center;
}
.header-mid li {
    display: block;
    list-style-type: none;
    padding: 10px 30px;
    line-height: unset;
    position: relative;  
}
.header-mid li a {
    display: block;
    width: 100%;
	  font-weight: 300;
    text-transform: capitalize;
}
.header-mid .sub-menu li a{
  line-height: 1.6;
}
.header-mid li .sub-menu{
    display: none;
}
.header-mid li:hover {
   box-shadow: inset 0 0 0 1000px #f4f4f4;  
}
.header-mid li:hover > a{
}
.header-mid li:hover .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 100%;
}
.header-mid .sub-menu{
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background-color: #fff;
    min-width: 250px;
    border-radius: 1em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
.header-mid .sub-menu li{
    margin-right: 0;
    position: relative;
}
.header-mid .sub-menu li:last-child{
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.header-mid .sub-menu li:first-child {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.header-mid .sub-menu li .sub-menu{
    display: none;
    position: absolute;
    right: -100%;
    left: unset;
    top: 0;
    transform: unset;
}
.header-mid .sub-menu li:hover .sub-menu{
    display: block !important;
}
.header-mid .menu-item-has-children .menu-item-has-children > a{
    position: relative;
}
.header-mid .menu-item-has-children .menu-item-has-children > a:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    transition: all 0.2s ease;
}
.header-mid .menu-item-has-children .menu-item-has-children:hover a:after{
transform: translate(2px, -50%);
}
/* Confidence */
.header_confidence{
    width: 100%;
    padding: 0.8em 1.5em;
    background-color: #007A29;
    border-bottom: 5px solid #fff;
}
.header_confidence .page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header_confidence .page-wrapper a{
    display: block;
    color: #fff;
    letter-spacing: 0.06em;
}
.header_confidence .page-wrapper a:hover{
    text-decoration: underline;
}
.header_confidence .page-wrapper a {
    font-size: 0.95em;
	  font-weight: 500;
}
/* Login */
.woocommerce-account .woocommerce .woocommerce-form-register__submit,
.woocommerce-account .woocommerce .woocommerce-form-login__submit{
    background-color: #329932ff;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.04em !important;
    font-weight: 300;
    border-radius: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-form-register__submit:hover,
.woocommerce-account .woocommerce .woocommerce-form-login__submit:hover{
    background-color: #444;
    color: #fff !important;
}
.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account .woocommerce-form-register input[type="email"]{
    border: 1px solid #ccc;
    padding: 7px;
}
/* Meet The Team */
main.meet_the_team {
    padding: 0 20px;
}
.meet_the_team .page-wrapper {
    padding-top: 60px;
}
.team_grid {
    margin-top: 40px;
}
.team_member {
    display: flex;
    margin-bottom: 80px;
}
.team_member img{
    width: 35%;
    margin-right: 40px;
    height: fit-content;
}
.team_member.reverse {
    display: flex;
    flex-direction: row-reverse;
}
.team_member.reverse img{
    margin-right: 0;
    margin-left: 40px;
}
main.meet_the_team .team_member h1 {
    margin-bottom: 5px;
}
main.meet_the_team .team_member h2{
    padding-top: 0;
    font-size: 1.3em;
}
.team_member_bio{
    padding-right: 50px;
}
/* Front Page */
.home .featured_trade{
    border-radius: 20px;
}
.slider .swiper-button-next{
    right: 2%;
    left: auto;
}
.slide_wrap{
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.slider .swiper-button-prev{
    right: auto;
    left: 2%;
}
.swiper-container{
    border-radius: 20px;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide,
.slider{
    width: 100%;
    height: 300px;
}
.swiper-slide img.slide_background{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}
.swiper-slide.standard .slide_text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: (-50%,-50%);
    text-align: center;
}
.swiper-slide.standard .slide_text h1{
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.swiper-slide.standard .slide_text p{
    color: #fff;
    margin-bottom: 40px;
}
.swiper-slide.product {
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(232, 232, 232, 0.6) 0%, rgba(204, 204, 204, 0.6) 24%, rgba(221, 221, 221, 0.6) 57%, rgba(244, 244, 244, 0.6) 100%);
}
.swiper-slide.product .slide_wrap{
    display: flex;
    align-items: center;
}
.swiper-slide.product .slide_text{
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 5%;
}
.swiper-slide.product .slide_text h1{
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
    color: #212121;
    font-weight: 300;
    margin-bottom: 30px;
}
.swiper-slide.product .slide_text p{
    color: #212121;
    margin-bottom: 40px;
    font-size: 1.1em;
    max-width: 80%;
    font-weight: 300;
}
.swiper-slide.product img.product_image {
    height: 80%;
    margin-right: 2em;
}
.swiper-slide.product a.button {
    background-color: #007A29;
    color: #fff;
    border-radius: 10px;
}
.swiper-slide.product a.button:hover {
    background-color: #005C1F;
    color: #fff;
}
/* Featured Categories */
.featured_categories{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    padding-top: 10px;
}
.featured_categories .featured_category{
    width: calc((100% - 30px) / 4);
    border-radius: 5%;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 0px !important;
}
.featured_categories .featured_category .featured_category-text{
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
}
.featured_categories .featured_category .featured_category-text h2{
    color: #fff;
    font-size: 2em;
    margin-bottom: 40px;
}
.featured_categories .featured_category img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
}
a.button{
    padding: 10px 30px;
    background-color: #fff;
    color: #444;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 0.04em !important;
}
div.button{
    padding: 10px 30px;
    background-color: #fff;
    color: #444;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 0.04em !important;
}
.featured_oom-text a.button,
.featured_wellness-text a.button,
.featured_category-text a.button,
.featured_category-text div.button{
    font-size: 1.2em;
    font-weight: 600;
}
.featured_category-text a.button{
    background-color: #96b98e;
    color: #fff;
    box-shadow: 2px 2px 8px #333;
}
.featured_category-text div.button{
    background-color: #007A29;
    color: #fff;
    box-shadow: 2px 2px 8px #333;
    border-radius: 10px;
}
a.button:hover{
    background-color: #005C1F;
    color: #fff;
}
.featured_category:hover div.button{
    background-color: #005C1F;
    color: #fff;
}
.featured_categories .featured_category{
    
}
/* 50/50 */
/* Oil of the Month */
.featured_tiles{
    display: flex;
}
.featured_tiles .featured_oom{
    margin: 0 5px 10px 10px;
    position: relative;
    width: 50%;
    border-radius: 2.5%;
    overflow: hidden;
}

.featured_tiles .featured_oom img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured_oom h2{
    font-family: 'Roboto', sans-serif;
    font-size: 3.5em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.featured_oom h3{
    font-size: 1.8em;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.featured_oom p{
    color: #fff;
    letter-spacing: 0.04em;
    width: 40%;
    margin: 0 auto;
    line-height: 1.5em;
    margin-bottom: 60px;
}
.featured_oom .featured_oom-text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 100%;
}
.featured_oom .featured_oom-text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}
/* Wellness */
.featured_tiles .featured_wellness{
    margin: 0 5px 10px 10px;
    position: relative;
    width: 50%;
    border-radius: 2.5%;
    overflow: hidden;
}
.featured_tiles .featured_wellness img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured_wellness h2{
    font-family: 'Roboto', sans-serif;
    font-size: 3.5em;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}
.featured_wellness h3{
    font-size: 1.8em;
    text-decoration: underline;
    color: #333;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.featured_wellness p{
    color: #333;
    letter-spacing: 0.04em;
    width: 40%;
    margin: 0 auto;
    line-height: 1.5em;
    margin-bottom: 60px;
}
.featured_wellness .featured_wellness-text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 100%;
}
.featured_wellness .featured_wellness-text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}
.featured_wellness a.button{
    background-color: #fff;
    color: #333;
}
.featured_wellness a.button:hover{
    background-color: #444;
    color: #fff;
}
/* Banner Section */
.featured_banner{
    width: 100%;
    position: relative;
}
.featured_banner img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 800px;
}
.featured_banner .featured_banner-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.featured_banner-text h2{
    font-weight: 300;
    font-size: 3em;
    margin-bottom: 50px;
    color: #fff;
}
/* Trade */
.featured_trade { 
    width: 100%;
    position: relative;
    padding: 40px 60px 140px 60px;
    background: #007a29ff;
    overflow: hidden; 
}
.featured_trade .leaves {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 45%;
}
.featured_trade img.bottles {
    position: absolute;
    right: 5%;
    bottom: -5px;
    width: 60%;
}
.archive .featured_trade img.bottles {
    width: 22%;
}
.archive .featured_trade .leaves {
    height: 148%;
}
.featured_trade-text h2{
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.featured_trade-text p{
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 2em;
    font-weight: 300;
}
.featured_trade-text a.button{
    background: unset;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 300;
    border-radius: 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #fff;
}
.featured_trade-text a.button:hover{
    background-color: #fff;
    color: #007a29ff !important;
}
.featured_trade.wellness{
    background-color: #a0b3c0ff;
}
.featured_trade.wellness a.button{
    color: #a0b3c0ff !important;
}
/* New Section */
section.info_block {
    margin-top: 10px;
    display: flex;
    margin-bottom: 2em;
}
.card_header {
    display: flex;
}
a.proceed {
    padding: 15px 10px 0 0;
    transition: all 0.2s ease;
}
a.proceed:hover{
    transform: translateX(5px);
}
.left_card {
    width: 55%;
    padding: 40px 60px 60px 60px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
}
.right_card {
    width: 45%;
}
.card_header h2{
    font-size: 2em;
    font-weight: 300;
    padding-right: 3em;
}
.news_content p{
    font-size: 1.2em;
    font-weight: 300;
}
p.news_date{
    font-weight: 600;
    font-size: 1.1em;
}
.news_content{
    margin-bottom: 3em;
}
.left_card a.button{
    background-color: #007A29;
    color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
}
.left_card a.button:hover{
    background-color: #005C1F;
    border-radius: 10px;
}
/* Latest News */
.latest_news{
    width: 100%;
    display: flex;
    padding-top: 10px;
}
.latest_news .news_image{
    width: 50%;
}
.latest_news .news_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
	aspect-ratio: 1;
}
.latest_news article{
    width: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
}
.latest_news article h2{
    font-family: 'Roboto', sans-serif;
    font-size: 2.3em;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}
.latest_news article p.news_date{
    margin-bottom: 30px;
    font-size: 0.95em;
}
.latest_news article .news_content{
    padding-right: 15%;
    margin-bottom: 50px;
}
.latest_news article a.button{
    background-color: #329932ff;
    color: #fff;
}
.latest_news article a.button:hover{
    background-color: #444 !important;
    color: #fff !important;
}
.news_article .news_wrap h3{
    font-size: 1.5em;
}
/* News Page */
main.news_page{
    padding-top: 60px;
}
main.news_page a.news_item {
    display: flex;
    margin-bottom: 30px;
}
main.news_page .news_grid{
    margin-bottom: 50px;
}
main.news_page img.feature {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
main.news_page .news_item{
    transition: all 0.2s ease;
}
main.news_page .news_item:hover{
    transform: translateX(7px);
}
.news_item-text_container {
    padding-left: 30px;
    padding-right: 10%;
}
.news_item .button{
    background-color: #329932ff;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0;
    width: fit-content;
}
.news_item:hover .button{
    background-color: #444;
    color: #fff;
}
span.seperator {
    padding: 0 5px;
}
.news_item-text_container h1.post_title{
    margin-bottom: 0;
}
.news_item .news_content {
    margin-bottom: 40px;
}
.post_breadcrumbs a:hover{
    text-decoration: underline;
}
/* News Item Page */
.news_item_page{
    padding-top: 60px;
    margin-bottom: 50px;
}
.news_item_page h1.post_title{
    margin-bottom: 0 !important;
}
.news_item_page .content{
    display: flex;
}
.news_item_page img.aside {
    width: 40%;
    height: 400px;
    object-fit: cover;
    padding-left: 60px;
}
.news_item_page a.return{
    padding: 12px 20px;
    background-color: #329932ff;
    color: #fff;
    text-transform: uppercase;
}
.news_item_page a.return:hover{
    background-color: #444;
    color: #fff;
}
.news_item_content{
    margin-bottom: 70px;
}
/* Page */
main.default_page {
    padding: 0 20px;
}

/* Product Page */
.product_details h1 {
    text-transform: capitalize;
}

/* Book Specific */
.postid-4465 .product_image_container{
    min-height: 750px;
}
/* */

p.sub_title_italic {
    margin-bottom: 25px;
    font-style: italic;
    font-size: 0.9em;
}
.subscription-product p.sub_title_italic{
    font-style: normal;
}
span.ex_vat {
    margin-left: 10px;
    letter-spacing: 0.04em;
    color: #444;
}
main .product_details h1 {
    margin-bottom: 0px;
}
.product .product_split{
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}
.product_split .product_image_area{
    padding-right: 40px;
    width: 40%;
}
.product_split .product_details{
    width: 40%;
    padding-right: 40px;
}
p.sku{
    margin-bottom: 10px;
    font-size: 0.8em;
}
.woocommerce-breadcrumb span{
    padding: 0 5px;
}
.product_details .woocommerce-Price-amount{
    color: #444;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0;
}
span.price-prefix {
    font-size: 14px;
    font-weight: 400;
}
.product_price_field {
    margin-bottom: 10px;
}
p.stock_status {
    font-size: 0.9em;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    background: #666;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
}
.hide_stock p.stock.out-of-stock{
    display: none !important;
}
.hide_stock .product_description{
    margin-bottom: 0;
}
.hide_stock .additional_margin{
    margin-bottom: 1em;
}
#product_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.product_image_area .product_gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product_image_area .product_gallery img {
    width: calc(25% - 15px);
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.product_image_area .product_gallery img:hover {
    cursor: pointer;
}
.product_image_area .product_gallery img:nth-of-type(4){
    margin-right: 0 !important;
}
.product_image_container{
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
}
.subscription-product .product_description p{
    font-weight: 300;
}
.product_description{
    margin-bottom: 30px;
    font-size: 1em;
}
.product .quantity .qty {
    padding: 12px 7px;
    width: 60px;
    border-radius: 10px;
    border: 1px solid #888;
}
.single-product .product .single_add_to_cart_button{
    padding: 12.2px 3em;
    background-color: #007A29 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 10px !important;
    
}
.single-product .product .single_add_to_cart_button:hover{
    background-color: #005C1F !important;
    color: #fff !important;
}
span.strikethrough{
    text-decoration: line-through;
}
.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart table td {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
}
.woocommerce .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce select#pa_size{
    background-color: #fff;
}
.woocommerce div.product form.cart .variations select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 2em;
}
.upsells h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
}
.upsells a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price{
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}
/* Accordian */
.accordion-tabs {
    border-top: 1px solid #ddd;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-title {
    list-style: none;
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.1em;
}

.accordion-title::-webkit-details-marker {
    display: none;
}

.accordion-content {
    padding: 5px 0 20px;
}

.accordion-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.accordion-item[open] .accordion-icon {
    transform: rotate(45deg);
}
.woocommerce div.product form.cart .button{
    float: unset;
}
.add-to-cart-container{
    margin-bottom: 5em;
}

.recommended-add-to-cart .recommended-add-to-cart-button{
    border-radius: 0;
    background-color: #007A29 !important;
    color: #fff !important;
    text-align: center;
    padding: 1em 2.5em !important;
    border-radius: 5px !important;
}
.recommended-add-to-cart .recommended-add-to-cart-button:hover{
    background-color: #005C1F !important;
}

/* Tab Section */
/* Style the tab */
section.tabs{
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
  }
  
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 30px;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #555;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #c1cec3ff;
  }
  
  /* Style the tab content */
  .tabcontent {
    padding: 20px 15px;

    border-top: none;
    min-height: 200px;
  }
	.tabcontent:not(#Description){
	display: none;
	}

/* Sidebar*/
.product_sidebar{
    width: 20%;
}
.sidebar_upsell{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 2em;
    position: relative;
    border-radius: 10px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
.sidebar_upsell h3{
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-right: 50px;
}
.sidebar_upsell_img{
    position: absolute;
    right: 20px;
    top: 20px;
}
.sidebar_upsell p{
    font-size: 0.85em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.sidebar_upsell a{
    font-size: 0.85em;
    text-transform: uppercase;
    background-color: #007A29 !important;
    padding: 10px 20px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 10px !important;
}
.sidebar_upsell a:hover{
    background-color: #005C1F !important;
}
/* Related Products */
section.related.products {
    padding: 0 20px;
}
.product-upsell {
    background-color: #f2f2f2ff;
    width: 100%;
}
.product-upsell .page-wrapper {
    padding: 60px 0 40px 0;
}
.related.products > h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 2em;
}
 .woocommerce .related.products ul.products li.product a img{
    border-radius: 12px;
}
.related.products h2.woocommerce-loop-product__title{
    text-align: center;
}
.product-upsell p.description {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.product-upsell .related.products li.product span.price {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}
.related.products .add_to_cart_button{
    display: none;
}
.related.products li.product:hover a img {
    box-shadow: 3px 3px 3px #ddd;
}



/* Category Page */
main.search_page span.vat_suf,
main.archive_page span.vat_suf {
    font-size: 0.7em;
	color: #96b98e;
	padding-left: 3px;
}
.single-product span.vat_suf {
    font-size: 0.9em !important;
	color: #96b98e;
	padding-left: 3px;
	font-weight: 600;
}
.woocommerce .woocommerce-ordering {
    transform: translateY(-4px);
}

main.archive_page a.return{
    padding: 12px 20px;
    background-color: #329932ff;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: block;
    width: fit-content;
}
main.archive_page a.return:hover{
    background-color: #444;
    color: #fff;
}
main.archive_page {
    padding: 30px 20px 4em 20px;
}
main.archive_page h1{
    margin-bottom: 5px;
	color: #333;
	font-weight: 300;
}
.category_title {
    margin-bottom: 40px;
    padding: 40px;
    background: #f4f4f4;
    border-radius: 10px;
}
.category_title_tiles {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
.category_title_tiles p{
    font-weight: 300;
}
.category_title_tiles img{
    width: 25%;
    height: auto;
    object-fit: cover;
    transform: skewX(-3deg) translateX(10px);
}
.title_area{
    padding: 40px 80px 40px 40px;
    width: 100%;
}
.category_title_flex {
    display: flex;
}
.category_title h3{
    font-size: 1.2em;
	color: #333;
	font-weight: 400;
    margin-bottom: 0.5em;
}
.category_title h1, .category_title p{
    color: #fff;
}
.category_title ul{
    font-size: 1.1em;
	color: #333;
	font-weight: 300;
    margin-bottom: 1.5em;
    padding-left: 2em;
}
.category_title p{
    font-size: 1.1em;
	color: #333;
	font-weight: 300;
	max-width: 70%;
}
.woocommerce a.added_to_cart.wc-forward{
    display: none;
}
.woocommerce ul.products .product_type_simple,
.woocommerce ul.products li.product .button.add_to_cart_button {
    border-radius: 0;
    background-color: #007A29 !important;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 1em 0;
    border-radius: 5px;
}
.woocommerce ul.products .product_type_simple:hover,
.woocommerce ul.products li.product .button.add_to_cart_button:hover{
    background-color: #005C1F !important;
}
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}
.archive.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
}
.woocommerce-page ul.products{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.woocommerce ul.products::before{
    display: none;
}
.woocommerce-page ul.products li.product {
    margin: 0 0 2em 0 !important;
    width: calc(25% - 20px) !important;
}
.archive.woocommerce ul.products li.product{
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: #fff;
}
.archive.woocommerce ul.products li.product:hover{
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px #eee;
}
.archive_page .breadcrumbs {
    margin-bottom: 3em;
    font-size: 0.9em;
    font-weight: 500;
}
p.woocommerce-result-count{
    font-weight: 300;
}
.archive_page .breadcrumbs a:hover{
    text-decoration: underline;
}
.category_title_block{
    width: 100%;
    height: 300px;
    background-color: #444;
    background-size: cover;
    border-radius: 15px;
    padding: 5%;
    margin-bottom: 15px;
}
.category_title_block h1 {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 25px;
    font-size: 2.4em;
    letter-spacing: 0.04em;
}
.category_title_block p{
    color: #fff;
    margin-bottom: 18px;
    font-size: 1.1em;
    letter-spacing: 0.04em;
    padding-right: 30%;
    line-height: 1.5em;
}
.archive h2.woocommerce-loop-product__title {
    text-align: left;
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.95em;
}
.outofstock a.button {
    opacity: 0.7;
}
.archive li.product span.price {
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-weight: 600 !important;
    font-size: 1.4em !important;
}
.archive p.description{
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 10px;
    min-height: 38px;
}
.archive select option{
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-weight: 300;
}
.archive select.orderby {
    padding: 10px;
    font-weight: 300;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-size: 1em;
    border: 1px solid #ccc;
}
.orderby select{
    font-family: 'Roboto', sans-serif !important;
    color: #444 !important;
    font-size: 1em;
    font-weight: 300;
}
.archive .woocommerce-price-suffix{
    font-weight: 300 !important;
    font-size: 0.75em;
    margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}
/* 404 */
.error p{
    margin-bottom: 50px;
}
a.button.error {
    background-color: #329932ff !important;
    color: #fff;
}
a.button.error:hover {
    background-color: #444!important;
}
.default_page.error{
    padding-bottom: 20px;
}

/* Footer */
footer .clients{
    padding: 40px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
}
footer .client_wrap{
    max-width: 200px;
}
footer .client_wrap img{
    width: 100%;
    height: auto;
}
.footer_main {
    padding: 60px 0 0 0;
    background-color: #f2f2f2ff;
}
.footer_main .page-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.footer_main p.list_head{
    margin-bottom: 12px;
}
.footer_main li{
    list-style: none;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
}
.footer_contact_block{
    width: 40%;
}
p.disclaimer{
    font-size: 0.7em;
    margin-bottom: 25px;
    max-width: 420px;
}
.footer_contact_block a:hover{
    text-decoration: underline;
}
.overlay .footer_contact_block .social_media_icons{
    margin-bottom: 30px;
}
.footer_contact_block .social_media_icons{
    padding-top: 20px;
    display: flex;
}
.footer_contact_block .social_media_icons a{
    margin-right: 18px;
}
.footer_contact_block .social_media_icons img{
    transition: all 0.2s ease;
}
.footer_contact_block .social_media_icons a:hover img{
    transform: scale(1.1);
}
.copyright{
    padding: 40px 10px 10px 10px;
    font-size: 0.85em;
}
.copyright p{
    text-align: right;
    font-size: 0.8em;
    margin-bottom: 0 !important;
    margin-top: 3px;
}
.footer_main a:hover{
    text-decoration: underline;
}
/* Newsletter Signup */
form#sib_signup_form_1 {
    padding: 0 !important;
    transform: translateY(-5px);
}
.sib_signup_box_inside_1 {
    display: flex;
}
input.sib-email-area {
    padding: 8px !important;
}
input.sib-email-area {
    width: 250px !important;
    margin-right: 10px !important;
}
form#sib_signup_form_1 p {
    margin: 0 !important;
}
.footer_contact_block form#sib_signup_form_1 .sib-default-btn{
    background-color: #329932ff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    transform: translateY(-1px);
}
.woocommerce-checkout #ws_opt_in_field {
    margin-left: 20px;
}
/* Standard Page/Text Styles */
.default_page .page-wrapper{
    padding-top: 60px;
}
main.default_page a:hover{
    text-decoration: underline;
}
main h1{
    margin-bottom: 30px;
}
main h2{
    padding-top: 10px;
    margin-bottom: 20px;
}
main p{
    margin-bottom: 20px;
}
/* Contact Page */
.contact_details_bottom strong{
    color: #444;
}
main.contact_page {
    padding: 10px 20px 0 20px;
}
.map_banner{
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.map_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_flex {
    display: flex;
    margin-bottom: 40px;
}
.contact_flex .contact_form {
    width: 60%;
    padding-right: 40px;
}
.contact_flex .contact_details {
    width: 40%;
}
.contact_flex .contact_form input[type="tel"],
.contact_flex .contact_form input[type="email"],
.contact_flex .contact_form input[type="text"]{
    padding: 7px;
    width: 100%;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #444;
    letter-spacing: 0.04em;
}
.contact_flex .contact_form textarea{
    padding: 7px;
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #444;
    letter-spacing: 0.04em;
}
.contact_flex a:hover{
    text-decoration: underline;
}
.contact_details h2 {
    margin-bottom: 9px;
    font-size: 1em;
    font-weight: 600;
    
}
.contact_form strong {
    margin-bottom: 8px;
    display: inline-block;
}
.contact_form .wpcf7-submit{
    margin-top: 20px;
    text-transform: uppercase;
    background-color: #a0b3c0ff;
    padding: 13px 30px;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: none;
}
.contact_form .wpcf7-submit:hover{
    background-color: #444;
    cursor: pointer;
}
.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* My Account */
.woocommerce-orders .loyalty_block{
	display: none;
}
.woocommerce-account .woocommerce-address-fields button.button{
    border-radius: 0;
    background-color: #a0b3c0ff !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-address-fields button.button:hover{
    background-color: #444 !important;
}
.woocommerce-account .woocommerce-Addresses{
    margin-bottom: 50px;
}
.woocommerce-account .addresses .title .edit {
    margin-left: 20px;
}
.woocommerce-account .addresses .title .edit:hover{
    text-decoration: none;
    color: #111;
}
.woocommerce-account .addresses .title h3 {
    margin-bottom: 5px;
}
.wr-history-grid .history-grid-title{
    color: #444;
    padding: 6px !important;
    background-color: #c1cec3ff !important;
}
.wr-history-grid .cell{
    color: #444;
    background-color: #fff;
    padding: 6px !important;
}
.lwss_selectable.wr-input-amount {
    margin-left: 10px;
    background-color: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 5px;
    height: 35px !important;
}
.loyalty_flex {
    display: flex;
    justify-content: space-between;
}
.loyalty_flex_left {
    width: 70%;
}
.loyalty_flex_right {
    text-align: right;
    padding: 10px 20px 10px 17px;
    margin-bottom: 30px;
    background-color: #eee;
    width: fit-content;
    height: fit-content;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.loyalty_image{
    margin-right: 15px;
    display: block;
    width: 33px;
    height: 33px;
}
.loyalty_flex_right p{
    color: #444 !important;
}
.loyalty_spacer{
    width: 100%;
    height: 25px;
    display: block;
}
.loyalty_block{
    width: 100%;
    padding: 40px;
    background-color: #f7f7f7ff;
    box-shadow: 2px 2px 0 #eee;
    border-radius: 5px;
}
.loyalty_block h1{
    color: #444;
    margin-bottom: 20px;
    font-size: 2em;
} 
.loyalty_block h3{
    color: #444;
    padding-top: 5px;
    margin-bottom: 8px;
} 
.loyalty_block p.points_value{
    margin-bottom: 0;
}
.loyalty_block p.points_balance{
    color: #fff;
    margin-bottom: 0;
}
.loyalty_block p{
    color: #444;
}
.cart-collaterals.cross-sells .button{
    background-color: #007A29;
    color: #fff !important;
    font-weight: 400;
    border-radius: 8px;
    text-transform: uppercase;
}
.cart-collaterals.cross-sells .button:hover{
    background-color: #005C1F !important;
    color: #fff !important;
}
.cart-collaterals.cross-sells .lwss_selectable.lws-wr-cart{
    border: 1px solid #eee;
    background-color: #f6f6f6;
    padding-left: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    padding: 10px 20px 15px 20px;
}
.cart-collaterals.cross-sells h2{
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    width: fit-content;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 8px !important;
    padding: 1em 1.5em !important;
    background-color: #f4f4f4;
    border-radius: 1em !important;
    margin-bottom: 8px;
    min-width: 230px;
    font-weight: 600;

}
.shop_table a.woocommerce-button.button {
    background-color: #329932ff;
    text-transform: uppercase;
    color: #fff;
    margin-right: 0.5em;
}
.shop_table a.woocommerce-button.button:hover {
    background-color: #004E36;
}

.woocommerce-MyAccount-navigation li a:hover{
    text-decoration: none !important;
    color: #329932;
}
.woocommerce-account .page-wrapper > h1{
    text-transform: capitalize;
}
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"] ,
.woocommerce-account input[type="text"] {
    padding: 7px;
}
.woocommerce-account legend {
    padding: 0 10px;
}
.woocommerce-account fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 20px 0 30px 0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0.55em !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button{
    text-transform: uppercase;
    background-color: #a0b3c0ff;
    padding: 13px 30px;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.button:hover{
    background-color: #444;
}
.woocommerce-account .default_page .page-wrapper {
    padding-bottom: 60px;
}
/* Checkout */
.woocommerce-cart a.button.wc-backward {
    text-transform: uppercase;
    background-color: #329932ff;
    padding: 12px 30px;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.4em;
    font-weight: 300;
    border: none;
    border-radius: 0;
}
.woocommerce-cart a.button.wc-backward:hover {
    background-color: #444;
}
.woocommerce-cart .woocommerce .quantity .qty {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #666;
}
input#coupon_code {
    width: 300px;
    padding: 9px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #555;
    letter-spacing: 0.04em;
    border-radius: 5px;
}
td.actions {
    padding: 20px !important;
}
.woocommerce-cart .actions button.button{
    text-transform: uppercase;
    background-color: #007A29;
    padding: 10px 30px !important;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 400;
    border: none;
    border-radius: 8px;
}
.woocommerce-cart .actions button.button:hover{
    background-color: #005C1F !important;
}
.woocommerce a.remove {
  color: #333 !important;
}
.woocommerce a.remove:hover {
  color: #111 !important;
  background: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    text-transform: uppercase;
    background-color: #a0b3c0ff !important;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: none;
    border-radius: 0 !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover{
    background-color: #444 !important;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"]{
    padding: 10px !important;
    border: 1px solid #ccc !important;
    color: #888 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    color: #888 !important;
    padding: 10px;
}
body.woocommerce-checkout .woocommerce-additional-fields textarea{
    padding: 7px;
    min-height: 150px;
    letter-spacing: 0.04em !important;
    border: 1px solid #ccc !important;
    font-family: 'Roboto', sans-serif !important;
    text-decoration: none;
    color: #888;
    letter-spacing: 0.04em;
    font-weight: 300;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}
.woocommerce-checkout form .form-row {
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}
h3#order_review_heading {
    display: none;
}
.woocommerce-checkout form .form-row label{
    font-weight: 500 !important;
}
.woocommerce-checkout h3{
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #555;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 0.7em;
}
.woocommerce-checkout .woocommerce table.shop_table{
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
-moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-additional-fields{
    padding-right: 80px;
}
form.checkout .col2-set .col-1{
    padding-right: 80px;
    width: 100% !important;
    float: unset !important;
    margin-bottom: 20px;
}
form.checkout .col2-set .col-2{
    width: 100% !important;
    float: unset !important;
}
.woocommerce-additional-fields h3{
    margin: 20px 0 0 0;
}
.woocommerce-checkout #place_order{
    text-transform: uppercase;
    background-color: #007A29 !important;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: none;
    border-radius: 10px !important;
    width: 100%;
    margin-top: 0.5em;
    padding: 18px;
    font-size: 1.08em;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #eee;
    border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #eee!important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-checkout #place_order:hover{
    background-color: #005C1F !important;
}
h3#ship-to-different-address {
    margin-bottom: 15px;
}
.checkout_flex{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.checkout_right{
    margin-left: auto;
}
.checkout_right a{
    background-color: #888;
    color: #fff;
    padding: 9px 20px;
    border-radius: 10px;
    font-size: 0.9em;
    text-decoration: none !important;
}
.checkout_right a:hover{
    background-color: #444;
}
body.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button{
    background-color: #007A29;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 8px;
    text-transform: uppercase;
}
body.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:hover{
    background-color: #005C1F;
}


.checkout_flex .checkout_left h1{
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: 300;
}
.woocommerce-checkout .woocommerce{
    margin-bottom: 40px;
}
.woocommerce-checkout p.checkout_disclaimer {
    text-align: center;
    font-size: 0.75em !important;
    padding: 40px 0 20px;
    margin-bottom: 30px;
}
div#order_review {
    width: 40%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    display: none;
}
.hide_loyalty .order-pointsoncart{
    display: none;
}
.woocommerce-checkout .col2-set, .woocommerce-page .col2-set {
    width: 60%;

}
.woocommerce-checkout #payment{
    background-color: #f6f6f6 !important;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 2em;
}
/* Checkout Progress */
.checkout-progress {
    padding: 40px 60px;
    position: relative;
    margin-bottom: 30px;
}
.progress-bar{
    background: linear-gradient(90deg, #007A29 50%, #eee 50%);
    height: 4px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.woocommerce-order-received .progress-bar {
    background: linear-gradient(90deg, #007A29 100%, #eee 50%);
}
.woocommerce-order-received .icon-wrapper.three p {
    color: #444;
}
.woocommerce-order-received .icon-wrapper.three .progress-icon {
    background-color: #007A29;
    border-color: #007A29;
    color: #fff;
}
.icon-wrapper{
    position: absolute;
    top: -13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
.icon-wrapper a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.icon-wrapper.one{
    left: -15px;
}
.icon-wrapper.two{
    left: 50%;
    transform: translateX(-50%);
}
.icon-wrapper.three{
    left: 100%;
    transform: translateX(-50%);
}
.progress-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #007A29;
    border: 1px solid #007A29;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding-right: 1px;
    padding-bottom: 2px;
    text-align: center;
}
.icon-wrapper.one:hover p{
    text-decoration: underline !important;
}
.icon-wrapper.three .progress-icon{
    background-color: #eee;
    border-color: #eee;
    color: #fff;
}
.icon-wrapper.two .progress-icon,
.icon-wrapper.three .progress-icon{
    padding-right: 0;
}
.icon-wrapper p {
    font-size: 0.8em;
    letter-spacing: 0.07em;
    text-align: center;
}
.icon-wrapper.three p{
    color: #444;
}
.icon-wrapper.one p,
.icon-wrapper.two p{
}
.woocommerce-order-received .icon-wrapper.three p{
    font-weight: 600;
}
.woocommerce-checkout .default_page .page-wrapper {
    padding-top: 0;
}
a.checkout_logo {
    margin: 20px auto 0 auto;
    display: block;
    text-align: -webkit-match-parent;
    max-width: fit-content;
}
.order_details .includes_tax,
.order-total .includes_tax{
    display: none;
}
.woocommerce-checkout .message {
    margin-left: 20px !important;
}
.checkout_disclaimer img{
    margin-bottom: 15px;
}
/* Subscription */
 .product_details .sib-default-btn {
    background-color: #329932ff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    transform: translateY(-1px);
    color: #fff;
}
.product_details .sib-default-btn:hover {
    background-color: #333;
    cursor: pointer;
}
.product_details h3{
    margin-bottom: 15px;
    color: #333;
}
.subscription-product .product_sidebar{
    display: none;
}
.subscription-product .product_split .product_details {
    width: 50%;
    padding-right: 40px;
}
.subscription-product .product_details th.label {
    min-width: 135px !important;
}
.woocommerce div.product.subscription-product form.cart .variations label {
    min-width: 300px !important;
}
.subscription-product .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 20px;
}
 .checkbox .optional{
    display: none;
}
.woocommerce div.product.subscription-product form.cart .variations {
    margin-bottom: 0em;
}
#buy-as-gift_field{
    margin-bottom: 20px;
}
.subscription-area h3{
    margin-bottom: 20px;
    text-transform: capitalize;
}
.subscription-area{
    width: 100%;
    margin-bottom: 80px;
    
}
.subscription-block-1{
    max-width: 60%;
    margin-bottom: 40px;
}
.subscription-area p{
    line-height: 1.7em;
    font-size: 1.1em;
    font-weight: 300;
}
.subscription-product h2{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 2em;
}
.subscription-product h3{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.3em;
}
.subscription-area b,
.subscription-area strong{
    font-weight: 500 !important;
}
.subscription-product ul{
    font-family: 'Roboto', sans-serif;
    line-height: 1.7em;
    font-size: 1.1em;
    font-weight: 300;
    padding-left: 2em;
    margin-bottom: 2em;
}
.subscription-product ul li{
    margin-bottom: 5px;
}
.subscription-block-0 {
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
    padding: 40px;
    background: linear-gradient(45deg, #96b98e, #67a36d);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 40px;
}
.subscription-block-0 p{
    color: #fff !important;
}
.subscription-block-0 h1,
.subscription-block-0 h2,
.subscription-block-0 h3{
    color: #fff !important;
}
.subscription-block-2 {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.subscription-block-2 img {
    height: 80%;
    object-fit: cover;
    position: absolute;
    right: 0;
    z-index: 0;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.block-2-text {
    padding: 40px;
    width: 60%;
    left: 0;
    top: 0;
    background: #f9e9d6;
    padding-right: 10%;
    z-index: 2;
    border-radius: 10px;
}
.subscription-area .block-2-text h3{
    color: #333;
    font-size: 3.5em;
}
.block-2-text p{
    color: #333;
    font-weight: 300;
}
.block-2-text strong{
    color: #174225 !important;
}
.subscription-block-3 {
    padding-left: 40%;
    margin-bottom: 60px;
}
.subscription-block-4{
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 5em;
}
.subscription-block-4 .block-4-image{
    width: 60%;
    margin-right: 3em;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.block-4-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.subscription-block-5{
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 30px;
}
.block-5-wrap{
    max-width: 60%;
    padding: 40px;
    background: #f9e9d6;
    border-radius: 1em;
}

.disclaimer-block-wrap {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.block-5-wrap p{
    color: #333;
    font-size: 1.1em;
    font-weight: 300;
}
.block-5-wrap h2{
    font-size: 2em;
    color: #333;
}
.block-5-wrap h3{
    font-size: 1.8em;
    color: #333;
    font-weight: 300 !important;
}
.block-5-wrap h3 strong{
    font-weight: 300 !important;
    color: #333 !important;
}
.block-5-wrap strong{
    color: #174225;
}
.subscription-block-5 a{
    color: #333;
    text-decoration: underline;
}
.disclaimer-block{
    text-align: center;
    padding: 0 5%;
    font-size: 0.8em;
}
.contact-block-sub {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 40px;
}
.contact-block-sub a {
    color: #67a36d;
}
.contact-block-sub a:hover {
    cursor: pointer;
    text-decoration: underline;
}
/* Sliding Basket */
div#basket-overlay {
	display: none;
    background-color: #fff;
    padding: 40px;
    width: 30%;
    right: -30%;
    top: 106px;
    height: calc(100vh - 106px);
    z-index: 100;
    position: fixed;
    transition: all 0.2s ease;
    overflow-y: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
}
div#basket-overlay.active{
    right: -1px;
	display: block;
}
.basket-menu h2{
    margin-bottom: 20px;
    font-weight: 300;
}
.basket-menu{
    margin-bottom: 30px;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
}
.woocommerce-mini-cart__buttons a.button{
    width: 100%;
    background-color: #007A29;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 1em;
    padding: 10px 30px !important;
}
.woocommerce-mini-cart__buttons a.button:hover{
    background-color: #005C1F;
    color: #fff !important;
}
.mini_cart_item img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    transform: translateY(10px);
    display: none;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    margin-bottom: 30px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
  font-size: 1.1em !important;
  display: flex !important;
  align-items: end !important;
  margin-bottom: 10px !important;
  padding: 1em !important;
  background-color: #f4f4f4 !important;
  border-radius: 1em !important;
}
li.woocommerce-mini-cart-item.mini_cart_item a{
  font-weight: 300 !important;
}
p.woocommerce-mini-cart__total.total {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 300 !important;
}
p.woocommerce-mini-cart__total strong{
  font-weight: 500;
}
.basket-widget-security {
    display: flex;
    align-items: center;
}
.basket-widget-security img{
  width: 18px;
}
.basket-widget-security img.card_icons{
    margin-left: auto;
    width: unset;
}
.basket-widget-security p{
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
}
div#basket-overlay span.woocommerce-Price-amount.amount{
    font-weight: 500;
}
div#basket-overlay a.remove.remove_from_cart_button {
    margin-right: 10px;
    font-size: 1.5em;
    display: block;
    transform: translateY(-2px);
}
.woocommerce-mini-cart-item.mini_cart_item a:hover{
    text-decoration: underline;
}
div#basket-overlay a.remove.remove_from_cart_button:hover{
  color: #111;
}
div#basket-overlay span.quantity {
    margin-left: auto;
    font-weight: 500;
}
.close-button {
    position: absolute;
    height: 25px;
    width: 28px;
    cursor: pointer;
    z-index: 21;
    right: 20px;
    top: 20px;
}
.subscription_popup .close-button {
    right: 30px;
    top: 30px;
}
.close-button:hover span{
  background: #333;
}
.close-button .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
}
.close-button .middle {
    opacity: 0;
}
.close-button .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.close-button span {
    background: #999;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    transition: all 0.2s ease;
}
.close-button span:nth-of-type(2) {
    top: 8px;
}
.close-button span:nth-of-type(3) {
    top: 16px;
} 

/* Basket Page */

body.woocommerce-cart .content_styles h1{
    font-weight: 300;
}
body.woocommerce-cart .content_styles h2{
    font-weight: 300;
}
body.woocommerce-cart .woocommerce table.shop_table{
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
body.woocommerce-cart .woocommerce table.shop_table thead {
    background-color: #f6f6f6;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background-color: #007A29 !important;
    border-radius: 10px !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #005C1F !important
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    padding: 12px 25px;
    font-size: 1.02em;
}
body.woocommerce-cart form.woocommerce-shipping-calculator .shipping-calculator-form input{
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #555;
    border: 1px solid #ccc;
    letter-spacing: 0.04em;
}
body.woocommerce-cart form.woocommerce-shipping-calculator .shipping-calculator-form button{
    background-color: #007A29;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
     text-transform: uppercase !important;
    letter-spacing: 0.04em;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 0.9em !important;
}
body.woocommerce-cart form.woocommerce-shipping-calculator .shipping-calculator-form button:hover{
    background-color: #005C1F !important;
}
body.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button {
    background-color: #777;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 0.9em !important;
}
body.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:hover{
    background-color: #444 !important;
}
/* Popup New */

.subscription_popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    max-width: 60%;
    padding: 40px 60px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    z-index: 110;
    margin: 0 20px;
	border-radius: 20px;
}
.subscription_popup h3{
    font-weight: 300;
    margin-bottom: 0.8em;
    color: #444;
}
.subscription_popup h3 b{
    font-weight: 600;
}
.subscription_popup.active{
    display: block;
}
.subscription_popup p{
    margin-bottom: 20px;
    font-size: 1.1em;
}
.subscription_popup h1{
    margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 500;
}
.subscription_popup h2{
    margin-bottom: 20px;
    font-size: 1.4em;
	font-weight: 300;
}
.subscription_popup a.button.sub_close_button{
    background-color: #777;
    color: #fff;
    margin-right: 0;
}
.subscription_popup a.button{
    background-color: #007A29;
    color: #fff;
    margin-right: 10px;
	border-radius: 10px;
}
.subscription_popup a.button:hover{
    background-color: #333;
}
.subscription_popup .sub_image{
    width: 40%;
}





/* QuickBuy */
.quickbuy_content {
    display: flex;
    padding: 1.85em 1.5em 1.5em 1.5em;
    padding-top: 1.85em;

}
.product_list h2.list-title {
    padding: 0.5em 1em !important;
    margin-bottom: 1em !important;
    background-color: #f9e9d6;
    margin-right: 3em;
    border-radius: 1em;
    color: #333;
    font-weight: 500;
}
.product_list {
    width: 75%;
}
.product_list p{
    font-weight: 300;
}
.product_list p.large{
    font-size: 1.3em;
}
.product_list p.max-width{
    max-width: 60%;
    padding-top: 6px;
}
.aside_column {
    width: 25%;
}
.sticky_container {
    position: sticky;
    top: 180px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    border-radius: 1em;
    padding: 1.4em 2em 2em 2em;
    margin-bottom: 3em;
}
.sticky_container h2{
    font-weight: 300;
}
.sticky_container p{
    font-weight: 300;
}
.quickbuy input{
    padding: 0.2em 0.4em;
}
li.simple form,
.quickbuy .variation-add-to-cart {
    margin-bottom: 1em;
}
.quickbuy li .qb_title_aside a{
    font-size: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}
.qb_title_aside {
    width: fit-content;
}
.quickbuy > p{
    margin-bottom: 1em;
}
.quickbuy li.simple form{
    flex-wrap: wrap;
}
.quickbuy li.simple form .price{
    display: block;
}
.quickbuy ul.user-product-list li{
    margin-bottom: 2em;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    padding: 2em;
    border-radius: 0.5em;
}
.product-featured-image{
    border-radius: 1em;
    height: fit-content;
    overflow: hidden;
}
.qb_button_container {
    width: fit-content;
    margin-right: 2em;
}
.hide_stock span.favourites-text,
.hide_stock button.favourites-button{
    display: none;
}
.quickbuy ul.user-product-list {
    list-style-type: none;
    margin-right: 4em;
}
.quickbuy .row{
    width: 100%;
    display: flex;
    font-size: 0.9em !important;
    line-height: 1.4;
}
.quickbuy .row .size{
    margin-right: auto;
    font-weight: 500;
}
.quickbuy li.simple form .price,
.quickbuy .row{
    font-weight: 600;
    font-size: 1.1em;
}
.quickbuy button {
    padding: 0.62em;
    border: unset;
    background-color: #329932ff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
}
.quickbuy button:hover{
    background-color: #004E36;
    cursor: pointer;
}
form.remove-product {
    padding-top: 0.5em;
    display: flex;
    justify-content: flex-end;
}
.remove_favourite{
    text-align: center;
    padding: 0.5em 1em !important;
    border: unset;
    border-radius: 1em;
    width: fit-content !important;
    background-color: #004E36;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em !important;
}
button#add-all-to-cart {
    width: 100%;
    text-align: center;
    padding: 1em;
    border: unset;
    border-radius: 1em;
    background-color: #329932ff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
}
button#add-all-to-cart:hover{
    background-color: #004E36;
    cursor: pointer;
}
.quickbuy_content .product-description {
    width: 40%;
}
.quickbuy_content .product-featured-image {
    margin-right: 3em;
}
.qb_item_flex {
    display: flex;
    padding-bottom: 1em;
}
.quickbuy_content .product-description h2{
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 10px;
}
.quickbuy_content .product-description p{
    font-weight: 300;
}
.variations_wrap button {
    border-radius: 0 10px 10px 0;
    padding: 0.3em 1em;
}
.visit_product{
    font-size: 0.8em;
    padding: 0.5em 1em;
    border: unset;
    border-radius: 1em;
    background-color: #329932ff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
}
.visit_product:hover{
    background-color: #004E36;
}

/*Favourites */

img.favourites-button-image {
    width: 30px;
    transform: translateY(2px);
    transition: all 0.2s ease;
}
button.favourites-button {
    border: unset;
    background: #eee !important;
    padding: 0.8em;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
.empty_list button.favourites-button{
    margin: 0 1em 0 0 !important;
}
.empty_list{
    margin-bottom: 3em;
}
button.favourites-button.static {
    position: relative;
    margin-right: 2em;
    top: 0;
    left: 0;
}
button.favourites-button:hover img.favourites-button-image{
    transform: translateY(2px) scale(1.1);
    cursor: pointer;
}
form.add_to_favourites_form {
    position: absolute;
    top: 60px;
    left: 1.6em;
    display: flex;
    flex-direction: column;
}
button.favourites-button {
    margin: 0 auto 8px auto;
    width: fit-content;
}
form.add_to_favourites_form span {
    font-weight: 600;
    font-size: 0.7em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
button.favourites-button.static{
    height: fit-content;
}
.shop_now.button{
    background-color: #329932ff;
    color: #fff;
    font-weight: 600;
    border-radius: 0.8em;
}
.shop_now.button:hover{
    background-color: #004E36;
}
.fav_icon_wrapper {
    display: flex;
}
.qb_title_flex {
    display: flex;
}
.remove_aside {
    margin-left: auto;
}

/* Checkout Free Shipping */

.free_shipping_box {
    border: 2px solid #007A29;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
}
.free_shipping_box img{
    margin-right: 1.5em;
    width: 55px !important;
}

.free_shipping_box span {
    font-size: 1.1em;
    font-weight: 700;
    color: #007A29;
    letter-spacing: 0.05em;
    max-width: 60%;
    margin-right: auto;
}
.free_shipping_box span.lrg{
    font-size: 1.2em;
}

.free_shipping_box a.button {
    text-transform: uppercase;
    background-color: #007A29 !important;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: none;
    border-radius: 10px !important;
    width: 25%;
    padding: 12px;
    font-size: 1em;
     letter-spacing: 0.05em;
}
.free_shipping_box a.button:hover{
    background-color: #005C1F !important;
}

/* Checkout Cashflows */
.woocommerce-checkout .woocommerce-table--order-details tfoot:first-of-type {
    display: none;
}

/* Tile Page */

.category_title{
    background-color: #fff !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
}
.tile_page-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 3em;
}
p.tile_disclaimer {
    margin-bottom: 4em;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-align: center;
}
h2.tile_page-title{
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2em;
}
.tile_page-tile {
    display: block;
    width: calc(33% - 16px);
    padding: 1.5em;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 5px;
    margin-bottom: 10px;
}
.tile_page-tile .tile_title > span {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0.5em;
    display: block;
    max-width: calc(100% - 80px);
    margin-right: 20px;
}
.tile_title img{
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}
.tile_page-tile > p{
    max-width: 90%;
    font-weight: 300;

}
a.tile_button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #007A29 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 10px !important;
    color: #fff;
    padding: 0.7em 0;
    font-weight: 600;
}
a.tile_button:hover{
    background-color: #005C1F !important;
}
a.browse_all {
    margin-top: 1em;
    display: inline-block;
    text-align: center;
    background-color: #007A29 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 10px !important;
    color: #fff;
    padding: 0.7em 5em;
    font-weight: 600;
}
a.browse_all:hover{
    background-color: #005C1F !important;
}
.tile_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media only screen and (max-width: 1600px){
    
}

@media only screen and (max-width: 1440px){
    .archive .featured_trade img.bottles {
        width: 35%;
    }
    .archive .featured_trade .leaves {
        height: 106%;
    }
    .archive h2.woocommerce-loop-product__title {
        min-height: 58px !important;
    }
    .woocommerce-page ul.products li.product {
        margin: 0 0 2em 0 !important;
        width: calc(33% - 20px) !important;
    }
    div#basket-overlay {
        width: 40%;
        right: -40%;
        top: 104px;
        height: calc(100vh - 104px);
    }
    h1.logo_text {
        font-size: 1.5em;
    }
    .header-mid {
        font-size: 0.85em;
    }
    .featured_oom-text a.button, .featured_wellness-text a.button, .featured_category-text a.button {
        font-size: 1em;
    }
    .header-top .page-wrapper {
        padding: 10px 35px 10px 20px;
    }
    footer .client_wrap {
        max-width: 140px;
    }
    img.bottles {
        width: 400px;
    }
    .featured_trade {
        padding: 100px 60px 130px 60px;
    }
    .header_confidence,
    .featured_tiles .featured_oom,
    .featured_tiles .featured_wellness,
    .featured_banner,
    .latest_news article,
    .featured_trade,
    .featured_categories .featured_category {
        font-size: 0.9em;
    }
    .swiper-container, .swiper-wrapper, .swiper-slide, .slider {
        height: 300px;
    }
    .featured_categories .featured_category .featured_category-text h2 {
        min-height: 60px;
    }
}

@media only screen and (min-width: 1280px){
    .overlay,
    .button_container {
        display: none;
    } 
    .fade_out{
        display: none;
        pointer-events: none;
    }
   
}

@media only screen and (max-width: 1280px){
    button.favourites-button {
        left: 31%;
        padding: 0.6em;
    }
    img.favourites-button-image {
        width: 30px;
        transform: translateY(3px);
    }
	.woocommerce-checkout .col2-set, .woocommerce-page .col2-set {
    width: 100% !important;
	}
    div#basket-overlay {
        width: 40%;
        right: -40%;
        top: 110px;
        height: calc(100vh - 110px);
    }
    .overlay .footer_contact_block{
        padding-left: 20px;
    }
    .fade_out{
        opacity: 0;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #333;
        transition: all 0.3s;
        z-index: 9;
        overflow-y: auto;
        pointer-events: none;
    }
    .fade_out.open{
        opacity: 0.4;
        pointer-events: all;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 69px;
        left: -100%;
        width: 400px;
        height: calc(100vh - 69px);
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow-x: hidden;
        overflow-y: unset;
        z-index: 11;
        opacity: 0;
        pointer-events: none;
    }
    nav.overlay {
        height: 100vh;
    }
    .overlay.open {
        left: 0;
        opacity: 1;
        pointer-events: all;
    }
    .overlay > ul{
        margin-bottom: 30px;
        font-size: 0.8em;
        border-bottom: 1px solid #eeebe6;
    }
        /* menu expand */
        .overlay .menu-item-has-children li a{
        padding-left: 40px;
    }
    .overlay ul.sub-menu li > ul.sub-menu li a{
        padding-left: 60px;
    }
    .overlay li{
        border-top: 1px solid #eeebe6;
    }
    .menu-item a,
    .menu-item-has-children > ul li a{
        display: block;
        width: 100%;
    }
    .menu-item-has-children ul ul li a{
        display: block !important;
        width: 100% !important;
    }
    .menu-item.menu-item-has-children a{
        display: inline-block;
        width: unset;
    }
    .menu-item.menu-item-has-children{
        position: relative;
    }
    .menu-item.menu-item-has-children:after{
        content: '+';
        position: absolute;
        right: 15px;
        top: 13px;
    }
    .menu-item.menu-item-has-children.open:after{
        content: '-';
        position: absolute;
        right: 18px;
        top: 13px;
    }
    .menu-item-has-children > ul{
        display: none;
    }
    .menu-item-has-children ul > ul{
        display: none;
    }
    .menu-item-has-children.open > ul{
        display: block;
        background-color: #fff;
    }
    .overlay li a {
        color: #444;
        line-height: 3.1em;
        margin: 0;
        padding-left: 20px;
        font-weight: 400;
        font-size: 1.05em;
        letter-spacing: 0.02em;
        text-decoration: none;
    }
    .overlay li:hover {
        background-color: #eeebe6;
        cursor: pointer;
    }
    .menu-item a:hover{
        text-decoration: underline;
    }
    .overlay h2{
        font-size: 1em;
        margin: 10px 0 10px 20px
    }
    div#order_review {
        width: 90%;
    }
    
    .swiper-slide.product img.product_image {
        height: 70%;
    }
    .swiper-slide.product .slide_text h1 {
        margin-bottom: 10px;
    }
    .swiper-slide.product .slide_text p {
        font-size: 1em;
        margin-bottom: 35px;
    }
    .footer_shopby_block {
        display: none;
    }
    .footer_contact_block {
        width: 50%;
    }
    .product_split .product_details {
        width: 60%;
    }
    .product_sidebar {
        display: none;
    }
    .header-mid {
        display: none;
    }
    .header-top .page-wrapper {
        padding: 10px 20px 10px 20px;
    }
    /* Mobile Menu */
    .button_container {
        position: absolute;
        height: 25px;
        width: 28px;
        cursor: pointer;
        z-index: 21;
        transform: translateY(3px);
        left: 20px;
    }
    .header-top .page-wrapper a.logo-a {
        margin-left: 55px;
    }
    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
                transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .button_container.active .middle {
        opacity: 0;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
                transform: translateY(-8px) translateX(0) rotate(-45deg);
    }
    .button_container span {
        background: #333;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 8px;
    }
    .button_container span:nth-of-type(3) {
        top: 16px;
    } 
    #overlay {
        padding-top: 100px;
        position: fixed;
        background-color: #fff;
        width: 100%;
        top: 0;
        height: 100vh;
        z-index: 10;
        opacity: 0;
        transition: all 0.5s ease;
        pointer-events: none;
    }
    #overlay.open{
        opacity: 1;
        pointer-events: all;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after{
        transform: scale(0.8);
    }
        
   
}

@media only screen and (max-width: 1080px){
    div#basket-overlay {
        width: 50%;
        right: -50%;
        top: 70px;
        height: calc(100vh - 70px);
    }
    .footer_myaccount_block {
        display: none;
    }
    .featured_categories .featured_category {
        width: calc(50% - 15px);
        margin: 10px !important;
    }
    .featured_categories .featured_category:nth-of-type(2n),
    .featured_categories .featured_category:nth-of-type(2n-1){
        margin-bottom: 0 !important;
    }
    .featured_categories .featured_category:nth-of-type(2n-1){
        margin-right: 5px !important;
    }
    .featured_categories .featured_category:nth-of-type(2n){
        margin-left: 5px !important;
    }
    .featured_categories {
        flex-wrap: wrap;
    }
    img.bottles {
        width: 300px;
    }
    .header_confidence .page-wrapper a:nth-of-type(4){
        display: none;
    }
   
}

@media only screen and (min-width: 1080px){
    .woocommerce .woocommerce-result-count{
        margin-bottom: 0 !important;
        transform: translateY(10px);
    }
    .archive select.orderby,
    .woocommerce .woocommerce-ordering {
    min-width: 400px;
    }
}
@media only screen and (max-width: 900px){
     h2.tile_page-title {
        font-size: 1.5em;
        margin-bottom: 1em;
    }
    .tile_page-tile {
        width: 100%;
        margin-bottom: 0;
    }
    .free_shipping_box span {
    font-size: 0.9em;
    }
    .free_shipping_box img {
        width: 40px !important;
    }
    .free_shipping_box {
        padding: 10px 20px;
    }
    .archive_page .breadcrumbs {
        margin-bottom: 2em;
    }
    .archive.woocommerce ul.products li.product{
        padding: 0 !important;
    }
    .archive h2.woocommerce-loop-product__title {
        min-height: unset !important;
    }
    .archive select.orderby,
    .woocommerce .woocommerce-ordering{
        width: 100%;
    }

    .woocommerce-page ul.products li.product {
        margin: 0 0 2em 0 !important;
        width: calc(50% - 20px) !important;
    }
    img.proceed_arrow {
        width: 25px;
    }
    .left_card {
        width: 100%;
        padding: 25px 30px 50px 30px;
        margin-bottom: 10px;
    }
    .right_card {
        width: 100%;
    }
    .featured_trade-text h2,
    .card_header h2 {
        font-size: 1.7em;
    }
    .right_card .featured_trade{
        padding: 25px 30px 100px 30px;
    }
    .featured_categories .featured_category {
        width: calc(50% - 5px);
        margin: 0 !important;
    }
    section.info_block {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }
  form.add_to_favourites_form {
      position: absolute;
      top: 5px;
      left: unset;
      right: 0px;
      display: flex;
      flex-direction: column;
  }
  .swiper-slide.product img.product_image {
    margin-right: 0;
}
    .remove_favourite {
        padding: 0.5em 1em !important;
        width: min-content !important;
        font-size: 0.65em !important;
        transform: translateY(-10px);
    }
    .variations_wrap button {
        padding: 0.52em 1em;
    }
    .quickbuy input {
        padding: 0.4em 0.4em;
    }
    .sticky_container{
        padding: 1.4em 2em 1.4em 2em;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        border-radius: unset;
    }
    .sticky_container h2,
    .sticky_container p {
        display: none;
    }
    .remove_favourite {
        margin-left: 20px;
    }
    .quickbuy input {
        max-width: calc(78% - 60px);
    }
    .product_list h2.list-title{
        margin-right: 0;
    }
    .product-featured-image img{
        width: 50px;
        height: 50px;
    }
    .quickbuy ul.user-product-list {
        margin-right: 0;
    }
    .quickbuy_content .product-description {
        display: none;
    }
    .quickbuy .product_list {
        width: 100%;
    }
    .quickbuy .aside_column {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 5;
    }
    .u-column1.col-1.woocommerce-Address {
        margin-bottom: 2em;
    }
    .shop_table a.woocommerce-button.button {
        margin: 0 0 0 0.5em;
    }
    .woocommerce-MyAccount-content {
        width: 100% !important;
    }
    nav.woocommerce-MyAccount-navigation {
        width: 100% !important;
        margin-bottom: 2em;
        padding: 0 !important;
    }
   
    .header_confidence .page-wrapper a:nth-of-type(1){
        display: none;
    }
  .header-top .header-nav {
    width: 70%;
    }
	.swiper-slide.product img.product_image {
    height: 45% !important;
    width: auto;
	}
	
    .subscription_popup {
        display: none;
        position: fixed;
        left: 0;
        top: 7%;
        max-width: 100%;
        transform: unset !important;
        width: calc(100% - 40px);
        padding: 40px 20px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px #ddd;
        z-index: 99;
        margin: 0 20px;
        font-size: 0.9em;
		border-radius: 20px;
    }
    .contact-block-sub{
        font-size: 1.2em;
    }
    .subscription-product .product_split .product_details {
        width: 100%;
        padding-right: 0;
    }
    .subscription-block-1 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }
    .block-2-text {
        position: relative;
        padding: 20px;
        width: 100%;
    }
    .subscription-block-2 {
        flex-direction: column;
    }
    .subscription-block-2 h3 {
        font-size: 1.8em;
    }
    .subscription-block-2 img {
        padding-top: 0;
        width: 100%;
        object-fit: cover;
    }
    .subscription-block-3 {
        padding-left: 0;
        margin-bottom: 40px;
        
    }
    .subscription-block-4 {
        margin-bottom: 40px;
        flex-direction: column;
    }
    .subscription-block-4 .block-4-image {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .block-5-wrap {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .block-5-wrap h3{
        font-size: 1.7em;
    }
    h1.logo_text {
        display: none;
    }
    .team_member {
        display: flex;
        margin-bottom: 30px;
    }
    .team_member img {
        width: 60%;
        margin: 20px auto 40px auto !important;
    }
    .team_member.reverse {
        flex-direction: column;
    }
    .team_member {
        flex-direction: column;
    }
    .header-top .page-wrapper a.logo-a {
        margin-left: 45px;
    }
    .category_title h1{
        font-size: 1.5em;
    }
	.category_title p{
        display: none;
    }
    .woocommerce-checkout .woocommerce{
        margin-bottom: 15px;
    }
    div#order_review {
        width: 100%;
    }
    .swiper-slide.product img.product_image {
        height: 60%;
    }
    .swiper-slide.product .slide_text h1 {
        margin-bottom: 10px;
        line-height: 1.1em;
    }
    .swiper-slide.product .slide_text p{
        margin-bottom: 25px;
    }
    .slide_wrap {
        padding: 0 20px 0 40px;
    }
    .footer_contact_block {
        padding-left: 15px;
        width: 65%;
    }
    
    .category_title_block p {
        font-size: 1em;
    }
    .category_title_block {
        height: 250px;
    }
    .category_title_block h1 {
        font-size: 2em;
    }
    .content_styles h1 {
        margin-bottom: 20px;
        font-size: 1.9em;
    }
    .content_styles h2 {
        font-size: 1.3em;
    }
    .content_styles h3 {
        font-size: 1.15em;
    }
    .content_styles p{
        font-size: 0.9em;
    }
    .featured_categories .featured_category .featured_category-text h2 {
        font-size: 1.6em;
    }
    form.checkout.woocommerce-checkout {
        display: block;
    }
    form.checkout .col2-set .col-1 {
        padding-right: 0 !important;
    }
    .woocommerce-additional-fields {
        padding-right: 0 !important;
        margin-bottom: 30px;
    }
    main.news_page a.news_item {
        margin-bottom: 40px;
    }
    .news_item_page {
        padding-top: 63px;
    }
    .default_page .page-wrapper{
        padding-top: 75px;
    }
    main.news_page {
        padding: 75px 20px 0 20px;
    }
    main.news_page img.feature {
        width: 100px;
        height: 100px;
    }
    .news_item-text_container {
        padding-left: 15px;
        padding-right: 5%;
    }
    .news_item_page .content {
        padding: 0 20px;
        flex-direction: column-reverse;
    }
    .news_item_page img.aside {
        width: 100%;
        height: 250px;
        object-fit: cover;
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .swiper-container, .swiper-wrapper, .swiper-slide, .slider {
        height: 270px;
    }
    .swiper-container{
        font-size: 0.9em;
    }
    footer .clients {
        display: none;
    }
    .featured_banner {
        font-size: 0.8em;
    }
    .featured_tiles {
        flex-direction: column;
    }
    .featured_tiles .featured_oom {
        margin: 0;
        padding: 0 10px 0 10px;
        position: relative;
        width: 100%;
        border-radius: 2.5%;
        overflow: hidden;
    }
    .featured_tiles .featured_wellness {
        margin: 0;
        padding: 10px;
        position: relative;
        width: 100%;
        border-radius: 2.5%;
        overflow: hidden;
    }
    .featured_oom img,
    .featured_wellness img{
        border-radius: 2.5%;
    }
    .latest_news {
        flex-direction: column-reverse;
    }
    .latest_news article {
        width: 100%;
        padding: 40px 20px;
    }
    .latest_news article .news_content {
        padding-right: 5%;
    }
    .latest_news .news_image {
        width: 100%;
    }
    .swiper-slide.standard .slide_text {
        width: 100%;
        padding: 0 40px;
    }
    .featured_oom p,
    .featured_wellness p {
        font-size: 1.2em !important;
        width: 70%;
    }    
    
}


@media only screen and (max-width: 768px){
    input.sib-email-area {
        width: 150px !important;
    }
    .cart-collaterals.cross-sells {
        margin-bottom: 30px;
    }
    .contact_flex {
        flex-direction: column;
    }
    .contact_flex .contact_form {
        width: 100%;
        padding-right: 0;
    }
    .contact_flex .contact_details {
        display: flex;
        width: 100%;
    }
    .contact_details .contact_details_top {
        padding-right: 40px;
        width: 50%;
    }
    .contact_details .contact_details_bottom {
        width: 50%;
    }
    .contact_details h2 {
        padding-top: 0;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: calc(100% - 20px) !important;
        float: right !important;
    }
    p.copyright,
    .footer_main .page-wrapper {
        font-size: 0.9em;
    }
    .slide_text h1 {
        font-size: 3em;
        margin-bottom: 5px;
    }
    .featured_trade {
        padding: 60px 40px 90px 40px;
    }
    .featured_trade-text p {
        font-size: 1em;
    }
    .featured_banner {
        height: 300px;
    }
    .featured_banner img {
        height: 100%;
    }
    img.bottles {
        width: 250px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after{
        transform: scale(0.7);
    }
    .featured_banner-text h2 {
        font-size: 2.6em;
    }
    
   
}

@media only screen and (min-width: 700px){
    a.checkout_logo{
        padding: 20px;
    }
    body.woocommerce-checkout input#coupon_code{
        width: 100%;
    }
    .mobile {
        display: none;
    }
}
@media only screen and (max-width: 700px){
    .woocommerce-checkout #place_order{
    font-size: 0.9em;
}
    body.woocommerce-checkout input#coupon_code{
        width: 100%;
    }
    .lwss_selectable.wr-rateinfo {
    margin-bottom: 4em;
}
    input#coupon_code {
        width: 50%;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 48% !important;
    }
        .wc-proceed-to-checkout {
        margin-bottom: 2em;
    }
    button.favourites-button {
        left: unset;
        right: 20px;
        padding: 0.6em;
    }
	.header-top .header-nav{
		width: unset !important;
	}
	.slide_wrap {
		padding: 0 20px 0 20px;
	}
	.swiper-slide.product .slide_text p{
		max-width: 90% !important;
	}
    .swiper-slide.product .slide_text{
        padding-left: 0;
    }
    .slider .swiper-button-prev {
        display: none;
    }
    .slider .swiper-button-next {
        display: none;
    }
    div#basket-overlay {
        width: 100%;
        right: -100%;
        top: 120px;
        height: calc(100vh - 120px);
        border-left: none;
    }
     .featured_category-text div.button {
        font-size: 1em;
    }
    .product .product_details h1{
        font-size: 1.3em;
    }
    .featured_oom-text a.button, .featured_wellness-text a.button, .featured_category-text a.button {
        font-size: 0.9em;
        padding: 8px 20px;
    }
    .overlay {
        height: calc(100vh - 122px);
    }
    .overlay {
        top: 122px;
    }
    .header-top, header {
        border-bottom: 0;
    }
    .header_search_block.desktop {
        display: none;
    }
    .single-product main.archive_page {
        padding: 45px 20px 0 20px;
    }
    .product_split .product_details {
        width: 100%;
        padding-right: 0;
    }    
    .product_split .product_image_area {
        padding-right: 0 !important;
        width: 100%;
        margin-bottom: 30px;
    }
    .product .product_split {
        margin-top: 0;
        flex-direction: column;
    }
    main.archive_page ul.products li {
        font-size: 0.9em;
    }
    main.archive_page {
        padding: 20px 20px 0 20px;
    }
    .contact_flex .contact_form {
        padding-right: 20px;
    }
    main.contact_page {
        padding: 65px 20px 0 20px;
    }
    .featured_tiles .featured_oom,
    .featured_tiles .featured_wellness{
        font-size: 0.8em;
    }
}



@media only screen and (max-width: 600px){
    .qb_button_container {
        width: 230px;
        margin-right: 2em;
    }
    .quickbuy input {
        max-width: calc(70% - 60px);
    }
    .button_container {
        position: absolute;
        height: 25px;
        width: 25px;
        cursor: pointer;
        z-index: 21;
        transform: translateY(3px);
        left: 20px;
    }
    .button_container.active .top {
        -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
                transform: translateY(7px) translateX(0) rotate(45deg);
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
                transform: translateY(-7px) translateX(0) rotate(-45deg);
    }
    .button_container span:nth-of-type(2) {
        top: 7px;
    }
    .button_container span:nth-of-type(3) {
        top: 14px;
    } 
    a.logo-a img {
        width: 80px;
    }
    .contact_flex .contact_details {
        flex-direction: column;
    }
    .contact_details .contact_details_top {
        width: 100%;
    }
    .contact_details .contact_details_bottom {
        width: 100%;
    }
    .swiper-slide.product .slide_text {
        font-size: 0.8em;
    }
    .swiper-slide.product .slide_text h1{
        font-size: 1.8em;
    }
    .header-top, header {
        border-bottom: 0;
    }
    .overlay {
        top: 108px;
		height: calc(100vh - 108px);
    }
    div#basket-overlay {
        top: 108px;
        height: calc(100vh - 108px);
        padding: 20px;
    }
    .basket-widget-security img.card_icons{
        display: none;
    }
	.overlay {
        width: 90%;
    }
    .header_confidence .page-wrapper a:nth-of-type(2) {
        display: none;
    }
    .header_confidence .page-wrapper a:nth-of-type(3){
        margin: 0 auto;
    }
}

@media only screen and (max-width: 501px){
    .checkout-progress {
    padding: 40px 60px;
    position: relative;
    margin-bottom: 50px;
}
    .checkout_flex .checkout_left h1{
        font-size: 1.3em;
    }
    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 1em !important;
    }
    input.sib-email-area {
        width: 220px !important;
    }
    .home .featured_categories div.featured_category {
        width: 100%;
        margin: 10px !important;
        margin-bottom: 0 !important;
    }
    .featured_oom-text a.button, .featured_wellness-text a.button, .featured_category-text a.button {
        font-size: 1.2em;
    }
    .footer_main .page-wrapper {
        flex-direction: column-reverse;
    }
    .footer_contact_block {
        padding-left: 0;
        margin-bottom: 30px !important;
    }
    input#coupon_code {
        width: 40%;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 58% !important;
        padding: 10px 18px !important;
    }
    
}
@media only screen and (max-width: 400px){
     .woocommerce-page ul.products li.product {
        margin: 0 0 2em 0 !important;
        width: 100% !important;
    }
}



/* Mail List Popup */

.popup_mail{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50%;
    background-color: #fff;
    box-shadow: 2px 2px 12px #333;
    display: none;
    z-index: 100;
    transform: translate(-50%,-50%);
    pointer-events: none;

}
.popup_mail.active{
    pointer-events: all;
    display: flex;
}
.popup_mail img.mail_aside{
    width: 40%;
}
.popup_mail .popup_mail-text_container{
    padding: 20px 40px;
    width: 60%;
    position: relative;
    font-size: 1.1em;
}
.popup_mail .popup_mail-text_container h2{
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #444;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.popup_mail .popup_mail-text_container p{
    font-family: 'Roboto', sans-serif;
    color: #444;
    margin-bottom: 20px;
}
.button_container_mail {
    position: absolute;
    height: 25px;
    width: 28px;
    cursor: pointer;
    z-index: 21;
    transform: translateY(3px);
    right: 20px;
    top: 20px;
}
.button_container_mail.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container_mail.active .middle {
    opacity: 0;
}
.button_container_mail.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.button_container_mail span {
    background: #999;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container_mail span:nth-of-type(2) {
    top: 8px;
}
.button_container_mail span:nth-of-type(3) {
    top: 16px;
} 
.popup_mail-text_container form#sib_signup_form_1 .sib-default-btn{
    background-color: #329932ff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    transform: translateY(-1px);
}
@media only screen and (max-width: 1600px){
    .popup_mail{
        width: 80%;
        min-height: 60vh;
    }  
    .popup_mail img{
        width: 30%;
    }
    .popup_mail .popup_mail-text_container{
        width: 70%;
    }
}

@media only screen and (max-width: 1080px){
    .popup_mail{
        width: 80%;
        min-height: 60vh;
    }  
    .popup_mail img{
        display: none;
    }
    .popup_mail .popup_mail-text_container{
        width: 100%;
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 1080px){
    .popup_mail{
        width: 95%;
        min-height: 70vh;
    }  
}

