@font-face{
	font-family: 'ElegantIcons';
	src:url('../../../../system/admin/fonts/ElegantIcons.eot');
	src:url('../../../../system/admin/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../../../../system/admin/fonts/ElegantIcons.woff') format('woff'),
		url('../../../../system/admin/fonts/ElegantIcons.ttf') format('truetype'),
		url('../../../../system/admin/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Search Page */
.search_page{margin: 0 0 20px 0;}
.search_top_header{background: #F6F6F6; height: 80px; margin-bottom: 20px;}
.search_top_header > div{padding: 0 10px; display: flex; align-items: center; height: 100%;}
.search_top_header .search_title h1{font-size: 26px; line-height: 34px; padding: 0;}

.search_page_header{padding: 0 20px; margin: 0 10px 20px 0; box-sizing: border-box; background: #F6F6F6; height: 80px; display: flex; 
  justify-content: space-between;}

.search_cat_header{position: relative;}

.search_title{display: flex; align-items: center;}
.search_title h1{font-size: 26px; color: #1C1B1B; font-weight: bold; padding: 0; margin: 0;}
.search_title span{color: #1C1B1B; font-size: 16px; margin-left: 10px;}
.p_search_order_by{display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; height: 100%; }
.p_search_order_by .order_by{position: relative;}
.p_search_order_by .order_by select{border:0; height: 40px; width: 250px; background: none; color: #7A7A7A; font-size: 14px; box-sizing: border-box;
   background: #fff; border-radius: 4px; padding: 0 10px; box-sizing: border-box; font-family: 'Nunito', sans-serif; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.p_search_order_by .order_by::after{content: ""; height: 8px; width: 8px; border: solid #303030; border-width: 0 2px 2px 0; transform: rotate(45deg); 
  position: absolute; right: 10px; top: 13px; pointer-events: none;}
.catHeader{border-bottom: 1px solid #f6f6f6; margin-bottom: 30px; padding-bottom: 20px;}
.catFooter{border-top: 1px solid #f6f6f6; margin-top: 30px; padding-top: 20px;}
.catHeader p, .catFooter p{color: #4E4E4E; font-size: 16px; line-height: 26px; padding: 0 0 10px 0;}

.breadcrumbs{margin: 20px 0;}
.breadcrumbs ul{list-style: none; margin: 0; padding: 0; display: flex; align-items: center;}
.breadcrumbs ul li{margin: 0; padding: 0;}
.breadcrumbs ul li::after{content: "/"; padding: 0 10px;}
.breadcrumbs ul li:last-child::after{content: none;}
.breadcrumbs ul li a{text-decoration: underline; font-size: 16px; color: #4E4E4E; line-height: 24px; transition: ease-in-out all .3s;}
.breadcrumbs ul li a:hover{color: #429D3C;}

/*Bestseller*/
.search_bestseller:not(.hidden){margin: 20px 0; display: flex; flex-direction: column; gap: 20px; }
.search_bestseller .bestseller_header{margin-right: 10px; padding: 0 20px; height: 80px; display: flex; align-items:center; justify-content: space-between; 
  background: #F6F6F6;}
.search_bestseller h2{line-height: 30px; padding: 0; box-sizing: border-box; font-size: 26px; color: #303030; font-weight: bold;}
.bestsellers_slider { display: flex; align-items: flex-start; overflow: hidden; position: relative;}
.bestsellers_slider .owl-stage{ display: flex; align-items: flex-start;}
.bestsellers_slider .product{width: 100%;}
.bestseller-owl-nav.disabled{display: none;}
.bestseller-owl-nav{display: flex; gap: 15px; align-items: center;}
.bestseller-owl-nav button{height: 34px; width: 34px; border: 0; cursor: pointer; transition: ease-in-out all .3s; opacity: .7; padding: 0;}
.bestseller-owl-nav button > span{display: none;}
.bestseller-owl-nav button.owl-prev{background: url(../images/prev.svg) center no-repeat;}
.bestseller-owl-nav button.owl-next{background: url(../images/next.svg) center no-repeat;}
.bestseller-owl-nav button:hover{opacity: 1;}
.bestsellers_slider .product .product_box{margin-bottom: 40px;}

/*Product Module Pagination*/
.bestsellers_slider .owl-dots.disabled{display: none;}
.bestsellers_slider .owl-dots{position: absolute; bottom:0; left: 0; width: 100%; text-align: center;}
.bestsellers_slider .owl-dots button{height: 10px; width: 20px; margin: 0 4px; box-sizing: border-box; display: inline-block; transition: ease-in-out all .5s; 
  cursor: pointer; background: #BAEFB6; outline: 0; border:0; border-radius: 4px; padding: 0;} 
.bestsellers_slider .owl-dots button.active{background: #303030;}

.search_results{display: flex; flex-wrap: wrap; gap: 20px;}
.filter_container{width: calc(25% - 10px); display: flex; flex-direction: column; gap: 20px;}
.search_products_container{width: calc(75% - 10px); display: flex; flex-direction: column; gap: 25px;}
.search_products{display: flex; flex-wrap: wrap;}

/*Filter Section*/
.filter_container section{}
.filter_container section h3{background: #429D3C; line-height: 48px; padding: 0 10px; box-sizing: border-box; border-radius: 4px 4px 0 0; 
  color: #fff; font-weight: bold; font-size: 16px;}
.filter_container section > div{padding: 20px 10px 20px 20px; box-sizing: border-box; background: #F6F6F6; border-radius: 0 0 4px 4px;}

.filter_section .filter_selection{padding: 10px; display: flex; flex-direction: column;}
.filter_section .filter_selection > span{display: flex; align-items: center; justify-content: space-between; background: #E9EFE6; height: 40px; padding: 0 10px; border-radius: 4px;
  font-size: 16px; color: #186525; line-height: 22px; font-weight: bold; cursor: pointer;}
.filter_section .filter_selection > span::after{content: ""; height: 10px; width: 10px; border: solid #303030; border-width: 0 2px 2px 0; 
  transform: rotate(45deg); transition: ease-in-out all .3s;}
.filter_section .filter_selection > span.open::after{transform: rotate(225deg);}
.filter_section .filter_items_wrap {display: none;}
.filter_section .filter_items {padding: 10px 0; display: flex; flex-direction: column; gap: 10px; max-height: 180px; overflow-y: scroll;}
.filter_section .filter_items::-webkit-scrollbar {background:#E3F2DC; width:6px;}
.filter_section .filter_items::-webkit-scrollbar-track {background:#E3F2DC;}
.filter_section .filter_items::-webkit-scrollbar-thumb {background:#429D3C; border-radius:4px;}

.filter_section .filter_item{display: flex; align-items: flex-start; gap: 5px;}
.filter_section .filter_item input{accent-color: #429D3C; height: 13px; width: 13px; margin: 3px 0 0 0;}
.filter_section .filter_item label{font-size: 14px; color: #303030; flex-basis: 100%; line-height: 20px;}
.filter_section .filter_buttons{display: flex; align-items: center; justify-content: space-between; padding: 10px;}
.filter_section .filter_buttons .clear_filter{color: #303030; font-size: 14px; display: flex; align-items: center; gap: 8px;}
.filter_section .filter_buttons .clear_filter::before{content: ""; height: 16px; width: 16px; background: url(../images/x-square-black.svg) center no-repeat;}
.filter_section .filter_buttons .apply_filter{background: #429D3C; border-radius: 4px; color: #fff; height: 34px; display: flex; align-items: center; 
  justify-content: center; padding: 0 14px; gap: 8px; font-size: 13px; font-weight: bold;}
.filter_section .filter_buttons .apply_filter::before{content: ""; height: 17px; width: 17px; background: url(../images/ok.svg) center no-repeat;}

.active_filter{}
.active_filter .af_header{display: flex; align-items: center; justify-content: space-between; height: 48px; background: #F6F6F6; padding: 0 20px; margin: 0 10px;}
.active_filter .af_header h3{color: #303030; font-size: 16px; font-weight: bold; line-height: 22px; padding: 0;}
.active_filter .af_clear{line-height: 22px; font-size: 14px; color: #303030; display: flex; align-items: center; justify-content: center; gap: 8px;}
.active_filter .af_clear::before{content: ""; height: 16px; width: 16px; background: url(../images/x-square-black.svg) center no-repeat;}
.active_filter .af_container{border: solid #F6F6F6; border-width: 0 1px 1px 1px; border-radius: 0 0 4px 4px; padding:20px; display: flex; flex-wrap: wrap; gap: 7px; margin: 0 10px;}
.active_filter .af_item{color: #303030; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; text-transform: capitalize; border: 1px solid #E9E5E5;
  border-radius: 4px; height: 35px; line-height: 22px; padding: 0 8px; box-sizing: border-box;}
.active_filter .af_item::before{content: ""; height: 16px; width: 16px; background: url(../images/x-square-grey.svg) center no-repeat; transition: ease-in-out all .3s;}
.active_filter .af_item:hover::before{filter: brightness(0) invert(0);}

/*Category Tree*/
.category_tree{}
.category_tree ul{padding: 0; list-style: none;}
.category_tree ul li{padding: 0; list-style: none; margin: 10px 0;}
.category_tree ul li a{line-height: 22px; color: #303030; padding: 5px 0; font-size: 14px; display: block; transition: ease-in-out all .3s; text-transform: capitalize;}
.category_tree li.has-child{position: relative; padding-right: 32px;}
.category_tree li.has-child > ul{background: #DDDDDD; padding: 10px; display: none;}
.category_tree div > ul > li > ul li{margin: 0;}
.category_tree div > ul > li > ul li a{font-size: 13px;}
.category_tree ul li a:hover{color: #186525}

.category_tree li.has-child > a.toggle_sub{position: absolute; top: 0; right: 0; padding: 0; margin: 0; height: 32px; width: 32px;}
.category_tree li.has-child > a.toggle_sub::after{content: ""; height: 8px; width: 8px; border: solid #303030; border-width: 0 2px 2px 0; transform: rotate(45deg); 
  transition: ease-in-out all .3s; position: absolute; right: 10px; top: 9px;}
.category_tree li.has-child.open > a.toggle_sub::after{transform: rotate(225deg); top: 13px;}

/*Favourites Page*/
.favourites_page{padding: 20px 0;}
.favourites_page h1{padding: 0 10px; margin: 0 0 20px; font-size: 24px;}
.favourites_page h1 span{font-size: 18px;}
.favourites_page .search_products{width: 100%;}
.favourites_page .product{width: 25%;}

/* Product Block */
.product{width: 33.33333%;}
.product .product_box{margin: 0 10px 20px 10px; padding: 30px 10px; box-sizing: border-box; border: 2px solid #F6F6F6; 
  background: #fff; border-radius: 4px; transition: ease-in-out all .3s;}
.product .pb_image{height: 250px; width: 100%; position: relative; background: #fff; margin-bottom: 10px;}
.product .pb_image > a{display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; }
.product .pb_image img{max-width: 100%; max-height: 100%; height: auto; width: auto;}
.product .saleSticker{position: absolute; bottom: 0; left: 0; background:#EB5160; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}
.product .stockSticker{position: absolute; bottom: 0; right: 0; background:#7A7A7A; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}
.product .bestSticker{position: absolute; top: 0; left: 0; background:#429D3C; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}

.product .pb_title{margin-bottom: 10px; text-align: center; height: 48px; overflow: hidden;}
.product .pb_title > a{color:#303030; font-size: 16px; line-height: 26px; font-weight: bold; }
.product .pb_price{height: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.product .pb_price .nowprice{color: #111111; font-size: 18px; font-weight: bold;}
.product .pb_price .now-price{color:#EB5160; font-size: 18px; font-weight: bold; margin-right: 5px;}
.product .pb_price .was-price{text-decoration: line-through; font-size: 18px; color: #979797; font-weight: bold;}

.product .pb_buttons{display: flex; gap: 4px; align-items: center; justify-content: space-between;}
.product a.block_fav{height: 45px; width: 50px; border: 1px solid #F6F6F6; border-radius: 4px; transition: ease-in-out all .3s;
  background: url(../images/heart_empty.svg) center no-repeat;}
.product a.block_fav.added{background-image: url(../images/heart_fill.svg);}

.pb_buttons a.pb_add_cart{display: flex; align-items: center; justify-content: center; padding: 0 35px; line-height: 44px; gap: 10px;
  border: 1px solid #53C44B; box-sizing: border-box; color: #53C44B; font-weight: bold;  border-radius: 4px; transition: ease-in-out all .3s;
  background-image: linear-gradient(to right, transparent, transparent, #68BE3A, #468451); background-size: 300% 100%;}
.pb_buttons a.pb_add_cart::before{content: ""; height: 20px; width: 20px; background: url(../images/pb_cart.svg) center no-repeat;}

/*Product Block Hover*/
.product .product_box:hover{border-color: #53C44B;}
.product .product_box:hover a.pb_add_cart{background-position: 100% 0; color: #fff;}
.product .product_box:hover a.pb_add_cart::before{filter: brightness(0) invert(1);}

/******Product Module******/
.product_module{margin-top:20px; margin-bottom: 30px; padding: 50px 0; position: relative; background: #F6F6F6;}
.product_module > div{padding: 0 10px; box-sizing: border-box; position: relative;}
.product_module .prod_module_header{display: flex; justify-content: space-between; margin-bottom: 20px; padding: 0 15px; height: 60px;}
.product_module .prod_module_header span{color: #303030; font-size: 26px; font-weight: bold; letter-spacing: .52px; line-height: 34px; 
  display: flex; align-items: center;}
.product_module .prod_slider { display: flex; align-items: flex-start; overflow: hidden; position: relative;}
.product_module .prod_slider .owl-stage{ display: flex; align-items: flex-start;}

/*Product Module List View*/
.product_module .prod_slider.list{flex-wrap: wrap;}
.product_module .prod_slider.list .product{width: 25%;}

/*Product Module Carousel View*/
.product_module .prod_slider.carousel{padding-bottom: 35px;}
.product_module .prod_slider.carousel .product{width: 100%;}

/*Product Module Pagination*/
.product_module .owl-dots{position: absolute; bottom:0; left: 0; width: 100%; text-align: center;}
.product_module .owl-dots button{height: 10px; width: 20px; margin: 0 4px; box-sizing: border-box; display: inline-block; transition: ease-in-out all .5s; 
  cursor: pointer; background: #BAEFB6; outline: 0; border:0; border-radius: 4px; padding: 0;} 
.product_module .owl-dots button.active{background: #303030;}

/*Product Module Arrows*/
.product_module .prod-owl-nav{display: flex; gap: 15px; align-items: center;}
.product_module .prod-owl-nav button{height: 34px; width: 34px; border: 0; cursor: pointer; transition: ease-in-out all .3s; opacity: .7; padding: 0;}
.product_module .prod-owl-nav button > span{display: none;}
.product_module .prod-owl-nav button.owl-prev{background: url(../images/prev.svg) center no-repeat;}
.product_module .prod-owl-nav button.owl-next{background: url(../images/next.svg) center no-repeat;}
.product_module .prod-owl-nav button:hover{opacity: 1;}

/*Category Block*/
.category_container{width: calc(100%/6);}
.category_container .category_block{padding: 0 15px;}
.category_container .category_image{height: 170px; width: 100%; margin-bottom: 10px; cursor: pointer; position: relative; }
.category_container .category_image a{display: block; height: 100%; width: 100%; border-radius: 4px; overflow: hidden;}
.category_container .category_image.catNoImage a{ background-size: contain !important; background-position: center !important;}
.category_container .category_title{display: flex; align-items: center; justify-content: center; height: 70px; width: 100%; transition: ease-in-out all .3s;}
.category_container .category_title a{color: #303030; height: 100%; display: flex; align-items: center; justify-content: center; 
  text-transform: uppercase; text-align: center; padding: 0 10px; font-size: 16px; line-height: 22px; transition: ease-in-out all .3s; font-weight: bold;}
.category_container:hover .category_title a{color: #1C1B1B;}

/* ALPHA LANDING PAGE */
.alpha_landing_page {}
.al_header {display: flex; align-items: center; justify-content: center; padding: 40px 0 20px;}
.al_header span {font-size: 26px;color: #1C1B1B;font-weight: bold; text-align: center;}
.al_alphamenu_wrap {}
.al_alphamenu {display: flex; align-items: center; justify-content: space-between; padding: 20px 0;}
.al_alphamenu a {display: flex; align-items: center; justify-content: center; height: 35px; padding: 0 10px; border-radius: 5px; background: transparent; transition: 0.2s ease-in-out all;}
.al_alphamenu a span {font-size: 26px;color: #1C1B1B;font-weight: bold; text-align: center;}
.al_alphamenu a.active {background: #53C44B;}
.al_alphamenu a.active span {color: #fff;}

.al_search_results_wrap {display: flex; align-items: flex-start; justify-content: flex-start; gap:20px;}
.al_search_results_left {width: calc(30% - 20px);}
.al_alpha_box {display: flex; align-items: center; justify-content: center; width: 270px; height: 270px; background: #F6F6F6;}
.al_alpha_box span {font-size: 120px; font-weight: bold; text-transform: uppercase; color: #dee0e2;}

.al_search_results_right {width: 70%;}
.al_search_results {display: flex; align-items: flex-start; justify-content: stretch; flex-wrap:wrap; width: 100%;}
.al_search_results a.al_cat_link {display: flex; align-items: center; justify-content: flex-start; width: 25%; padding: 10px 0;}
.al_search_results a.al_cat_link span {font-size: 20px; color: #1C1B1B; font-weight: bold;}







/******Category Module******/
.category_module{margin-top:20px; margin-bottom: 30px; padding: 20px 0; position: relative;}
.category_module > div{padding: 0 10px; box-sizing: border-box; position: relative;}
.category_module .cat_module_header{display: flex; justify-content: space-between; margin-bottom: 20px; padding: 0 15px; height: 60px;}
.category_module .cat_module_header span{color: #303030; font-size: 26px; font-weight: bold; letter-spacing: .52px; line-height: 34px;
  display: flex; align-items: center;}
.category_module .cat_slider { display: flex; align-items: flex-start; overflow: hidden; position: relative;}
.category_module .cat_slider .owl-stage{ display: flex; align-items: flex-start;}

/*Category Module List View*/
.category_module .cat_slider.list{flex-wrap: wrap;}

/*Category Module Carousel View*/
.category_module .cat_slider.carousel{padding-bottom: 35px;}
.category_module .cat_slider.carousel .category_container {width: 100%;}

/*Category Module Arrows*/
.category_module .cat-owl-nav{display: flex; gap: 15px; align-items: center;}
.category_module .cat-owl-nav button{height: 34px; width: 34px; border: 0; cursor: pointer; transition: ease-in-out all .3s; opacity: .7; padding: 0;}
.category_module .cat-owl-nav button > span{display: none;}
.category_module .cat-owl-nav button.owl-prev{background: url(../images/prev.svg) center no-repeat;}
.category_module .cat-owl-nav button.owl-next{background: url(../images/next.svg) center no-repeat;}
.category_module .cat-owl-nav button:hover{opacity: 1;}

/*Category Module Pagination*/
.category_module .owl-dots{position: absolute; bottom:0; left: 0; width: 100%; text-align: center;}
.category_module .owl-dots button{height: 10px; width: 20px; margin: 0 4px; box-sizing: border-box; display: inline-block; transition: ease-in-out all .5s; 
  cursor: pointer; background: #BAEFB6; outline: 0; border:0; border-radius: 4px; padding: 0;} 
.category_module .owl-dots button.active{background: #303030;}

/* Pager */
.search_pager {height: 48px; display: flex; justify-content: space-between; align-items: center;} 
.pager_pages {display: flex; align-items: center; height: 100%;} 
.pager_link:not(.hidden){box-sizing: border-box; margin: 0 4px; border-radius: 4px; height: 100%; width: 48px; background: #F6F6F6; display: flex; 
  align-items: center; justify-content: center; transition: ease-in-out all .3s; overflow: hidden;} 
.pager_link a {font-size: 18px; color:#303030; box-sizing: border-box; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; transition: ease-in-out all .3s;} 
.pager_current_page a {color: #fff; background: #53C44B;}  
.pager_link:hover {background: #53C44B;}
.pager_link:hover a {color: #fff;}

/*Back to top*/
.back_to_top{margin: 20px 0;}
.back_to_top a{text-decoration: underline; color: #4E4E4E; font-size: 16px;}

/* Details Page */
.prod_details_page{}
.product_details_header{height: 80px; background: #F6F6F6; margin-bottom: 20px;}
.product_details_header > div{display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 10px; box-sizing: border-box;}

.product_page{display: flex; flex-wrap: wrap; align-items: flex-start;}
.product_page > div{padding: 0 10px; box-sizing: border-box; width:100%;}
.product_page :is(.product_image, .product_details){width: 50%;}

/*product categories details*/
.product_categories {display: flex; flex-wrap: wrap; }
.product_categories a{font-size: 16px; color: #4E4E4E; text-decoration: underline; text-transform: capitalize; transition: ease-in-out all .3s; position: relative;}
.product_categories a:hover{color: #53C44B;}
.product_categories a::after{content: "/"; margin: 0 10px; display: inline-block;}
.product_categories a:last-child::after{content: none;}

/*Image Gallery*/
.product_image{position: relative;}
.product_image .saleSticker{position: absolute; left: 10px; bottom: 10px; background:#EB5160; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}
.product_image .stockSticker{position: absolute; right: 10px; bottom: 10px; background:#7A7A7A; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}
.product_image .bestSticker{position: absolute; left: 10px; top: 10px; background:#429D3C; line-height: 30px; font-size: 12px; 
  padding: 0 12px; text-transform: uppercase; color: #fff; border-radius: 4px;}
.main_image{display: flex; flex-wrap: wrap; width: 100%; height: 580px; overflow: hidden; align-items: center; justify-content: center; box-sizing: border-box; 
  margin-bottom: 20px; position: relative;} 
.main_image a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #fff;}
.main_image img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
.thumbnail_images{display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px;}
.thumbnail_images > div{}
.thumbnail_images .thumbnail_image{height: 100px; width: 100px;  display: flex; align-items: center; justify-content: center; position: relative; 
  overflow: hidden; background: #fff;}
.thumbnail_images .thumbnail_image img{max-height: 100%; max-width: 100%; width: auto; height: auto; cursor: pointer;}

/*Product info*/
h1.p_title{font-size: 32px; color: #303030; line-height: 40px; margin:0 0 10px 0; padding: 0;}
.product_short_desc:not(.hidden){color:#727272; font-size: 16px; margin: 0 0 10px 0; line-height: 26px;}
.saleTitleDetails {font-size: 20px; color:#EB5160; font-weight: bold; text-transform: uppercase; letter-spacing: 3.2px; margin-bottom: 10px;}
.product_details label{font-weight: bold; display: block; color: #4E4E4E; font-size: 16px; line-height: 26px;  
  margin-bottom: 5px; text-transform: capitalize;}
.product_details .product_prices{margin-bottom: 20px; font-weight: bold;}
.product_details .nowprice{display: flex; font-size: 30px; color: #303030;} 
.product_details .now-price{display: inline-flex; font-size: 30px; color: #EB5160;}
.product_details .was-price{font-size:26px; color:#727272; text-decoration: line-through;}
.product_details .wasPrice:not(.hidden){display: flex; gap: 10px; align-items: flex-end;}

.product_variations{ margin-bottom: 15px;}
.product_variations select{border: 1px solid #BBCED5; height: 48px; width: 370px; padding: 0 10px; box-sizing: border-box; color: #7A7A7A; 
  font-size: 14px; box-sizing: border-box; border-radius: 5px; font-weight: 300;}

.buttons_options{display:flex; margin-bottom: 20px; flex-wrap: wrap; gap: 15px;}

/*Quantity*/
.quantity{}
input[type="number"] {-webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;}
.number-input { display: flex; flex-direction: row; align-items: center; border: 1px solid #BBCED5; border-radius: 4px; box-sizing: border-box;}
.number-input button {outline:none;-webkit-appearance: none; border: 0; align-items: center; justify-content: center; transition: ease-in-out all .3s;
  width: 40px; height: 48px; cursor: pointer; padding: 0; margin: 0; position: relative; background: #fff; border-radius: 4px;}
.number-input button:before, .number-input button:after {display: inline-block; position: absolute;content: ''; width: 9px;height: 2px; background-color: #111111;
  transform: translate(-50%, -50%);}
.number-input button.plus:after {transform: translate(-50%, -50%) rotate(90deg); }
.number-input input[type=number] {width:50px; padding:0; height: 48px; color: #6D6D6D; font-size: 16px; font-weight: 300; text-align: center; border: 0; }

.addToCartBox .addToCart a{display: flex; align-items: center; justify-content: center; padding: 0 35px; line-height: 48px; gap: 10px;
  border: 1px solid #53C44B; box-sizing: border-box; color: #fff; font-weight: bold;  border-radius: 4px; transition: ease-in-out all .3s;
  background-image: linear-gradient(to right, #68BE3A, #468451, transparent, transparent); background-size: 300% 100%;} 
.addToCartBox .addToCart a::before{content: ""; height: 20px; width: 20px; background: url(../images/cart.svg) center no-repeat; 
  filter: brightness(0) invert(1); background-size: 19px;}
.addToCartBox .addToCart a:hover{background-position: 100% 0;}

.addToCartBox p.out_of_stock{padding: 0 20px; line-height: 50px; font-size: 16px; background: #7A7A7A; color: #fff; font-weight: 500;}

.shopButton{color: #fff; font-size:14px; width: initial; background: #429D3C; line-height: 44px; padding: 0 30px; text-align: center;
  text-transform: capitalize; transition: ease-in-out all .5s; display: inline-block; transition: ease-in-out all .3s;}
.shopButton:not(.addToCart):hover{background: #1C1B1B;}

a.disabled {color:#999;}

.addedtocart_wrap {display: flex; flex-direction:column; align-items: flex-start; justify-content: flex-start; gap:10px; margin: -20px -20px -30px; background: #fff; padding: 15px; position: relative;}
.addedtocart_wrap h3 {display: flex; align-items: center; justify-content: flex-start; gap:10px;}
.addedtocart_wrap h3::before {content:""; display: block; width: 28px; height: 28px; background: url(../images/tick-circle-green.svg) no-repeat center; background-size: contain;}
.addedtocart_wrap h3 span {font-size: 26px; color: #303030; letter-spacing: 0.52px; font-weight: bold;}
.addedtocartbutton_wrap {display: flex; align-items: center; justify-content: flex-start; gap:20px;}
.addedtocartButton{display: flex; align-items: center; justify-content: center; padding: 0 35px; line-height: 48px; gap: 10px;
  border: 1px solid #53C44B; box-sizing: border-box; color: #fff; font-weight: bold; text-transform: uppercase;  border-radius: 4px; transition: ease-in-out all .3s; background-color: #429D3C;
  background-image: linear-gradient(to right, #68BE3A, #468451, transparent, transparent); background-size: 300% 100%;} 
.addedtocartButton:hover{background-position: 100% 0;}

/*Details Favourites*/
.details_fav_container{margin-bottom: 30px;}
.details_fav{text-decoration: underline; color: #393838; font-size: 16px; padding-left: 45px; background: url(../images/heart_empty.svg) left center no-repeat; display: block; line-height: 30px; transition: ease-in-out all .3s;}
.details_fav.added{background-image: url(../images/heart_fill.svg);}
.details_fav::after{content: "Add to favourites";}
.details_fav.added::after{content: "Remove favourite";}

.product_delivery{margin-bottom: 20px;}
.product_delivery a{display: flex; align-items: center; gap: 10px; color: #4E4E4E; text-decoration: underline;}
.product_delivery a::before{content: ""; height:20px; width: 34px; background: url(../images/truck.svg) center no-repeat;}

/*Product Description*/
.productDescription_container {background: #F6F6F6; padding: 20px 10px 10px 10px;}
.productDescription_container > span{font-size: 16px; color: #303030; font-weight: bold; text-transform: capitalize; line-height: 20px; 
  display: block; margin-bottom: 15px;}
.productDescription_container p{color: #4E4E4E; font-size: 16px; line-height:26px; padding: 0 0 20px 0;}
.productDescription_container > .productDescription{ max-height: 180px; overflow: hidden; position: relative; transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);}
.productDescription_container .productDescription_overlay{background: linear-gradient( 180deg, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%); 
  height: 40px; width: 100%; position: absolute; left: 0; bottom: 0;}
.productDescription_container.open .productDescription_overlay{display: none;}
.productDescription_container.open > .productDescription{max-height:1500px;  transition: max-height .5s ease-in-out;}
.productDescription_container .read_toggle_container{}
.productDescription_container .read_toggle{display: inline-block; position: relative; color: #4E4E4E; font-size: 16px; line-height: 40px; padding-right: 30px;}
.productDescription_container .read_toggle::before{content: ""; position: absolute; right: 0; top: calc(50% - 7px); height: 8px; width: 8px; 
  border: solid #161616; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: ease-in-out all .3s;}
.productDescription_container.open .read_toggle::before{transform: rotate(225deg); top: calc(50% - 3px);}
.productDescription_container .read_toggle:after{content:" more";}
.productDescription_container.open .read_toggle:after{content:" less";}

.associations {box-sizing: border-box; margin-top: 40px; background:#F6F6F6 ; padding: 60px 0; position: relative;}
.associations > div{padding: 0 10px; box-sizing: border-box; position: relative; z-index: 100;}
.associations > div > span{position: relative; color: #303030; font-size: 26px; line-height: 34px; display: block; margin: 0 10px 20px 10px; font-weight: bold;}
.associations > div > div{display: flex; flex-wrap: wrap; position: relative;}
.associations > div > div > div.product{width:25%;}

/*Product age restriction pop up*/
.productOverlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 8000; backdrop-filter: blur(3px);} 
.productOverlay .productPopUp {position: fixed; left: 50%; transform: translateX(-50%); top: 100px; background: #fff; 
  width: 800px; padding: 25px; box-sizing: border-box; } 
.productOverlay .productPopUp .closePopup {height: 30px; width: 30px; position: absolute; right: 5px; top: 5px; 
  background: url(../images/cancel.svg) center no-repeat; } 
.productOverlay .productPopUp .closePopup:hover {opacity: .8; } 
.productOverlay .productPopUp>div {display: flex; flex-direction: column; } 
.productOverlay .productPopUp>div:first-of-type>div:first-of-type {font-size: 26px; color: #303030; letter-spacing: 0.52px; line-height: 34px; 
    margin-bottom: 15px; justify-content: flex-start; font-weight: bold;} 
.productOverlay .productPopUp>div:first-of-type>div {margin-bottom: 10px; text-align: left; display: flex; align-items: flex-start;
  line-height: 26px; font-size: 16px; color: #4E4E4E; } 
.productOverlay .productPopUp>div:first-of-type {display: flex; flex-direction: column; } 
.productOverlay .productPopUp div input {text-align: left; margin-right: 10px; margin-top: 6px; accent-color: #429D3C;} 
.productOverlay .productPopUp>div:last-of-type {display: flex; flex-direction: row; justify-content: flex-start; margin-top: 10px; gap: 20px;} 
.productOverlay .productPopUp>div:last-of-type a {height: 50px; text-align: center; color: #fff; font-weight: normal; font-size: 14px; 
  border-radius: 4px; border:1px solid #949494; line-height: 50px; padding: 0 30px; text-transform: uppercase; font-weight: bold;} 
.productOverlay .productPopUp>div:last-of-type a.closeRestriction {background: #fff; border: 1px solid #429D3C; color: #186525;} 
.productOverlay .productPopUp>div a.continueRestriction{display: flex; align-items: center; justify-content: center; padding: 0 35px; line-height: 48px; gap: 10px;
  border: 1px solid #53C44B; box-sizing: border-box; color: #fff; font-weight: bold; text-transform: uppercase;  border-radius: 4px; transition: ease-in-out all .3s; background-color: #429D3C;
  background-image: linear-gradient(to right, #68BE3A, #468451, transparent, transparent); background-size: 300% 100%;} 
.productOverlay .productPopUp>div a.continueRestriction:hover{background-position: 100% 0;}

/* Dashboard */
.dashboard{padding: 0 10px; box-sizing: border-box; margin: 20px 0;} 
.dashboard h1{color: #666666; font-weight: 500; font-size: 18px;} 
.logout-button{float: right; }
.logout-button a{font-size: 16px; text-decoration: underline; color: #429D3C; line-height: 34px;}
.dashboard .orderCell{font-size: 16px; color: #666; font-weight: 500;}
.accordian {border: 1px solid #dedede; margin: 10px 0;}
.acc-title {line-height: 60px; font-size: 18px; font-weight: bold; background: #fff; text-indent: 20px; cursor: pointer; color: #666666; position: relative;}
.acc-title:after{content: ""; width: 10px; height: 10px; background: #666666; clip-path: polygon(0 0%, 100% 0%, 50% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0%, 50% 100%); position: absolute; right: 20px; top: calc(50% - 5px); transition: ease all .5s;}
.acc-content {display: none; padding: 10px; background: #fff;} 
.acc-active .acc-title{background: #429D3C; color: #fff;}
.acc-active .acc-title:after{transform: rotate(180deg); transition: ease all .5s; background: #fff;}
.tabs {}
.tab_titles {width: 150px; text-indent: 10px; float: left; text-align: left; text-transform:uppercase; font-size: 1.2em; line-height: 35px; color: #323232; position: relative; cursor: pointer; z-index: 2; padding-top: 10px; box-sizing:border-box}
.tab_titles div {margin: 5px 0; cursor: pointer;}
.tab_active {background: #f4f4f4; color: #3E5A8B; z-index:2;  border: 1px solid #aaa; border-width: 1px 0 1px 1px; border-radius: 5px 0 0 5px; font-weight: bold;}
.tab_details {float: left; background: #f4f4f4; width: 760px; border: 1px solid #aaa; position: relative; left: -1px; z-index: 1; padding: 0 10px; margin-bottom:20px; border-radius: 5px; display: none; min-height: 200px; box-sizing:border-box}
.orderRow {font-size: 1.2em; line-height: 30px; clear: both;}
.orderCell {float: left; min-width: 120px; color:#2a3d6d; position:relative;}
.orderCell:nth-last-of-type(2) { min-width: initial;}
.orderCell input {position: absolute; left: 0px; top: 5px; height: 30px; width: 100%; box-sizing:border-box; padding: 0 5px; z-index:20; display: none; }

.label {float: left; width: 30%; line-height: 30px; margin: 5px 0;}
.value {float: left; width: 70%;overflow: hidden; line-height: 30px; margin: 5px 0; }
.value input[type=text],.value input[type=password],.value select, .login_form input[type=text]  {height: 30px; width: 100%; border: 1px solid #aaa; box-sizing:border-box; margin:0; padding: 0 5px;}
a.saveDetails, a.updatePassword {float:right; width: auto;}

/*Login Page*/
.account_form{margin:30px 0;}
.account_tab_select { display: flex; flex-direction: row;}
.account_tab_select>div {  text-align: center; width: 150px; margin-right: 4px; border: 1px solid #D2D1D1;  cursor: pointer; background-color: #429D3C;
    font-size: 16px;  color: #fff; font-weight: bold; line-height: 60px;}
.account_tab_select>div.active { border-bottom: 1px solid #fff; color: #429D3C; background-color: #fff;}
.account_tab_select>div:first-of-type {}
.account_tab_select>div:nth-of-type(2) {}
.account_form_section { border: 1px solid #D2D1D1; margin-top: -1px; background: #fff;}
.signup_form, .login_form {  padding: 15px 10px; box-sizing: border-box; display: flex;  flex-direction: row; align-items: center;}
.signup_form .signup_form_left span, .login_form span { font-size: 14px; color: #393838; line-height: 28px;}
.account_form .label { width: 100%; margin-bottom: 0; font-size: 15px; color: #4B4B4B; font-weight: bold;}
.account_form .value { width: 100%; margin-top: 0;}
.account_form .login_btn{font-size: 14px; color: #429D3C; text-decoration: underline;}
.signup_form .value input { padding: 0 10px; box-sizing: border-box; border: 1px solid #CCCCCC;}
.signup_benefit span {color: #413F3F; font-weight: bold; font-size: 18px; line-height: 30px; display: block; margin-bottom: 10px;}
.signup_benefit > div { padding: 10px 0 10px 25px; font-size: 16px; background: url(../images/check.svg) left center no-repeat; color: #393838;}
.signup_benefit > div:last-child{background: none; font-style: italic;}
.forgotButton {font-size: 14px; color: #429D3C; text-decoration: underline; }
.dashboardSave { display: block; line-height: 50px;  margin: 15px 0; background-color: #429D3C; text-align: center; font-weight: bold; color: #fff; font-size: 20px; position: relative;}
.dashboardSave:after { content: ""; position: absolute; right: 20px; top: calc(50% - 4px);  width: 7px; height: 7px;  transform: rotate(45deg); 
border: 2px solid #fff; border-width: 2px 2px 0 0;}
.login_error { text-align: center; font-size: 16px; color: #990000; line-height: 40px;}
.login_form { margin-bottom: 20px;}

.login_pop_up{}
.login_pop_up h4{font-size: 22px;}
.login_pop_up input[type=text]{ width: 100%; height: 40px; outline: 0; border: 1px solid #e1e1e1; padding: 0 10px; box-sizing: border-box;}


/* Large Cart */
.checkout{margin-top: 20px;}
.checkout > h1{margin-bottom: 10px;}
div.cartRow {margin: 5px 0; display: flex; align-items: center; box-sizing: border-box; padding:10px; border:1px solid #e1e1e1; background: #fff;}
div.cartRow:first-child div.prodImage{ height: 78px;}
div.prodImage{ width: 78px; height: 78px; display:  flex; align-items: center; justify-content: center; margin-right: 10px;}
div.prodSpacer{width: 78px; margin-right: 10px;}
div.prodImage img{ max-width: 100%; max-height:100%;}
div.prodTitle{flex: 1; font-size: 16px; line-height: 22px;}
.cartRow div.quantity{margin-right: 10px; display: flex; flex-direction: column;}
.cartRow div.quantity label{margin-bottom: 10px; font-size: 10px; color: #232322; font-weight: bold;}
.cartRow div.quantity input{border: 1px solid #E1E1E1; height: 32px; width: 70px; text-align: center;}
div.remove {width: 180px; text-align: right;}
div.update {margin-right: 40px;}
div.prodPrice{font-weight: bold; color: #232322; font-size: 16px;}
div.remove a, div.update a{ color:#030104; font-size:12px; line-height:24px;}
a.cart_delete, div.update a {text-decoration:underline; }
a.cart_delete {padding-right: 18px; background: url(../images/cancel.svg) right center no-repeat; background-size: 13px;}
a.cart_delete:hover span{ color:#000;}

.cartDeliveryTitle{flex: 1; font-size: 16px; font-weight: bold; color: #232322; line-height: 30px;}
.cartDeliveryPrice{font-size: 16px; font-weight: bold; color: #232322;}
.total{flex: 1; font-size: 16px; font-weight: bold; color: #232322; line-height: 30px;}
.cartPrice {font-size: 16px; font-weight: bold; color: #232322;}

.discTitle{font-size: 16px; font-weight: bold; color: #232322; line-height: 30px; flex: 1;}
.discPrice {color: #990000;}
.cartDiscount {width: 180px; display: flex; justify-content: flex-end;}

/* Checkout */
.features {border:1px solid #000; border-width:1px 0; padding:10px 0; display: flex; align-items: center;}
.features > div{flex:1;}
.deliverybox {display: flex; flex-direction: column; justify-content: center;}
.deliverybox label, .promocode label {font-size: 16px; color: #232322; font-size: 16px; line-height: 30px;}
.deliverybox select.deliverySelector {width: 145px; border: 1px solid #E1E1E1; height: 28px; margin-right: 10px; }
.deliverybox div a {font-size: 14px; color: #00529B;}
.promocode {display: flex; flex-direction: column; justify-content: center; align-items: flex-end;}
.promocode .shopButton{line-height: 32px;}
.promocode input {width: 145px; border: 1px solid #E1E1E1; height: 28px;}

.step1_checkout{display: flex; margin-bottom: 20px;}
.step1_checkout > div{flex: 1;}
.step1_checkout > div > h2, .step2_checkout h2{color: #232322; font-size: 20px; margin-bottom: 10px;}
.step1_checkout > div > div > label{color: #434344; display: block; margin-bottom: 5px; font-size: 18px;}
.step1_checkout div.checkoutCell > input:not(input[type=checkbox]){height: 32px; width: 100%; border: 1px solid #aaa; margin-bottom: 15px; padding: 0 10px; box-sizing: border-box;}

span.required {color: #f00;}

.paymentOptions {margin: 10px auto;}
.paymentOption {background: #eee; height:40px; cursor: pointer; margin: 5px 0; line-height: 40px;}
.paymentTitle {font-size: 18px; text-align: left; height: 40px; float: left; width: 700px;}
.paymentDescription {display: none;}
.paymentLogo {float: left; width: 100px;}
.paymentIcons {float: left; width: 100px;}
.paymentOption img {vertical-align: middle;}

div.paymentRow {line-height: 20px; margin: 2px 0;}
div.paymentCell {width: 48%; float: left; margin: 0 1%; }

.paymentOptionSelected {background: #b3d9b9;}
.step2_checkout .continueButton {display: table; margin: 0 auto; text-transform: uppercase; padding: 0 20px}
.paymentButton {margin: 5px auto; border: 0; border-radius: 10px; cursor: pointer;} 

/*Payment Page*/
.payment_header{padding: 0 10px; margin: 0 0 25px; box-sizing: border-box; display: flex; flex-direction: column;}
.payment_header > div{display: flex; flex-wrap: wrap;}
.payment_header h1{color: #000000; font-weight: bold; font-size: 30px; margin: 0 0 15px; padding: 0;}
.payment_header > div > div{width: 30%; font-size: 12px; color: #000; line-height: 24px;}
.payment_header > div > div:nth-child(3), .payment_header > div > div:nth-child(6){width: 50%;}
.payment_header > div > div:first-child, .payment_header > div > div:nth-child(4){width: 20%;}

.payment_content{padding: 0 10px; margin: 0 0 20px; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.payment_content h3{color: #000000; font-weight: bold; font-size: 18px; margin: 0 0 10px; padding: 0; position: relative;}
.payment_content .payment_order_summary{width: 60%; padding-right: 15px; box-sizing: border-box;}
.payment_content .payment_delivery{width: 40%; padding-left: 15px; box-sizing: border-box; font-size: 12px;}
.payment_content .payment_delivery p{font-size: 12px; color: #000; padding: 0 0 15px; line-height: 20px;}

.payment_content .payment_order_summary span{font-weight: bold; font-size: 12px; line-height: 28px;}
.payment_content .payment_order_summary .payment_cart_products > div{border-bottom: 1px solid #F2EFEF; display: flex; align-items: center; justify-content: space-between; }
.payment_content .payment_order_summary .payment_cart_products > div > div{line-height: 20px; padding:  5px 0; font-size: 12px; color: #000; }
.payment_content .payment_cart_calculations{border-bottom: 1px solid #F2EFEF; padding: 5px 0;}
.payment_content .payment_cart_calculations > div{padding:  5px 0; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: #000; line-height: 20px;}
.payment_content .payment_total{ display: flex; align-items: center; justify-content: space-between;  border: 0;}
.payment_content .payment_total > div{padding: 5px 0; font-size: 12px; color: #000; line-height: 20px; font-weight: bold;}

.payment_pay{padding: 0 10px; box-sizing: border-box;}
.payment_pay h1{color: #000000; font-weight: bold; font-size: 30px; margin: 0; padding: 0;}
.payment_pay label{font-size: 16px; color: #000000; font-weight: normal;}
.payment_pay .paymentButtonContainer{display: flex; justify-content: space-between; align-items: center;}
.payment_pay .paymentButtonContainer p{line-height: 24px; color: #000000; font-size: 16px; padding: 0;}
.payment_pay .paymentButtonContainer img{margin: 10px 0 0 ;}
.payment_pay .paymentButton{cursor: pointer; line-height: 40px; padding: 0 20px;}
.payment_pay .paymentFields{margin-bottom: 25px;}

.payment_footer{text-align: center;}
.payment_footer p{padding: 0; font-size: 16px; color: #000000; line-height: 24px;}


/* -------- Desktop-Large >=1200px --------- */
@media only screen and (min-width:1200px) {

  /*Breadcrumbs hack search page*/
  body.site-body[data-page=category] .search_cat_header .breadcrumbs{position: absolute; left: 20px; top: 60px;}
  body.site-body[data-page=category] .search_cat_header {min-height: 180px;}

}

/*-------------Desktop < 1199px------------*/
@media (min-width:960px) and (max-width:1199px) {

  /*Breadcrumbs hack search page*/
  body.site-body[data-page=category] .search_cat_header .breadcrumbs{position: absolute; left: 20px; top: 60px;}
  body.site-body[data-page=category] .search_cat_header {min-height: 180px;}

  /*Product block*/
  .product .pb_image{height: 170px;}
  .product .pb_title > a{font-size: 14px; line-height: 22px;}
  .product .saleSticker {font-size: 12px;}

  .product .pb_price .nowprice, .product .pb_price .now-price, .product .pb_price .was-price{font-size: 16px;}
  .pb_buttons a.pb_add_cart{padding: 0 15px; font-size: 14px;}
  .product a.block_fav{width: 40px; background-size: 25px;}

  /*Details Page*/
  .main_image img{max-height: 480px;}
  .thumbnail_images .thumbnail_image{height: 80px; width: 80px;}

}


/* ----------------Mobile & Tablet------------------- */
@media (max-width:959px) {

  /*Search Page*/
  .filter_container, .search_products_container{width: 100%;}
  .filter_container{padding: 0 10px; box-sizing: border-box; gap: 10px;}
  .search_products{justify-content: center;}

  .search_page_header{position: relative; background: #fff; height: initial; flex-direction: column; padding: 10px 10px 0 10px; margin: 0 0 10px 0; gap: 10px;}
  .search_title{width: 100%; background: #F6F6F6; padding: 10px; box-sizing: border-box;}
  .search_page_header div{width: 100%;}
  .p_search_order_by .order_by select{width: 100%; border: 1px solid #429D3C; border-radius: 4px; height: 48px; padding: 0 10px; box-sizing: border-box; 
    color: #429D3C; font-size: 16px; font-weight: bold;}

  .filter_container section > div{display: none;}
  .filter_section .filter_selection{display: none;}

  .p_search_order_by .order_by::after{border-color: #429D3C; top: 16px;}

  .filter_container section h3{border: 1px solid #429D3C; border-radius: 4px; line-height: 48px; color: #429D3C; background-color: #fff; position: relative;}
  .filter_container section h3::after{content: ""; height: 8px; width: 8px; border: solid #429D3C; border-width: 0 2px 2px 0; transform: rotate(45deg); 
  position: absolute; right: 10px; top: 16px; pointer-events: none; transition: ease-in-out all .3s;}
  .filter_container section h3.open::after{transform: rotate(225deg); top: 21px;}
  .filter_container section > div {padding: 10px 10px 10px 20px;}

  .catHeader img {max-width: 100%; width: 100%; height: auto !important;}
  .catHeader {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}
  .breadcrumbs {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}
  .catFooter {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}
  .search_pager {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}
  .back_to_top {padding-left: 10px; padding-right: 10px; box-sizing: border-box;}


  /* Category Alpha Landing Page */
  .al_alphamenu {flex-wrap:wrap; justify-content: flex-start; gap: 5px 0;}
  .al_search_results_left {width: calc(25% - 20px);}
  .al_alpha_box {width: 150px; height: 150px;}
  .al_alpha_box span {font-size: 70px;}
  .al_search_results_right {width: 75%;}
  .al_search_results a.al_cat_link span {font-size: 18px;}



}

/* --------------Tablet------------------- */
@media (min-width:768px) and (max-width:959px) {

  /*Breadcrumbs hack search page*/
  body.site-body[data-page=category] .search_cat_header .breadcrumbs{position: absolute; left: 20px; top: 24px;}
  body.site-body[data-page=category] .search_cat_header {min-height: 115px;}

  /*Search Page*/

  /*Product Block*/
  .favourites_page .product{width: 33.333333%;}
  .product .pb_image {height: 210px;}
  .pb_buttons a.pb_add_cart {padding: 0 15px;}

  /*Details Page*/
  .main_image{max-height: 370px;}
  .saleTitleDetails{font-size: 18px;}
  .product_variations select{width: 100%;}
  .thumbnail_images .thumbnail_image{height: 65px; width: 65px;}
  .associations > div > div > div.product{width: 33.3333333%;}

  /*Login Page*/
  .signup_form, .login_form{align-items: flex-start;}
  .signup_benefit span{font-size: 17px;}

  /*Checkout*/
  .paymentLogo{width: 60px; margin-right: 5px;}
  .paymentTitle{font-size: 16px; width: 540px; margin-right: 10px;}

  /*Age pop up verification*/
  .productOverlay .productPopUp{width: 700px;}

}


/* --------------Mobile------------------- */

@media (max-width: 767px) {

  /*Payment Page*/
  .payment_header h1, .payment_pay h1{font-size: 28px; }
  .payment_header > div > div{width: 100% !important;}
  .payment_content .payment_order_summary, .payment_content .payment_delivery{width: 100%; padding: 0; margin-bottom: 10px;}
  .payment_pay .paymentButtonContainer{flex-direction: column-reverse; align-items: flex-start;}
  .payment_pay .paymentButtonContainer p{font-size: 14px;}
  .payment_pay .paymentButton{margin-bottom: 10px;}
  .paymentFields .GooglePayButton-logo{position: static !important; background-size: contain; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat;}

  .payment_order_summary > div, .payment_delivery > div{display: none;}
  .payment_order_summary > h3 > span, .payment_delivery > h3 > span{height: 32px; width: 32px; background: #BEBABA; border-radius: 100%; 
    position: absolute; right:0px; top: 0;}
  :is(.payment_order_summary, .payment_delivery) > h3 > span:after{ content: ""; background: #fff; display: block; position: absolute; width: 10px; height: 2px; right: calc(50% - 5px); top: calc(50% - 1px);}
  :is(.payment_order_summary, .payment_delivery) > h3 > span:before{ content: ""; background: #fff; display: block; position: absolute; width: 10px; height: 2px; right: calc(50% - 5px); top: calc(50% - 1px); transform: rotate(90deg); transition: opacity 0.3s ease-in-out 0s;}
  :is(.payment_order_summary.open, .payment_delivery.open) > h3 > span:before{opacity: 0;}


  /*Search Page*/
  .search_bestseller .bestseller_header{padding: 0 10px; margin: 0;}
  .search_bestseller h2{font-size: 20px;}
  .search_title h1{font-size: 20px;}
  .catHeader p, .catFooter p{font-size: 14px; line-height: 24px;}
  .breadcrumbs ul li a{font-size: 14px;}

  .search_results{}
  .search_pager{flex-direction: column; gap: 20px; height: initial;}
  .search_showing{font-size: 14px;}
  .pager_link:not(.hidden){height: 37px; width: 37px;}
  .pager_link a{font-size: 14px;}
  .back_to_top{text-align: center;}
  .back_to_top a{font-size: 14px;}

  /*Product Block*/
  .product, .favourites_page .product{width: calc(50% - 8px);}
  .product .product_box{margin: 0 4px 15px 4px; padding: 20px 5px;}
  .product .pb_image{height: 138px;}
  .product .pb_title{height: 34px; padding: 0 5px;}
  .product .pb_title > a{font-size: 12px; line-height: 18px;}
  .product .pb_price .nowprice, .product .pb_price .was-price, .product .pb_price .now-price{font-size: 13px;}
  .pb_buttons a.pb_add_cart{font-size: 10px; padding: 0 8px; line-height: 38px; gap: 5px;}
  .pb_buttons a.pb_add_cart::before{width: 15px; height: 12px; background-size: 12px;}
  .product a.block_fav{width: 30px; height: 38px; background-size: 16px;}

  /* Category Alpha Landing Page */
  .al_alphamenu a span {font-size: 18px;}
  .al_search_results_left {display: none;}
  .al_search_results_right {width: 100%;}
  .al_search_results {}
  .al_search_results a.al_cat_link {width: 50%;}
  .al_search_results a.al_cat_link span {font-size: 16px;}


  /*Details Page*/
  .product_details_header {height: initial; padding: 10px 0;}
  .product_details_header > div{flex-direction: column; gap: 10px; align-items: flex-start; justify-content: center;}
  .product_details_header .go_back a{font-size: 14px;}
  .product_categories a {font-size: 14px;}
  .product_page :is(.product_image, .product_details){width: 100%;}
  .main_image{height: 300px;}
  .thumbnail_images .thumbnail_image{width: 50px; height: 50px;}
  h1.p_title{font-size: 24px;}
  .product_short_desc:not(.hidden){font-size: 14px;}
  .saleTitleDetails {font-size: 18px;}
  .product_details .now-price, .product_details .nowprice{font-size: 28px;}
  .product_details .was-price{font-size: 24px;}
  .product_variations select{width: 100%;}
  .addToCartBox .addToCart a {padding: 0 20px;}
  .productDescription_container p{font-size: 14px;}
  .pb_buttons a.pb_add_cart {padding: 0 7px;}

  .addedtocartButton {padding: 0 20px; line-height: 25px; text-align: center;}

  .associations{padding: 40px 0;}
  .associations > div > span{font-size: 20px;}
  .associations > div > div > div.product{width: 50%;}

  /*Age pop up verification*/
  .productOverlay .productPopUp{width:90%; top: 30px; padding: 10px;}
  .productOverlay .productPopUp>div:first-of-type>div:first-of-type{font-size: 16px; text-align: left;}
  .productOverlay .productPopUp>div:first-of-type>div{font-size: 14px; line-height: 24px;}
  .productOverlay .productPopUp>div:last-of-type a {line-height: 40px; height: 40px; padding: 0 25px;}

  /*Product & Category Module*/
  .category_module .cat_module_header span, .product_module .prod_module_header span{font-size: 20px; line-height: 22px;}
  .category_module .cat-owl-nav button, .product_module .prod-owl-nav button{height: 26px; width: 26px; background-size: contain !important;}
  .category_module .cat-owl-nav, .product_module .prod-owl-nav{gap: 10px;}
  .product_module .pb_buttons a.pb_add_cart {padding: 0 6px;}

 /*Checkout*/
  div.cartRow{flex-wrap: wrap;}
  div.prodImage{width: 35px; height: 35px;}
  div.prodSpacer{display: none;}
  div.cartRow:first-child div.prodImage{height: 35px;}
  div.prodTitle {flex: inherit; width: 235px;}
  .cartRow div.quantity{margin-top: 10px;}
  .cartRow div.quantity input {height: 26px; width: 55px;}
  div.remove{width: 100%;}
  div.update{margin-right: 80px;}
  .cartDiscount {width: 0;}
  .features{flex-direction: column;}
  .deliverybox{margin-bottom: 15px;}
  .deliverybox select.deliverySelector{width: 100%; margin-bottom: 10px;}
  .promocode{align-items: flex-start;}
  .promocode > div{ display: flex; width: 100%;}
  .promocode > div > input{flex: 1;}
  .deliverybox label, .promocode label{font-size: 15px; line-height: 20px;}
  .step1_checkout{flex-direction: column;}
  .step1_checkout > div > h2, .step2_checkout h2 {font-size: 18px;}

  .paymentFields .grid_4 { margin-bottom:0;}
  .paymentFields .grid_5 { margin-bottom:10px;}
  .paymentFields input[type=text], .paymentFields select {line-height: 30px; height: 30px; box-sizing:border-box; width: 100%;}
  .paymentFields p {margin: 0; padding: 0;}
  .deliverybox {float: none; width: 100%;}

  /*Payment Select*/
  .paymentLogo{width: initial; margin-right: 5px;}
  .paymentTitle{font-size: 14px; width: initial; margin-right: 10px;}

  /*Login Page*/
  .signup_form, .login_form{flex-direction: column;}
  .signup_form_left, .signup_benefit, .login_form > div{box-sizing: border-box; padding: 0 10px;}
  .signup_benefit span{font-size: 15px; color: #393838;}
  .signup_form .signup_form_left span, .login_form span{font-size: 14px;}

  /*Dashboard*/
  .dashboard :is(.label, .value){width: 100%;}
  
}