
 
@font-face {
    font-family: "Neue Haas Unica W06 Thin";
        src: url("../fonts/thin.eot");
        src: url("../fonts/thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/thin.woff2") format("woff2"),
    url("../fonts/thin.woff") format("woff"),
    url("../fonts/thin.ttf") format("truetype"),
    url("../fonts/thin.svg#thin") format("svg");
}
@font-face {
    font-family: "Neue Haas Unica W06 Light";
        src: url("../fonts/light.eot");
        src: url("../fonts/light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/light.woff2") format("woff2"),
    url("../fonts/light.woff") format("woff"),
    url("../fonts/light.ttf") format("truetype"),
    url("../fonts/light.svg#light") format("svg");
}
@font-face {
    font-family: "Neue Haas Unica W06 Regular";
        src: url("../fonts/regular.eot");
        src: url("../fonts/regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/regular.woff2") format("woff2"),
    url("../fonts/regular.woff") format("woff"),
    url("../fonts/regular.ttf") format("truetype"),
    url("../fonts/regular.svg#regular") format("svg");
}
@font-face {
    font-family: "Neue Haas Unica W06 Medium";
        src: url("../fonts/medium.eot");
        src: url("../fonts/medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/medium.woff2") format("woff2"),
    url("../fonts/medium.woff") format("woff"),
    url("../fonts/medium.ttf") format("truetype"),
    url("../fonts/medium.svg#medium") format("svg");
}
@font-face {
    font-family: "Neue Haas Unica W06 Bold";
        src: url("../fonts/bold.eot");
        src: url("../fonts/bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bold.woff2") format("woff2"),
    url("../fonts/bold.woff") format("woff"),
    url("../fonts/bold.ttf") format("truetype"),
    url("../fonts/bold.svg#bold") format("svg");
}

@charset "utf-8";
/* CSS Document */
 

*, ::after, ::before {
    box-sizing: border-box;
}
body { 
    margin: 0; 
    padding: 0; 
	color: #003057 !important;
	overflow-x: hidden;
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
::-webkit-scrollbar {
	background: transparent;
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

a {
	text-decoration: none;
    color: #003057;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	
	font-weight: normal;
	
}
h1,h2,h3 {
	font-family: "Neue Haas Unica W06 Bold";
}
h4,h5,h6 {
	font-family: "Neue Haas Unica W06 Medium";
}
button, input, label, textarea {
	font-family: "Neue Haas Unica W06 Regular";
}
ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p, li {
	font-size: 17px;
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	line-height: 26px;
	color: #003057;
	margin-top: 0;
	margin-bottom: 20px;
}
p:last-of-type {
	margin-bottom: 0;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
strong {
	font-family: "Neue Haas Unica W06 Bold";
	font-weight: normal;
}
select { 
	background:url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/down-arrow.svg?v=1611833258") 96% center no-repeat; 
	background-size:14px; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;  
}

img {
	max-width: 100%;
	vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	margin: 0; 
}
input[type=number] { 
	-moz-appearance:textfield;
}
*:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
button:focus {
    outline: 0;
    outline: inherit;
}
main, header, section, footer {
	width: 100%;
	float: left;
}
.fullWidth {
	display: block;
}

/*Input Checkbox*/
.form-checkBox {
	position: relative;
	margin-bottom: 2px;
}
.form-checkBox:last-of-type {
	margin-bottom: 0;
}
.form-checkBox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.form-checkBox label {
	cursor: pointer;
	font-size: 14px;
	color: #003057;
	position: relative;
	margin: 0;
	transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
.form-checkBox label:hover,
.form-checkBox input:checked + label {
	color: #ff922f;
}
.form-checkBox label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #003057;
	border-radius: 2px;
	padding: 7px;
	display: inline-block;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}
.form-checkBox input:checked + label::before {
	background-color: #003057;
	border-color: #003057; 
}
.form-checkBox input:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Input Checkbox 2*/
.control {
    font-family: inherit;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
	font-size: inherit;
	margin: 0;
}
.control span {
	font-size: 16px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0px;
    background: transparent;
    border: 2px solid rgba(0, 48, 87, .3);
}
.control input:checked ~ .control_indicator {
    background: #003057;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #003057;
}
.control input:disabled ~ .control_indicator {
    background: #003057;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
	top: 2px;
    left: 6px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #003057;
}

/* The ripple effect  */
/*.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #003057;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
 @keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
} */

/*Input Radio Buttons*/
.radioPart {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #6f6f6f;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radioPart input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 18px;
	left: 20px;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}
.radioPart:hover input ~ .checkmark {
	background-color: #ccc;
}
.radioPart input:checked ~ .checkmark {
	background-color: #000;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radioPart input:checked ~ .checkmark:after {
	display: block;
}
.radioPart .checkmark::after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

/*Tooltip*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
  /* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.fullWidth {
	display: block;
}
.desktopHide {
	display: none;
}

body.scroll {
	overflow: hidden;
}


/*Header*/
#header {
	background: transparent;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 100;
    -webkit-transition: border-bottom-color .25s ease-in-out;
    -o-transition: border-bottom-color .25s ease-in-out;
    transition: border-bottom-color .25s ease-in-out;
}
#header.headerBg {
	position: relative;
	background: #236192;
}
#header.is-sticky {
	background: #236192;
	position: fixed;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#header.is-sticky-open {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#header.is-sticky + .headSpace {
	height: 76px;
}
.headerInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.headerInner li {
	display: inline-block;
	margin: 0;
	letter-spacing: 0.5px;
}
.headerInner > div > ul > li {
	text-align: center;
}
.headerInner li + li {
	margin-left: 30px;
}
.headerInner li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 25px 5px;
}
.headerInner li h6 {
	font-family: "Neue Haas Unica W06 Regular";
	color: #fff;
}
.headerInner li a:hover h6,
.headerInner li a:hover {
	color: #9cc8ef;
}
.headerInner li.menuIcon {
	display: none;
}
.headerInner li a img {
	display: none;
	width: 20px;
}
.searchIcon .searchPart img {
	display: inline-block;
}
.searchIcon .searchPart h6 {
	display: none;
}
.cartCounter {
	display: block;
	position: absolute;
	right: -10px;
	top: 10px;
	width: 18px;
	height: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 14px;
	background: #236192;
	font-size: 12px;
}

/*Desktop Only*/
@media only screen and (min-width: 768px) {
  

  
.dropdown {
	position: static;
}
.dropdown:hover i.fas {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.dropdown .dropdown-menu {	
	display: block;
	left: inherit;
	top: 80%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 100%;
	max-width: 300px;
	margin-top: 0;
	padding: 0;
	background: #236192;
	border: 0;
	border-radius: 0;
	box-shadow: 0 10px 25px -10px rgba(0,0,0,0.2);
	transition:All 0.3s ease; 
	-webkit-transition:All 0.3s ease; 
	-moz-transition:All 0.3s ease; 
	-o-transition:All 0.3s ease;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.dropdown:hover .dropdown-menu { 
	pointer-events: all;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.dropdown-menu.fullwidth {
	width: 100%;
	max-width: 1115px;   
	left: 0; 
	right: 0;
	margin: 0 auto;
}
.dropdown-menu ul li {
	display: block;
	font-size: 15px;
}
.dropdown-menu li + li {
	margin-left: 0;
}
.dropdown-menu ul li a {
	display: block;
	padding: 10px 20px;
}
.dropdown-menu ul li a:hover {
	color: #9cc8ef;
}

}/*Desktop Only End*/

.logo a {
	display: inline-block;
}
.logo img {
	width: 50px;
}

/*Search Popup*/
.searchClose {
	width: 30px;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
	cursor: pointer;
}
#mySearchData { 
	display:none; 
	margin: 50px 0 0; 
}
#mySearchData.searchData { 
	display:block; 
}
#searchPopup {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 145px;
	background: rgba(255,255,255,0.99);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	transition:All 0.5s ease; 
}
#searchPopup.show {
	pointer-events: visible;
	opacity: 1;
	visibility: visible;
}
.searchPopup__Inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fieldSet {
	position: relative;
}
#mySearchInput {
	width: 100%;
	background: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e3e3e3;
	border-radius: 0;
	padding: 0 50px 10px 0;
	height: auto;
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 50px;
	line-height: 50px;
	color: #003057;
	box-shadow: none;
}
#mySearchInput::placeholder {
	opacity: 1;
	color: #003057;
}
.close-icon {
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.close-icon img {
	width: 30px;
}
#mySearchInput:not(:valid) ~ .close-icon {
	display: none;
}

.searchForm__Outer  h5 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 20px;
	color: #b1b1b1;
	margin: 15px 0 0;
}

/*View Cart*/
body.scroll {
	overflow: hidden;
}
.cartSlideArea {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.cartSlideArea.show {
	opacity: 1;
	visibility: visible;
}
#header.showElements {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.cartOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	content: "";
	z-index: 103;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.viewCartInner {
	position: fixed;
	top: 0;
	right: 0;
	background: #ffff;
	width: 100%;
	max-width: 52%;
	height: 100%;
	padding: 30px 0;
	z-index: 104;
	box-shadow: 0 0 20px -5px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.viewCartInner.navToggle {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.closeCart {
	position: absolute;
	right: 20px;
	top: 18px;
	border: 0;
	background: transparent;
	width: 35px;
	padding: 0;
	height: 35px;
	line-height: 35px;
}
.closeCart img {
	width: 16px;
}
.viewCartInner > h3 {
	text-align: center;
	font-size: 35px;
	font-family: "Neue Haas Unica W06 Regular";
	margin: 0 0 20px;
	padding: 0 70px;
}
/*Empty Cart*/
.emptyCartShow {
	max-height: 88%;
	height: 100%;
	overflow: auto;
	padding: 20px 40px;
}
.emptyCart {
	padding-bottom: 40px;
	text-align: center;
}
.emptyCart img {
	width: 54px;
	display: inline-block;
	margin: 0 0 18px;
}
.emptyCart p {
	font-size: 15px;
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
	line-height: 20px;
}
.headInfoPart ul li div .comonButton {
	color: #fff;
}
.selectedProductsOuter {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding: 30px 0 0;
}
.selectedProductsOuter > h3 {
	text-align: left;
	font-size: 28px;
	font-family: "Neue Haas Unica W06 Light";
	margin: 0 0 15px;
	letter-spacing: -0.5px;
}
.selectedProductsSlider .item {
	padding: 12px 4px;
}
.cartSlideProduct {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}
.cartSlideProduct:hover {
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
}
.cartSlideProduct img {
	width: 120px;
	display: inline-block;
	margin: 0 0 20px;
}
.cartSlideProduct p {
	margin: 0 auto;
	font-family: "Neue Haas Unica W06 Medium";
	width: 100%;
	max-width: 72%;
	line-height: 22px;
}
.headInfoPart ul li div a {
	color: #003057;
}
.originalPrice {
	text-decoration: line-through;
	color: #bfbfbf;
}
.cartSlideProduct p span {
	display: inline-block;
}
.cartSlideProduct p .discountedPercent {
	display: block;
	color: #f00;
}
.cartSlideProduct p .discount_right {
	display: block;
	color: #f00;
}

/*Checkout Cart*/
.checkoutCartShow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 95%;
}
.shippingTruckTxt {
	text-align: left;
	padding: 10px 50px;
	border-bottom: 7px solid #003057;
	position: sticky;
	top: 0;
	box-shadow: 0 20px 40px 0 #fff;
}
.shippingTruckTxt.bgLightBlue img {
	width: 22px;
	margin: 0 8px 0 0;
}
.shippingTruckTxt span {
	display: inline-block;
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 15px;
}

.selectedCartPart {
	padding: 35px 0 0;
	height: 100%;
	max-height: 330px;
	overflow: auto;
	text-align: left;
}
.cartProduct {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cartProduct + .cartProduct {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	margin-top: 20px;
	padding-top: 20px;
}
.cartProduct .img {
	width: 100px;
}
.cartProduct .img img {
	width: 100px;
}
.cartProductContent {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: calc(100% - 100px);
	padding: 0 0 0 30px;
}
.selectedCartPart {
	padding: 35px 50px;
	height: 100%;
	max-height: 300px;
	overflow: auto;
	text-align: left;
}
.productNameQty h4 {
	font-size: 17px;
}
.productNameQty h6 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 18px;
	margin: 5px 0 12px;
}
.productNameQty {
	width: calc(100% - 130px);
}
.removeCartPrice {
	width: 130px;
	height: 100%;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.removeCartPrice .cartPrice {
	display: block;
	color: #ff922f;
	font-size: 18px;
}
.removeCartPart {
	margin-top: auto;
}
.removeCartTxt {
	border-bottom: 1px solid #ff922f;
	display: inline-block;
	line-height: 22px;
	font-size: 16px;
	font-family: "Neue Haas Unica W06 Regular";
}
.removeCartTxt:hover {
	border-bottom-color:#003057;
}

.numberOuter {
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.numberPart {
	width: 100px;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 48, 87, .5);
	border-radius: 4px;
}
.number {
    margin:0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.number .minus, .number .plus {
    width: 40px;
    height: 40px;
    font-size: 20px;
	line-height: 40px;
	color: rgba(0, 48, 87, .5);
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
      background: transparent;
}
.number .minus {
    float: left;
}
.number .plus {
    float: right;
}
.number span {
    cursor:pointer; 
}
.number input {
    height: 40px;
    width: 30px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
	font-size: 16px;
	color: rgba(0, 48, 87, .8);
}
.cartCustomerBio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 50px 0 20px;
	padding: 15px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 48, 87, .5);
	border-radius: 8px;
}
.cartCustomerBio .userImg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.userImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.customerContent {
	width: calc(100% - 80px);
	padding: 0 0 0 30px;
}
.customerContent p {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
}
.customerContent p:last-of-type {
	margin-bottom: 0;
}

.subTotalCheckout {
	padding: 0 50px;
	margin-top: auto;
}
.subTotalCheckoutInner {
	border-top: 2px dotted rgba(0, 48, 87, .3);
	padding: 20px 0;
}
.subTotalCheckoutInner h4 {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 6px 0 0;
}
.subtotalPrice {
	float: right;
}
.totalPrice {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 26px;
}
.buttonOuter {
	margin: 20px 0 0;
	width: 100%;
	display: inline-block;
}
.checkoutButton .comonButton {
	display: block;
}
.calculatedText {
	font-size: 15px;
	margin: 18px 0 0;
}

/*Menu Bar*/
.menuIcon {
	display: none;
}
.navigationOuter {
	margin: 0 0 0 auto;
}
.navigationOuter nav ul li {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.navigationOuter nav ul li + li {
	margin-left: 30px;
}
.navigationOuter nav ul li a {
	position: relative;
	color: #fff;
	padding: 22px 0;
	display: inline-block;
}
.navigationOuter nav ul li a:hover {
	opacity: 0.8;
}


/*Banner*/
.bannerMain {
	position: relative;
	padding: 0;
	height: 100vh;
	max-height: 670px;
	overflow: hidden;
}
.heroImg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bannerContentOuter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bannerContentInner h1{
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 58px;
	line-height: 60px;
	color: #113055;
}
.bannerContentInner .separator {
	color: #fff;
	padding: 0;
}
.bannerContentInner p {
	width: 100%;
	max-width: 90%;
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 20px 0 0;
}

/*Comon Button*/
.comonButton {
	display: inline-block;
	background: #ff922f;
	color: #fff;
	padding: 10px 32px;
	border-radius: 5px;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #ff922f;
	text-align: center;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.comonButton:hover {
	background: #003057;
	color: #fff;
	border-color: #003057;
}
.comonButton.bgColor {
	background: #fff;
	color: #ff922f;
	border-color: #fff;
}
.comonButton.bgColor:hover {
	background: #ff922f;
	color: #fff;
	border-color: #ff922f;
}
.comonButton.transparent {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.comonButton.transparent:hover {
	background: #ff922f;
	color: #fff;
	border-color: #ff922f;
}

/*Common Button*/
.buttonOuter {
	margin: 25px 0 0;
}
.commonButton {
	background: #ff8c00;
	display: inline-block;
    text-align: center;
	color: #fff;
	font-size: 17.79px;
	padding: 7px 30px 7px;
	border: 2px solid #fff;
	border-radius: 8px;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.commonButton:hover {
	background: #113055;
	color: #fff;
	text-decoration: none !important;
}

/*Overflow hidden*/
.overflowY {
	overflow-y: hidden;
}
.overflowX {
	overflow-x: hidden;
}
.overflowHidden {
	overflow: hidden;
}

/*Comon PY*/
.comonPY {
	padding-top: 70px;
	padding-bottom: 70px;
}
.comonPT {
	padding-top: 70px;
}
.comonPB {
	padding-bottom: 70px;
}

/*Common PY*/
.commonPY {
    padding-top: 60px;
    padding-bottom: 60px;
}
.commonPT {
	padding-top: 60px;
}
.commonPB {
	padding-bottom: 60px;
}

/*BgColor*/
.bgColorLightBlue {
	background-color: #eff3f7;
}
.bgLightBlue {
	background-color: #eff5f8;
}

/*Separator*/
.separator {
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 10px 0 25px;
}
.separator.blue {
	color: #003057;
}

/*Heading Text*/
.headingText {
	margin-bottom: 30px;
}
.headingText.center {
	text-align: center;
}
.headingText h2 {
	font-size: 35px;
	font-family: "Neue Haas Unica W06 Regular";
	margin: 0 0 15px;
}
.headingText h5 {
	font-size: 18px;
	margin: 0 0 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*Heading Text*/
.headingTxt {
	margin-bottom: 30px;
}
.headingTxt h2 {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/*Single Content*/
.singleContentMain {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/logo-white.svg?v=1611742065");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 240px;
}
.singleContentInner {
	position: relative;
	text-align: center;
}
.singleContentInner p {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	font-family: "Neue Haas Unica W06 Light";
	font-size: 27px;
	line-height: 34px;
}
.singleContentInner p + p {
	margin-top: 20px;
}
.singleContentInner p strong {
	font-family: "Neue Haas Unica W06 Bold";
}

/*Money Back*/
.moneyBackOffer {
	width: 88px;
	position: absolute;
	top: -60px;
	right: 0;
	background-color: #236192;
	color: #fff;
	padding: 25px 10px 20px;
	text-align: center;
}
.moneyBackOffer::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 30px solid #eff3f7;
	border-left: 30px solid transparent;
}
.moneyBackOffer img {
	width: 45px;
	margin-bottom: 5px;
}
.moneyBackOffer h5,
.moneyBackOffer h6 {
	font-family: "Neue Haas Unica W06 Bold";
	color: #fff;
	text-transform: uppercase;
}
.moneyBackOffer h5 {
	font-size: 11.43px;
	letter-spacing: 2px;
}
.moneyBackOffer h6 {
	font-size: 8.43px;
	letter-spacing: 0.5px;
}

/*Testimonial*/
.testimonialWrapOuter {
	position: relative;
	width: 100%;
	max-width: 85%;
}
.testimonialWrapOuter .lSSlideOuter, 
.testimonialWrapOuter .lSSlideWrapper,
.testimonialWrapOuter .lightSlider {
	overflow: visible;
}
.lSSlideOuter .item {
	opacity: 0;
}
.lSSlideOuter .item.active {
	opacity: 1;
}
.opacitySlider .testimonialSlider .item.active + .item {
	opacity: 0.2;
	/* left: 100%; */
}
.testimonialSlider .item.active ~ .item .testimonialSlideContent,
.ourSecretScienceSlider .item.active ~ .item .ourSecretContentPart {
	display: none;
}


/*Dots*/
body .lSSlideOuter .lSPager.lSpg {
	display: none;
}
body .lSSlideOuter .lSPager.lSpg > li {
	margin: 0 5px;
	padding: 0;
}
body .lSSlideOuter .lSPager.lSpg > li > a {
	background: #96c9ea;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
body .lSSlideOuter .lSPager.lSpg > li.active a, 
body .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #236192;
}

/*Arrows*/
.testimonialWrapOuter .lSAction > a {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 50px;
	height: 50px;
	border: 2px solid #113055;
	border-radius: 50%;
	padding: 3px;
	text-align: center;
	position: absolute;
	top: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.testimonialWrapOuter .lSPrev {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/left-arrow-blue.svg?v=1611811184");
	display: none;
}
.testimonialWrapOuter .lSAction > .lSNext {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/right-arrow-blue.svg?v=1611811166");
	right: 30px;
}

.testimonialSlideGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonialSlideContent {
	width: 430px;
	padding-left: 30px;
}
.testimonialSlideContent h4 {
	position: relative;
	width: 125%;
	font-size: 30px;
	line-height: 40px;
    text-shadow: 0 1px 2px #fff;
}
.testimonialSlideContent h4::before,
.testimonialSlideContent h4::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.testimonialSlideContent h4::before {
	position: absolute;
	top: -10px;
	left: -30px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/quote-left.png?v=1611810465");
}
.testimonialSlideContent h4::after {
	position: relative;
	right: -10px;
	bottom: 5px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/quote-right.png?v=1611810465");
}
.starRate {
	margin: 10px 0 5px;
}
.starRate img {
	width: 18px;
	display: inline-block;	
}
.miniList {
	margin: 15px 0 0;
}
.miniList ul li {
	margin: 0;
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 14px;
	line-height: 20px;
	color: #236192;
}
.miniList ul li span {
	font-family: "Neue Haas Unica W06 Regular";
	padding-left: 12px;
}
.slideImage {
	width: calc(88% - 430px);
	/* height: 485px; */
}
.slideImage img {
	width: 100%;
/*   height: 100%;
  object-fit: cover; */
}

/*Our Science Unmatched*/
.unmatchedOurScienceMain {
	background: rgb(169,165,167);
	background: linear-gradient(90deg, rgba(169,165,167,1) 0%, rgba(165,160,160,1) 20%, rgba(156,155,155,1) 35%, rgba(151,149,149,1) 61%, rgba(145,142,142,1) 76%, rgba(140,136,139,1) 84%, rgba(140,136,139,1) 100%);
}
.aminoDrBioContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aminoDrBioContent--Inner {
	width: 55%;
	padding: 50px 20px 30px 0;
}
.drImgOuter {
	width: calc(100% - 55%);
	padding-left: 25px;
}
.aminoDrBioContent h4 {
	position: relative;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}
.aminoDrBioContent h4::before,
.aminoDrBioContent h4::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.aminoDrBioContent h4::before {
	top: -10px;
	left: -5px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/quote-left-white.png?v=1611832927");
}
.aminoDrBioContent h4::after {
	right: 0;
	bottom: 5px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/quote-right-white.png?v=1611832955");
}
.aminoDrBioContent h5 {
	margin: 20px 0 0;
	padding-left: 40px;
}

.drInfomationPart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.drInfomationContent > div + div {
	margin-top: 20px;
}
.drInfomationContent h3 {
	font-size: 55px;
}
.drInfomationContent h3 span {
	width: 100%;
	max-width: 65%;
	display: block;
	font-size: 16px;
	font-family: "Neue Haas Unica W06 Regular";
	color: #fff;
}

/*Our Secret Content*/
.ourSecretScienceSlider .item.active + .item {
	opacity: 1;
}
.ourSecretContentPart {
	width: 45%;
	padding-right: 6%;
}
.ourSecretContentPart + .slideImage {
	width: calc(85% - 45%);
	min-height: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ourSecretContentPart + .slideImage img {
	position: relative;
	top: 0;
	right: 85px;
	/*width: 120%;*/
	max-width: 120%;
    height: auto;
}
.ourSecretContentPart h2 {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 42px;
	color: #236194;
}
.ourSecretContentPart .separator {
	color: #113055;
	padding: 0;
}
.ourSecretContentPart p {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 18px;
	line-height: 24px;
	color: #236194;
	margin: 20px 0 0;
}

/*Top Grid Style*/
.contentTopGridMain {
	background-color: #236194;
}
.contentTopGrid {
	margin: 30px 0;
}
.topGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topGridIcon {
	width: 60px;
}
.topGridContent {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
}
.topGridContent h4 {
	font-size: 20px;
	margin: 0 0 5px;
	color: #fff;
}
.topGridContent p {
	line-height: 22px;
	color: #fff;
}

/*Clinically Proven Products*/
.clinicallyProvenProductsMain {
	position: relative;
}
.clinicallyProvenProductsMain::before {
	background: #eff5f8;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	content: "";
}
.clinicallyProductsSlider {
	margin: 0 -15px;
}
.clinicallyProductsSlider .item {
	margin: 0;
	padding: 0 15px;
}
.provenProductGrid--grid {
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.provenProductImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 240px;
}
.provenProductImg img {
	max-width: 195px;
	max-height: 235px;
	margin: 0 auto;
}
.provenProductGrid--grid h4 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 30px;
	width: 100%;
	max-width: 75%;
	margin: 25px auto 15px;
	color: #236194;
}
.provenProductGrid--grid p {
	color: #236194;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.provenProductGrid--grid .commonButton {
	border: 0;
	margin: auto auto 0;
	width: 100%;
	max-width: 65%;
}

/*Single Content Bottom*/
.singleContentBottomMain {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/logo-light-blue.svg?v=1611820443");
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: 280px;
	padding: 100px 0 70px;
}
.singleContentBottomMain .buttonOuter {
	margin-top: 50px;
}
.singleContentBottomMain .commonButton {
	margin: 0 10px;
}

/*Stay Up To Date*/
.stayUpToDateMain {
	background: rgb(35,97,148);
	background: linear-gradient(90deg, rgba(35,97,148,1) 50%, rgba(17,48,85,1) 50%); 
}
.stayUpToDateMain .row {
	position: relative;
}
.stayUpToDateMain .moneyBackOffer {
	right: 15px;
}
.stayUpToDateMain .moneyBackOffer::before {
	border-bottom-color: #113055;
}
.left .stayUpToDateGrid--grid {
	padding-right: 80px;
}
.right .stayUpToDateGrid--grid {
	padding-left: 80px;
	padding-right: 80px;
}
.stayUpToDateGrid--grid h3, 
.stayUpToDateGrid--grid p {
	color: #fff;
}
.stayUpToDateGrid--grid h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Neue Haas Unica W06 Medium";
	letter-spacing: 3px;
	width: 100%;
	max-width: 60%;
	min-height: 48px;
	margin: 0 0 25px;
}

.footerSignUp {
	margin: 30px 0 0;
}
.footerSignUp select {
	cursor: pointer;
	width: 100%;
	margin: 0 0 10px;
	background-color: #fff;
	border: 1px solid #fff;
	height: 48px;
	padding: 0 10px;
	border-radius: 5px;
	position: relative;
	color: #003057;
	font-size: 17px;
	background-color: #fff;
	background-size: 18px;
	background-position-x: 97%;
}

.researchFormPart {
	margin: 30px 0 0;
}
.researchFormPart.form {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.researchFormPart.form label {
	margin: 0;
	display: none;
	position: absolute;
	left: 0;
	top: -12px;
	font-size: 12px;
	color: #fff;
}
.researchFormPart .formField:focus + label,
.researchFormPart .not-empty + label {
	display: block;
}
.researchFormPart .formField {
	width: 100%;
	background-color: transparent;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: #fff;
	border-radius: 0;
	height: 48px;
	padding: 5px 0;
	color: #fff;
	font-size: 17px;
	box-shadow: none;
}
.researchFormPart .formField::placeholder {
	color: #fff;
	opacity: 1;
}
.researchFormPart .formField:focus {
	border-color: #fff;
}
.researchFormPart.form .commonButton {
	margin-left: 20px;
	background-color: #fff;
	color: #003057;
	border-color: #fff;
	height: 48px;
	padding: 5px 12px;
	font-family: "Neue Haas Unica W06 Regular";
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.researchFormPart.form .commonButton:hover {
	background: #ff8c00;
	border-color: #ff8c00;
	color: #fff;
}


/*Our Secret Science*/
.ourSecretSciencePart > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ourSecretSciencePart > .row + .row {
	margin-top: 50px;
}
.ourSecretSciencePart > .row:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.ourSecretSciencePart > .row:nth-child(even) {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}
.ourSecretSciencePart > .row:nth-child(odd) .imgPart {
	text-align: left;
}
.ourSecretSciencePart > .row:nth-child(even) .imgPart {
	text-align: right;
}
.ourSecretSciencePart > .row:nth-child(odd) .contentPart {
	text-align: right;
}
.ourSecretSciencePart > .row:nth-child(even) .contentPart {
	text-align: left;
}

.ourSecretSciencePart .imgPart img,
.ourSecretSciencePart .content {
	margin: 0 15px;
}
.ourSecretSciencePart .imgPart img {
	max-width: 380px;
}
.ourSecretSciencePart .content {
	display: inline-block;
	max-width: 420px;
	width: 100%;
	text-align: center;
}
.ourSecretSciencePart .contentPart h4 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 26px;
	margin: 0 0 15px;
}
.ourSecretSciencePart .contentPart p {
	line-height: 22px;
}

/*Read Our Story*/
.readOurStoryMain {
	background: #4f81a8;
}
.readOurStoryInner {
	text-align: center;
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
}
.miniLogo {
	width: 50px;
	margin: 0 0 20px;
}
.readOurStoryInner p {
	color: #fff;
	font-family: "Neue Haas Unica W06 Light";
	font-size: 32px;
	line-height: 38px;
}

/*Product Tabs*/
.productsTabsContentInner .productImg {
	text-align: center;
}
.productsTabsContentInner .productImg img {
	max-width: 290px;
}
.productInfo h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 26px;
	margin: 0 0 12px;
}
.productInfo p {
	line-height: 24px;
}
.provenProductsTabsLink h4 {
	margin: 0 0 20px;
	font-size: 18px;
}
.provenProductsTabsLink ul {
	border: 0;
	display: block;
}
.provenProductsTabsLink ul li {
	display: block;
	margin: 0;
}
.provenProductsTabsLink ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
	transition:inherit;
    -webkit-transition:inherit;
    -moz-transition:inherit;
	-o-transition:inherit;
}
.provenProductsTabsLink ul li a.active::after,
.provenProductsTabsLink ul li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    border-color: transparent #f4f8fb;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    top: 0;
    left: 100%;
}
.provenProductsTabsLink ul li a.active,
.provenProductsTabsLink ul li a:hover {
	background-color: #f4f8fb;
}
.tabIcon {
	width: 32px;
}
.provenProductsTabsLink ul li a span {
	width: calc(100% - 32px);
	display: inline-block;
	padding: 0 0 0 12px;
}


/*Amino Company Products*/
.dietaryQualificationsOuter {
	text-align: center;
}
.aminoCompanyProductsOuter {
	margin: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aminoProductGrid {
	width: 100%;
	margin: 0 10px;
}
.aminoProductGrid img {
	max-width: 25px;
	max-height: 25px;
}
.aminoProductGrid h5 {
	width: 100%;
	max-width: 75%;
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	font-size: 14px;
	margin: 10px auto 0;
}
.dietaryQualificationsOuter h4 {
	font-size: 18px;
	margin: 0 0 40px;
}
.dietaryQualificationsInner {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.qualificationsGrid {
	width: 100%;
	margin: 0 18px;
}
.qualificationsGrid img {
	max-width: 70px;
	max-height: 70px;
}
.qualificationsGrid h5 {
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0;
}


/*Real People, Real Results*/
body .close {
	position: absolute;
	right: -15px;
	top: -15px;
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #efefef;
	line-height: 10px;
	cursor: pointer;
	opacity: 1;
}
body .close img {
	max-width: 14px;
}
.realResultsMain .headingText {
	margin-bottom: 10px;
}
.testimonialOuter {
	position: relative;
	overflow: hidden;
}
.testimonialOuter .singleImg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonialPart {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
.testimonialPart p {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-family: "Neue Haas Unica W06 Light";
}
.testimonialPart h6 {
	font-size: 20px;
	color: #fff;
	margin: 20px 0 0;
}

.realResultsGrid {
	margin: 30px 0 0;
}
.videoImg {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.videoImg > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.videoImg .videoIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    color: #ff922f;
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-left: 3px;
}
.videoIcon img {
	width: 20px;
}
.videoIcon .show {
	display: inline-block;
}
.videoIcon .hide {
	display: none;
}
.videoImg .videoIcon:hover {
	color: #fff;
	background: #ff922f;
}
.videoIcon:hover .hide {
	display: inline-block;
}	
.videoIcon:hover .show {
	display: none;
}	

.productStarRatingPart {
	margin: 0;
}
.productStarRatingPart span {
	font-family: "Neue Haas Unica W06 Light";
	display: inline-block;
	font-size: 14px;
	color: #003057;
}
.productStarRatingPart span i {
	color: rgba(255, 171, 0);
	font-size: 14px;
}
.productStarRatingPart span img {
	width: 16px;
	vertical-align: middle;
	cursor: pointer;
}

.videoIframe {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	overflow: auto;
}
.videoIframePart {
	position: relative;
	width: 100%;
	max-width: 80%;
	height: 80%;
	margin: 3% auto;	
}
.videoIframePart iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	vertical-align: middle;
}

/*YouTube Popup Style*/
.YouTubePopUp-Wrap {
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    opacity: 0;
    z-index:9999999999999;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
    top:32px;
    z-index:99998;
}
.YouTubePopUp-Content {
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}
.YouTubePopUp-Content iframe {
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.YouTubePopUp-Close {
	position: absolute;
	top: 0;
	bottom:480px;
	cursor: pointer;
	right: -15px;
	margin: auto 0;
	width: 30px;
	height: 30px;
	z-index: 100;
	background: #fff url(https://cdn.shopify.com/s/files/1/0038/0878/8544/files/close.svg?v=1611832996) center no-repeat;
	background-size: 13px;
	-webkit-background-size: 13px;
	-moz-background-size: 13px;
	-o-background-size: 13px;
	border-radius: 50%;
}
.YouTubePopUp-Close:hover {
    opacity:0.8;
}

.top {
    margin-top: 78px;
}
 .hide{
  display:none;
 }

.input-error-message {
    margin-top: 9px;
    margin-bottom: 16px;
    color: #e06758;
}
.errors ul li {
    margin-top: 9px;
    margin-bottom: 16px;
    color: #e06758;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .cartCounter {
	top: -7px;
  }
    .YouTubePopUp-Content {
        max-width:90%;
    }
}
@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height:320px !important;
    }

    .YouTubePopUp-Close {
        bottom:362px;
    }
}
@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height:220px !important;
    }
    .YouTubePopUp-Close {
        bottom:262px;
    }
}

.titleRating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}
.titleRating h4 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 27px;
	font-weight: normal;
}
.titleRating .productStarRatingPart {
	margin: 0;
}
.realResultsContent li, 
.realResultsContent p {
	font-size: 17px;
	line-height: 22px;
}
.realResultsContent li {
	margin: 0;
}
.realResultsContent p {
	margin: 20px 0 0;
}
.realResultsContent li a {
	border-bottom: 2px solid #ff922f;
	display: inline-block;
}
.realResultsContent li a:hover {
	border-color: #003057;
}

/*Amino Guarantee*/
.aminoGuaranteeMain,
.aminoGuaranteeSctn {
	background: #4f81a8;
}
.aminoGuaranteeContent {
	padding-top: 50px;
	padding-bottom: 50px;
}
.aminoGuaranteeContent h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: "Neue Haas Unica W06 Bold";
	font-weight: normal;
	margin: 0 0 25px;
}
.aminoGuaranteeContent p {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	width: 100%;
	max-width: 80%;
}
.aminoGuaranteeImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.aminoGuaranteeImg svg,
.aminoGuaranteeImg img {
	width: 65%;
}
.aminoGuaranteeImg svg path {
	fill: #fff;
}

/*Footer*/
/*#footer {
	padding: 25px 0 0;
}*/
#footer a:hover {
    color: #ff922f;
}
.footerGrid {
	margin: 30px 0;
}
.footerLogo a {
	display: inline-block;
}
.footerLogo a img {
	width: 35px;
}
.footerGrid h4 {
	font-size: 17px;
	margin-bottom: 5px;
}
.footerGrid p {
	font-size: 15px;
	line-height: 22px;
}
.socialIcons {
	margin: 30px 0;
}
.socialIcons li {
	display: inline-block;
	margin: 0;
}
.socialIcons li + li {
	margin-left: 15px;
}
.socialIcons li a {
	display: block;
}
.socialIcons li a img {
	width: 18px;
}
.footerGrid .socialIcons li img {
	width: 26px;
}
.footerGrid .socialIcons li.youtube img {
	width: 34px;
}
.socialIcons li a img.show {
	display: block;
}
.socialIcons li a img.hide {
	display: none;
}
.socialIcons li a:hover img.show {
	display: none;
}
.socialIcons li a:hover img.hide {
	display: block;
}
.footerGrid .socialIcons li svg {
	width: 26px;
	height: auto;
}
.footerGrid .socialIcons .youtube svg {
	width: 32px;
}
.footerGrid .socialIcons li svg,
.footerGrid .socialIcons li svg path {
	fill: #003057;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.footerGrid .socialIcons li:hover svg,
.footerGrid .socialIcons li:hover svg path {
	fill: #ff922f;
}

.footerLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerGridLinks:first-child {
	margin-left: auto;
}
.footerGridLinks {
	margin-left: 50px;
}
.footerGridLinks li {
	font-size: 15px;
	margin: 0;
}
.copyrightWrapInner {
	border-top: 2px solid #113055;
	padding: 20px 0;
}
.copyrightWrapInner ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0;
}
.copyrightWrapInner ul li + li {
	margin-left: 30px;
}

/*Banner Inner*/
.bannerInnerMain {
	height: 380px;
	max-height: 100%;
}
.bannerInnerMain.opacity::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.52;
}
.bannerInnerMain::after {
	display: none;
}
.bannerInnerMain .heroImg {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bannerInnerMain .bannerContentOuter {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.bannerInnerMain .bannerContentOuter h1 {
	font-size: 50px;
	font-family: "Neue Haas Unica W06 Light";
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 25px;
}
.bannerInnerMain .bannerContentOuter h1 + p {
	margin-top: 10px;
}
.bannerInnerMain.opacity .bannerContentOuter h1 {
	color: #fff;
	font-family: "Neue Haas Unica W06 Bold";
    font-size: 60px;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}
.bannerInnerMain .bannerContentOuter p {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0 25px;
}
.bannerInnerMain.opacity .bannerContentOuter p {
	max-width: 65%;
	font-size: 25px;
	line-height: 35px;
	text-shadow: none;

}

/*All Collections*/
.collectionsAllMain {
	padding-bottom: 30px;
}
.sideBarSticky {
	position: sticky;
	top: 100px;
}
.productTypePart {
	position: relative;
	margin: 0 0 30px;
}
.productSidebar h4 {
	font-size: 18px;
	margin: 0 0 10px;
}
.productSidebar ul li {
	margin: 0 0 10px;
}
.productSidebar ul li .form-checkBox {
	margin: 0;
}
.productSidebar ul li:last-of-type {
	margin-bottom: 0;
}
.productSidebar ul li > a {
	display: block;
}
.productSidebar ul li > a:hover {
	color: #ff922f;
}
.productSidebar ul li img {
	width: 25px;
	margin: 0 10px 0 0;
}
.collectionsFiltersPart {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding: 30px 0 0;
}
.collectionsFiltersInner + .collectionsFiltersInner {
	margin-top: 30px;
}
.collectionsFiltersInner ul li {
	margin-bottom: 3px;
}

/*Collections Products*/
.allCollectionsArea {
	padding-left: 30px;
}
.sortBySelectPart {
	margin: 0 0 40px;
	padding: 0 0 40px;
	text-align: right;
	border-bottom: 2px dotted rgba(0, 48, 87, .2);
}
.sortBySelect {
	position: relative;
	background-color: #fff;
	border: 1px solid #003057;
	border-radius: 4px;
	outline: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	height: 45px;
	cursor: pointer;
}
.shortByText {
	font-size: 17px;
	position: absolute;
	left: 20px;
}
.sortBySelect select {
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: 0;
	padding-left: 80px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	color: #003057;
	cursor: pointer;
	font-size: 16px;
}
.sortBySelect select option {
	padding-left: 80px;
}

/*Products Grid*/
.allCollectionsGridOuter {
	margin: 0 0 40px;
}
.allCollectionsGrid {
	background: #e7e7e7;
	position: relative;
	height: 100%;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.allCollectionsGrid:hover {
	-webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, .1);
}
.allCollectionsGrid:hover .quickBuyOuter {
	display: block;
}

.productGridImage {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}
.allCollectionsGrid .discountedPercent {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #fe922f;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 17px;
	letter-spacing: -1px;
}

.discount_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Neue Haas Unica W06 Medium";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #349ba0;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;    
}
.discount_right span {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 5px;
}

.productGridImage > a {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 35px 20px;
    text-align: center;
}
.productGridImage > a img {
	margin: 0 auto;
	display: inherit;
	max-height: 280px;

}
#recently-viewed-products .productGridImage > a img {
    min-height: 280px;
}
.collectionProductContent {
	position: relative;
	background: #e7e7e7;
	padding: 20px 100px 20px 20px;
}
.collectionProductContent h4 {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 17px;
	margin: 0 0 5px;
	color: #14181b;
}
.collectionProductContent h4 a {
	color: #0a1823;
}
.collectionProductContent p {
	margin: 0 0 8px;
	color: #14181b;
	font-size: 15px;
	line-height: 17px;
}
.collectionProductContent p:last-of-type {
	margin-bottom: 0;
}
.productPricePart {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.limeGreenBg {
	background-color: #349ba0;
}
.greenBg {
	background-color: #3e7f47;
}
.blueBg {
	background-color: #305a84;
}
.productPricePart span {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
}
.productPricePart .priceText {
	margin: 0 0 2px;
}
/* .productPricePart .originalPrice {
	font-family: "Neue Haas Unica W06 Medium";
} */
.productPricePart .discountedPrice {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 20px;
	letter-spacing: -1px;
}

/*Quick Buy Product*/
.quickBuyOuter {
	width: 100%;
	background: #e7e7e7;
	position: absolute;
	left: 0;
	top: 99%;
	z-index: 1;
	padding: 15px 15px 20px;
	margin-top: 0;
	margin-bottom: 0;
	display: none;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
}
.selectJarPart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.selectDropDown select {
	cursor: pointer;
	width: 48%;
	margin: 0 0 10px;
	border: 1px solid #c4c4c4;
	height: 42px;
	padding: 0 10px;
	border-radius: 5px;
	position: relative;
	color: #003057;
	font-size: 15px;
	background-color: #fff;
	background-size: 10px;
	background-position-x: 92%;
}
.selectDropDown .selectDays {
	width: 65%;
}
.selectDropDown .selectJar {
	width: 33%;
}
.cartButton {
	background: #ff922f;
	border: 0;
	color: #fff;
	width: 100%;
    display: inline-block;
	font-size: 17px;
  	text-align: center;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	height: 48px;
    line-height: 48px;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.cartButton:hover {
	background:#003057;
	color: #fff;
}
/* .selectDropDown .commonButton {
    width: 100%;
} */

.jarMonthly {
	display: none;
	color: #003057;
	font-size: 14px;
	line-height: 17px;
	margin: 12px 0 0;
}
.disabled {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}

.learnMoreCollectionsGrid {
	height: 100%;
	padding: 50px 20px;
	text-align: center;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.learnMoreCollectionsGrid > img {
	width: 35px;
}
.learnMoreCollectionsGrid h4 {
	font-size: 20px;
	margin: 5px 0;
}
.learnMoreCollectionsGrid p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.learnMoreCollections {
	display: inline;
	border-bottom: 1px solid #003057;
}
.learnMoreCollections:hover {
	border-bottom-color: transparent;
}

/*Recently Viewed*/
.recentlyViewedOuter {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding-top: 30px;
	margin: 30px 0 0;
}
.recentlyViewedInner {
	margin: 0 -15px;
}
.recentlyViewedOuter h3 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 37px;
	text-align: center;
	margin: 0 0 30px;
}
.recentlyViewedSlider .item {
	padding: 5px;
}


/*Single Selected Products*/
/*Life Grape*/
.lifeGrapeMain {
	padding-top: 50px;
}
.lifeGrapeHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.lifeGrapeHeader.fixed .topBar {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0;
}
.fixed .navigationOuter nav ul li {
	font-size: 15px;
}
.fixed .navigationOuter nav ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navigationOuter nav ul li a.active {
	color: #eaf2f8;
}
.navigationOuter nav ul li a.active::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #eaf2f8;
}

.lifeHeadingTxt {
	margin: 0 0 40px;
}
.lifeHeadingTxt h2 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 75px;
	font-weight: normal;
	color: #003057;
	line-height: 70px;
	margin: 0 0 20px;
}
.lifeHeadingTxt h2 img {
	max-width: 45px;
	margin-left: 15px;
}
.lifeHeadingTxt h5 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 24px;
	font-weight: normal;
	max-width: 420px;
	line-height: 28px;
	color: #003057;
}
.productStarRatingPart {
	margin: 20px 0 0;
}
.productStarRatingPart span {
	font-family: "Neue Haas Unica W06 Light";
	display: inline-block;
	font-size: 14px;
	color: #003057;
}
.productStarRatingPart span i {
	color: rgba(255, 171, 0);
	font-size: 14px;
}

/*Thumbnail Slider*/
.lifeProductSliderOuter {
	position: relative;
}
.lifeProductInner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.slider-nav-part {
	width: 80px;
	position: absolute;
	left: 0;
	top: 70px;
}

.slider-nav-part .slick-track {
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
	transform: none;
}
.slider-nav-part li.slick-slide {
	width: 60px;
	min-width: 60px;
	height: 60px;
}
.lifeProductInner .slider-nav .slick-slide {
	margin-bottom: 10px;
	position: relative;
}
.slider-nav-part li.slick-slide img {
	padding: 10px;
	background-color: #eaf2f8;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
	border: transparent 1px solid;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-nav-part li.slick-slide.slick-current.slick-active img {
	border-color: #236192;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
.lifeProductInner .slick-slider {
	width: 100%;
}
.lifeProductInner .flexslider {
	width: 82%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	position: relative;
	text-align: center;
}
.lifeProductInner .flexslider .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 390px;
}
.lifeProductInner .flexslider .img {
	max-width: 70%;
	width: 100%;
	display: inline-block;
}

/*Product SideBar*/
.formSideBarOuter {
	padding-left: 60px;
	padding-top: 100px;
}
.formSideBarinner {
	background-color: #eaf2f8;
	padding: 30px 20px;
	border-radius: 8px;
}
.formSideBarinner .price {
	margin: 0 0 15px;
}
.packageHead {
	margin: 0 0 20px;
}
.formSideBarinner .price h4,
.packageHead h4 {
	font-size: 24px;
	color: #003057;
}
.packageHead p {
	font-size: 16px;
	color: #003057;
}
.oneTimePurchaseMonthlyOuter {
	margin: 0 0 10px;
}
.selectPurchasePart {
	margin: 0 0 20px;
}
.selectPurchaseBox {
	position: relative;
}
.selectPurchaseBox .tickIcon {
	width: 26px;
	position: absolute;
	left: 0;
	right: 0;
	top: -13px;
	margin: 0 auto;
	opacity: 0;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.selectPurchaseBox input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.selectPurchaseBox label {
	position: relative;
	font-size: 15px;
	margin: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	color: #222;
	padding: 8px 15px;
	border-radius: 0;
	cursor: pointer;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.selectPurchaseBox label:hover,
.selectPurchaseBox input[type="radio"]:checked + label {
	background: #236192;
	color: #fff;
}
.selectPurchaseBox input[type="radio"]:checked + label img {
	opacity: 1;
}

 h2.sub_tim, span.sub_tim{
	display: none;
}




.pricingPart .d-flex {
	align-items: center;
}
.pricingtable {
	position: relative;
	padding: 0;
	border: 1px solid #236192;
	background-color: #fff;
	text-align: center;
}
.pricingtable .content {
	padding: 10px;
}
.mostPopular {
	background: #236192;
	color: #fff;
	padding: 5px;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 14px;
	font-weight: normal;
}
.featured {
	z-index: 1;
	outline: 3px solid #236192;
}
.pricingtable h4 {
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.pricingtable h2 span {
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 14px;
	font-weight: normal;
}
.pricingtable h2 {
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 20px;
	font-weight: normal;
	color: #236192;
	margin: 5px 0;
}
.pricingtable.featured h2 {
	color: #ff922f;
}
.pricingtable span {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 14px;
	font-weight: normal;
}
.pricingChooseBtn {
	position: relative;
	margin: 10px 0 0;
}
.pricingChooseBtn.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 33.333333%;
	z-index: 1;
}
.pricingChooseBtn.two.fixed {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pricingChooseBtn.two.fixed:before,
.pricingChooseBtn.two.fixed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
	content: "";
	z-index: 1;
}
.pricingChooseBtn.two.fixed:after {
	left: initial;
    right: 1px;
}
.pricingChooseBtn.three.fixed {
	right: 0;
	left: inherit;
}
.pricingChooseBtn.fixed a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pricingChooseBtn.fixed a span {
	display: block;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 20px;
	font-weight: normal;
}
.productStarRatingPart span img {
	width: 14px;
	vertical-align: middle;
	cursor: pointer;
}
.pricingChooseBtn a {
	background: #236192;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
}
.featured .pricingChooseBtn a {
	background: #ff922f;
}
.pricingChooseBtn a span,
.jarIcon {
	display: none;
}
.pricingChooseBtn.fixed .jarIcon {
	display: block;
}
.jarIcon img {
	max-width: 50px;
	max-height: 30px;
}
.pricingChooseBtn.fixed .jarContent {
	margin: 0 0 0 20px;
	text-align: left;
}

/* .featured .pricingChooseBtn a {
	background: #ff922f;
} */
.pricingChooseBtn a:hover {
	background: #333;
}
.cancelAnytimeTxt {
	text-align: center;
	margin: 20px 0 0;
	display: none;
}
.cancelAnytimeTxt p {
	font-size: 16px;
	color: #236192;
}

.freeShippingGridPart {
	padding: 0 10px;
	margin-top: 20px;
}
.freeShippingGrid {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.freeShippingGrid .icon {
	text-align: center;
	min-height: 50px;
	line-height: 45px;
}
.freeShippingGrid .icon img {
	max-width: 50px;
	max-height: 50px;
}
.freeShippingGrid p {
	font-size: 15px;
	color: #003057;
	line-height: 18px;
}

.subNavigationWrap {
    background-color: #eaf2f8;
    position: sticky;
    top: 76px;
    text-align: center;
    margin: 50px 0;
    z-index: 9;
    width: 100%;
}
.subNavigationWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.subNavigationWrap ul li {
	display: inline-block;
	margin: 0 10px;
}
.subNavigationWrap ul li a {
	color: #003057;
	opacity: .5;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 17px;
	font-weight: normal;
	padding: 15px 5px;
	display: block;
}
.subNavigationWrap ul li a:hover {
	opacity: 1;
}

/*About Content Sctn*/
.bgLightBlue {
    background-color: #eaf2f8;
}
.bgWhite {
	background-color: #fff;
}
.bgGrey {
	background-color: #f2f2f2;
}
.aboutContentSctn {
	padding: 50px 0;
}
.aboutContentSctn h3,
.aboutContentSctn h4,
.aboutContentSctn h5,
.aboutContentSctn p,
.aboutContentSctn li,
.aboutContentSctn a {
	color: #003057;
}
.aboutContentSctn h3 {
	font-size: 38px;
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	margin: 0 0 15px;
}
.aboutContentPart p {
	font-size: 24px;
	line-height: 30px;
}

.aboutContentSideBar {
	padding-left: 40px;
}
.aboutDesPart {
	margin: 65px 0 0;
}
.aboutDesPart + .aboutDesPart {
	margin-top: 30px;
}
.aboutDesPart h5 {
	font-size: 18px;
	margin: 0 0 2px;
}
.aboutDesPart li, .aboutDesPart p {
	margin: 0;
	line-height: 22px;
	font-size: 17px;
}

.dietaryQualificationsOuter {
	margin: 50px 0 0;
	text-align: center;
}
.dietaryQualificationsOuter h4 {
	font-size: 18px;
	margin: 0 0 40px;
}
.qualificationsGrid {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 80px;
	margin: 0 18px;
}
.qualificationsGrid img {
	max-width: 70px;
	max-height: 70px;
}
.qualificationsGrid h5 {
	font-family: "Neue Haas Unica W06 Regular";
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0;
}

/*Clinical Benefits*/
.benefitsGrid {
	margin: 40px 0 0;
}
.benefitsGrid .icon {
	min-height: 70px;
	line-height: 65px;
	margin: 0 0 20px;
}
.benefitsGrid .icon img {
    max-width: 99px;
    max-height: 60px;
}
.benefitsGrid h4 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
}
.benefitsGrid p {
	line-height: 24px;
}

/*How to use*/
.howToUseGrid .icon {
	min-height: 90px;
	line-height: 80px;
}
.howToUseGrid .icon img {
	max-width: 130px;
	max-height: 130px;
}

/*The Science*/
.theScienceContentPart p {
	width: 100%;
	/*max-width: 60%;*/
}
.theScienceContentPart p strong {
	display: block;
}
.theScienceContentPart hr {
	margin: 60px 0;
	display: block;
	border: 1px dashed rgba(0, 48, 87, .2);
	border-bottom: 0;
}

/*Graph Section*/
.graphWrap {
	margin: 70px 0;
}
.graphWrap:last-of-type {
	margin-bottom: 0;
}
.graphWrap .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.graphContent.left {
	padding-left: 70px;
}
.graphContent.right {
	padding-right: 70px;
}
.graphContent h5 {
	font-size: 17px;
	border-left: 2px solid #003057;
	padding-left: 20px;
	margin-bottom: 20px;
}
.graphContent p {
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	border-left: 2px dotted rgba(0, 48, 87, .2);
	padding-left: 20px;
}
.graphContent p + p {
	padding-top: 25px;
}
.graphPart p{
  margin-bottom: 8px;
line-height: 15px;
}
.graphPart img{
  margin-bottom:20px;
}

/*Faq*/
.faqQuestionTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.faqQuestionTitle .faqQuestionBtn {
	background: transparent;
	border: 1px solid #ff922f;
	color: #ff922f;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	font-weight: normal;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 5px;
}
.faqQuestionTitle .faqQuestionBtn:hover {
	background: #ff922f;
	color: #fff;
}

.accordion_container {
	margin: 30px 0 0;
}
.accordion_head {
	position: relative;
	color: #003057;
	cursor: pointer;
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 25px;
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding: 20px 50px 20px 0;
}
.accordion_body {
    background: transparent;
	display: none;
}
.accordion_body p {
	padding: 0 0 30px;
	margin: 0;
	color: #003057;
}
.plusminus {
	color: #ff922f;
	font-family: "Neue Haas Unica W06 Light";
	font-size: 55px;
	line-height: 65px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}
.faqContactDes {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding: 20px 0 0;
}

/*Reviews*/
.reviewsCommentPart {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
}
.reviewsCommentPart + .reviewsCommentPart {
	border-top: 1px solid #eee;
}
.reviewsCommentPart .img {
	width: 70px;
	position: relative;
	background: #003057;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-family: "Neue Haas Unica W06 Medium";
	line-height: 70px;
	font-weight: normal;
}
.reviewsCommentPart .img .secureShield {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	line-height: normal;
}
.reviewsCommentPart .content {
	width: calc(100% - 70px);
	padding: 0 0 0 20px;
}
.reviewsCommentPart .productStarRatingPart {
	margin: 0 0 15px;
}
.reviewsCommentPart .productStarRatingPart span:last-child {
	font-family: "Neue Haas Unica W06 Bold";
	margin: 0 0 0 8px;
}
.reviewsCommentPart .productStarRatingPart span:last-child:after {
	content: "| Verified Buyer";
	margin-left: 5px;
}
.reviewsCommentPart .content h4 {
	font-family: "Neue Haas Unica W06 Bold";
	font-weight: normal;
	font-size: 16px;
}

.paginationPart {
	text-align: center;
	margin: 20px 0 0;
}
.paginationPart ul li {
	display: inline-block;
	margin: 0 10px;
}
.paginationPart ul li.active {
	font-family: "Neue Haas Unica W06 Medium";
	font-weight: normal;
}


/*Related Products*/
.relatedProductSlider .slick-track {
	padding: 20px 15px;
}
.relatedProductSlider .slick-arrow {
	position: absolute;
	top: 40%;
	cursor: pointer;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	background-color: #fff;
	color: #fff;
	border: 0;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000%;
	padding: 5px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.relatedProductSlider .slick-prev {
	left: -40px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/left-arrow-blue.svg?v=1611811184");
}
.relatedProductSlider .slick-next {
	right: -40px;
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/right-arrow-blue.svg?v=1611811166");
}

.relatedProductSlider .slick-list {
	overflow: visible;
}
.relatedProductSlider .item {
	position: relative;
}
.relatedProductSlider .item:hover .relatedGrid {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.relatedProductSlider .item:hover .cartProductDropDown {
	display: block;    
}
.cartProductDropDown {
	position: absolute;
	left: 0;
	top: 99%;
	z-index: 100;
	padding: 0 30px 40px;
	margin-top: 0;
    margin-bottom: 0;
	display: none;
	background: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.relatedGrid {
	padding: 40px 30px 20px;
	text-align: center;
	border-radius: 5px;
}
.relatedGrid .img {
	width: 100%;
	max-width: 150px;
	display: inline-block;
}
.relatedGrid .img img {
	max-height: 170px;
}
.relatedGrid .content {
	padding: 15px 0 0;
}
.relatedGrid .content h4 {
	font-size: 18px;
	margin: 0 0 15px;
}
.relatedGrid .content p {
	line-height: 22px;
}
.relatedProductPrice {
	margin: 12px 0;
}
.relatedProductPrice span {
	font-size: 16px;
}
.relatedProductPrice .netPrice {
	margin: 0 2px 0 10px;
}
.off {
	text-decoration: line-through;
	color: #c5c5c5;
}
.netPrice {
	font-family: "Neue Haas Unica W06 Medium";
	font-weight: normal;
}
.save {
	color: #f00;
}

/* Popup CSS */
.wrap_popup {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	height:100%;
	width:100%;
	overflow:auto;
	background-color: rgba(0,0,0,0.8);
}
.popup {
	background: #fff;
	position: relative;
	height:auto;
	width:100%;
	max-width:780px;
	margin:5% auto;
	display:block;
}
.termsAndPrivacyPopup .popup {
	max-width: 85%;
}
.close {
	position: absolute;
	right: -15px;
	top: -15px;
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #efefef;
	line-height: 32px;
	cursor: pointer;
}
.close img {
    max-width: 14px;
}
.popup .title {
	background: #236192;
	padding: 15px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.popup .title h4 {
	color: #fff;
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}
.popup .title p {
	display: block;
	font-size: 18px;
	color: #fff;
}
.selectedProduct h2 {
	color: #fff;
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 2px;
}
.selectedProduct p {
	display: block;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
}
.popup .popupBody {
	padding: 40px;
}
.popupBody p a {
	color: #262626;
}
.chooseFlavorsGrid {
	text-align: center;
	margin: 0 auto 40px;
}
.chooseFlavorsGrid .select {
	cursor: pointer;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
	padding: 10px;
}
.chooseFlavorsGrid .select .productTitle{
	margin-bottom: 0;
}
.chooseFlavorsGrid .select:hover, .chooseFlavorsGrid .select.selected {
	box-shadow: #236192 0 0 0 2px, rgba(0,0,0,0.3) 0 0 15px;
	background-color: #f0f0f0;
}
.chooseFlavorsGrid .productTitle {
	margin: 20px 0;
}
.chooseFlavorsGrid .img {
	display: inline-block;
}
.chooseFlavorsGrid .img img {
	max-height: 180px;
}
.productTitle h4 {
	/* width: 100%;
	max-width: 75%;
	margin: 0 auto; */
	font-size: 17px;
	color: #13171a;
}
.quantityPart form {
	display: inline-block;
}
.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quantity input,
.quantity span {
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	margin: 0;
	text-align:center;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	cursor: pointer;
	border-radius: 0;
}
.quantity input {
	width: 70px;
	font-size: 16px;
}
.quantity span:last-child {
	border-right: 1px solid #ccc;
}
input[type="button"] {
	cursor: pointer
}
.cartButtonOuter {
	text-align: center;
	margin: 0 0 30px;
}
.cartButtonOuter button {
	border-radius: 0;
	max-width: 260px;
	font-size: 18px;
}
.bottomTxt {
	text-align: center;
}
.bottomTxt p {
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
.popupFooter {
	position: relative;
	text-align: right;
	padding: 15px 40px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.closeButton {
	background: #236192;
	border: 1px solid #236192;
	color: #fff;
	padding: 10px 30px;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.closeButton:hover {
	background:#ff922f;
	border-color: #ff922f;
	color: #fff;
}

/*Special Offer*/
.specialOfferMain {
	margin: 50px 0;
}
.specialOfferInner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.bonusTabs {
	text-align: right;
	margin: 20px 0;
}
.bonusTabs ul {
	display: inline-block;
	vertical-align: middle;
}
.bonusTabs ul li {
	float: left;
	text-align: center;
	margin: 0;
}
.bonusTabs ul li + li {
	margin-left: 3px;
}
.bonusTabs ul li a {
	background: #003057;
	display: block;
	padding: 8px 30px;
	color: #fff;
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
}
.bonusTabs ul li a:hover {
	background: #ff922f;
	color: #fff;
}
.specialOfferBody .offerImgBio {
	width: 100%;
}

.offerSendButton,
.continueButton {
	text-align: right;
}
.continueButton {
	margin: 40px 0 0;
}
.offerSendButton a {
	background: rgb(0,48,87);
	background: linear-gradient(0deg, rgba(0,48,87,1) 0%, rgba(8,58,99,1) 44%, rgba(3,69,125,1) 55%, rgba(44,127,195,1) 100%);
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 12px 30px;
	border-radius: 10px;
}
.offerSendButton a:hover {
	background: rgb(255,146,47);
	background: linear-gradient(0deg, rgba(255,146,47,1) 0%, rgba(255,146,47,1) 44%, rgba(235,132,39,1) 55%, rgba(214,120,35,1) 100%); 
}
.continueButton a {
	display: inline-block;
	background: #ababab;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 14px;
}
.continueButton a:hover {
	background: #333;
	color: #fff;
}


/*Back to top*/
#back-top {
	background: rgba(0, 0, 0, 0.36);
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 30px;
	border-radius: 5px;
	z-index: 1;
}
#back-top svg path {
	fill: #fff;
}
#back-top:hover {
	background: #222;
}


/*Knowledge Center*/
.knowledgeCenterMain {
	border-bottom: 1px solid #ddd;
}
.knowledgeContentOuter.hide {
	display: none;
}
.knowledgeContentOuter.hide + .bgGrey {
	background-color: #fff;
}
.tabPanelOuter {
	border-bottom: 1px solid #ddd;
}
.tabPanelOuter .filter {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.filter a {
	position: relative;
	float: left;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 17px;
	padding: 35px 20px;
}
.filter a:hover,
.filter a.active {
	color: #ff922f;
}
.filter a:hover:before,
.filter a.active::before {
	content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}
.knowledgeContentInner h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 2px solid #003057;
	padding: 0 0 10px;
}
.knowledgeContentInner > h2 {
	margin-top: 27px;
}
.knowledgeGrid {
	margin-top: 30px;
}
.knowledgeGrid--grid {
	height: 240px;
	position: relative;
	overflow: hidden;
    border-radius: 5px;
}
.knowledgeGrid--grid > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.knowledgeGrid--grid a {
	text-decoration: none;
}
.knowledgeGrid--grid .commonButton {
	margin-top: 10px;
	font-size: 14px;
	padding: 7px 20px 10px;
}
.knowledgeGrid--grid h4 {
	font-size: 20px;
}
.knowledgeGrid--grid p {
	font-size: 14px;
	line-height: 17px;
}
.knowledgeGrid--grid p .readmore {
	margin-left: 0;
	color: #003057;
}
.knowledgeGrid--grid h4 .hidden,
.knowledgeGrid--grid p .hidden {
	display: none;
}
.overlayContent {
	width: 100%;
    height: 100%;
    padding: 1em;
    position: absolute;
    bottom: -60%;
    left: 0;
    background: rgba(255,255,255,.75);
    transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
}
.knowledgeGrid--grid:hover .overlayContent {
    bottom: 0;
    cursor: pointer;
    background: rgba(255,255,255,.85);
    transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
}
.ContentHover {
    display: none;
	transition: all ease .2s;
	margin-top: 5px;
}
.knowledgeGrid--grid:hover .ContentHover {
    display: block;
}
.knowledgeSideBar > h4 {
	font-size: 20px;
	margin: 0 0 19px;
	text-transform: uppercase;
}
.knowledgeSideBar > h4 span {
	color: #ff922f;
}
.newsContentPart {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}
.newsImg {
	width: 90px;
}
.newsContent {
	width: calc(100% - 90px);
	padding-left: 15px;
}
.newsContent h4 {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 16px;
	font-weight: normal;
}
.newsContent h4 a:hover {
	color: #ff922f;
}
.thisWeekAllTimePart .nav-tabs {
	border-bottom: 0;
	margin: 0 0 10px;
}
.thisWeekAllTimePart ul li {
	font-family: "Neue Haas Unica W06 Medium";
	max-width: 50%;
	flex: 0 0 50%;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.thisWeekAllTimePart ul li a {
	display: block;
	padding: 0 0 10px;
	border-bottom: 2px solid #ddd;
}
.thisWeekAllTimePart ul li a.active {
	border-bottom-color: #ff922f;
}

/*Forms*/
.formsMain,
.innerContentPagesMain {
	padding: 0 0 70px;
}
.formsHeading {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
}
.formsHeading h1 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	color: #003057;
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
	padding: 0;
}
.formsHeading p {
	margin-top: 10px;
}
.formsInner form {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}
.formsInner form label {
	font-size: 15px;
}
.form-group .form-control {
	font-size: 16px;
	border-radius: 3px;
	height: 45px;
	padding: 0 20px;
	box-shadow: none;
	border: 1px solid rgba(0, 48, 87, .3);
}
.formsInner form .comonButton {
	width: 100%;
}
.formLinks {
	text-align: center;
	margin: 15px 0 0;
}
.formLinks p {
	font-size: 14px;
	margin: 0 0 10px;
}
.formLinks a {
	text-decoration: none;
	border-bottom: 1px solid #ef8903;
	line-height: 15px;
	display: inline-block;
}
.formLinks a:hover {
	border-bottom-color:#003057;
}

/*Inner Content Pages*/
.lightOpacity::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.innerContentPagesMain {
	border-bottom: 1px solid rgba(0, 48, 87, 0.2);
}
.innerContentPagesOuter {
	padding: 40px 0 0;
}
.innerContentPagesPart {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.innerContentPagesPart h2 {
	text-align: center;
	font-size: 35px;
	margin: 0 0 40px;
}
.innerContentPagesPart h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 35px;
	margin: 50px 0 15px;
}
.innerContentPagesPart h4 {
	font-size: 18px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.innerContentPagesPart h3:first-child {
	margin-top: 0;
}
.innerContentPagesPart p,
.innerContentPagesPart ul {
	margin: 0 0 40px;
}
.innerContentPagesPart ul li {
	margin-bottom: 2px;
	position: relative;
	padding-left: 20px;
}
.innerContentPagesPart ul li:last-of-type {
	margin-bottom: 0;
}
.innerContentPagesPart ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #003057;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.innerContentPagesPart p a,
.innerContentPagesPart li a {
	text-decoration: none;
	border-bottom: 3px solid #ef8903;
}
.innerContentPagesPart p .fullWidth a {
	border-bottom: 0;
}
.innerContentPagesPart li a:hover,
.innerContentPagesPart p a:hover {
	border-bottom-color:#003057;
}
.innerContentPagesPart p:last-of-type {
	margin-bottom: 0;
}

/*Faq*/
.innerContentPagesOuter.innerFaqOuter {
	padding-top: 0;
}
.innerFaqOuter .accordion_container {
	margin-top: 0;
}
.innerFaqOuter h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 35px;
	margin: 40px 0 25px;
}
.innerFaqOuter h3:first-child {
	margin-top: 0;
}
.innerFaqOuter .accordion_head {
	border-top: 0;
	border-bottom: 2px dotted rgba(0, 48, 87, .2);
}
.innerFaqOuter h3 + .accordion_head {
	border-top: 2px dotted rgba(0, 48, 87, .2);
}
.innerFaqOuter .accordion_head.open {
	border-bottom: 0;
}
.innerFaqOuter .accordion_body {
	border-bottom: 2px dotted rgba(0, 48, 87, .2);
}

/*Your Cart*/
.cartOptionList {
	text-align: center;
	margin-bottom: 40px;
}
.cartOptionList ul {
	counter-reset: step;
}
.cartOptionList li {
	position: relative;
	display: inline-block;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	margin: 0 15px;
}
.cartOptionList li::before {
	counter-increment: step;
    content: counter(step);
	width: 28px;
	height: 28px;
	display: inline-block;
	background: #fff;
	color: #569bc1;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0;
	margin-right: 5px;
}
.cartOptionList li.active::before {
	background-color: #eaf2f8;
    color: #003057;
}

/*Your Cart*/
.table-responsive {
	position: relative;
	z-index: 1;
}
.yourCartTableOuter table {
	color: #003057;
	font-size: 17px;
	margin: 0;
}
.yourCartTableOuter table th {
	text-transform: uppercase;
	color: #003057;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	font-weight: normal;
	border-top: 0;
	border-bottom: 0;
	letter-spacing: 2px;
	text-align: left;
	padding: 15px 0;
}
.yourCartTableOuter table th:nth-child(2),
.yourCartTableOuter table td:nth-child(2) {
	width: 120px;
}
.yourCartTableOuter table th:last-child,
.yourCartTableOuter table td:last-child {
	text-align: right;
}
.yourCartTableOuter table tr + tr td {
	border-top: 2px dotted rgba(0, 48, 87, .2);
}
.table-responsive td, .table-responsive th {
    vertical-align: middle;
}
.yourCartTableOuter table tr td {
	position: relative;
	padding: 30px 0;
}
.tabletxt {
	width: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tabletxt__img {
	width: 50px;
	margin: 0 15px 0 0;
}
.tabletxt__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.tabletxt__content {
    width: calc(100% - 100px);
}
.tabletxt__content h4 {
	font-size: 17px;
	margin: 0 0 5px;
}
.tabletxt__content p {
	line-height: 22px;
	margin: 0;
}
.yourCartquantityOuter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.yourCartquantityOuter .quantityPart,
.yourCartTable .addYourCart {
	margin-top: -8px;
}
.yourCartquantityOuter .quantity {
	border: 1px solid rgba(0, 48, 87, .5);
	border-radius: 4px;
}
.yourCartquantityOuter .quantity input, 
.yourCartquantityOuter .quantity span {
	border: 0;
	background: transparent;
	color: rgba(0, 48, 87, 0.8);
}
.yourCartquantityOuter .quantity input {
	width: 25px;
}
.yourCartquantityOuter .quantity span {
	width: 35px;
}
.addYourCart {
	border: 1px solid rgba(0, 48, 87, .5);
	border-radius: 4px;
	height: 45px;
	line-height: 42px;
	padding: 0 15px;
	min-width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	margin-left: 10px;
}
.addYourCart:hover {
	border-color: #ef8903;
	color: #ef8903;
}
.removeYourCart {
	margin-left: 10px;
	border-bottom: 1px solid #ef8903;
	cursor: pointer;
}
.removeYourCart:hover {
	border-bottom-color: #003057;
}

/*Complete The Set Table*/
.completeTheSetTable {
	background: #f4f8fb;
	padding: 25px;
}
.completeTheSetTable h4 {
	font-size: 18px;
}
.completeTheSetTable table tr td {
	border-top: 0;
	padding-bottom: 0;
}
.completeTheSetTable table td:nth-child(2) {
	width: 70px;
}
.completeTheSetTable .tabletxt__img {
	width: 70px;
}
.completeTheSetTable .quantityPart {
	margin-top: 0;
}

/*Your Cart Sidebar*/
.yourCartTableSidebar {
	margin-top: 20px;
}
.yourCartshippingTxt {
	position: relative;
	border: 1px solid #f4f8fb;
	background: #fff;
	padding: 14px 20px 10px;
}
.yourCartshippingTruckTxt img {
	width: 20px;
	margin-right: 5px;
}
.yourCartshippingTruckTxt span {
	font-size: 14px;
}
.prograssCartBar {
	position: relative;
	background: #cdd8e1;
	height: 4px;
}
.shippingCalculatorProgress {
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
    height: 100%;
    background: #003057;
    -webkit-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.orderSummaryPart {
	background-color: #f4f8fb;
	margin-top: 20px;
	padding: 30px;
}
.orderSummaryPart h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 15px;
}
.orderSummaryPart h4 {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
.orderSummaryPart h4 + h4 {
	margin-top: 12px;
}
.orderSummaryPart h4 span {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 17px;
	float: right;
	letter-spacing: normal;
}
.orderSummaryPart .subtotalPart {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	padding-top: 20px;
	margin-top: 20px;
}
.orderSummaryPart .subtotalPart span {
	font-size: 23px;
	margin-top: -5px;
}
.cartCheckoutButton {
	margin-top: 20px;
}
.orderSummaryPart .commonButton {
	background: #ff922f;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 12px 15px;
	text-transform: none;
	font-size: 17px;
}
.orderSummaryPart .commonButton:hover {
	background: #003057;
}

.yourCartTableSidebar .cartCustomerBio {
	position: relative;
	margin: 70px 0 25px;
}
.yourCartTableSidebar .cartCustomerBio .userImg {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.yourCartTableSidebar .customerContent {
	width: 100%;
	padding: 45px 0 0;
	text-align: center;
}
.yourCartOuter .allCollectionsGridOuter {
	margin-bottom: 0;
}
.yourCartOuter .collectionProductContent {
	min-height: 122px;
}

/*Our Patents*/
.ourPatentsOuter {
	border-bottom: 2px dotted rgba(0, 48, 87, .2);
}
.patentIdContentGrid h5 {
	color: rgba(0, 48, 87, .5);
}
.patentIdContentGrid h2 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 34px;
	margin-top: 15px;
}
.patentIdContentGrid p {
	margin-top: 15px;
}
.patentUserContentGrid ul li {
	margin: 15px 0 0;
	position: relative;
	padding-left: 20px;
}
.patentUserContentGrid ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #003057;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

@media (min-width: 992px) {
.ourPatentsOuter {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 30px;
	-ms-grid-rows: auto auto;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template: "a b" "c b"/1fr 1fr;
}
}
/*1*/
@media (min-width: 992px) {
.patentIdContentGrid {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
}
.patentIdContentGrid {
	grid-area: a;
}
/*2*/
.patentUserContentGrid {
	grid-area: b;
}
@media (min-width: 992px) {
.patentUserContentGrid {
	-ms-grid-row-span: 2;
	grid-row: span 2;
}
}
/*3*/
@media (min-width: 992px) {
.patentCardButton {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
}
.patentCardButton {
	grid-area: c;
	margin-top: 20px;
}
.patentCardButton a {
	position: relative;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	color: #ff922f;
}
.patentCardButton a img {
	width: 24px;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.patentCardButton a:hover img {
	margin-left: 10px;
}

/*Case Studies*/
.caseStudiesMain {
	border-bottom: 1px solid rgba(0, 48, 87, .3);
}
.browseProductOuter {
	border-bottom: 2px dotted rgba(0, 48, 87, .2);	
}
.browseProductOuter:last-child {
	border-bottom: 0;	
}
.browseProductOuter.hide {
	display: none;
}
.browseProductFilters > h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	margin: 0 0 40px;
}
.browseProductFilters .filter {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.browseProductFilters .filter > a {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 180px;
    text-align: center;
    border: 1px solid rgba(0, 48, 87, .3);
    border-radius: 5px;
	padding: 15px 12px 14px;
	margin: 0 10px;
}
.browseProductFilters .filter > a.active {
	background-color: #003057;
    color: #fff;
}
.browseProductFilters .filter > a::before {
	display: none;
}
.browseProductFilters .filter > a img,
.browseProductFilters .filter > a svg {
	width: 30px;
	margin-bottom: 5px;
}
.st0,
.cls-1, 
.cls-2 { 
	fill:transparent; 
	stroke:#022B54; 
	stroke-width:3; 
	stroke-miterlimit:10;
}
.st1 { 
	fill:#022B54; 
}
.active .st0,
.active .cls-1,
.active .cls-2 {
	stroke:#fff;
}
.active .st1 { 
	fill:#fff; 
}
.browseProductFilters .filter > a h5 {
	color: #003057;
}
.browseProductFilters .filter > a span {
	display: block;
	font-size: 14px;
	color: #90959c;
}
.browseProductFilters .filter > a.active h5,
.browseProductFilters .filter > a.active span {
	color: #fff;
}
.caseStudiesUserImg .videoImg .videoIcon {
	left: 20px;
	transform: inherit;
	top: initial;
	bottom: 20px;
}
.caseStudiesUserContent h3 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 36px;
	margin: 0 0 5px;
}
.shopProductNowOuter {
	margin: 15px 0 0;
}
.shopProductNowOuter .shopProductNowPart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	height: 100%;
	padding: 25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);
	border-radius: 5px;
}
.shopProductImg {
	width: 55px;
}
.shopProductContent {
	width: calc(100% - 55px);
	padding: 0 0 0 15px;
}
.shopProductContent h4 {
	font-size: 18px;
}
.shopLink {
	color: #ff922f;
	text-decoration: underline;
}
.shopLink:hover {
	color: #003057;
	text-decoration: none;
}


html.js.js-focus-visible{
      padding-bottom: 0px!important;
}

div#slideshow-info{
  display:none;
}


.template-collection .collectionsFiltersInner h4 {
    text-transform: capitalize;
}


.template-collection .collectionsFiltersInner  form-checkBox{
   text-transform: capitalize;
}

#rc_container {
  display:none !important;
}

span.row_p p {
    text-align: center;
    font-size: 10px;
}

.check_but{
  width:100%;
}


  .YurCart {
    border-bottom: none!important;
  }

.selectedProductsOuter{
  display:block;
}

.Subhid{
  display:none;
}


span.sucess_msg {
    color: #fff;
  display: none;
}






/* 3-10-2021 */
.lifeProductInner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/*Arrows*/
.slider-nav-part {
	width: 80px;
	position: relative;
	left: 0;
	top: 0;
}
.slider-nav-part .slider-nav .slick-arrow  {
	width: 35px;
	height: 35px;
	background: #fff;
	color: #236192;
	text-align: center;
	border: 0;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
	position: absolute; 
    left: 50%;
    -webkit-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}
.slider-nav-part .slider-nav .slick-arrow:before  {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
 
.slider-nav-part .slider-nav .slick-arrow.slick-prev   {
	top: 0;
}
.slider-nav-part .slider-nav .slick-arrow.slick-next   {
	bottom: 0;
}
.slider-nav-part .slider-nav .slick-arrow.slick-prev:before  {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/top-dotted-arrow.svg?v=1615462705");
}
.slider-nav-part .slider-nav .slick-arrow.slick-next:before  {
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/bottom-dotted-arrow.svg?v=1615462650");
}
.slider-nav-part ul.slider-nav {
    padding: 40px 0;
} 
.slider-nav-part .slick-track {
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
	transform: none;
}
.slider-nav-part li.slick-slide {
	width: 60px;
	min-width: 60px;
	height: 60px;
}
.lifeProductInner .slider-nav .slick-slide {
	margin: 12px 0 0;
	position: relative;
}
.slider-nav-part li.slick-slide img {
	padding: 10px;
	background-color: #eaf2f8;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
	border: transparent 1px solid;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-nav-part li.slick-slide.slick-current.slick-active img {
	border-color: #236192;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
.slider-nav-part li.slick-slide {
    width: 60px;
    min-width: auto;
    height: auto;
    max-width: 100%;
}
/* 3-10-2021 end */


/*Our Science Banner*/
.ourScienceBannerMain {
	position: relative;
	background: #eaf2f8;
	height: 640px;
	overflow: hidden;
}
/* ---- particles.js container ---- */
#particles-js {
	background: #eaf2f8;
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.ourScienceBannerMain .bannerContentOuter h5 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ourScienceBannerMain .bannerContentOuter h1 {
	color: #003057;
	text-shadow: none;
	font-size: 60px;
}
.textSlider h2 {
	font-family: "Neue Haas Unica W06 Light";
	font-size: 60px;
    color: #ff922f;
}
.textSlider h2 > * {
	display: inline-block;	
	border-bottom: 2px dotted #003057;
}

/*Our Science*/
.ourScienceMain .headingText {
	text-align: center;
	margin: 0 0 100px;
}
.ourScienceMain .headingText p {
	font-size: 22px;
	font-family: "Neue Haas Unica W06 Regular";
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
}
.ourScienceMain .ourSecretSciencePart .imgPart {
	padding: 0 3%;
}
.ourScienceMain .ourSecretSciencePart .imgPart img {
	max-width: 100%;
}
.ourScienceMain .ourSecretSciencePart .content {
	max-width: 450px;
}

.ourScienceMain .ourSecretSciencePart > .row + .row {
	margin-top: 80px;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(odd) {	
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(odd) .imgPart {
	text-align: right;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(even) .imgPart {
	text-align: left;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(odd) .contentPart {
	text-align: left;
}
.ourScienceMain .ourSecretSciencePart > .row:nth-child(even) .contentPart {
	text-align: right;
}

/*Tech*/
.techMain {
	position: relative;
}
.techInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.techInner h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 36px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/*Science Is Unmatched*/
.scienceIsUnmatchedMain {
	background: #f4f8fb;
	padding: 100px 0;
}
.scienceUnmatchedContent h4 {
	margin: 0 0 15px;
	font-size: 26px;
}
.scienceUnmatchedCounter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.scienceUnmatchedCounter .col {
	text-align: center;
	padding: 0 20px;
}
.scienceUnmatchedCounter .col h4 {
	color: #4f81a8;
	font-family: "Neue Haas Unica W06 Light";
	font-size: 50px;
	margin: 0 0 5px;
}
.scienceUnmatchedCounter .col h6 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 20px;
}

/*Products Provide Ideal*/
.productsProvideIdealMain::before {
	display: none;
}
.productsProvideIdealMain .headingText {
	text-align: center;
	margin-bottom: 80px;
}
.productInfo h5 {
	margin-bottom: 10px;
	font-size: 18px;
}

/*More About Amino Acids*/
.moreAboutAminoAcidsMain {
	background: #f4f8fb;
}
.moreAboutAminoAcidsInner {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
}
.techFaqList h5 {
	margin-bottom: 15px;
}
.techFaqList li + li {
	margin-top: 50px;
}


/*Recipes Page*/
.recipesBannerMain {
	background-color: #f4f8fb;
}
.recipesContentOuter.hide {
	display: none;
}

.recipesFilterHead {
	text-align: center;
	margin: 0 0 50px;
}
.recipesFilterHead .filter {
	display: inline-flex;
	border-bottom: 3px solid rgba(0, 48, 87, .3);
}
.recipesFilterHead .filter a {
	position: relative;
	padding: 0 30px 12px;
	color: rgba(0, 48, 87, .3);
}
.recipesFilterHead .filter a:first-child,
.recipesFilterHead .filter a:last-child {
	padding-left: 5px;
	padding-right: 5px;
}
.recipesFilterHead .filter a::before {
	display: none;
}
.recipesFilterHead .filter a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100%;
}
.recipesFilterHead .filter a.active,
.recipesFilterHead .filter a:hover {
	color: #003057;
}
.recipesFilterHead .filter a.active:after, 
.recipesFilterHead .filter a:hover:after {
    background: #003057;
}

.recipesContentOuter {
	margin-bottom: 30px;
}
.recipesContentItem.knowledgeGrid--grid {
	height: 280px;
}

/*Pagination*/
.paginationOuter {
	margin-top: 30px;
}
.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination li {
	margin: 0 5px;
}
.pagination li img {
	width: 22px;
}
.pagination li a {
	background: #f4f8fb;
	color: #003057;
	padding: 5px 8px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 25px;
}
.pagination li a.active {
	background-color: #003057;
	color: #fff;
}
.new_act {
    background-color: #003057;
    color: #fff;
    padding: 5px 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
}
.pagination li:first-child,
.pagination li:last-child {
	margin: 0 15px;
}
.pagination li:first-child a,
.pagination li:last-child a {
	background-color: transparent;
	padding: 0;
	line-height: 34px;
}


/*Trials*/
.trialsBannerMain .bannerContentOuter h1,
.trialsBannerMain .bannerContentOuter p {
	color: #003057;
	text-shadow: none;
}

.tabSwitchWrap {
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.tabSwitchHead {
	margin: 0 0 80px;
}
.tabSwitchOuter .tab {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.tabSwitchOuter .tab-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabSwitchOuter .tab-nav li {
	font-size: 22px;
	margin: 0 20px;
}
.tabSwitchOuter .tab-nav a {
	display: block;
	color: #9B9B9B;
	text-decoration: none;
}
.tabSwitchOuter .tab-nav a:hover, 
.tabSwitchOuter .tab-nav a:focus {
	color: #003057;
}
.tabSwitchOuter .bottom-border {
	position: absolute;
	color: #003057;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.tabSwitchOuter .bottom-border::before {
	content: "";
	background: #003057;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -10px;
	height: 4px;
}
.tabSwitchOuter .bottom-border::after {
	content: "";
	position: absolute;
	bottom: -14px;
	width: 0;
	height: 0;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #003057;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tabSwitchOuter .tab-nav__item.active a {
	color: #003057;
}
.tabSwitchOuter .tab.active {
	opacity: 1;
	display: block;
}

.tabSwitchGrid {
	margin-bottom: 30px;
}
.tabSwitchItem {
    height: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.tabSwitchimage {
    height: 310px;
    overflow: hidden;
}
.tabSwitchimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.trialCardDescriptionPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    height: calc(100% - 310px);
}
.trialCardDescriptionInner {
    padding-bottom: 50px;
}
.trialCardDescriptionPart h3 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 30px;
	margin: 0 0 20px;
}
.trialCardDescriptionPart h4 {
	font-size: 20px;
}
.trialCardReviewedText a {
    position: relative;
    padding-right: 20px;
}
.trialCardReviewedText a::after {
	content: "";
	background-image: url("https://cdn.shopify.com/s/files/1/0038/0878/8544/files/icon-arrow-link.svg?v=1615789310");
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.trailCardMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding-top: 30px;
	border-top: 2px dotted rgba(0, 0, 0, 0.1);
}
.trailCardMore .patentCardButton {
	margin: 0;
}
.completedTxt {
	font-family: "Neue Haas Unica W06 Bold";
}
.completedTxt img {
	width: 20px;
	margin-left: 5px;
}


/*Amino Blog*/
.showOnMobile {
	display: none;
}
.mostCraveableRecipesMain .nav-tabs {
	width: 100%;
	max-width: 270px;
	margin: 0 auto 50px;
}
.bottomFixed {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #003057;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.socialIcons.bottomFixed li svg path {
	fill: #fff;
}
.socialIcons.bottomFixed li svg:hover path {
	fill: #ff922f;
}
.socialIcons {
	margin: 30px 0;
}
.socialIcons li {
	display: inline-block;
	margin: 0;
}
.socialIcons li + li {
	margin-left: 15px;
}
.socialIcons li a {
	display: block;
}
.socialIcons li a img,
.socialIcons li svg {
	width: 18px;
}
.socialIcons li a img.show {
	display: block;
}
.socialIcons li a img.hide {
	display: none;
}
.socialIcons li a:hover img.show {
	display: none;
}
.socialIcons li a:hover img.hide {
	display: block;
}

.blogWrapper {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}
.blogWrapper svg {
	width: 15px;
}
.blogWrapper svg path {
	fill: #003057;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.blogWrapper svg:hover path {
	fill: #ff922f;
}

.breadcrumbsPart {
	margin: 0 0 25px;
}
.breadcrumbsPart ul li {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
}
.breadcrumbsPart ul li + li:before {
	content: "/";
	margin: 0 10px;
}
.breadcrumbsPart ul li a {
	display: inline-block;
}
.breadcrumbsPart ul li a:hover {
	color: #ff922f;
}

.blogContentHeader > div {
	padding-left: 0;
}
.blogContentHeader h2, 
.blogPageContentOuter h2 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 40px;
}
.bolgPostedShare {
	margin: 20px 0 12px;
	font-size: 15px;
}
.bolgPostedShare,
.articleHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blogByTxt span {
	display: inline-block;
	border-bottom: 1px solid #ff922f;
	line-height: 22px;
}
.articleHeader a {
	border-bottom: 1px solid #ff922f;
	display: inline-block;
}
.companyByLogo {
	width: 25px;
	margin: 0 5px 0 0;
}
.articlePostTime {
	position: relative;
}
.articlePostTime::before {
	content: "|";
	margin: 0 8px 0 15px;
}
.blogSocialShare.socialIcons {
	margin: 0;
	display: flex;
	align-items: center;
}
.blogSocialShare.socialIcons > span {
	display: inline-block;
	margin: 0 10px 0 0;
}
.blogSocialShare.socialIcons ul {
	display: inline-block;
}
.blogSocialShare.socialIcons ul li {
	float: left;
}
.blogSocialShare.socialIcons li + li {
	margin-left: 12px;
}
.blogSocialShare.socialIcons ul li img,
.blogSocialShare.socialIcons li svg {
	width: 15px;
}
.blogImgFull.resizeImg:first-of-type {
	margin-top: 0;
}
.blogImgFull.resizeImg {
	height: 630px;
}
.resizeImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blogContentInner img {
	margin: 20px 0;
	width: 100%;
   height: auto;
}

.blogPageContentOuter a {
	text-decoration: none;
	display: inline-block;
	border-bottom: 3px solid #ff922f;
}
.blogPageContentOuter a:hover {
	border-bottom-color: #003057;
}
.blogPageContentOuter p {
	font-size: 18px;
	line-height: 28px;
}
.blogPageContentOuter p:last-of-type {
	margin-bottom: 20px;
}
.blogPageContentOuter p a {
	line-height: 22px;
}
.blogPageContentOuter h2 {
    font-size: 35px;
    margin: 40px 0 15px;
}
.blogPageContentOuter h3 {
	font-family: "Neue Haas Unica W06 Regular";
    font-size: 26px;
    margin: 30px 0 10px;
}

.joinTheCommunityOuter {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	margin: 35px 0 0;
	padding: 35px 0 0;
}
.joinTheCommunityOuter h5 {
    font-size: 18px;
    letter-spacing: 3px;
}
.joinTheCommunityOuter h5 a {
	letter-spacing: 0;
	border: 0;
	text-decoration: underline;
	margin: 0 0 0 2px;
}
.joinTheCommunityOuter h5 a:hover {
	text-decoration: none;
}

.joinTheCommunityInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
	margin: 30px 0 0;
}
.joinTheCommunityInner h4 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 26px;
}
.joinTheCommunityInner .socialIcons {
	margin: 0;
}
.joinTheCommunityInner .socialIcons li a {
	border: 0;
}

.postCommentsOuter {
	margin: 50px 0 0;
}
.postCommentsOuter h3 {
	margin-bottom: 25px;
}
.formFeild {
	width: 100%;
	border: 1px solid rgba(0, 48, 87, .3);
	height: 50px;
	padding: 5px 20px;
	border-radius: 3px;
	color: #003057;
	font-size: 18px;
}
.formFeild::placeholder {
	opacity: 1;
	color: #444;
}
textarea.formFeild {
	height: 200px;
	padding-top: 15px;
	resize: none;
}

/*Sign Up Form*/
/*
.blogSidebarSticky {
	position: sticky;
	top: 70px;
}
*/
.signUpFormWrapper {
	border-radius: 5px;
	text-align: center;
	padding: 20px;
	background-color: #f4f8fb;
}
.signUpFormWrapper > img {
	width: 45px;
	margin: 0 0 20px;
}
.signUpFormWrapper h4 {
	font-size: 18px;
	margin: 0 0 10px;
}
.signUpFormWrapper > p {
	font-size: 14px;
	line-height: 18px;
}
.signUpFormOuter {
	margin: 30px 0 0;
}
.signUpFormOuter form {
	display: block;
}
.signUpFormOuter .formField {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	background: transparent;
	padding: 0 15px;
	font-size: 14px;
	color: #003057;
}
.signUpFormOuter .formField::placeholder {
	color: #003057;
}
.signUpFormOuter .formField:focus,
.signUpFormOuter .formField.not-empty {
	border-color: rgba(0,0,0,0.6);
}
.signUpFormOuter form label {
	top: -20px;
}
.signUpFormOuter form .comonButton {
	margin: 10px 0 0;
	width: 100%;
}

/*Amino Off*/
.aminoProductOff {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 30px 0 0;
}
.aminoProductOff img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.aminoOffText {
	width: 45%;
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aminoOffText h4 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 10px;
}
.aminoOffText .comonButton {
	padding: 10px 15px;
}

.new_msg{
color:#000 !important;
}


/*Blog Single*/
.blogSingleBannerImgBanner {
	height: 300px;
	overflow: hidden;
}
.blogSingleBannerImgBanner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blogSingleMain > .container-fluid {
	width: calc(100% - 200px);
}
.blogSingleInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blogSingleContentHead .completedTxt {
	margin: 0 0 10px;
}
.jumpToSection h4,
.shareThisTrial h4 {
	font-size: 18px;
	margin: 0 0 15px;
}
.jumpToSection {
    background-color: transparent;
	position: -webkit-sticky;
	position: sticky;
    top: 160px;
    width: auto;
    min-width: 156px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
	z-index: 1;
}
.jumpToSection li {
	font-family: "Neue Haas Unica W06 Bold";
	font-size: 16px;
	margin: 0;
}
.jumpToSection li + li {
	margin-top: 10px;
}
.jumpToSection li a {
	position: relative;
	display: block;
	opacity: .5;
	padding-bottom: 0;
	border-bottom: 0;
	-webkit-transition: opacity .25s ease-in-out, border-bottom .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out, border-bottom .25s ease-in-out;
	transition: opacity .25s ease-in-out, border-bottom .25s ease-in-out;
}
.jumpToSection li a:hover,
.jumpToSection li a.active {
    opacity: 1;
}
.jumpToSection li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.jumpToSection li a.active:before, 
.jumpToSection li a:hover:before {
    background-color: #ff922f;
}

.shareThisTrial {
	position: -webkit-sticky;
    position: sticky;
    top: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	width: auto;
    min-width: 130px;
    display: block;
}
.shareThisTrial .socialIcons {
	margin: 0;
}
.shareThisTrial .socialIcons li + li {
	margin-left: 8px;
}
.shareThisTrial .socialIcons li img,
.shareThisTrial .socialIcons li svg {
	width: 16px;
}

.blogSingleContentOuter {
    width: 50%;
    padding: 0;
}
.blogSingleContentHead h1 {
	font-family: "Neue Haas Unica W06 Regular";
}
.blogSingleContentBody {
	border-top: 2px dotted rgba(0, 48, 87, .2);
	margin-top: 60px;
}
.blogSingleContentItem {
	border-bottom: 2px dotted rgba(0, 48, 87, .2);
}
.blogSingleContentItem:last-of-type {
	border-bottom: 0;
}
.blogSingleContentItem h4,
.blogSingleContentItem h5 {
	font-family: "Neue Haas Unica W06 Regular";
	font-size: 26px;
	margin-bottom: 15px;
}
.blogSingleContentItem h5 {
	font-family: "Neue Haas Unica W06 Medium";
	font-size: 18px;
	margin: 0;
}
.blogSingleSpecificationsOuter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blogSingleSpecificationItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 30px 0 0;
}
.specificationIcon {
	width: 35px;
}
.specificationIcon img,
.specificationIcon svg {
	width: 24px;
}
.specificationIcon.genderIcon svg {
	width: 32px;
}
.specificationIcon.ageRangeIcon svg {
	width: 35px;
}
.infoSpecificationWrapper {
	width: calc(100% - 24px);
	padding: 0 0 0 10px;
}


/* account form */

.form-inner-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-inner-main .medium-up--one-half {
    flex: 0 0 48%;
    margin-bottom: 10px;
}

.form-inner-main input {
    width: 100%;
    border: 1px solid #236192;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
}

.form-inner-main select {
    height: 35px;
    border: 1px solid #236192;
    padding: 0 10px;
    width: 100%;
}

.form-inner-main label {
    display: block;
}

.address-btn .comonButton {
    margin-right: 15px;
}




.add-address {
    display: flex;
}

.innerContentPagesPart ul.default-address-edit li::before {
    content: initial;
}

.user-add p {
    line-height: 30px;
    padding: 0 20px;
}


.user-add {
    margin-bottom: 10px;
}


.blue-back {
    background: #003057 !important;
    border-color: #003057 !important;
}

.blue-back:hover {
    background: #ff922f !important;
    border-color: #ff922f !important;
}

 ul.user_address_edit > li {
    width: 48%;
    float: left;
    border: 1px solid #ccc;
    padding: 20px 0;
   margin:0 10px;
   position:relative;

}

.blog-inners .blogSocialShare.socialIcons{padding-left:20px;}


.blog-inners .articleHeader,.blog-inners .bolgPostedShare{    justify-content: initial;}

ul.user_address_edit > li::before {
    content: initial;
}
.form_address {
    max-width: 700px;
    margin: auto;
}

.list--inline.default-address-edit {display: flex;justify-content: center;}

.user_address_edit h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-vertical form {
    padding:0 20px;
}

.user_address_edit h2 {
    text-align: right ;     margin-bottom: 20px ;     padding: 0 10px ;     font-size: 12px ; margin-top: 10px;  position: absolute; right: 0;}
.responsive-table th, .responsive-table td {
    width: 25%;    border: 1px solid #ccc;    text-align: center;    padding: 10px 10px;}

h2.edit-title {
    text-align: center;
}
.new_log{
  margin-top:20px;
}
.return-link-wrapper svg {
    width: 30px;
}
.address-new-toggle {
    border: none ; }

a.commonButton.btn--secondary.btn--has-icon-before {
    margin-bottom: 15px;
  	margin-top: 15px;
}

.paginationOuter {
    margin-top: 30px;
    margin-bottom: 20px;
}


@media (max-width:992px){

    ul.user_address_edit > li{width:45%;}
}
  
@media (max-width:767px) {

ul.user_address_edit > li {
    width: 100%;
 margin:0 0 10px 0;
}

.form-inner-main{    flex-direction: column;}
.form_address h2 {
    font-size: 20px;
}

.user_address_edit h2 {
    margin-bottom: 10px;
 
}
.default-address-edit li {
    margin-bottom: 0;
}
  
  .myaccount__order-history {
    overflow-x: scroll;}
  
  .responsive-table th, .responsive-table td {
 
    font-size: 14px;
}

.recipesFilterHead {
    margin: 0 0 20px;}
  
  .subNavigationWrap ul {
    flex-direction: column;
}

.subNavigationWrap {
    position: static;

}
 .subNavigationWrap{margin: 10px 0;}

}

.return-link-wrapper svg path {
    fill: #fff;
}

/*socaial feed page*/
.socail-nav {
	padding: 30px 0;
    background-color: #f4f8fb;
    position: sticky;
    top: 75px;
    width: 100%;
    z-index: 999;
}


.social-fan-page a {
    color: rgba(0,48,87,0.6);
    font-size: 17px;
    font-weight: 700;
	padding-bottom: 5px;
}
.social-fan-page a+a {
    margin-left: 25px;
    margin-right: 25px;
}
.social-fan-page {
    text-align: center;
}
.social-fan-page a:hover{border-bottom: 2px dotted #003057;}
.header-tile-social h4 {
    color: #003057;
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}
.socail-sub-title h5 {
    display: inline-block;
    border-bottom: 3px solid #003057;
    color: #003057;
    padding-bottom: 10px;
    font-weight: 400;
    padding: 7px 16px;
    font-size: 17px;
}
.socail-sidebar-button a {
    display: inline-block;
    color: #fff;
    background-color: #ff922f;
    font-family:neue-haas-unica, sans-serif;
	padding: 6px 10px;
    border-radius: 5px;
   
	transition: all 0.5s;
	font-size: 17px;
    font-weight: bold;
}
.socail-sidebar-button a:hover {
    background-color: #dd6900;
}
.button-social-text {
    padding-left: 10px;
    position: relative;
}

.button-social-text::before {
    position: absolute;
    left: 0;
    content: "|";
    font-size: 18px;
    top: 0;
	line-height: 1
}
.socail-sidebar-button i {
    font-size: 15px;
    padding-right: 2px;
}
.social-sidebar-items {
  background: url(https://cdn.shopify.com/s/files/1/0038/0878/8544/files/amino_image_68d74fb7-a929-4cc3-948b-db953a3b77c1.jpg?v=1616501088);
   text-align:center;
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.social-info-sidebar {
    position: sticky;
    top: 180px;
}


.socail-feed-col .social-image {
    padding: 0 10px;
}

.socail-feed-col {
    margin: 0 -10px;
}
.social-follower h2 {
    color: #4f81a8;
    font-size: 57px;
    font-weight: 300;
  font-family: "Neue Haas Unica W06 Light";
}
.social-main {
    margin-top: 30px;
}
.social-image img {
    width: 100%;
}
.dark-sidebar{background: url(https://cdn.shopify.com/s/files/1/0038/0878/8544/files/dark-sidebar_a014279f-74ae-45a7-8922-6f769638bc2d.png?v=1616500513); color: #fff;}
.dark-sidebar h2{color: #fff;}
.social-follower{margin-bottom: 10px;}
.socail-sidebar-button svg {
    width: 13px;
  
  
}
.socail-sidebar-button path {
    fill: #fff;
}
.social-image a{
  text-align:center;
}

#youtube .ff-search{
  display:none;
}

#youtube #ff-stream-3{
    background-color: transparent;
}

#youtube .ff-btn{
  	background: #ff8c00 !important;
	display: inline-block;
    text-align: center;
	color: #fff;
	font-size: 17.79px;
	padding: 7px 30px 10px;
	border: 2px solid #fff;
	border-radius: 8px;
	transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}


.fullsec{
  width:100%;
  margin:0;
  padding:0px;
}

                    
.newlist p {
 max-width: 350px;
 margin: auto;
 }
.activeul{
    opacity: 1!important;
}

.techImg{
  width:100%;
      object-fit: cover;
}

.newlist img {
    margin-bottom: 15px;
}

.myaccount__account-details  p .btn:focus {
       box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
  		border-bottom: 3px solid #ef8903;
}

.myaccount__account-details  p .btn:hover {
       box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
  		border-bottom: 3px solid #ef8903;
}


.prodis {
  margin: 20px 0 0;
  text-align: left;
  
}

h6.product_pri {
    margin: 15px auto;
}



.template-collection .form-checkBox label {
    text-transform: capitalize;
}


span.discountedPercent.Per_4529576837184 {
    display: none;
}

.wrap_popup.custm_pack_modal  .popupBody .chooseFlavorsGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.wrap_popup.custm_pack_modal  .popupBody .quantityPart {
    margin-top: auto;
}

.provenProductImg a {
	display: inline-block;
	margin: 0 auto;
}

/* same height slider */ 

 
.clinicallyProductsSlider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.clinicallyProductsSlider .slick-track .slick-slide {
	height: inherit;
}

.clinicallyProductsSlider .provenProductGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.blogPageContentOuter ul li {
    list-style: circle;
    margin: 8px 23px;
}


.annousment_bar {
	text-align: center;
    background-color: #ffd472;
    color: #133057;
    padding: 9px 10px;
    font-size: 16px;
    line-height: normal;
  font-family: "Neue Haas Unica W06 Bold";
}
.annous_but {
    background: #fd8200;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    height: 29px;
    line-height: 1.4;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 5px;
}

.annous_but:hover {
    color: #fff;
    background: #133057;
}


.santaBanner {
    height: auto;
    max-height: none;
    margin-top: 47px;
    padding-top: 78px;
    background: #dff4f4;
}

.bannerInnerMain .santacollec {
    object-fit: fill;
}

/* for blog */
.promo-pusher__image img {
    width: 161px;
    margin-right: 40px;
}

.promo-pusher--post {
    background: #d9fbee;
    border-radius: 4px;
    margin-bottom: 22px;
    padding: 32px;
}



/*   article */

  .aminoProductsec{
      display: flex;  
  }
  
.Productsec_blog {
    margin: auto;
}
  
  .blog_inside {
    padding: 10px;
    background-color: #ffffaa;
}
  
  #eBook1 {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 13px;
}
  
  .side_form {
    margin-bottom: 5px;
}
  
  .side_form p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
  
  .side_form button {
    font-size: 15px;
    padding: 15px 15px;
}
  
  
  .aminoOrrTexts h4 {
    margin: 10px 0px 10px;
}
  
  .aminoProductOrr img {
    max-width: 190px;
}
  .aminoProductOrr {
     margin-top: 20px;
    text-align: center;
}
  .SidebarTopb h4{
   margin-right: 9px;   
  }
  .SidebarTopb{
   display:flex; 
  }
    .SidebarSide{
   display:flex; 
   margin: 20px 0px;
  }
  .SidebarSide img {
    height: 114px;
}
  
  .SidebarSide p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
  
  .signUpFormOuter {
    margin: 20px 0 0;
}


  .aminoOrrTexts p {
    margin-bottom: 13px;
}
  .aminoProductsec a {
    padding: 10px 84px;
}
  
  p.bar_text{
    font-size:16px;
  }
  .sucess_msgss{
    color:#e31d1d
  }

.newblogbut{
  padding: 10px 79px;
}
.promo-pusher__textss h2 {
    margin-bottom: 17px;
}
  @media screen and (max-width: 562px) {
  .aminoProductsec {
    display: flex;
    flex-direction: column-reverse;
}
    
    .promo-pusher__textss h2 {
    margin: 15px 0px;
}
    
    .aminoProductsec a {
    padding: 7px 72px;
      width:100%;
}
.col-sm-3.col-md-6.col-lg-4.promo-pusher__images img {
    margin: 0px;
      max-width: 210px;
}
}
/*   article end */


/*   article new */

.sideBarOuter .signUpFormWrapper {
    background-color: #e1e7cd;
    border-radius: 0;
    box-shadow: -4px 9px 17px -11px rgba(0,0,0,0.3);
    -webkit-box-shadow: -4px 9px 17px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: -4px 9px 17px -11px rgba(0,0,0,0.3);
}
.sideBarOuter .SidebarTopb {
    position: relative;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 0;
}
.sideBarOuter .SidebarTopb2 {
    margin-top: -20px;
    background: rgb(2,0,36);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2,0,36,1)), color-stop(0%, rgba(83,153,29,1)), to(rgba(108,192,42,1)));
    background: -o-linear-gradient(bottom, rgba(2,0,36,1) 0%, rgba(83,153,29,1) 0%, rgba(108,192,42,1) 100%);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(83,153,29,1) 0%, rgba(108,192,42,1) 100%);
    padding: 18px 27px;
    position: relative;
}
.sideBarOuter .SidebarTopb2:before {
    left: auto;
    transform: rotate(-5deg) translateY(-80%);
    right: 0;
}
.sideBarOuter .SidebarTopb2:after {
    left: 0;
    transform: rotate(5deg) translateY(-80%);
}
.sideBarOuter .SidebarTopb2:after, 
.sideBarOuter .SidebarTopb2:before {
    content: '';
    position: absolute;
    background: #53991d;
    /* width: calc(50% + 20px); */
    height: 50px;
    /* transform: rotate(5deg) translateY(-80%); */
    z-index: -1;
    width: 50%;
    top: 97%;
}
.sideBarOuter .SidebarTopb h4 {
    margin: 0;
    font-size: 24px;
    color: #a1ec6d;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 30%);
}
.sideBarOuter .SidebarTopb h4 span {
    color: #fff;
}
.sideBarOuter .SidebarSide {
    margin: 45px 0 20px;
}
.sideBarOuter .SidebarSide p {
    color: #3b3a35;
}
.sideBarOuter .bar_text {
    color: #5e9424;
    font-size: 20px;
    font-family: "Neue Haas Unica W06 Bold";
    line-height: 28px;
}
.sideBarOuter .signUpFormOuter {
    margin: 30px 0 0;
}
.sideBarOuter .signUpFormOuter .formField {
    border-radius:0;
    background: #fff;
    height: 35px;
    max-width: 220px;
}
.sideBarOuter .signUpFormOuter .comonButton {
    margin: 20px 0 0;
    background: rgb(236,174,1);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(236,174,1,1)), color-stop(40%, rgba(239,179,7,1)), color-stop(60%, rgba(250,202,4,1)));
    background: -o-linear-gradient(bottom, rgba(236,174,1,1) 0%, rgba(239,179,7,1) 40%, rgba(250,202,4,1) 60%);
    background: linear-gradient(0deg, rgba(236,174,1,1) 0%, rgba(239,179,7,1) 40%, rgba(250,202,4,1) 60%);
    color: #9f6000;
    border-color: #9f6000;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    font-family: "Neue Haas Unica W06 Bold";
    text-shadow: 0px 3px 3px rgba(236,174,1,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sideBarOuter .signUpFormOuter .comonButton:hover {
    background: rgb(250,202,4);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(41%, rgba(250,202,4,1)), color-stop(61%, rgba(239,179,7,1)), to(rgba(236,174,1,1)));
    background: -o-linear-gradient(bottom, rgba(250,202,4,1) 41%, rgba(239,179,7,1) 61%, rgba(236,174,1,1) 100%);
    background: linear-gradient(0deg, rgba(250,202,4,1) 41%, rgba(239,179,7,1) 61%, rgba(236,174,1,1) 100%);
}
.sideBarOuter  .side_form p {
    color: #7d8172;
}
.sideBarOuter .signUpFormOuter form label {
    display: block;
    text-align: left;
    padding-left: 20px;
    color: #272822;
    font-size: 16px;
    font-weight: 600;
}
.sideBarOuter .separatorImg {
    width: 100%;
    margin: 0 0 20px;
}

.processing.active, .cartButtonOuter.active{
    position: relative;
}
.processing.active:before, .cartButtonOuter.active:before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 253 253 / 50%);
    z-index: 2;
}

.processing.active:after, .cartButtonOuter.active:after {
     content: ' .';
     color: black;
     -webkit-animation: dots 1s steps(5, end) infinite;
     animation: dots 1s steps(5, end) infinite;
     font-size: 95px;
     position: absolute;
     top: 20%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
     width: 61px;
     height: 30px;
     line-height: 0;
}


@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(256,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;
    }
  }


@keyframes dots {
  0%, 20% {
    color: rgba(256,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;
    }
}

.footerInner {
    text-align: center;
     margin-top: 15px;
} 
 
.footerLinks-menu  li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin: 0 30px;
}
.footerLinks-menu {
    margin: 0 0 20px;
}

.footerLinks-menu a {
    color: #003057;
}   

html {
  scroll-behavior: smooth;
}









/*=================
  Responsive CSS
  ================*/

@media screen and (max-width:1199px) {
    .sideBarOuter .SidebarTopb2:after {
        transform: rotate(6deg) translateY(-78%);
    }
    .sideBarOuter .SidebarTopb2:before {
        transform: rotate(-6deg) translateY(-78%);
    }
    .sideBarOuter .SidebarTopb2:after, .sideBarOuter .SidebarTopb2:before {
        top: 96%;
    }
} 
@media screen and (max-width:991px) {
    .sideBarOuter .SidebarTopb2:after, .sideBarOuter .SidebarTopb2:before {
        top: 92%;
    }
    .sideBarOuter .SidebarTopb2:before {
        transform: rotate(-5deg) translateY(-62%);
    }
    .sideBarOuter .SidebarTopb2:after {
        transform: rotate(5deg) translateY(-62%);
    }
  .sideBarOuter .signUpFormOuter form label {
     padding-left: 0;
  }
  .sideBarOuter .signUpFormOuter .formField {
     max-width: 100%;
  }
}
@media screen and (max-width:767px) {
    .sideBarOuter .SidebarTopb2:before {
        transform: rotate(-5deg) translateY(-70%);
    }
    .sideBarOuter .SidebarTopb2:after {
        transform: rotate(5deg) translateY(-70%);
    }
  .sideBarOuter .SidebarTopb h4 {
    font-size: 20px;
  }
  .sideBarOuter .bar_text {
      font-size: 16px;
        line-height: 23px;
  }
  .sideBarOuter .SidebarTopb2:after, .sideBarOuter .SidebarTopb2:before {
    top: 88%;
	}
  .sideBarOuter .signUpFormOuter {
      margin: 15px 0 0;
  }
}


/*   article end */
