.product-page-content {
    padding-left: 35px;
}
.single-product-head .title {
    font-size: 34px!important;
    line-height: 42px!important;
	color: #000000;
	font-family: "Vedobi-700",Arial,sans-serif;
	margin-bottom: 0.25rem;
}
.single-product-head p {
    font-family: "Vedobi",Arial,sans-serif;
    color: #000000;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 20px;
}
.mrp-inc {
	font-family: "VedobiI",Arial,sans-serif;
	color: #43454d;
	font-size: 12px;
}
.prod-detail-bottom {
    background-color: #fff;
}
.offer-fixed-bottom .count-wth-atc {
	width: 100%
}
.count-wth-atc .cart-plus-minus {
    max-width: 150px;
    margin: 0;
}
.count-wth-atc .qtybutton {
    width: 33px;
}
.count-wth-atc .add_to_cart_details, .count-wth-atc .add_to_cart_details_buy {
    
}
.product-page-offers {
    border: 1px solid #efefef;
    height: fit-content;
    padding: 1rem .5rem 2rem;
    border-radius: 6px;
}
.product-page-offers .review-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-timer .timer-desc {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-timer .timer-box span:first-child {
    color: #fff;
    background-color: #dc3545;
    margin-bottom: .25rem;
    width: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-size: 15px;
}
.product-timer .timer-box .smalltext {
    color: #1e205b;
    font-weight: 600;
    font-size: 12px;
}
.single-product-ingredients .card {
    height: max-content;
    min-height: 420px;
    max-height: auto;
}
.single-product-benefits .card {
    height: max-content;
    min-height: 410px;
    max-height: 800px;
}
.single-product-benefits .card img, .single-product-ingredients .card img {
    width: 100%;
    height: max-content;
}
.single-product-benefits .card .card-title, .single-product-ingredients .card .card-title {
    font-family: "Vedobi",Arial,sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #000000;
    min-height: 60px;
}
.single-product-benefits .card .card-text, .single-product-ingredients .card .card-text {
    font-size: 15px;
    color: #878787;
    font-variant: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: uset;
    -webkit-box-orient: vertical;
	min-height: 105px;
	font-family: "Vedobi",Arial,sans-serif;
	line-height: 1.4;
}
.product-page-card-outer {
	border: 0px solid #8bbbc3;
	border-radius: 0rem;
}
.product-page-card-body {
	background: transparent;
}
.prod-detail-safetyInstruction-img li, 
section.product-details.prod-detail-howToUse-img.py-2 li, 
section.product-details.prod-detail-howToUse-img.py-2 p {
    position: relative;
    padding-inline-start: 1rem;
    font-size: 15px;
	color: #878787;
    font-variant: normal;
    font-family: "Vedobi",Arial,sans-serif;
	line-height: 1.4;
}
section.product-details.prod-detail-howToUse-img.py-2 p {
    position: relative;
    padding-inline-start: 1rem;
    font-size: 15px;
	color: #878787;
    font-variant: normal;
    font-family: "Vedobi",Arial,sans-serif;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.caution{
	color: #43454d;
    font-size: 15px;
    font-weight: 500;
	font-variant: normal;
    margin-top: 0.5rem;
	font-family: "Vedobi",Arial,sans-serif;
}
.prod-detail-safetyInstruction-img li:before, section.product-details.prod-detail-howToUse-img.py-2 li:before, section.product-details.prod-detail-howToUse-img.py-2 p:before {
    position: absolute;
    content: "";
    background-image: url(https://www.vedobi.com/assets/img/icon/icons-chevron-right.png);
    background-size: cover;
    height: 11px;
    width: 11px;
    font-size: 1rem;
    font-weight: 700;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.intro {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 3px solid #fbf8f8;
}
.readmorebtn{
	letter-spacing: 1px;
	box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 30%);
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 10px;	
	border-radius: 4px;
	line-height: normal;
}
.intro-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
height: 100%}
.youtube-player, .youtube-player>div {
    height: fit-content;
}
.intro-uppertxt {
    font-size: 1.8rem;
    color: #161618;
    margin-bottom: .5rem;
}
.intro-desc, .intro-title {
    margin-bottom: 0;
    color: var(--theme-color);
}
.intro-title {
    font-size: 4rem;
    line-height: 1.18;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    background-size: cover;
    bottom: .4rem;
    display: inline-block;
    z-index: 1;
}
.intro-desc {
    font-size: 1.2rem;
    font-style: italic;
}
.video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.youtube-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #161618;
    overflow: hidden;
}
.youtube-player img {
    display: block;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    height: auto;
}
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    background-image: url(https://www.vedobi.com/assets/images/play-icon.svg);
border-radius: 50%}
.customer-feedback-text {
    font-weight: 500;
}
/* customer testimonials section 09-04-2024 start */
.pdp-page-customer-testim-sect {
	margin: 0rem 0rem 0rem 0rem;
    padding: 4rem 0rem 4rem 0rem;
}
.pdp-page-customer-testim-outer {
	display: flex;
	align-items: start;
	flex-direction: row;
	justify-content: space-between;
}
.pdp-page-customer-testim-grid {
	width: calc(33.33% - 20px);
}
.pdp-page-customer-comment-block {
	background: #fcfbf7;
	border-radius: 10px;
	height: 100%;
	padding: 20px;
	display: flex;
	gap: 10px;
	flex-direction: column;
	margin-bottom: 30px;
}
.pdp-page-customer-comment-block-first {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pdp-page-customer-comment-block-first img {
	border-radius: 50%;
	height: 3.5rem;
	width: 3.5rem;
}
.pdp-page-customer-comment-block-first div p:nth-child(1) {
	font-size:16px;
	font-family: "Vedobi-700", Arial, sans-serif;
	line-height: normal;
}
.pdp-page-customer-comment-block-first div p:nth-child(1) i {
    color: #016b5d;
}
.pdp-page-customer-comment-block-first div p:nth-child(2) {
	font-size:14px;
	font-family: "Vedobi", Arial, sans-serif;
	margin-top: 0.25rem;
	line-height: normal;
}
.pdp-page-customer-comment-block-product {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pdp-page-customer-comment-block-product img {
	width: 3rem;
	border-radius: 4px;
}
.pdp-page-customer-comment-block-last {
	font-family: "Vedobi", Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
}
/* video comment */
.pdp-page-customer-video-comment-block {
	background: #fcfbf7;
	border-radius: 10px;
	height: 100%;
	padding: 0px;
	display: flex;
	gap: 0px;
	flex-direction: column;
	margin-bottom: 30px;
}
.pdp-page-customer-video-comment-block-first {
	position: relative;
	display: flex;
}
.pdp-page-customer-video-comment-block-first video {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.pdp-page-customer-video-comment-block-first img.imgplayIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 30px;
	width: 100%;
	display: block;
}
.pdp-page-customer-video-comment-block-first:hover img.imgplayIcon {
	display: none;
}
.pdp-page-customer-video-comment-block-last {
	background: #016b5d; 
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.video-ratings-full {
	cursor: pointer;
	margin-right: 0.5rem;
}
.video-ratings-full, .video-ratings {
	position: relative;
	font-family: "wolmart";
	letter-spacing: 0.2em;
}
.video-ratings-full::before {
	content: "" "" "" "" "";
	color: rgba(0, 0, 0, 0.16);
	white-space: nowrap;
}
.video-ratings {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.video-ratings::before {
	content: "" "" "" "" "";
	color: #ffffff;
}
.pdp-page-customer-video-comment-block-first-detail {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pdp-page-customer-video-comment-block-first-detail img {
	border-radius: 50%;
	height: 3.5rem;
	width: 3.5rem;
}
.pdp-page-customer-video-comment-block-first-detail div p:nth-child(1) {
	font-size:16px;
	font-family: "Vedobi-700", Arial, sans-serif;
	line-height: normal;
	color: #fff;
}
.pdp-page-customer-video-comment-block-first-detail div p:nth-child(2) {
	font-size:14px;
	font-family: "Vedobi", Arial, sans-serif;
	margin-top: 0.25rem;
	line-height: normal;
	color: #fff;
}
.pdp-page-customer-video-comment-block-last-detail {
	font-family: "Vedobi", Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #ffffff;
}
	/* video comment */
/* customer testimonials section 09-04-2024 end */
/* Language Toggler */
.select_language_btn {
    padding: 0px 0px 0px 0px;
    border-bottom: 0px solid #e8e8e8;
}
.select_language_btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.lang_title {
    font-size: 14px;
    font-family: "Vedobi",Arial,sans-serif;
    margin-right: 10px;
    letter-spacing: 0.15px;
    font-weight: 500;
    color: #43454d;
    text-transform: capitalize;
    animation: animate-forward 1s linear 2s infinite alternate;
}
@-webkit-keyframes animate-forward {
    10% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
	}
    100% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
	}
}
@keyframes animate-forward {
    10% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
	}
    100% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
	}
}
.lang_btns a {
    padding: 1px 10px;
    border: 1px solid rgba(86,147,88,1);
    border-radius: 30px;
    margin-right: 10px;
    color: rgba(86,147,88,1);
    min-width: 90px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
	font-family: "Vedobi-700",Arial,sans-serif;
	letter-spacing: 0.15px;
	font-size: 0.75rem;
}
.lang_btns a:hover {
    background: rgba(86,147,88,1);
    color: #ffffff;
}
.lang_btns a.active {
    background: rgba(86,147,88,1);
    color: #ffffff;
}
.lang_btns a:nth-child(2) {
    margin-right: 0;
}
.yellowhighligt{
	background-color: rgba(255, 190, 0, 0.25);
}
a.more-customer-feedback {
    color: var(--theme-color);
    font-weight: 500;
    margin-left: .4rem;
    text-decoration: underline;
    transition: .2s;
}
a.more-customer-feedback:hover {
    transform: scale(1.05);
}
.solditmes {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: .8;
}
.a1, .a2 {
    animation: 1.8s infinite blinking;
    font-size: 23px;
}
@keyframes blinking {
    0%, 100% {
		color: #fff;
	}
	47% {
		color: #fdda0d;
	}
	62%, 97% {
		color: transparent;
	}
	}@media screen and (max-width:767px) {
    .product-desktop-timer {
		display: block;
	}
	}@media screen and (max-width:576px) {
    .single-product-head .title {
		font-size: 26px;
	}
	.count-wth-atc {
		justify-content: space-between;
		align-items: flex-start;
	}
	.count-wth-atc .qtybutton {
		height: 40px;
	}
	.count-wth-atc .add_to_cart_details, .count-wth-atc .add_to_cart_details_buy {
		/*font-size: 12px;
			height: 44px;
			padding: 10px 20px;
		text-transform: capitalize;*/
	}
	.timer-box {
		margin-right: 6px;
	}
	.product-timer .timer-box span:first-child {
		width: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.product-timer .timer-box .smalltext {
		font-size: 10px;
	}
	.single-product-benefits .card, .single-product-ingredients .card {
		height: max-content;
		min-height: max-content;
		max-height: 800px;
	}
	.card-body {
		padding: .5rem;
	}
	.single-product-benefits .card .card-title, .single-product-ingredients .card .card-title {
		font-size: 1.1rem;
	}
	.single-product-benefits .card .card-text, .single-product-ingredients .card .card-text {
		font-size: 13px;
	}
	}@media screen and (min-width:576px) {
    .count-wth-atc .add_to_cart_details, .count-wth-atc .add_to_cart_details_buy {
		min-width: 170px;
	}
}
@media(max-width:375px) {
    .lang_btns {
        display: flex;
	}
    .lang_title {
        margin-right: 10px;
        letter-spacing: 0;
        text-transform: capitalize;
	}
    .lang_btns a {
        margin-right: 5px;
        min-width: auto;
	}
}
@media screen and (max-width:425px) {
    .count-wth-atc .qtybutton {
		height: 32px;
		width: 35px;
	}
    .lang_btns {
        display: flex;
	}
    .lang_title {
        margin-right: 10px;
        letter-spacing: 0;
        text-transform: capitalize;
	}
    .lang_btns a {
        margin-right: 5px;
        min-width: auto;
	}
	.count-wth-atc .cart-plus-minus input {
		width: 38px;
		font-size: 15px;
	}
	.count-wth-atc .add_to_cart_details, .count-wth-atc .add_to_cart_details_buy {
		/*height: 38px;
			font-size: 13px;
		padding: 10px 5px;*/
	}
	.prod-detail-bottom .count-wth-atc .add_to_cart_details, .prod-detail-bottom .count-wth-atc .add_to_cart_details_buy {
		height: 38px;
		font-size: 15px;
		padding: 10px 17px;
		border-radius: 0.25rem;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.product-page-content {
		padding-left: 0px;
	}
	.single-product-head .title {
		font-size: 22px !important;
		line-height: normal !important;
		margin-bottom: 0.25rem;
	}
	.single-product-head p {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.pdp-page-customer-testim-outer {
    display: block;
}

.pdp-page-customer-testim-grid {
    width: 100%;
}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-page-content {
		padding-left: 0px;
	}
	.pdp-page-customer-testim-outer {
    display: block;
}

.pdp-page-customer-testim-grid {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.product-page-content {
		padding-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.product-page-content {
		padding-left: 0px;
	}
}

