/*
Theme Name: 24 Meds
Description: Semantic, SEO Optimised, Custom Wordpress Theme for 24 Meds
Author: Hopping Mad Design
Author URI: http://www.hoppingmad.com.au/
*/

/* =====================
Reset
======================== */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {margin:0;padding:0;vertical-align:top}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

input[type=number] { -moz-appearance:textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {  -webkit-appearance: none;  margin: 0; }
input[type="search"] {	-webkit-appearance: textfield; -moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}

/* =====================
Defaults
======================== */
html,body{height:100%;margin:0; }
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5% ;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body{font-family:'Cabin', sans-serif;color:#000; }
img{border-style:none;}
a{text-decoration:none;color:#012C70;}
a:hover{color:#666666;}
input,textarea,select{font:100% 'Cabin', sans-serif; vertical-align:middle}
form,fieldset{border-style:none;margin:0;padding:0;font:100% 'Cabin', sans-serif;}

img.alignleft {margin: 0 15px 20px 0;}
.alignleft {float: left;margin: 0 15px 20px 0;}
img.alignright {margin: 0 0 15px 20px;}
.alignright {float: right; margin: 0 0 15px 20px;}
.aligncenter {margin:15px auto;display:block;}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 0.7em;
    padding: 0;
}
h2{
	font-size:3rem;
}
h3{
	font-size:3rem;
}
h4{
	font-size:2.4rem;
}

/* =====================
Text Styles
======================== */
.entry-content{
	font-size:2rem;
}
.entry-content h1,
.entry-content h2{
	font-weight:700;
	font-size:3.2rem;
}
.entry-content h3{
	font-weight:700;
	font-size:2.4rem;
}
.entry-content h4{
	font-weight:600;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4{
	margin-top:1em;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child{
	margin-top:0;
}
.entry-content img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.entry-content iframe{
	max-width:100%;
}
.entry-content strong{
	font-weight:700;
}
.entry-content p{
	margin:0 0 1.1em;
}
.entry-content ul,
.entry-content ol{
	margin:1.1em 0;
}
.entry-content ul li:before{
	content:'\2022';
	position:absolute;
	left:0;
}
.entry-content ul li{
	list-style:none;
	position:relative;
	padding-left:18px;
	margin:0 0 0.5em 22px;
}
.entry-content ol li:before{
	content:counter(inst);
	position:absolute;
	left:0;
	top:-3px;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#012C70;
	font-weight:600;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
}
.entry-content ol li{
	list-style:none;
	padding-left:40px;
	position:relative;
	counter-increment: inst;
	margin:1.1em 0;
}
.entry-content hr{
	margin:3em 0;
	border-color:#ddd;
}
figure{
	margin:1em 0;
	max-width: 100% !important;
}
.entry-content table{
	max-width:100%;
	empty-cells:hide;
	border-collapse:collapse;
	border:none;
	margin:1em 0 2em;
}
.btn:hover{
	color:#fff;
}
.btn,
.header-img-content .btn{
	background:#FF831A url(images/icon-arrow-2.svg) no-repeat right 15px center / auto 30px;
	color:#fff;
	font-size:2.5rem;
	font-weight:700;
	padding:9px 55px 9px 25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	display:inline-block;
}
.btn.btn-green{
	background-color:#012C70 ;
}
.btn.btn-red{
	background-color:#F30105 ;
}
.btn img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.bg-light-blue{
	background:#EBF5F6;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:10px;
}
.bg-blue{
	background:#012C70;
	-webkit-border-radius:20px;
	border-radius:20px;
	color:#fff;
	padding:20px 10px 10px;
}

/* =====================
Layout
======================== */
.clear{clear: both;}
.row.reverse{
	flex-direction:row-reverse;
}
#page{
	position:relative;
}
.container{
	max-width:1140px;
}


/* =====================
Woo Animation
======================== */
html.hidden-c .wowo{opacity:0}html.hidden-c .wowo.animated{-webkit-animation-duration:1s;animation-duration:1s;visibility:visible;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fadeInBigUp{0%{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes fadeInBigUp{0%{opacity:0;-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft.animated{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.fadeInRight.animated{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.fadeIn.animated{-webkit-animation-name:fadeIn;animation-name:fadeIn}.fadeInUp.animated{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInBigUp.animated{-webkit-animation-name:fadeInBigUp;animation-name:fadeInBigUp}.fadeInDown.animated{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.delay-in-1{-webkit-animation-delay:0.1s;animation-delay:0.1s}.delay-in-2{-webkit-animation-delay:0.2s;animation-delay:0.2s}.delay-in-3{-webkit-animation-delay:0.3s;animation-delay:0.3s}.delay-in-4{-webkit-animation-delay:0.4s;animation-delay:0.4s}

/* =====================
Form
======================== */
#page .gform_fields{
	grid-row-gap: 20px;
  row-gap:20px;
}
#page .gfield{
	list-style:none;
	width:100%;
	padding:0;
}
#page .gfield_label{
	font-size:2rem;
	font-weight:400;
	margin:0 0 6px;
}
#page .ginput_container{
	margin:0;
}
#page .ginput_container label{
	font-size:1.3rem;
	vertical-align:middle;
}
#page .ginput_container .gfield_checkbox label{
	margin-left:5px;
}
#page .gfield_description{
	font-size:1.2rem;
	margin-bottom:1em;
}
#page .gfield input[type='text'],
#page .gfield input[type='tel'],
#page .gfield input[type='email']{
	border: 1px solid #012C70;
	font-size:2rem;
	color:#000;
	height:46px;
	padding:0 15px;
	width:100%;
	margin:0;
	background:#fff;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#page .gfield input[type='text']:focus,
#page .gfield input[type='tel']:focus,
#page .gfield input[type='email']:focus{
	background:#fff;
}
#page .gfield select{
	border: 1px solid #012C70;
	font-size:2rem;
	color:#000;
	height:46px;
	padding:0 15px;
	width:100%;
	margin:0;
	background:#fff;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#page .gfield textarea:focus{
	background:#fff;
}
#page .gfield textarea{
	border: 1px solid #012C70;
	font-size:2.2rem;
	color:#000;
	padding:7px 15px;
	width:100%;
	background:#fff;
	height:100px;
	resize: vertical;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#page .gfield input[type=checkbox]{
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
#page .gfield input[type=checkbox]:before {
	font-family: "Ionicons";
    content: "\f121";
    font-size: 20px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 25px;
    height: 25px;
	line-height:23px;
	text-align:center;
    border: 1px solid #ccc;
    margin-right: 7px;
}
#page .gfield input[type=checkbox]:checked:before {
	color: #000 !important;
}
#page .gform_button:hover{
	color:#fff;
	background:#272727;
}
#page .gform_button{
	border:none;
	color:#fff;
	background:#F30105;
	font-weight:600;
	font-size:2.5rem;
	line-height:2.1em;
	padding: 0 1.8em;
	-webkit-border-radius:30px;
	border-radius:30px;
	text-align:center;
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;
}
#page .validation_error{
	padding: 0;
	border:none;
	font-size:1.4rem;
	font-weight:400;
	margin:0;
}
#page .gfield_error {
	border:none;
	background:none;
	max-width:100% !important;
	margin-bottom:0;
}
#page .validation_message{
	padding:0;
	font-size:1.1rem;
	margin:5px 0 0;
}
#page .gform_confirmation_message{
	font-size:2rem;
	padding:30px 0;
	font-weight:700;
	min-height:200px;
	text-align:center;
}
#page .gform_title{
	color: #102f51;
	margin:0 0 0.7em;
}
#page .gform_description{
	display:block;
	font-size:1.6rem;
	width:100%;
}
#page .gform_heading{
	margin-bottom:0;
}
#page .gform_wrapper{
	margin: 0 0 50px;
}
#page .gform_footer{
	padding:0;
	margin-top:30px;
	justify-content:center;
}

/* =====================
Header
======================== */
.t1-wrapper{
	background:#FFEA00;
}
.t1{
	color:#012C70;
	font-size:1.8rem;
	font-weight:600;
	text-align:center;
	padding:9px 0;
}
.t1 li{
	list-style:none;
}
.t1 img{
	margin-left:3px;
	display:inline;
}
#masthead{
	padding:20px 0 15px;
	-webkit-box-shadow: 0 4px 8px 0 #cecece;
	box-shadow: 0 4px 8px 0 #cecece;
	position:relative;
}
#masthead .container{
	display:flex;
}
.site-branding img{
	display:block;
	width:100%;
	height:auto;
}
.site-branding{
	width:101px;
	display:block;
	margin-right:40px;
}
.top-header{
	background:#012C70;
	color:#fff;
	font-size:1.8rem;
	font-weight:600;
	padding:9px 0;
}
.top-header .container{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.top-header li{
	list-style:none;
}
.top-header li img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.top-header a{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
}
.trusted{
	padding-right:42px;
	background:url(images/icon-trusted.png) no-repeat right 10px center / auto 22px
}
.best-price{
	padding-right:44px;
	background:url(images/icon-best-price.png) no-repeat right 10px center / auto 22px;
}
.open-7-days{
	padding-right:42px;
	background:url(images/icon-7-days.png) no-repeat right  10px center / auto 22px;
}

.header-right{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:calc(100% - 141px);
	justify-content:flex-end;
}
.header-phone:hover{
	color:#012C70;
}
.header-phone{
	font-weight:600;
	font-size:1.8rem;
	color:#012C70;
	line-height:25px;
	background:url(images/icon-whatsapp.png) no-repeat left center / 25px auto;
	padding-left:30px;
	margin-left:23px;
}
.header-phone span{
	display:block;
	font-size:1.8rem;
}
.header-widget{
	display:flex;
	align-items:center;
}
.header-widget  .dgwt-wcas-search-wrapp{
	max-width:100%;
	min-width:0;
}
.header-widget .dgwt-wcas-search-form{
	width:715px;
}
#page .header-widget .dgwt-wcas-sf-wrapp input[type="search"]{
	background:#fff;
	border:2px solid #012C70;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:18px; 
	line-height:44px;
	padding: 0 24px 0 25px;
}
#page .header-widget ::-webkit-input-placeholder { 
	opacity:1;
	color:#012C70;
	font-style:italic;
}
#page .header-widget ::-moz-placeholder {
	opacity:1;
	color:#012C70;
	font-style:italic;
}
#page .header-widget :-ms-input-placeholder { 
	opacity:1;
	color:#012C70;
	font-style:italic;
}
#page .header-widget  :-moz-placeholder { 
	opacity:1;
	color:#012C70;
	font-style:italic;
}
#page .header-widget .dgwt-wcas-search-submit{
	display:none;
}
#page .header-widget .dgwt-wcas-sf-wrapp{
	padding:0 10px;
}
.wc-block-mini-cart{
	color:#012C70;
	margin-left:5px;
}
#page .wc-block-mini-cart__icon{
	width:40px;
	height:40px;
}
#page .wc-block-mini-cart__badge{
	font-size:16px;
	background:#012C70;
	color:#fff;
}
#desktop-menu{
	width:100%;
	margin-top:25px;
}
#desktop-menu .menu{
	display:flex;
	position:relative;
	justify-content:flex-end;
}
#desktop-menu .menu > li{
	list-style:none;
	font-size:2rem;
	font-weight:600;
	padding:0 15px 12px;
	margin-left:0.52vw;
}
#desktop-menu .menu > li > a{
	color:#012C70;
	padding:0 0 0;
	display:block;
}
#desktop-menu .menu > li > a:hover,
#desktop-menu .menu > .current-menu-parent > a,
#desktop-menu .menu > .current-menu-item > a{
	text-decoration:underline;
	color:#FF831A;
}
#desktop-menu li:hover .sub-menu{
	display:block;
}
#desktop-menu .sub-menu{
	top:100%;
	left:0;
	position:absolute;
	left:0;
	width:100%;
	max-width:300px;
	z-index:100;
	background:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 4px 4px 0 #888;
	box-shadow: -2px 0 6px 0 #888;
	padding:20px 0 30px;
	display:none;
}
#desktop-menu .sub-menu li{
	margin:0 0 7px;
	padding:0 20px;
	list-style:none;
	font-size:1.8rem;
	font-weight:600;
	z-index:10;
	position:relative;
}
#desktop-menu .sub-menu li a{
	color:#606160;
	display:inline-block;
}
#desktop-menu .sub-menu li:hover a,
#desktop-menu .sub-menu .current-menu-item a{
	color:#FF831A;
	text-decoration:underline;
}



/* =====================
Footer
======================== */
#colophon{
	background:#121F33;
	color:#fff;
	padding:50px 0;
}
#colophon a{
	color:#fff;
}
.footer-logo{
	display:block;
	width:255px;
	margin-bottom:15px;
}
.footer-logo img{
	display:block;
	width:100%;
	height:auto;
}
.footer-text{
	font-size:1.6rem;
	padding:0 30px 0 0;
	margin-bottom:30px;
}
.footer-text h4{
	font-weight: 600;
	font-size: 2rem;
}
.footer-text img{
	max-width:100%;
	margin:0 0 30px;
	display:inline-block;
	vertical-align:middle;
}
.footer-menu{
	font-size:1.6rem;
	margin-bottom:50px;
}
.footer-menu h3{
	font-weight:600;
	font-size:2rem;
	margin-bottom:1em;
}
.footer-menu li{
	list-style:none;
	margin-bottom:10px;
}
.footer-menu .btn{
	background:#fff;
	color:#091734;
	display:inline-block;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:2.1;
	padding:0 15px;
	margin:1em 0;
}
.footer-menu ul,
.footer-menu p{
	margin-bottom:1em;
}
.site-info{
	border-top:1px solid #D9D9D9;
	padding-top:50px;
}
#copyright{
	font-size:1.5rem;
}
#footer-social{
	display:flex;
	justify-content:flex-end;
}
#footer-social a{
	margin-right:20px;
}
#footer-social img{
	width:25px;
	height:auto;
}
.footer-contact {
	margin-bottom:30px;
	font-size:1.6rem;
}
.footer-contact h3 {
	font-weight: 600;
	font-size: 2rem;
}
.footer-contact p{
	margin-bottom:5px;
}
.footer-contact li{
	list-style:none;
	margin-bottom:0;
}
.footer-contact a{
	display:inline-block;
	font-size:1.6rem;
	padding:7px 0 7px 30px;
}
.footer-contact .phone{
	background:url(images/icon-call.svg) no-repeat left center / 16px auto;
}
.footer-contact .email{
	background:url(images/icon-mail.svg) no-repeat left center;
}
.footer-contact .address{
	background:url(images/icon-location.svg) no-repeat left center;
}

/* =====================
Header Image
======================== */
.header-img-section{
	position:relative;
	overflow:hidden;
}
.header-img-section img{
	display:block;
	margin:auto;
	max-width:100%;
	height:auto;
}
.header-img-content-wrapper{
	position:absolute;
	width:100%;
	bottom:6vw;
}
.header-img-content{
	margin-left:21vw;
}
.header-img-content h1,
.header-img-content h2{
	color:#001E93;
	font-weight:600;
	font-size:4.5rem;
	line-height:1.44;
	margin-bottom:1em;
}


/* =====================
Intro Black
======================== */
.intro_black_background-section{
	background:#012C70;
	color:#fff;
	padding:50px 0 20px;
	margin-bottom:80px;
}
.intro_black_background-section .entry-content{
	font-size:2.2rem;
}
.intro_black_background-section .entry-content a{
	color:#fff;
	text-decoration:underline;
}
.intro_black_background-section .entry-content strong{
	font-weight:700;
}

/* =====================
Breadcrumb
======================== */
#page .woocommerce-breadcrumb,
.breadcrumb-section{
	display:block;
	color:#000;
	font-weight:600;
	font-size:2rem;
	padding-top:20px;
	max-width:1125px;
	margin:0 auto 1em;
}
#page .woocommerce-breadcrumb a,
.breadcrumb-section a{
	color:#012C70;
}
#breadcrumbs{
	margin-bottom:40px;
}

/* =====================
Product
======================== */
.tax-product_cat .site-content,
.single-product .site-content{
	background:#F3F3F3;
}
.single-product-top{
	background:#fff;
	overflow:hidden;
	padding:25px 30px 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin-bottom:50px;
}
#page .woocommerce-product-gallery__wrapper{
	margin-bottom:30px;
}
.product-statement{
	font-size:1.6rem;
	font-style:italic;
	margin:0 0 30px;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	color:#4B4B4B;
	padding:10px 0;
}
.woocommerce div.product .product_title{
	font-weight:600;
	font-size:3rem;
	color:#1E1E1E;
	margin:0 0 10px;
}
.woocommerce-product-details__short-description{
	margin-bottom:1em;
}
.woocommerce-product-details__short-description table{
	border:1px solid #D9D9D9 !important;
	border-collapse:collapse;
}
.woocommerce-product-details__short-description table td{
	border:1px solid #D9D9D9 !important;
	background:#fff !important;
	vertical-align:middle;
}
.woocommerce-product-details__short-description table th{
	border:1px solid #D9D9D9 !important;
	background:#EBEFEF !important;
	text-align:left;
	line-height:1.2 !important;
}
#page .variable-item{
	border:1px solid #012C70;
	background:#F3F5F8;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:2rem;
	line-height:2;
	height:auto;
	padding:0;
	width:230px;
	font-weight:600;
	color:#012C70;
	-webkit-border-radius:30px;
	border-radius:30px;
	margin:5px;
}
#page .variable-item.selected{
	background:#012C70;
	color:#fff;
}
#page .woocommerce-variation-price .price{
	color:#000000;
}
.woocommerce-variation-add-to-cart{
	margin:20px 0 0;
}
#page .single_add_to_cart_button{
	font-size:2.8rem;
	padding:0 1em;
	line-height:2;
	font-weight:600;
	color:#fff;
	background:#F30105;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#page .reset_variations{
	font-size:2.2rem;
	font-style:italic;
	color:#000000;
	margin-top:7px;
	display:inline-block;
	line-height:1;
}
.woocommerce div.product form.cart .variations{
	margin-bottom:15px;
}
.woo-variation-swatches.wvs-show-label .variations th{
	color:#000;
	font-size:2rem;
	font-weight:600;
	margin-bottom:5px;
}
#page .summary .price{
	color:#000;
	font-weight:500;
	font-size:3rem;
	margin:20px 0 20px;
}
.woocommerce .summary .star-rating{
	font-size:20px;
	color:#FF831A;
	margin:5px 10px 0 0 ;
}
.summary .woocommerce-review-link{
	font-size:1.8rem;
	font-weight:400;
	color:#4B4B4B;
	vertical-align:baseline;
}
.sku_wrapper,
#tab-title-additional_information{
	display:none !important;
}
.woocommerce-tabs{
	background:#fff;
	padding:50px 30px 70px;
}
.woocommerce-tabs .tabs:before,
.woocommerce-tabs .tabs:after{
	display:none !important;
}
#page .woocommerce-tabs .tabs li.active a{
	color:#fff;
	background:#012C70;
	border-color:#012C70;
}
#page .woocommerce-tabs .tabs li a{
	padding:0;
	border:none;
	color:#012C70;
	padding:0 1em;
	border:1px solid #012C70;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#page .woocommerce-tabs .tabs li:before,
#page .woocommerce-tabs .tabs li:after{
	display:none;
}
#page .woocommerce-tabs .tabs li{
	color:#012C70;
	font-size:2.6rem;
	line-height:1.8;
	padding:0;
	font-weight:700;
	margin:0 20px 20px 0;
	background:none;
	overflow:hidden;
	border:none;
}
#page .woocommerce-Tabs-panel{
	border:1px solid #012C70;
	background:#F3F8F4;
	padding:30px 30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#tab-description.entry-content {
	font-size:1.6rem;
}
#tab-description.entry-content h2,
#tab-description.entry-content h3{
	color:#012C70;
	font-weight:600;
	font-size:2.2rem;
}
.related{
	background:#fff;
	padding:0 0 10px;
}
.woocommerce-Reviews-title{
	text-align:center;
	font-size:4rem;
	font-weight:600;
}
.woocommerce #reviews #comments ol.commentlist li:before{
	display:none;
}
.woocommerce #reviews #comments ol.commentlist li{
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	border:none;
	color:#fff;
	background:#012C70;
	margin:0;
	-webkit-border-radius:15px;
	border-radius:15px;
	font-weight:400;
	font-size:2.2rem;
	padding:20px 20px 5px;
}
.woocommerce-Reviews .review{
	text-align:left;
}
.woocommerce #page .star-rating{
	float:none;
	color:#ffcc00;
	font-size:20px;
	height:1.1em;
	margin:0 0 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom:0.7em;
}
.woocommerce-review__dash,
.woocommerce-review__published-date{
	display:none;
}
.woocommerce-review__author{
	color:#fff;
	font-style:italic;
	font-weight:400 !important;
	font-size:1.8rem;
}
#page #review_form {
	margin-top:60px;
}
#reply-title{
	color:#012C70;
	font-size:2rem;
}
#page #review_form .form-submit{
	text-align:center;
	margin-top: 25px;
}
#page #review_form .form-submit input {
	background: #e9262c;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.66;
	padding: 0 3em;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#review_form .comment-form-rating label, #review_form .comment-form-comment label, #review_form .comment-form-author label, #review_form .comment-form-email label {
	font-weight: 400;
	margin: 15px 0 0.5em;
	font-size: 2rem;
	display: block;
	color:#4B4B4B;
}
.woocommerce #reviews #comment{
	height:200px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4B4B4B;
}
.woocommerce #review_form #respond p{
	margin-bottom:30px;
}
.woocommerce #review_form input[type='text'],
.woocommerce #review_form input[type='email']{
	height:50px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4B4B4B;
	width:100%;
} 
.woocommerce div.product div.summary{
	font-size:1.6rem;
}
.shop-page-text-wrapper{
	margin:0 0 20px;
}
.active .shop-page-text{
	max-height:none;
}
.shop-page-text{
	color:#000;
	font-size:1.6rem;
	max-height:2.4em;
	overflow:hidden;
	margin-bottom:10px;
}
.readmore{
	display:block;
	color:#012C70;
	font-size:1.2rem;
	font-style:italic;
	cursor:pointer;
}
.product_meta{
	font-size:1.6rem;
	font-style:italic;
}
.entry-content .woocommerce-Reviews-title{
	font-size:3rem;
}


/* =====================
Shop
======================== */
.woocommerce-message,
.woocommerce-info{
	font-size:1.6rem;
}
.woocommerce-products-header{
	font-size:2rem;
	margin-bottom:50px;
	color:#4B4B4B;
	text-align:center;
}
.product-cat-top-img{
	margin: -40px -6.6vw 0;
}
.product-cat-top-img img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 0 30px;
}
.woocommerce-products-header h1{
	font-size:3rem;
	font-weight:600;
	margin-bottom:0.5em;
	color:#1E1E1E;
}
.term-description h3{
	font-size:2.4rem;
	color: #1E1E1E;
}
.term-description p{
	margin-bottom:1em;
}
.woocommerce-result-count,
.woocommerce-ordering{
	display:none;
}
.woocommerce .products ul, .woocommerce ul.products{
	margin-bottom:60px;
}
.woocommerce #page ul.products li{
	background: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	padding: 10px 10px 20px;
	text-align: center;
	border: 1px solid #012C70;
}
.attachment-woocommerce_thumbnail{
	-webkit-border-radius:15px;
	border-radius:15px;
}
#page .woocommerce-loop-product__title{
	color:#012C70;
	font-size:2rem;
	padding:0;
	margin-bottom:10px;
	min-height:2.4em;
}
.woocommerce ul.products li.product .price{
	color:#000;
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:15px;
}
#page .add_to_cart_button {
	background: #FFEA00 url(images/icon-cart-blue.png) no-repeat right 15px center;
	color: #012C70;
	font-size: 1.8rem;
	padding:0 2.3em 0 1em;
	line-height:34px;
	font-weight: 600;
	margin-top: 0;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
}
.woocommerce ul.products li .star-rating{
	display:none;
}
.woocommerce ul.products li .woocommerce-product-rating .star-rating{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 5px 0;
	font-size:10px;
	color: #FF831A;
	font-family: star;
}
#page .woocommerce-product-rating{
	font-size:1.2rem;
	font-weight:700;
	color:#4B4B4B;
	margin-bottom:0;
	display:inline-block;
	vertical-align:middle;
}
.single-product #page .woocommerce-product-rating{
	margin-right:30px;
}
.availability{
	display:inline-block;
	color:#FF831A;
	vertical-align:middle;
}
.shop_table th{
	background:#012C70;
	color:#fff;
	font-size:1.6rem;
	font-weight:500;
}
.woocommerce-order-received .shop_table th{
	background:#012C70;
}
.shop_table td{
	font-size:1.6rem;
}
#page .shop_table .product-thumbnail img{
	width:100px;
	height:auto;
}
#page  #coupon_code{
	width:200px;
	height:53px;
	margin-right:20px;
}
#page .checkout-button{
	background:#F30105 ;
	color:#fff;
	font-size: 2.4rem;
	font-weight: 900;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#page .woocommerce  #order_review_heading{
	margin:30px 0 20px;
	font-weight:700;
	text-align:center;
	color:#012C70;
	font-size:2.6rem;
	text-transform:uppercase;
}
#page .woocommerce-loop-category__title{
	font-size:2rem;
}
.product-category-bottom-content{
	margin-bottom:60px;
}
.product-cat-inner{
	background: #fff;
	overflow: hidden;
	padding: 40px 6.6vw 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto 50px;
	max-width:1285px;
}

/* =====================
Cart
======================== */
.wc-block-components-drawer__content{
	font-size:1.6rem;
}
.wc-block-mini-cart__footer-checkout,
.wc-block-cart__submit-button{
	color:#fff;
	background:#F30105;
	border:none;
	font-size:2rem;
}
.woo-general-page {
	margin-top: 55px;
	margin-bottom: 80px;
	font-size: 1.6rem;
}
.wc_payment_method label img {
	max-width: 200px;
}
html h2.wc-block-mini-cart__title{
	font-size:2.4rem;
	color:#434547;
	font-weight:600;
	margin-bottom:0;
	mask-image:none;
	padding-bottom:12px;
}
html .wc-block-mini-cart__items{
	border-top:1px solid #D0D0D0;
}

/* =====================
Checkout
======================== */
.checkout-fields-block{
	border:1px solid #D0D0D0;
	margin-bottom:30px;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:0 0 10px;
}
.checkout-fields-block h3{
	font-size:2rem;
	font-weight:500;
	color:#fff;
	background:#012C70;
	line-height:2;
	padding:0 0 0 35px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.woocommerce-billing-fields h3{
	background:#012C70 url(images/icon-billing.png) no-repeat left 10px center;
}
.woocommerce-shipping-fields h3{
	background:#012C70 url(images/icon-shipping.png) no-repeat left 7px center;
}
.medical-condition-fields h3{
	background:#012C70 url(images/icon-note.png) no-repeat left 10px center;
}
.woocommerce #customer_details .form-row .required{
	float:left;
	color:#FF2222;
}
.woocommerce #customer_details .form-row{
	float:none;
	width:100%;
	padding:0 15px;
	display:flex;
	flex-wrap:wrap;
	margin:0 0 16px;
}
.woocommerce #customer_details .form-row label{
	width:210px;
	font-weight:500;
}
.woocommerce-input-wrapper{
	width:calc(100% - 210px);
}
.address-heading h4:before{
	content:"\f456";
	font-family: "Ionicons";
	margin-right:5px;
}
.address-heading h4{
	font-size:1.6rem;
	font-weight:500;
	border-bottom:1px solid #012C70;
	width:100%;
	padding:9px 0;
}
#ship-to-different-address{
	color:#012C70;
	font-size:1.8rem;
	font-weight:500;
}
#order_comments_field .woocommerce-input-wrapper{
	width:100%;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
.select2-container .select2-dropdown, 
.select2-container .select2-selection{
	border-color:#D0D0D0;
}
.select2-results{
	font-size:1.6rem;
}
.form-row .optional{
	display:none;
}
#acknowledge_field p{
	background:#F3F5F8;
	color:#012C70;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:20px;
	text-align:center;
	font-size:1.8rem;
	margin:5px 0 15px;
}
#prescription_field label{
	font-size:1.8rem;
}
/*#page .woocommerce-checkout-payment:after{
	content:'';
	width:235px;
	height:25px;
	display:block;
	background:url(images/westpac-osko.png) no-repeat center center / 100% auto;
	position:absolute;
	left:20px;
	bottom:35px;
}*/
#page .woocommerce-checkout-payment{
	position:relative;
	padding:0 20px 1px;
	background:#F3F5F8;
	color:#012C70;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#page .woocommerce-checkout-payment a{
	text-decoration:underline;
}
#page .payment_methods label{
	font-size:1.8rem;
}
#page #place_order {
	background: #FF3232;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background:#012C70;
	color:#fff;
}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before{
	border-bottom-color:#012C70;
}
.woocommerce-privacy-policy-text{
	font-size:1.5rem;
}

/* =====================
Order received page
======================== */
.woocommerce-order-received .woo-page-title{
	display:none;
}
.order-received-title{
	color:#012C70;
	display:inline-block;
	padding-right:50px;
	background:url(images/icon-confetti.png) no-repeat right center;
}
.order-received-payment-details p{
	background:#F3F5F8;
	font-size:2rem;
	font-weight:500;
	color:#012C70;
	padding:15px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.bacs-note strong{
	color:#FF9900;
}
.bacs-note{
	font-size:1.8rem;
	font-weight:500;
	color:#fff;
	background:#012C70;
	padding:15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:30px 0;
}
.woocommerce-bacs-bank-details{
	margin:30px 0 30px;
	font-size:2.2rem;
	color:#1E1E1E;
	font-weight:700;
}
.woocommerce .woocommerce-bacs-bank-details .order_details{
	margin-bottom:30px;
}
.wc-bacs-bank-details-heading{
	display:none;
}
.wc-bacs-bank-details-account-name label{
	margin-right:5px;
	color:#1E1E1E;
	font-weight:700;
}
.wc-bacs-bank-details-account-name{
	font-size:2.2rem;
	color:#012C70;
	font-weight:600;
}
#page .wc-bacs-bank-details  li strong{
	font-size:1em;
	color:#012C70;
	display:inline;
	line-height:inherit;
	font-weight:600;
	margin-left:5px;
}
#page .wc-bacs-bank-details  li{
	float:none;
	font-size:2.2rem;
	border:none;
	text-transform:none;
	padding:0;
	margin:0;
	line-height:normal;
	margin-bottom:10px;
}
.woocommerce-column__title,
.woocommerce-order-details__title{
	font-size: 2.6rem;
	color: #012C70;
}
.woocommerce .woocommerce-customer-details address{
	line-height:1.4;
	margin-bottom:30px !important;
}
.thankyou-order-review{
	border:1px solid #012C70;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:0 0 20px
}
.thankyou-order-review .site-logo {
	text-align:center;
	border-bottom:1px solid #012C70;
	padding:15px 0 12px;
}
.thankyou-order-review .site-logo img{
	width:70px;
	height:auto;
}
.thankyou-order-review price{
	text-align:center;
	color:#012C70;
	font-size:3.4rem;
	font-weight:700;
	display:block;
	margin:10px 0;
}
.thankyou-order-review-details{
	margin:15px;
	border:1px solid #999999;
	background:#F3F5F8;
	padding:7px 15px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.thankyou-order-review-details li:last-child{
	border:none;
}
.thankyou-order-review-details li{
	list-style:none;
	font-size:1.8rem;
	font-weight:500;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #999999;
	padding:12px 0;
}
.thankyou-note-3{
	font-size:1.8rem;
	font-style:italic;
	margin:10px 0;
}
.thankyou-note-3 a{
	font-weight:700;
}
.thankyou-note-4 header{
	font-weight:700;
	margin-bottom:0.7em;
}
.thankyou-note-4{
	border-top:1px solid #012C70;
	font-size:2rem;
	color:#012C70;
	padding:30px 15px;
	margin:30px 0;
}

/* =====================
FAQs
======================== */
.accordion-section{
	background:#012C70;
	padding:50px 0 60px;
	color:#fff;
}
.accordion-section a{
	color:#F30105;
}
.faqs-title{
	text-align:center;
	font-weight:600;
	font-size:2.4rem;
	margin-bottom:2em;
}
.accordion-title{
	font-weight:700;
	font-size:2rem;
	position:relative;
	padding:7px 40px 7px 0;
	cursor:pointer;
}
.active .accordion-toggle .icon:before{
	content:"\f208";
}
.accordion-toggle{
	position:absolute;
	right:0;
	width:24px;
	height:24px;
	border:2px solid #fff;
	-webkit-border-radius:50%;
	border-radius:50%;
	line-height:20px;
	font-size:16px;
	text-align:center;
	top:11px;
}
.accordion{
	border-bottom:1px solid #fff;
	padding:12px 0 0;
	margin-bottom:40px;
}
.active .accordion-content{
	display:block;
}
.accordion-content{
	padding:0 20px 10px 0;
	display:none;
	font-size:1.6rem;
}

/* =====================
Review Page
======================== */
.review-page-section h1{
	text-align:center;
	color:#012C70;
	font-size:3rem;
	font-weight:500;
	margin:0;
}
.star-rating-wrapper{
	margin:0 auto 50px;
	color:#4B4B4B;
	font-size:2.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
.star-rating:before{
	content:'SSSSS';
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating{
	font-family: star;
	position:relative;
	font-size:24px;
	width:5.4em;
	height:1em;
	line-height: 1;
	color:#FF831A;
	margin-right:10px;
}
.star-rating span:before{
	content:'SSSSS';
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span{
	overflow: hidden;
	left:0;
	top:0;
	position: absolute;
	padding-top: 1.5em;
}
.review{
	background:#F3F5F8;
	border:1px solid #012C70;
	padding:20px 20px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.review h3{
	margin-bottom:10px;
}
.review .star-rating{
	margin:0 auto 20px;
	font-size:14px;
}
.review .entry-content{
	font-size:1.8rem;
}
.review header{
	font-size:2rem;
	margin-bottom:10px;
}
.review name{
	font-weight:400;
	font-size:1.5rem;
	color:#012C70;
}
.review-form-title{
	font-weight:600;
	font-size:3rem;
	color:#000;
	text-align:center;
	margin:80px 0 1em;
}
.gform_required_legend{
	display:none;
}
.review-page-form{
	background:#F3F5F8;
	-webkit-border-radius:30px;
	border-radius:30px;
	padding:30px 45px 1px;
	margin-bottom:80px;
}
.review-page-section .review{
	background:#F3F5F8;
	border:1px solid #012C70;
}

/* =====================
Contact
======================== */
.contact-section{
	background:#ebebec;
	padding:55px 0;
	color:#012C70;
}
.contact-info li:last-child{
	border:none;
}
.contact-info li{
	list-style:none;
	font-size:1.6rem;
	font-weight:700;
	padding:30px 0 30px 60px;
	border-bottom:1px solid #012C70;
}
.contact-info li span{
	display:block;
	font-size:2rem;
	font-weight:700;
	margin-bottom:0.5em;
}
.contact-info .email{
	background:url(images/icon-email.png) no-repeat left 5px top 35px;
}
.contact-info .phone{
	background:url(images/icon-whatsapp.png) no-repeat left 5px top 35px / 39px auto;
}
.contact-info .address{
	background:url(images/icon-location.png) no-repeat left 20px top 40px;
}
.contact-info a{
	color:#012C70;
}
.map iframe{
	width:100%;
}
.map{
	margin-bottom:30px;
}
.contact-left{
	padding-right:30px;
}
.contact-right .entry-content{
	font-size:2rem;
	max-width:635px;
}

/* =====================
Text
======================== */
.text-fullwidth-section{
	margin-bottom:80px;
}
.text-2-cols-section {
	margin-bottom:80px;
}
.text-2-3-cols-section{
	margin-bottom:25px;
}

/* =====================
Why Choose
======================== */
.why-choose-section{
	margin-bottom:80px;
}
.why-choose-wrapper{
	border:2px solid #012C70;
	-webkit-border-radius:30px;
	border-radius:30px;
	padding:20px 25px;
	max-width:960px;
	margin:auto;
	position:relative;
}
.why-choose-wrapper > .btn{
	position:absolute;
	bottom:-15px;
	left:50%;
	-webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
}
.why-choose-content{
	background:#012C70;
	color:#fff;
	font-size:2.2rem;
	font-weight:500;
	padding:30px 45px 10px;
	border-radius:30px;
}
.why-choose-content h3{
	margin-bottom:5px;
	font-weight:500;
}
.why-choose-content ul{
	margin:1.5em 0;
}
.why-choose-content ul li{
	list-style:none;
	background:url(images/icon-check.png) no-repeat left center;
	padding:0 0 0 30px;
	margin-bottom:1em;
}

/* =====================
Icons
======================== */
.icons-section {
	margin-bottom:30px;
}
.icon-list{
	display:flex;
	width:100%;
	justify-content:space-between;
}
.ico {
	text-align:center;
	margin-bottom:30px;
	font-size:2rem;
}
.ico h3{
	color:#012C70;
	font-size:2.2rem;
	font-weight:500;
	margin:5px 0 5px;
}
.ico li{
	text-align:left;
	color:#EC1F25;
}
.ico ul li:before{
	content:"\f122";
	font-family: "Ionicons";
	font-size:16px;
	margin-right:7px;
}
.ico ul li{
	list-style:none;
}
.ico img{
	max-width:100%;
	height:auto;
}
.icons-2-section{
	background:#012C70;
	color:#fff;
	padding:15px 0;
	margin-bottom:80px;
}
.icons-2-section .ico h3{
	color:#fff;
}
.icons-2-section .ico{
	margin:0;
}

/* =====================
How to Order
======================== */
.how-to-order-section{
	margin-bottom:60px;
}
.how-to-order-intro{
	font-weight:500;
	font-size:2.5rem;
	margin-bottom:30px;
}
.how-to-order-intro h2{
	font-size:3.5rem;
	margin:0 0 5px;
}
.how-to-order-section img{
	max-width:100%;
	height:auto;
}
.how-to-order{
	padding-top:20px;
}
.step {
	display:flex;
	width:100%;
	align-items:center;
	color:#012C70;
	font-weight:600;
	font-size:2.5rem;
	margin-bottom:60px;
	position:relative;
}
.step:after{
	content:' ';
	position:absolute;
	width:4px;
	height:60px;
	background:#012C70;
	top:100%;
	left:26px;
}
.step:last-child:after{
	display:none;
}
.step span{
	font-size:2rem;
	font-weight:700;
	display:block;
	width:56px;
	border:4px solid #EC1F25;
	-webkit-border-radius:50%;
	border-radius:50%;
	line-height:48px;
	text-align:center;
	margin-right:12px;
}
.step header{
	width:calc(100% - 68px);
}

/* =====================
Feature Product
======================== */
.featured-product{
	padding:0 10px;
	margin-bottom:30px;
}
.featured-product-inner{
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 10px 20px;
	text-align: center;
	border:1px solid #012C70;
}
.featured-product .label{
	display:inline-block;
	color:#FFEA00;
	font-weight:600;
	font-size:1.5rem;
	background:#012C70;
	float:left;
	padding:4px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.featured-product img{
	display:block;
	width:100%;
	height:auto;
	margin: 0 0 1em;
}
.featured-product .star-rating span {
	display:none;
}
#page .featured-product .star-rating:before{
	color:inherit;
	content: 'SSSSS';
	top: 0;
	left: 0;
	position: absolute;
}
#page .product .star-rating,
#page .featured-product .star-rating{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 5px 0;
	font-size:10px;
	color: #FF831A;
}
#page .featured-product .woocommerce-product-rating{
	font-size:1.2rem;
	font-weight:400;
	color:#4B4B4B;
	margin:0 0 10px;
}
#page .featured-product .price{
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.sub-heading{
	text-align:center;
	font-size:3rem;
	font-weight:700;
	color:#000;
	margin-bottom:1.4em;
}
.featured-product-list{
	position:relative;
	padding:0 50px;
	margin-bottom:50px;
}
.featured-product-arrow{
	position:absolute;
	top: 50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
	font-size:36px;
	cursor:pointer;
	color:#012C70;
}
.featured-product-next{
	right:0;
}
.featured-product-prev{
	left:0;
}

/* =====================
Review slider
======================== */
.reviews-section{
	margin-bottom:60px;
}
.reviews-wrapper{
	
}
.reviews-wrapper .sub-heading{
	color:#012C70;
}
.reviews-slider{
	position:relative;
	padding:0 50px;
	margin-bottom:30px;
}
.review-wrapper{
	padding:0 10px;
}
.reviews-slider-arrow{
	position:absolute;
	top: 50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
	font-size:36px;
	cursor:pointer;
	color: #012C70;
}
.reviews-slider-next{
	right:0;
}
.reviews-slider-prev{
	left:0;
}

/* =====================
Single Blog
======================== */
.blog-header {
	position:relative;
	margin:55px 0 ;
}
.blog-header img{
	display:block;
	width:100%;
	height:auto;
}
.blog-header-img{
	max-height:400px;
	overflow:hidden;
}
.blog-header h1{
	
	text-align:center;
	width:100%;
	color:#000;
	font-size:2.8rem;
	font-weight:700;
}
#single-post{
	margin-bottom:60px;
}
.blog-tags {
	margin-bottom:20px;
	font-size: 16px;
}
.blog-tags header{
	margin:0 10px 10px 0;
	display:inline-block;
	vertical-align:middle;
	padding:4px 0;
}
.blog-tags li{
	list-style:none;
	border:1px solid #999;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	margin:0 10px 10px 0;
	min-width:50px;
	text-align:center;
}
.blog-tags li a{
	display:block;
	padding:4px 10px;
	color:#333;
}
.post-navigation{
	font-size:1.6rem;
}

/* =====================
Blog
======================== */
.all-news-section{
	margin:55px 0;
}
.post-block-wrapper{
	margin-bottom:30px;
}
.post-block{
	background:#ebebeb;
	height:100%;
}
.post-block .content h3{
	color:#012C70;
	font-size:2rem;
	font-weight:600;
}
.post-block .content{
	padding:15px ;
	text-align:center;
}
.post-block .image{
	position:relative;
	padding-top:80%;
	overflow:hidden;
}
.post-block .image img{
	display:block;
	width:auto;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.post-block .entry-content{
	font-size:1.6rem;
}
.post-block .entry-content img{
	display:none !important;
}
.post-block time{
	font-size:1.6rem;
}
.news-pagination{
	font-size:2rem;
	text-align:center;
	margin:30px 0;
}
.page-numbers{
	display:inline-block;
	padding:0 5px;
}
.latest-blog-section .intro-content{
	margin-bottom:40px;
}
.cat {
	font-size:1.6rem;
	margin-bottom:20px;
}
.cat header{
	display:inline;
}
.cat span:last-child{
	display:none;
}
.news-category{
	margin-bottom:30px;
}
.news-category header{
	font-weight:700;
	font-size:1.6rem;
}
.news-category li{
	list-style:none;
	font-size:1.6rem;
	margin:15px 15px 0 0;
}
.news-category ul{
	display:flex;
	flex-wrap:wrap;
}
.news-category a{
	display:inline-block;
	border:1px solid #cecece;
	padding:7px 15px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

/* =====================
CTA
======================== */
.cta-content-large{
	border:1px solid #012C70;
	color:#012C70;
	padding:15px 20px 1px;
	-webkit-border-radius:30px;
	border-radius:30px;
	font-size:2.2rem;
	margin-bottom:30px;
	line-height:1.18;
}
.cta-content-large h2,
.cta-content-large h3{
	color:#000;
	margin-bottom:0.5em;
	line-height:1;
}

/* =====================
Box
======================== */
.box{
	border:1px solid #012C70;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin-bottom:30px;
	padding:20px 25px 20px;
	display:flex;
}
.box .image{
	width:190px;
	margin:20px 0;
}
.box .image img{
	max-width:100%;
	height:auto;
}
.box-content{
	font-size:2.5rem;
	width:calc(100% - 190px);
	padding:0 0 0 40px;
	position:relative;
}
.box-content:before {
	content: "\f122";
	font-family: "Ionicons";
	font-size: 14px;
	position:absolute;
	background:#EC1F25;
	width:25px;
	line-height:25px;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	top:7px;
}
.box-content h3{
	color:#012C70;
	font-weight:500;
	font-size:3rem;
	margin-bottom:15px;
}


/* =====================
Slide menu defautl style
======================== */
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:500;width:320px;overflow-x:none;overflow-y:auto;background:#000;}
.sidr .sidr-inner{padding:0 0 15px}
.sidr.right{left:auto;right:-380px}
.sidr.left{left:-380px;right:auto}

.mobile{
	display:none;
}

/* 1600  */
@media screen and (max-width:1600px){
	.header-widget .dgwt-wcas-search-form{
		width:650px;
	}
	

}

/* 1200  */
@media screen and (max-width:1200px){
	.header-widget .dgwt-wcas-search-form{
		width:350px;
	}
	#desktop-menu,
	#masthead .header-phone,
	.btn-header{
		display:none;
	}
	.container{
		padding:0 15px;
	}
	#masthead{
		padding:10px 0;
	}
	#masthead .container{
		justify-content:space-between;
	}
	.site-info{
		padding-top:20px;
	}
	.site-branding{
		width:60px;
	}
	.mobile-cart-phone-wrapper{
		display:inline-block;
		background:#012C70;
		padding:0 15px 0 0;
		vertical-align:middle;
	}
	.mobile-cart-phone-wrapper #block-9{
		display:none;
	}
	.wc-block-mini-cart{
		color:#fff;
		margin:0;
	}
	#page .wc-block-mini-cart__icon{
		width:30px;
		height:30px;
	}
	#page .wc-block-mini-cart__badge{
		background:#fff;
		color:#012C70;
	}
	.header-widget{
		display:inline-block;
		vertical-align:middle;
	}
	.header-widget .dgwt-wcas-search-form{
		width:180px;
	}
	#page .header-widget .dgwt-wcas-sf-wrapp{
		padding:0;
	}
	.header-phone{
		background: url(images/icon-whatsapp.png) no-repeat left center / 25px auto;
		width:30px;
		height:30px;
		margin:0 10px 0 0;
	}
	.header-right{
		justify-content:flex-end;
	}
	#masthead .header-widget #block-7{
		display:none;
	}
	#page .header-widget .dgwt-wcas-sf-wrapp input[type="search"]{
		line-height:40px;
		font-size:1.4rem;
		padding:0 15px;
	}
	#page .header-widget .dgwt-wcas-search-submit{
		display:none;
	}
	#open-mobile-menu.active .ion-navicon:before{
		content:"\f404";
	}
	#open-mobile-menu{
		display:inline-block;
		color:#012C70;
		font-size:48px;
		line-height:1;
		margin-left:30px;
	}
	/*.mobile-menu-close{
		font-size:36px;
		color:#fff;
		display:inline-block;
		padding:15px;
	}
	.mobile-menu{
		padding: 0 15px 20px;
	}
	.mobile-menu li br{
		display:none;
	}
	.mobile-menu li{
		list-style:none;
		margin: 0 0 5px;
		overflow:hidden;
		position:relative;
		padding:7px 10px;
		text-transform:uppercase;
		font-size:2rem;
		color:#fff;
	}
	.mobile-menu li a{
		margin-right:25px;
		color:#fff;
		display:block;
	}
	.mobile-menu .sub-menu img{
		display:none;
	}
	.mobile-menu .sub-menu{
		margin: 15px 0 0 10px;
		display:none;
	}
	.mobile-menu .sub-menu li{
		text-transform:none;
	}
	.mobile-menu .sub-menu li a{
		margin-right:0;
		color:#fff;
	}
	.mobile-menu .current-menu-item a,
	.mobile-menu .current-menu-parent a,
	.mobile-menu .sub-menu .current-menu-item a{
		color:#012C70;
	}
	.menu-expand{
		position:absolute;
		right:0;
		top:13px;
		display:block;
		padding: 0 15px;
		font-size:14px;
		margin:0;
	}
	.sub-menu .menu-expand{
		display:none;
	}
	.mobile-menu .active .sub-menu,
	.current-menu-parent .sub-menu{
		display:block;
	}
	.sidr-open #page{
		opacity:0.5;
	}*/
	.mobile-menu-wrapper.active{
		display:block;
	}
	.mobile-menu-wrapper{
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		z-index:100;
		padding:10px 0;
		-webkit-box-shadow: 0 4px 4px 0 #888;
		box-shadow: 0 4px 4px 0 #888;
		background:#fff url(images/bank-logo.jpg) no-repeat right 35px bottom 35px;
	}
	.mobile-menu li{
		list-style:none;
		font-weight:600;
		font-size:1.6rem;
		margin-bottom:15px;
	}
	.mobile-menu .current-menu-item{
		text-decoration:underline;
	}
	.mobile-menu .sub-menu{
		margin: 15px 0 0 10px;
		display:none;
	}
	.mobile-menu .sub-menu li{
		text-transform:none;
	}
	.mobile-menu .sub-menu li a{
		margin-right:0;
	}
	.mobile-menu .current-menu-item a,
	.mobile-menu .current-menu-parent a,
	.mobile-menu .sub-menu .current-menu-item a{
		color:#012C70;
	}
	.menu-expand{
		display:inline-block;
		padding: 0 15px;
		font-size:14px;
		margin:0;
	}
	.sub-menu .menu-expand{
		display:none;
	}
	.mobile-menu .active .sub-menu,
	.current-menu-parent .sub-menu{
		display:block;
	}
	.mobile-menu a{
		color:#000000;
	}
	.mobile-buy-now img{
		width:128px;
		height:auto;
	}
	.mobile-menu-logo{
		width:170px;
		height:auto;
	}
	.top-header{
		font-size:1.3rem;
		padding:5px 0;
	}
	.trusted,
	.best-price,
	.open-7-days{
		display:none;
	}
	.mobile .trusted,
	.mobile .best-price,
	.mobile .open-7-days,
	.mobile .fast-delivery{
		display:block;
		background-color:#012C70;
		-webkit-border-radius:10px;
		border-radius:10px;
		margin:0 7px 7px;
		padding-top:8px;
		padding-bottom:8px;
		padding-left:10px;
	}
	.mobile .fast-delivery{
		padding-right:52px;
		background:#012C70 url(images/icon-truck.png) no-repeat right  10px center / auto 18px;
	}
	.top-header.mobile{
		display:block;
		background:#fff;

		text-align:center;
		padding:12px 0 1px;
	}
	.top-header.mobile .container{
		justify-content:center;
		flex-wrap:wrap;
	}
	.entry-content .btn{
		font-size:1.6rem;
		background-size:auto 35px;
	}
	
	.btn-green{
		font-size:1.6rem;
	}
	.intro_black_background-section{
		padding:30px 0 20px;
	}
	.intro_black_background-section .entry-content{
		font-size:1.6rem;
	}
	.sub-heading{
		font-size:2.4rem;
	}
	h2,h3{
		font-size:2.4rem;
	}
	h4{
		font-size:1.8rem;
	}
	.entry-content{
		font-size:1.6rem;
	}
	.faqs-title{
		font-size:2rem;
		margin-bottom:1em;
	}
	.accordion-title{
		font-size:1.8rem;
	}
	.woocommerce-products-header h1{
		font-size:2.2rem;
	}
	.term-description h3{
		font-size:1.8rem;
	}
	.woocommerce-products-header{
		font-size:1.6rem;
	}
	#page .woocommerce-loop-product__title{
		font-size:1.6rem;
	}
	#page .add_to_cart_button{
		font-size:1.6rem;
	}
	.woocommerce ul.products li.product .price{
		font-size:1.5rem;
	}
	#page .woocommerce-breadcrumb, .breadcrumb-section{
		font-size:1.5rem;
	}
	#page .woocommerce-product-rating{
		font-size:1rem;
	}
	.woocommerce ul.products li .woocommerce-product-rating .star-rating{
		margin:0 2px 5px 0;
	}
	.single-product-top{
		padding:20px 15px;
		margin-bottom:20px;
	}
	.woocommerce div.product form.cart,
	.woocommerce div.product div.summary{
		margin-bottom:10px;
	}
	.product-statement{
		font-size:1.6rem;
	}
	.woocommerce div.product .product_title{
		font-size:2rem;
	}
	.summary .woocommerce-review-link{
		font-size:1rem;
	}
	.woocommerce .summary .star-rating{
		font-size:12px;
		margin:4px 2px 0 0;
	}
	#page .summary .price{
		font-size:2rem;
	}
	#page .variable-item{
		margin:15px 20px 0 0;
		font-size:1.8rem;
		width:160px;
	}
	#page .reset_variations{
		font-size:1.8rem;
	}
	.woocommerce div.product form.cart .variations{
		margin:0;
	}
	#page .single_add_to_cart_button{
		font-size:2rem;
		line-height:1.9;
	}
	.entry-content .woocommerce-Reviews-title{
		font-size:2.4rem;
	}
	.woocommerce-tabs{
		padding:40px 15px;
	}
	#page .woocommerce-tabs .tabs li{
		font-size:2rem;
	}
	#page .woocommerce-Tabs-panel{
		padding:20px 15px;
	}
	.contact-info li{
		font-size:1.6rem;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text{
		font-size:1.6rem;
	}
	.woocommerce-Reviews-title{
		font-size:3rem;
	}
	.thankyou-order-review price{
		font-size:3rem;
	}
	.thankyou-order-review-details li{
		font-size:1.6rem;
	}
	.order-received-payment-details p,
	.bacs-note,
	.thankyou-note-3{
		font-size:1.6rem;
	}
	.thankyou-note-4{
		font-size:1.6rem;
		padding:20px 15px;
	}
	.wc-bacs-bank-details-account-name,
	#page .wc-bacs-bank-details li{
		font-size:1.8rem;
	}
	#page .gfield_label{
		font-size:2rem;
	}
	#page .gfield input[type="text"], #page .gfield input[type="tel"], #page .gfield input[type="email"]{
		font-size:2rem;
	}
	#page .gfield select{
		font-size:2rem;
	}
	#page .gfield textarea{
		font-size:2rem;
	}
	.review-page-section h1{
		font-size:2.4rem;
	}
	.star-rating-wrapper{
		font-size:2rem;
	}
	.header-img-content h1, .header-img-content h2{
		font-weight:600;
		font-size:2rem;
	}
	.btn, .header-img-content .btn{
		font-size:1.2rem;
		padding: 7px 30px 7px 10px;
		background-position: right 2px center ;
		background-size:auto 25px;
	}
	.header-img-content-wrapper{
		bottom:6vw;
	}
	.entry-content h1, 
	.entry-content h2{
		font-size:2.4rem;
	}
	.entry-content h3{
		font-size:2rem;
	}
	.ico h3{
		font-size:1.6rem;
	}
	.how-to-order-intro h2{
		font-size:2.4rem;
	}
	.how-to-order-intro{
		font-size:1.6rem;
	}
	.step{
		font-size:1.6rem;
		margin-bottom:30px;
	}
	.step:after{
		height:30px;
	}
	.cta-content-large{
		font-size:1.7rem;
	}
	.why-choose-content{
		font-size:1.7rem;
	}
	.why-choose-content br{
		display:none;
	}
	.box-content{
		font-size:1.6rem;
		width: calc(100% - 140px);
		padding-left:30px;
	}
	.box-content:before{
		width:15px;
		line-height:15px;
		font-size:8px;
		top:2px;
		left:8px;
	}
	.box-content h3{
		font-size:1.7rem;
	}
	.box .image{
		width:140px;
		margin:0;
	}
	.woocommerce-column__title, .woocommerce-order-details__title{
		font-size:2rem;
	}
	.t1{
		font-size:1.3rem;
	}
	.t1 img{
		height:16px;
		width:auto;
	}
}

/* 600  */
@media screen and (max-width:600px){
	.review-page-form{
		padding:30px 15px 1px;
	}
	 #page .woocommerce-checkout-payment::after {
		position: relative;
		left: auto;
		bottom: auto;
		margin: 0 auto 15px;
	}
	#page #place_order{
		font-size:2rem;
	}
	.product-cat-inner{
		padding:40px 15px 20px;
	}
	.blog-header img{
		height:100%;
		width:auto;
	}
	#footer-social{
		margin-top:20px;
	}
	#footer-social img{
		width:20px;
	}
	.header-img-wrapper{
		display:none;
	}
	.header-img-mobile-content{
		display:block;
		background:#D9FFE9;
		-webkit-border-radius:20px;
		border-radius:20px;
		padding:20px 20px 10px;
		text-align:center;
		font-size:1.3rem;
		overflow:hidden;
	}
	.header-img-mobile-content .truck{
		display:inline-block;
		vertical-align:middle;
		margin-right:15px;
	}
	.order-wrapper{
		display:inline-block;
		vertical-align:middle;
	}
	.icon-list{
		flex-wrap:wrap;
		justify-content: space-around;
	}
	.ico{
		text-align:center;
		font-size:1.6rem;
	}
	.why-choose-wrapper{
		padding:15px;
	}
	.why-choose-content{
		padding:15px;
	}
	.box-content{
		width: calc(100% - 60px);
	}
	.box .image{
		width:60px;
	}
	#page .woocommerce-loop-product__title{
		min-height:0;
	}
	#page .woocommerce-checkout-payment{
		padding:0 15px 1px;
	}
	.header-img-section img{
		height:200px;
		width:auto;
		max-width:none;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%); 
		transform: translateX(-50%);
	}
	#prescription_field label{
		display:block;
		width:100% !important;
		margin-bottom:10px;
	}
	#page .product .star-rating, #page .featured-product .star-rating{
		margin:0 0 5px;
	}
}

























