@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
html, body {
	height: auto;
}
body {
	background: #EAEBEF;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 60px;
}
a, img {
	border: none;
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	display: block;
}
ul li,
ol li{list-style-position:inside;}
a {
	color: #107B68;
}
input, select, textarea, button{
	transition:all 0.5s !important;
	-moz-transition:all 0.5s !important;
	-webkit-transition:all 0.5s !important;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border-color:#66afe9 !important; outline:none; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);color:#000;}
input[type="text"]:target,input[type="password"]:target,textarea:target,select:target{color:#000000 !important;}
@media(max-width:737px){
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	select,
	button{
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
	}
}
textarea{
	resize:vertical;
}
a:hover {
	color: #216ba5;
}
.clear{clear:both !important;}
.textcenter{text-align:center !important;}
.container {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
.container-small {
	max-width: 1150px;
}
.cust-header {
	padding: 35px 0px 35px;
}
.cust-header.sticky {
    position: fixed;
    background: #EAEBEF;
    width: 100%;
    top: 0;
    padding: 20px 0px;
    z-index: 9999;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
.cust-flex {
	display: flex;
	flex-wrap: wrap;
}
.cust-justifybetween {
	justify-content: space-between;
}
.cust-aligncenters {
	align-items: center;
}
.cust-navs li a {
	color: #000;
	font-size: 19.85px;
	line-height: 29.77px;
	font-weight: 400;
}
.cust-navs li a:hover {
	color: #107B68;
}
.cust-navs ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cust-navs ul li {
    padding: 0 28px;
}
.cust-navs {
    margin-right: -28px;
}
.cust-toggle {
	display: flex;
	justify-content: flex-end;
}
.cust-toggle a {
    background: #107B68;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    font-size: 20px;
}
.cust-toggle a:focus {
	background: #000000;
}
.cust-navs {
    position: relative;
}
.cust-ptbs {
	padding: 80px 0px;
}
.cust-intro-bnr{
	padding: 10px 0px;
}
.cust-rows {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.cust-halfcols {
	width: calc(50% - 30px);
	margin: 0 15px;
}
.cust-thirdscols {
	width: calc(33.33% - 30px);
	margin: 0 15px;
}
.texts-primary {
	color: #107B68 !important;
}
.cust-bannertitles {
	font-size: 63.52px;
	line-height: 94.96px;
	font-weight: 700;
	margin-bottom: 28px;
}
.texts-black {
    color: #000;
}
.cust-banner p {
	font-size: 19.85px;
	line-height: 26.9px;
	font-weight: 400;
}
.cust-btnprimary:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
.cust-btnprimary {
    background: #107B68;
    padding: 19px 60px;
    display: inline-block;
    font-size: 19.85px;
    line-height: 26.9px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 04;
	box-shadow: none;
    border: 1px solid #107B68;
	cursor: pointer;
}
.cust-btnprmouters {
    position: relative;
    display: inline-block;
}
.cust-banner .cust-btnprmouters {
	margin-top: 55px;
}
.cust-btnprmouters:after {
    content: "";
    width: 208px;
    position: absolute;
    right: -35px;
    border: 1px solid #000;
    height: 64px;
    bottom: -15px;
}
.cust-sectitle {
	font-size: 59.48px;
	font-weight: 700;
	line-height: 88.93px;
}
.cust-about-details-outers {
    margin-top: 60px;
    justify-content: center;
}
.cust-about-detail-image img {
    max-width: 350px;
	border: 1px solid #107B68;
	border-radius: 17.53px;
	margin: 0 auto;
	margin-bottom: 28px;
}
.cust-about-detail-title {
	font-size: 22.62px;
	font-weight: 700;
	line-height: 33.93px;
	margin-bottom: 20px;
}
.cust-about-details-cont p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    padding: 0 15px;
    text-align: left;
}
.cust-about-detail-image.cust-about-detail-imagesafe {
    background: none;
    border: none;
    height: auto;
    max-width: 100%;
}
.cust-about-details-outers .cust-thirdscols {
    margin-bottom: 75px;
}
.cust-pd-desc-left {
	width: calc(50% - 30px);
	margin: 0 15px;
}
.cust-pd-desc-rights {
	width: calc(50% - 30px);
	margin: 0 15px;
	padding-left: 40px;
}
.cust-pd-desc-images {
    background: #107B68;
    padding: 0px 0px 0px 15px;
    border-radius: 4.17px 0px 0px 4.17px;
    position: relative;
    margin-bottom: 48px;
}
.cust-pd-desc-images img {
    position: relative;
    bottom: -15px;
    right: -2px;
}
.cust-descsect {
    padding-top: 0px;
}
.cust-pd-desc-addcart, .cust-pd-desc-addcart:hover {
    position: absolute;
    bottom: -70px;
    background: #4DB5A2;
    width: 356.7px;
    height: 116.68px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Livvic;
    font-size: 39.35px;
    font-weight: 500;
    line-height: 49.38px;
    text-align: center;
    color: #000000;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cust-pddesc {
	margin-bottom: 80px;
}
.cust-pd-desc-subheads {
    font-size: 15px;
    line-height: 20px;
}
.cust-pd-desc-head {
    font-family: Livvic;
    font-size: 33.53px;
    font-weight: 700;
    line-height: 42.08px;
    text-align: left;
    color: #000;
    margin: 11px 0px 28px;
}
.cust-pddesc .cust-pd-desc-rights p {
	font-size: 17.4px;
	font-weight: 400;
	line-height: 30.45px;
	text-align: left;
	color: #474464;
}
.cust-pddesc .cust-pd-desc-rights ul, .cust-pd-desc-left ul {
    margin: 28px 0px 0px;
}
.cust-pddesc .cust-pd-desc-rights ul li, .cust-pd-desc-left ul li {
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: Livvic;
    font-weight: 500;
    margin-bottom: 15px;
	display: flex;
    align-items: flex-start;
}
/* .cust-pddesc .cust-pd-desc-rights ul li img, .cust-pd-desc-left ul li img {
    margin-top: 2px;
} */
.cust-pddesc .cust-pd-desc-rights ul li img, .cust-pd-desc-left ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.cust-pd-bottom-sect {
    margin-top: 80px;
}
.cust-pd-get-conts {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    text-align: center;
    padding: 15px 0px;
    z-index: 2;
}
.cust-pd-bottom-sectimages {
    position: relative;
}
.cust-pd-get-conts .cust-sectitle {
    color: #fff;
    margin-bottom: 40px;
}
.cust-btnsecondary {
	background: #fff;
    padding: 19px 60px;
    display: inline-block;
    font-size: 19.85px;
    line-height: 26.9px;
    font-weight: 700;
    color: #107B68;
    position: relative;
    z-index: 04;
}
.cust-btnsecondary:hover {
	background: #000;
	color: #fff;
}
.cust-btnscdouters:after {
	/* content: ""; */
    width: 208px;
    position: absolute;
    right: -35px;
    border: 1px solid #4DB5A2;
    height: 64px;
    bottom: -15px;
}
.cust-btnscdouters {
	position: relative;
	display: inline-block;
}
.custsite-footer {
	padding: 35px 0px 10px;
}
.cust-copyrights p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.footer-tm{
	font-size: 9px;
  font-weight: 500;
}
.custsite-footer .cust-navbar {
    display: flex;
    list-style: none;
    margin: 0;
}
.custsite-footer .cust-navbar a {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    padding: 0 17px;
}
.custsite-footer .cust-navbar a:hover {
	color: #107B68;
}
.cust-footer-social-icon {
    display: flex;
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}
.cust-footer-social-icon a {
    background: #107B68;
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 8px;
}
.cust-footer-social-icon a:hover {
	background: #000;
}
.cust-footer-social-icon li:last-child a {
	margin-right: 0;
}
.cust-prodsliderscont .slick-instructions {
    display: none;
}
.cust-prodsliderscont .thumbnails-slider {
    width: 220px;
    margin-right: 15px;
    padding: 0;
}
.cust-prodsliderscont .thumbnails-slider button.thumbnail-button {
    width: 100%;
    height: auto !important;
}
.cust-prodsliderscont .thumbnails-slider video {
    width: 100%;
}
.cust-prodsliderscont .thumbnails-slider button.thumbnail-button {
    width: 100%;
    height: auto !important;
    margin-bottom: 15px;
}
.cust-prodsliderscont .main-image-slider {
    width: calc(100% - 235px);
    height: 911px;
    overflow: hidden;
}
.cust-prodsliderscont {
    display: flex;
}
.cust-prodsliderscont .main-image-slider video {
    width: 100%;
    height: 911px;
    object-fit: cover;
    border-radius: 20px;
}
.cust-prodsliders  .slick-prev {
    position: absolute;
    top: 40%;
    left: 0px !important;
    font-size: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
	cursor: pointer;
}
.cust-prodsliders .slick-prev:before {
	content: "\f104";
    font: normal normal normal 24px / 1 FontAwesome;
	color: #107B68;
}
.cust-prodsliders .slick-next {
    position: absolute;
    top: 40%;
    right: 0px !important;
    font-size: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
	cursor: pointer;
}
.cust-prodsliders .slick-next:before {
	content: "\f105";
    font: normal normal normal 24px / 1 FontAwesome;
	color: #107B68;
}
.cust-prodsliders .thumbnail-button {
    border-radius: 8px;
}
.cust-prodsliders .thumbnail-button img {
    border-radius: 8px;
    height: 130px !important;
}
.cust-prodsliders .thumbnails-slider .slick-next, .cust-prodsliders .thumbnails-slider .slick-prev {
    position: static;
    margin: 0 auto;
    display: none !important;
}
.cust-prodsliders .thumbnails-slider .slick-next:before {
	content: "\f107";
}
.cust-prodsliders .thumbnails-slider .slick-prev:before {
	content: "\f106";
}
.cust-prodsliders .thumbnails-slider .slick-prev {
    margin-bottom: 15px;
}
.cust-prodsliders .thumbnails-slider .slick-list {
    height: auto !important;
}
.cust-prodsliders .thumbnails-slider .slick-track {
    height: auto !important;
    transform: none !important;
}
.cust-prodsliders .thumbnails-slider .slick-next {
    margin-top: 15px;
}
.cust-pddesc .cust-pd-desc-rights p.cust-pd-prices-text {
    color: #107B68;
    font-weight: 600;
    margin-top: 15px;
}
.new-prod-page .mini-cart {
    -webkit-box-shadow: 0px 0px 6px #107B68;
    -moz-box-shadow: 0px 0px 6px #107B68;
    -ms-box-shadow: 0px 0px 6px #107B68;
    -o-box-shadow: 0px 0px 6px #107B68;
    box-shadow: 0px 0px 6px #107B68;
    z-index: 99;
	position: fixed;
    bottom: 0;
    background-color: #fff;
	left: 0;
	width: 100%;
}
.mini-cart .custom-cart .innr-mini-cart {
    display: block;
	text-align: center;
}
.mini-cart .custom-cart .innr-mini-cart .mini-prod-bar {
    padding: 15px 0px;
}
.mini-cart .custom-cart .innr-mini-cart .mini-prod-bar {
    padding: 0px 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}
.mini-cart-view {
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    bottom: 0;
}
.new-prod-page .mini-cart-view-top {
    display: flex;
    justify-content: space-between;
}
.new-prod-page .mini-cart-view-top h2 {
    font-size: 35px;
    color: #107B68;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 6px;
}
.innr-mini-cart {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 65px;
    opacity: 1;
    height: auto;
	width: 100%;
}
.mini-prod, .mini-cart-btn {
    max-width: 25%;
    width: 100%;
    display: flex;
    align-items: center;
}
.mini-prod img {
    border: 1px solid #9c9c9c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
	width: 42px;
	height: 42px;
	margin-right: 8px;
}
.new-prod-page .mini-cart-view-top span {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.new-prod-page .mini-cart-view-top i {
    font-size: 20px;
    cursor: pointer;
    line-height: 28px;
}
.mini-cart-view-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
	margin-top: 15px;
}
.mini-cart-view-bottom .innr-mini-cart-bottom.wid-60 {
	width: 60%;
	padding-right: 40px;
    border-right: 1px solid #ddd;
}
.cart-view-sec {
    display: inline-grid;
    grid-template-columns: 20% 60% 20%;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    align-items: center;
    margin-bottom: 10px;
}
.prod-detail {
    padding-left: 35px;
}
.prod-detail h4 {
    color: #404040;
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 15px;
}
.prod-detail .lp-quantity-inputs {
    justify-content: flex-start;
	display: flex;
	width: 100%;
}
.mini-prod-bar span {
    color: #404040;
    margin: 0;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 31px;
    display: inline-block;
}
.mini-cart-btn a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 41px;
    font-weight: 700;
    background: #107B68;
    color: #fff;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}
.mini-cart-btn {
    justify-content: flex-end;
}
.new-prod-page .lp-quantity-inputs .inc-dec-btn {
    display: inline-flex;
    position: relative;
    border: 1px solid #ddd;
	padding: 0px 0px;
}
.new-prod-page .lp-quantity-inputs .inc-dec-btn input[type="button"] {
    margin: 0;
    background-color: unset;
    color: #404040;
    font-weight: 300;
    font-size: 25px;
    padding: 0;
    height: 59px;
    width: unset;
    font-size: 31px;
    padding-left: 0px;
    border: none;
	width: 35px;
	cursor: pointer;
}
.lp-quantity-inputs input[type="number"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #666 !important;
    height: 59px;
    padding: 0.75em !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: block;
    vertical-align: middle;
    line-height: 1.428571429;
	width: 80px !important;
    font-size: 21px;
    padding: 15px 0px !important;
	border: none;
}
.lp-quantity-inputs input[type="number"]:focus, .lp-quantity-inputs input[type="number"]:focus-visible {
    outline: none;
}
.prod-price {
    text-align: right;
}
.prod-price i.fa-trash {
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
	cursor: pointer;
}
.prod-price span {
    color: #8cc641;
    font-weight: 700;
	color: #107B68;
	font-size: 15px;
}
.innr-mini-cart-bottom.wid-40 {
    width: 40%;
	padding-left: 40px;
}
.prod-subtotal span {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.prod-subtotal span {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.prod-checkout-btn a.checkout {
    border-radius: 0;
    padding: 5px 20px;
    font-weight: 700;
    background: #107B68;
    color: #fff;
    font-size: 22px;
    margin: 0;
    cursor: pointer;
    display: block;
    text-align: center;
	display: block;
}
.prod-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.prod-checkout-btn {
    text-align: center;
}
.shopping {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    display: inline-block;
}
.prod-checkout-btn a.checkout i {
    margin-right: 8px;
}
.cust-checkoutsect {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 40px 0px;
}
.new-chkout-login-btn p {
    font-size: 16px;
    line-height: 25px;
}
.new-chkout-border {
    border-top: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 20px;
}
.custNwCpn {
    display: flex;
    flex-wrap: wrap;
}
.custNwCpn input {
	height: 55px;
    line-height: 0.5 !important;
    border: 1px solid #e6e6e6;
    padding: 15px 15px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
	width: 64%;
	border: 1px solid #ddd;
}
.custNwCpn button {
    margin-left: 15px;
    width: calc(36% - 15px);
}
.custNwCpn button {
    background: #107B68;
    color: #fff;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
	cursor: pointer;
}
.custNwCpn button:hover {
	background: #000;
}
.alternative-payment-separator, .alternative-payment-separator-pay {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 15px 0px;
	font-size: 16px;
	line-height: 23px;
}
.alternative-payment-separator-pay::before {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 50%;
    position: absolute;
}
.alternative-payment-separator-pay::after {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #ddd;
    right: 0;
    top: 50%;
    position: absolute;
}
.alternative-payment-separator::before {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 50%;
    position: absolute;
}
.alternative-payment-separator::after {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background: #ddd;
    right: 0;
    top: 50%;
    position: absolute;
}
.cust-checkout-mid-title {
    color: #000;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
	margin-bottom: 15px;
}
.cust-checkoutsect .input-field input, .cust-checkoutsect .input-field select, .cust-checkoutsect .input-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 0px;
    height: 42px;
    color: #404040;
	font-size: 16px;
	margin-bottom: 15px;
}
.textarea-font-fam{
	font-family: "Poppins", sans-serif;
}
.text-font-fam{
	font-family:"Poppins", sans-serif;
}
.cust-checkoutsect .input-field input:focus, .cust-checkoutsect .input-field select:focus, .cust-checkoutsect .input-field textarea:focus {
    border: 1px solid #107B68 !important;
    outline: none;
    box-shadow: none;
}
.new-chkout-form-mid .input-field {
    display: flex;
    flex-wrap: wrap;
}
.new-chkout-form-mid .input-field .wid-50 {
    width: 50%;
}
.new-chkout-form-mid .input-field .wid-50:nth-child(2) {
    margin-left: 15px;
    width: calc(50% - 15px);
}
.new-chkout-form-mid .input-field .wid-100 {
    width: 100%;
}
.new-chkout-form-mid .input-field .wid-33 {
    width: calc(33.33% - 15px);
	margin-left: 15px;
}
.new-chkout-form-mid .input-field .wid-33:nth-child(1) {
	width: 33.33%;
	margin-left: 0;
}
.cust-checkoutsect .input-field input[type="checkbox"], .cust-checkoutsect .input-field input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.cust-checkoutsect label {
	font-size: 16px;
	line-height: 23px;
}
.cust-checkoutsect .afterchecked .amazon-txt {
    font-size: 16px;
    line-height: 23px;
    display: block;
    margin-bottom: 15px;
}
.cust-checkoutsect .input-field textarea {
    height: 88px;
}
.cust-checkoutsect .prod-detail h4 {
    margin-bottom: 0;
}
.cust-checkoutsect .cart-view-sec {
    border: none;
    border-bottom: 1px solid #ddd;
}
.cust-checkoutsect .new-chkout-prod-detail {
    border: 1px solid #ddd;
}
.new-chkout-subtotal {
    padding: 0 15px;
}
.new-chkout-subtotal span {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.new-chkout-subtotal span:nth-child(2) {
    text-align: right;
}
.new-chkout-subtotal {
    padding: 4px 15px;
    display: flex;
    justify-content: space-between;
}
.new-chkout-subtotal span label {
    font-size: 20px;
    line-height: 1.5;
}
.new-chkout-subtotal.chkout-total-p {
    padding-top: 0;
    padding-bottom: 20px;
}
.new-chkout-prod-detail.proceed-to-checkout {
    padding: 0px 15px 15px;
    margin-top: 15px;
}
.cust-cclogo {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.cust-cclogo h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.strp_payment .cust-btngreen {
    background: #107B68;
    color: #fff;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 15px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.strp_payment .cust-btngreen:hover {
	background: #000;
}
.cust-securityimages {
    margin: 0 auto;
    margin-top: 20px;
}
.prod-price i.fa-times {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
	cursor: pointer;
}
.ship-today-grid, .innr-new-checkout-page {
    display: inline-grid;
    grid-template-columns: 55% 45%;
	width: 100%;
}
.new-checkout-page .ship-today-grid {
    align-items: center;
}
.new-chkout-login-btn span {
    color: #404040;
    font-weight: 400;
    font-size: 20px;
}
.ship-today-grid .ship-today-ordern {
    font-size: 20px;
    color: #107B68;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.innr-new-checkout-page {
    margin-top: 20px;
}
.new-chkout-page-sec:first-child {
    padding-right: 50px;
}
.new-chkout-form-mid h3, .cart-total-inner h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.new-chkout-subtotal .chkout-price {
    font-weight: bold;
}
.chkout-payment-method.Credit-Card-div {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
}
.order-nowbutton {
	background-color: #107B68;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin: 0 0;
    cursor: pointer;
    text-align: center;
}
.order-nowbutton:hover {
	background: #000;
}
.swal-button {
    background: #107B68;
}
.swal-button:hover {
    background: #000;
}
#couponDiv {
    margin-bottom: 20px;
}
.innr-norder-success-sec p {
    font-size: 16px;
    line-height: 23px;
}
.ord_succ_info {
    display: flex;
    flex-wrap: wrap;
	margin: 20px 0px;
}
.ord_succ_info .cust-os-info-inners {
    width: 50%;
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
}
.ord_succ_info .cust-os-info-inners p {
    padding-right: 8px;
}
.ord_succ_tble {
    width: 100%;
    border: 1px solid #ddd;
}
.ord_succ_tble h2 {
    text-align: center;
}
.ord_succ_tble td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 23px;
}
.ord_succ_tble tr td:last-child() {
   border-right: 0;
}
.ord_succ_tble tr:last-child td {
	border-bottom: 0;
}
.cust-pbloader {
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cust-pbloaderinners {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #107B68;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
} 
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.cust-header.sticky {
    padding: 8px 0px;
}
.cust-header.sticky .cust-logo {
    max-width: 150px;
}
.cust-productsboxs {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cust-productsleft {
	display: flex;
	width: 65%;
	align-items: center;
}
.cust-productsimages {
    width: 110px;
}
.cust-productnames {
    font-size: 20px;
    line-height: 26px;
}
.cust-productstitles {
	margin-left: 20px;
}
.cust-productstitles .cust-productdesc {
    margin-top: 6px;
}
.cust-productsrights {
    display: flex;
    justify-content: flex-end;
    width: 35%;
}
.cust-productsrights.prod-checkout-btn .cust-products-buynow-button {
    height: auto;
    width: auto;
    font-size: 20px;
    padding: 11px 31px;
	line-height: 33px;
	display: inline-block;
}
.prod-checkout-btn a.checkout:hover {
	background: #000;
}
.cust-productsboxs {
    border-bottom: 1px solid #107B68;
    padding: 28px 0px;
}
.cust-productsboxs:last-child {
    border-bottom: 0px solid #107B68;
}
.cust-contact-us-sec {
    padding-bottom: 60px;
    border: none;
    padding-top: 0;
}
.cust-contact-us-sec .cust-rows {
    margin-top: 60px;
}
.cust-requiredsign {
    color: #ff0000;
}
.cust-contact-us-sec label {
    margin-bottom: 8px;
    display: block;
}
.cust-contact-us-details {
    padding-left: 40px;
}
.cust-contact-us-details p, .cust-contact-us-topmessages {
    color: #000;
    font-size: 20px;
    line-height: 26px;
	margin-bottom: 15px;
}
.cust-contact-us-sec .g-recaptcha {
    margin-bottom: 20px;
}
.contact-top-padd {
    padding-top: 60px;
	padding-bottom: 80px;
}
.cust-aboutsec {
    padding-top: 0px;
}
.cust-productscarousel .thumbnails-slider {
    width: 150px;
}
.cust-productscarousel .main-image-slider {
    width: calc(100% - 150px);
    height: auto;
}
.cust-productscarousel .main-image-slider img {
	border-radius: 8px;
}
.cust-productscarousel .thumbnail-button img {
    height: 80px !important;
}
.cust-pd-bottom-sectimages img {
    border-radius: 20px;
}
.cust-heroproducts {
	margin-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #107B68;
}
.cust-banner {
    padding-bottom: 60px;
}
.cust-heroproducts .cust-productsboxs {
    padding: 0;
}
.cust-heroproducts .cust-halfcols:nth-child(1) .cust-productsboxs {
    padding-right: 28px;
}
.cust-heroproducts .cust-halfcols:nth-child(2) .cust-productsboxs {
    padding-left: 28px;
}
/* @media screen and (min-width: 1620px) {
	.cust-banner {
		padding: 100px 0px;
	}
} */
/* unscribe page css start */
.unsubscribe-page-template {
    padding: 45px 0;
}
.unsubscribe-page-container {
    max-width: 605px;
    margin: 0 auto;
}
.unsubscribe-page-header-logo {
    text-align: center;
    padding: 0 20px 20px;
}
.unsubscribe-page-header-logo {
    text-align: center;
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
}
.unsubscribe-main-content {
    border: 1px solid #cecece;
}
.unsubscribe-content-title {
    background: #107B68;
    padding: 5px 0px;
}
.unsubscribe-content-title h1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.cust-bl-unscribe-body {
    padding: 35px 20px;
}
.unsubscribet-sub-title h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color:  #107B68;
    margin-bottom: 15px;
}
.unsubscribe-form-main-content label {
    color: #107B68;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 25px;
}
.unsubscribe-form-main-content .field-wraper {
    padding: 15px 20px 15px;
}
.unsubscribe-form-main-content input[type="email"], .unsubscribe-form-main-content textarea {
    color: #645c59;
    width: 100%;
    padding: 5px;
    border: 2px solid#107B68;
    font-size: 16px;
    border-radius: 2px;
    line-height: 25px;
}
.unsubscribe-form-main-content .radio-outter .radio-list-item {
    padding: 10px 0;
    display: block;
}
.unsubscribe-form-main-content .field-wraper label {
    text-align: left;
    color: #645c59;
    font-weight: 400;
    word-spacing: 1px;
    font-size: 16px;
}
.unsubscribe-form-main-content .radio-list-item input[type='radio'] {
    accent-color: #107B68;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.unsubscribe-form-main-content .radio-hidden textarea {
    margin: 20px 0 0;
    height: 70px;
}
.unsubscribe-form-main-content .unsbtn-outter {
    text-align: center;
}
.unsubscribe-form-main-content .unsbtn-outter input {
    background-color: #107B68;
    font-weight: 400;
    margin-top: 0;
    padding: 8px 37px;
    line-height: 27px;
    font-size: 18px;
    border-radius: 0;
    font-family: 'Roboto';
    color: #fff;
    border: none;
    cursor: pointer;
}
.unsubscribe-form-main-content .unsbtn-outter input:hover {
	background: #000;
}
.unsubscribe-page-footer {
    padding: 15px;
    text-align: center;
}
.unsubscribe-page-footer a {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    display: inline-block;
}
.unsubscribe-page-footer a:hover {
	color: #000;
}
.cust-title{
font-size: 59.48px;
  font-weight: 700;
  line-height: 88.93px;
  color: #107B68 !important;
  text-align: center !important;
}
.cust-content{
	margin-top:30px;
	margin-bottom:10px;
}
.cust-content p, .cust-content li, .flex-links li{
	font-size: 17.4px;
}
.cust-content p, .cust-content h2 , .cust-content ul {
margin-bottom:20px;
}
.cust-margin10 p{
	margin-bottom:7px;
}
.flex-links ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}
.flex-links li{
	list-style: none;
}
.flex-links li a{
margin:0 10px;
}
.flex-links li::after{
content: "|";
  color: #000;
  font-size: 15px;
  position: relative;
}
.flex-links li:nth-last-child(1)::after{
	display: none;
}
.cust_chkbtnsflex {
	justify-content: space-between;
}
.cust_chkbtnsflex .check-paypal-btn, .cust_chkbtnsflex  .custchk_gbtn{
	max-width: 48% !important;
  width: 48% !important;
  min-width: 48% !important;
}
.cust_chkbtnsflex .check-paypal-btn .paypal-buttons, .cust_chkbtnsflex .custchk_gbtn .gpay-card-info-container{
border-radius: 5px;
overflow: hidden;
}
.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn{
padding: 0 !important;
margin: 0 !important;
}
.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn #gpay-button-online-api-id{
	padding-top:4px;
}

/* unscribe page css end */
@media screen and (max-width: 1440px) {
	.cust-bannertitles {
		font-size: 55px;
		line-height: 75px;
	}
	.cust-banner .cust-btnprmouters {
		margin-top: 40px;
	}
	.cust-sectitle, .cust-title {
		font-size: 48px;
		line-height: 66px;
	}
}
@media screen and (max-width: 1265px) {
	.cust_chkbtnsflex  .custchk_gbtn .gpay-card-info-container{
		height: 35px !important;
		min-height: 35px !important;
		max-height: 35px !important;
	}
	.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn #gpay-button-online-api-id{
		padding-top:0px;
	}
}
@media screen and (max-width: 1199px) {
	.cust-navs ul li {
		padding: 0 20px;
	}
	.cust-navs {
		margin-right: -20px;
	}
	.cust-header {
		padding: 20px 0px;
	}
	.cust-bannertitles {
		font-size: 48px;
		line-height: 60px;
	}
	.cust-banner p {
		font-size: 17px;
		line-height: 24px;
	}
	.cust-btnprimary {
		padding: 15px 48px;
	}
	.cust-btnprmouters:after {
		width: 170px;
		right: -20px;
	}
	.cust-thirdscols {
		width: calc(50% - 30px);
	}
	.cust-about-detail-image img {
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 28px;
	}
	.cust-about-details-outers .cust-thirdscols {
		margin-bottom: 40px;
	}
	.cust-sectitle {
		font-size: 44px;
		line-height: 55px;
	}
	.cust-copyrights {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.cust-footerrights {
		justify-content: center;
		width: 100%;
	}
	.cust-productsleft {
		width: 100%;
		margin-bottom: 20px;
	}
	.cust-productsrights {
		width: 100%;
		justify-content: flex-start;
	}
	.cust-about-details-cont p{
		font-size: 15px;
		line-height: 20px;
	}
	.cust-heroproducts .cust-halfcols:nth-child(1) .cust-productsboxs {
		padding-right: 0px;
	}
	.cust-heroproducts .cust-halfcols:nth-child(2) .cust-productsboxs {
		padding-left: 0px;
	}
}
@media screen and (min-width: 992px) {
	.cust-toggle {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.cust-header {
		padding: 20px 0px;
	}
	.cust-navs {
		margin: 0;
	}
	.cust-navs ul.cust-navbar {
		position: fixed;
		width: 100%;
		background: #fff;
		width: 100%;
		top: 95px;
		left: -100%;
		height: auto;
		max-height: calc(100% - 95px);
		overflow-y: auto !important;
		box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
		display: block;
		transition: 0.6s ease;
	}
	.cust-navs ul li {
		padding: 0;
	}
	.cust-navs li a {
		padding: 11px 15px;
		display: block;
		border-bottom: 1px solid #ddd;
		font-size: 18px;
		line-height: 25px;
	}
	.cust-navs ul.cust-navbaropen {
		left: 0;
	}
	.cust-halfcols {
		width: calc(100% - 30px);
	}
	.cust-banner .cust-btnprmouters {
		margin-top: 28px;
		margin-bottom: 60px;
	}
	.cust-bannertitles {
		font-size: 40px;
		line-height: 51px;
		margin-bottom: 15px;
	}
	.cust-banner p {
		font-size: 16px;
		line-height: 23px;
	}
	.cust-btnprimary {
		font-size: 16px;
		line-height: 23px;
		padding: 11px 35px;
	}
	.cust-btnprmouters:after {
		width: 110px;
		height: 48px;
		bottom: -15px;
	}
	.cust-bannerimages {
		margin: 0 auto;
		margin-top: 28px;
	}
	.cust-ptbs {
		padding: 60px 0px;
	}
	.cust-intro-bnr{
		padding: 30px 0px;
	}
	.cust-aboutsec {
		padding-top: 0px;
	}
	.cust-pd-desc-left {
		width: calc(100% - 30px);
	}
	.cust-descsect {
		padding-top: 0px;
	}
	.cust-pddesc {
		margin-bottom: 60px;
	}
	.cust-about-detail-image img {
		max-width: 100%;
	}
	.cust-about-detail-title {
		font-size: 20px;
		line-height: 28px;
	}
	.cust-sectitle, .cust-title {
		font-size: 40px;
		line-height: 51px;
	}
	.cust-pd-desc-rights {
		width: calc(100% - 15px);
		padding: 35px 0px 0px;
	}
	.ship-today-grid, .innr-new-checkout-page {
		display: block;
	}
	.cust-ship-today-orders {
		margin-top: 15px;
	}
	.new-chkout-page-sec:first-child {
		padding-right: 0;
	}
	.cust-productsleft {
		width: 60%;
	}
	.cust-productsrights {
		width: 40%;
		justify-content: flex-end;
	}
	.cust-productsrights.prod-checkout-btn .cust-products-buynow-button {
		font-size: 17px;
		padding: 8px 28px;
	}
	.cust-contact-us-details {
		padding: 35px 0px 0px;
	}
	.cust-content{
		margin-top:20px;
	}
	.cust-content h2{
		font-size: 20px;
	}
	.cust_chkbtnsflex  .custchk_gbtn .gpay-card-info-container{
		height: 45px !important;
		min-height: 45px !important;
		max-height: 45px !important;
	}
	.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn #gpay-button-online-api-id{
		padding-top:4px;
	}
}
@media screen and (max-width: 877px) and (min-width:742px){ 
	.flex-links li:nth-last-child(2)::after{
		visibility: hidden;
	}
}
@media screen and (max-width:741px) and (min-width:586px){ 
	.flex-links li:nth-last-child(3)::after{
		visibility: hidden;
	}
}
@media screen and (max-width:585px){
	.flex-links li:nth-last-child(4)::after{
		visibility: hidden;
	}
}
@media screen and (max-width:519px) and (min-width:481px){ 
	.flex-links li:nth-last-child(2)::after{
		visibility: hidden;
	}
}
@media screen and (max-width:439px){ 
	.flex-links li:nth-last-child(2)::after{
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) { 
	.cust-navs li a {
		font-size: 16px;
		line-height: 23px;
	}
	.contact-top-padd {
		padding-top: 40px;
	}
	.cust-ptbs {
		padding: 40px 0px;
	}
	.cust-aboutsec {
		padding-top: 0;
	}
	.cust-heroproducts {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.cust-pddesc {
		margin-bottom: 20px;
	}
	.cust-sectitle {
		font-size: 35px;
		line-height: 44px;
	}
	.cust-about-details-outers {
		margin-top: 40px;
	}
	.cust-thirdscols {
		width: calc(100% - 30px);
	}
	.cust-about-detail-image img {
		max-width: 480px;
		margin-bottom: 15px;
	}
	.cust-about-detail-title {
		margin-bottom: 15px;
	}
	.cust-descsect {
		padding-top: 0;
	}
	.cust-bannertitles {
		font-size: 28px;
		line-height: 35px;
	}
	.cust-sectitle, .cust-title {
		font-size: 28px;
		line-height: 35px;
	}
	.cust-pd-desc-addcart, .cust-pd-desc-addcart:hover {
		width: 80%;
		font-size: 28px;
		height: auto;
		padding: 15px 15px;
	}
	.cust-pd-get-conts {
		background: #107B68;
		position: relative;
		bottom: 0;
		top: -20px;
		border-radius: 0 0 8px 8px;
		padding: 15px 0px 20px;
	}
	.cust-pd-bottom-sect {
		margin-top: 40px;
	}
	.cust-btnprimary, .cust-btnsecondary {
		font-size: 14px;
		line-height: 21px;
		padding: 11px 28px;
	}
	.cust-btnprmouters:after, .cust-btnscdouters:after {
		width: 99px;
		height: 40px;
		bottom: -8px;
		right: -15px;
	}
	.cust-pd-get-conts .cust-sectitle {
		margin-bottom: 20px;
	}
	.cust-footer-social-icon {
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
	.custsite-footer .cust-navbar {
		width: 100%;
		justify-content: center;
	}
	.custsite-footer .cust-navbar a {
		padding: 0 8px;
	}
	.custsite-footer {
		padding: 15px 0px;
	}
	.new-prod-page .mini-cart-view-top h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.mini-cart-view-bottom .innr-mini-cart-bottom.wid-60 {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.cart-view-sec {
		display: flex;
		flex-wrap: wrap;
	}
	.cart-view-sec .prod-img {
		width: 110px;
		order: 0;
	}
	.prod-detail {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
		order: 2;
	}
	.prod-detail h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.innr-mini-cart-bottom .prod-price {
		order: 1;
		width: calc(100% - 110px);
	}
	.innr-mini-cart-bottom.wid-40 {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
		padding-bottom: 20px;
	}
	.custNwCpn input {
		width: 100%;
		margin-bottom: 8px;
	}
	.custNwCpn button {
		width: 100%;
		margin-left: 0;
		padding: 11px 15px;
	}
	.alternative-payment-separator-pay::before, .alternative-payment-separator-pay::after, .alternative-payment-separator::before, .alternative-payment-separator::after {
		display: none;
	}
	.cust-checkout-mid-title {
		font-size: 22px;
	}
	.new-chkout-form-mid .input-field .wid-50, .new-chkout-form-mid .input-field .wid-33 {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.new-chkout-subtotal span label, .new-chkout-subtotal span {
		font-size: 16px;
	}
	.cust-cclogo {
		display: block;
	}
	.cust-cclogo h5 {
		margin-bottom: 15px;
	}
	.mini-prod, .mini-cart-btn {
		width: 100%;
	}
	.innr-mini-cart {
		padding: 8px 0px;
		display: block;
	}
	.mini-prod-bar {
		margin: 0px 0px;
	}
	.mini-cart .custom-cart .innr-mini-cart .mini-prod-bar {
		padding: 0px 0px;
	}
	.mini-cart-btn a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.mini-prod, .mini-cart-btn {
		width: 100%;
		max-width: 100%;
	}
	.mini-prod-bar span {
		text-align: left;
		font-size: 18px;
		line-height: 25px;
	}
	.cust-contact-us-details p, .cust-contact-us-topmessages {
		font-size: 17px;
		line-height: 24px;
	}
	.cust-contact-us-sec {
		padding-bottom: 20px;
	}
	.unsubscribe-page-container {
		max-width: 100%;
		padding: 0 20px;
	}
	.unsubscribe-page-header-logo {
		padding: 0 0px 20px;
	}
	.cust-bl-unscribe-body {
		padding: 20px 15px;
	}
	.unsubscribe-form-main-content .field-wraper {
		padding: 15px 0px;
	}
	.unsubscribe-page-header-logo .cust-bllogo {
		max-height: 80px;
		width: auto;
	}
	.unsubscribe-content-title h1 {
		font-size: 22px;
		line-height: 31px;
	}
	.unsubscribet-sub-title h2 {
		font-size: 18px;
		line-height: 25px;
	}
	.unsubscribe-form-main-content label {
		font-size: 16px;
		line-height: 23px;
	}
	.unsubscribe-form-main-content .field-wraper label {
		font-size: 15px;
	}
	.cust-intro-bnr{
		padding: 20px 0px;
	}
	.cust-product-mobile{
		width: 100%;
		flex-direction: column;
		text-align: center;
	}
	.cust-product-mobile img{
		max-width: 85%;
    	margin: auto;
		margin-top:10px;
		margin-bottom:20px;
	}
	.txt-center{
		text-align: center !important;
	}
	.cust-product-mobile .cust-productsimages, .cust-product-mobile .cust-productstitles {
		width: 100% !important;
		text-align: center;
	}
	.cust-chkbtn-mob, .cust-chkbtn-mob a{
		width:100% !important;
	}
	.cust-chkbtn-mob br{
		display: none;
	}
	.cust-buytxt {
		margin-right:5px;
	}
	.buyNowMobile{
		background-color: #fff;
  		color: #000;
	}
}
@media screen and (max-width: 663px) {
	.cust_chkbtnsflex .custchk_gbtn .gpay-card-info-container{
		height: 35px !important;
		min-height: 35px !important;
		max-height: 35px !important;
	}
	.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn #gpay-button-online-api-id{
		padding-top:0px;
	}
}
@media screen and (max-width: 480px) {
	.cust-bannertitles {
		font-size: 28px;
		line-height: 35px;
	}
	.cust-banner p, .cust-copyrights p, .custsite-footer .cust-navbar a, .flex-links li {
		font-size: 14px;
		line-height: 21px;
	}
	.cust-logo img {
		max-width: 130px;
	}
	.cust-sectitle, .cust-title {
		font-size: 28px;
		line-height: 35px;
	}
	.cust-content{
		margin-top:20px;
	}
	.cust-about-detail-image img {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.cust-about-detail-title {
		font-size: 18px;
		line-height: 25px;
	}
	.cust-pd-desc-head {
		font-size: 28px;
		line-height: 35px;
		margin: 11px 0px 15px;
	}
	.cust-pddesc .cust-pd-desc-rights p, .cust-about-details-cont p, .cust-content p, .cust-content li {
		font-size: 14px;
		line-height: 21px;
	}
	.cust-prodsliderscont .thumbnails-slider {
		width: 110px;
	}
	.cust-prodsliderscont .main-image-slider {
		width: calc(100% - 125px);
		height: 480px;
	}
	.cust-prodsliderscont .main-image-slider video {
		height: 480px;
	}
	.cust-pddesc {
		margin-top: 0px;
	}
	.cust-copyrights {
		margin-bottom: 15px;
	}
	.cust-prodsliders .thumbnails-slider .slick-list {
		height: 440px !important;
		overflow-y: auto;
	}
	.cust-productsleft {
		width: 100%;
	}
	.cust-productsrights {
		width: 100%;
		justify-content: flex-start;
	}
	.cust-productscarousel .cust-prodsliderscont {
		display: block;
	}
	.cust-productscarousel .cust-prodsliderscont .thumbnails-slider {
		width: 100%;
		display: flex;
		justify-content: center;
		height: auto;
	}
	.cust-productscarousel .cust-prodsliderscont .thumbnails-slider .slick-list {
		height: auto !important;
	}
	.cust-productscarousel .cust-prodsliderscont .thumbnails-slider .slick-list  .slick-track {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.cust-productscarousel .cust-prodsliderscont .thumbnails-slider .slick-list .slick-slide {
		width: calc(33.33% - 16px) !important;
		margin: 0 8px;
	}
	.cust-productscarousel .main-image-slider {
		width: 100%;
		height: auto;
	}
	.cust-heroproducts .cust-halfcols:nth-child(1) .cust-productsboxs {
		margin-bottom: 20px;
	}
	.cust-about-details-outers .cust-thirdscols:last-child {
		margin-bottom: 0;
	}
	.cust-about-details-cont p {
		padding: 0;
	}
	.cust-content h2{
		font-size: 18px;
	}
	.cust_chkbtnsflex .check-paypal-btn, .cust_chkbtnsflex  .custchk_gbtn{
		max-width: 100% !important;
	  width: 100% !important;
	  min-width: 100% !important;
	}
	.cust_chkbtnsflex .custchk_gbtn .gpay-card-info-container, .cust-check-paypal-btn #paypal-button-container{
		height: 45px !important;
		min-height: 45px !important;
		max-height: 45px !important;
	}
	.cust_chkbtnsflex{
		row-gap: 20px;
	}
	.cust_chkbtnsflex .custchk_gbtn .check-googlepay-btn #gpay-button-online-api-id{
		padding-top:4px;
	}
}