/* Typography */

body {
    font-family: proxima-nova, sans-serif!important;
}

h1, h3 {
    font-weight: 600!important;
}

/* Typography End */

/*Sticky Header*/

.nav-inner-most {
    background: #fff
}

#logo a>img {
    width: 100%!important;
}

.desktop-header-active .header .mid-bar {
    max-width: 1500px;
    margin: 0 auto;
}

header .navbar-nav {
    margin: 0 auto;
}

.desktop-header-active .header-classic .mid-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sticky-header-section, .nav-placeholder {
    width: 100%;
}

.navbar-nav, .sticky-header-section, .nav-inner, .nav-inner-most, .mid-bar, .desktop-main-menu-wrapper {
    /* max-width:1500px;
    margin:0 auto;
    */
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
}

#cart-items.count-badge {
    z-index: 9999;
}

#main-menu ul {
    max-width: 75vw;
    margin: 0 auto;
}

#main-menu {
    border-bottom: 1px solid #ddd;
}

.header-classic {
    z-index: 99999;
}

/*Sticky Header End */

.info-block-wrapper {
    place-items: center;
    display: flex;
    justify-content: center;
    gap: 5px
}

.info-block-icon img {
    width: 38px!important;
}

.info-block-desc {
    color: #080600;
    font-size: 11px;
}

.info-block-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -3px;
}

.info-block-text {
    color: #5a5a5a;
}

/* Mega Menu Drop Down Start */

.desktop-main-menu-wrapper .menu-fullwidth>.j-dropdown {
    overflow: auto;
}

/* Mega Menu Drop Down End */

/* Manufacturer Page Start */

.manufacturer {
    display: grid!important;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.route-product-manufacturer .manufacturer a {
    width: 100%;
    display: block;
}

.route-product-manufacturer #content a {
    background: #f9f9f9;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
}

/* Manufacturer Page End */

/* Breadcrumbs */

.breadcrumb li:first-of-type a i::before {
    content: 'Home' !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    top: -1px;
}

/* Categories Banners Start */

@media only screen and (max-width: 760px) {
    .category-grid-item {
        margin-bottom: 20px;
    }
    /* .block-footer{
        display:none;
    }
    */
}

.block-wrapper a {
    text-decoration: none;
    color: inherit;
}

.block-wrapper a:hover {
    text-decoration: none;
    color: inherit;
}

.block-footer a {
    /*color:white!important;*/
}

/* Product Card Start */

.product-thumb .buttons-wrapper .button-group {}

/* Product Card End */

/* Other Styles */

.module-info_blocks-484 .module-body .info-blocks.info-blocks-image>a>div>div.info-block-title:before {
	position: absolute;
	height: 3px;
	width: 50px;
	background: #bdd531;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(189, 213, 49);
	content: "";
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: -15px;
}
.module-info_blocks-484 .module-body .info-blocks.info-blocks-image>a>div>div.info-block-title {
	position: relative;
	margin-bottom: 30px;
	margin-top: 15px;
}
.module-info_blocks-484 .module-body .info-blocks {
	transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}
.module-info_blocks-484 .module-body .info-blocks:hover {
	transform: translateY(-6px);
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}
/* utility */

html.sr .load-hidden {
	visibility: hidden;
}
.widget-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	background: black;
	border-radius: 8px;
}
.widget {
	width: 15%;
	height: 50px;
	flex: auto;
	margin: 0.5rem;
	background: white;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
}
/* extension */

html.sr .widget {
	visibility: hidden;
}
/* Custom Checkout */

.cart-page-title {
	text-align: center;
}
#input-email {
	max-width: 100%;
}
.alert-danger {
	color: #bb0400!important;
	border-left: 5px solid #bb0400!important;
	background-color: #bb04000d!important;
}
@media only screen and (min-width: 1024px) {
	.quick-checkout-wrapper .payment-address .section-body>div:not(.checkbox) {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		grid-gap: 20px;
	}
    .voucher-page-title{
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    place-items: center;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    }
}
.quick-checkout-wrapper .right .cart-section .table-responsive {
	border-radius: 3px;
}
.route-checkout-checkout #content input.form-control {
	width: 100%;
}
.form-group {
	display: block;
}
.route-checkout-checkout #content .form-group .control-label {
	font-weight: 600;
	max-width: 100%;
}
.input-group .input-group-btn {
	height: auto;
}
.quick-checkout-wrapper .right .section-cvr .form-coupon {
	display: block;
}
.route-checkout-checkout #content input.form-control {
	max-width: 100%;
}
@media only screen and (max-width: 1024px) {
	.route-checkout-checkout #content label {
		font-size: 13px;
	}
    .voucher-page-title{
       
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        }
}
@media only screen and (max-width: 780px) {
	.td-name span {
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.route-checkout-checkout #content select.form-control {
	max-width: 100%;
}
@media only screen and (min-width: 1024px) {
	#pb_tab-content {
		display: grid!important;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.hp-nut-checkout-form-wrapper {
		background: #fff;
		display: grid;
		grid-gap: 20px;
		max-width: 1100px;
		margin: 0 auto;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.shipping-payment {
		max-width: 1100px;
		margin: 0 auto;
		width: 100%;
	}
	.cart-section {
		max-width: 1100px;
		margin: 20px auto 0 auto;
		width: 100%;
	}
	.shipping-address {
		grid-column: 1/3;
		grid-row: 2/3;
		margin-top: -25px;
	}
	.quick-checkout-wrapper .shipping-address .section-body>div:not(.checkbox) {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
		grid-gap: 10px;
	}
	.wrapper {
		max-width: 1100px
		!important;
	}
	.quick-checkout-wrapper .checkout-section .login-form {
		margin-top: 20px!important;
	}
	.wrapper {
		display: grid!important;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 15px;
		background: #fff;
		height: 65px;
		border-radius: 5px;
	}
}
@media only screen and (max-width: 1024px) {
	.info-block-footer-content span a {
		margin-left: 5px;
	}
	.wrapper .option span {
		margin-left: 20px;
	}
	.wrapper {
		width: 100%!important;
	}
	.wrapper {
		display: flex!important;
		background: #fff;
	}
	.wrapper .radio:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 20px!important;
	}
}
.route-checkout-checkout #content input.form-control {
	height: 45px;
}
.quick-checkout-wrapper .login-active .checkout-section h6 {
	opacity: .4
}
#account-and-billing-heading {
	background: #fff;
	padding: 20px;
	padding: 20px 20px 0 20px;
	border: 0;
	margin: 0!important;
}
#account-and-billing-heading h6 {
	padding: 0!important;
	margin: 0!important;
}
.login-options-wrapper {
	order: 1!important;
}
.login-form {
	order: 2;
}
#form-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 10px;
}
.checkout-section.section-login {
	background: transparent!important;
	border: 0!important;
	padding: 0!important;
	max-width: 1100px;
	margin: 0 auto 20px auto!important;
	display: block;
}
#checkout-login-form {
	background: #f9f9f9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.quick-checkout-wrapper .login-active .checkout-section:not(.section-login) {
	display: none;
}
.login-options-wrapper {
	margin-bottom: 40px!important;
}
.wrapper .option {
	background: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	border-radius: 3px;
}
.wrapper .option:hover {
	border: 1px solid #8b9198;
	background: #8b9198;
}
.wrapper .option:hover .dot {
	background: #fff;
}
.wrapper .radio {
	padding: 0!important;
}
.wrapper .option .dot {
	height: 20px;
	width: 20px;
	background: #b1b1b1;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease;
}
.wrapper .option:hover span {
	color: #fff;
}
.wrapper .option .dot::before {
	position: absolute;
	content: "";
	background: #000;
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
}
#login[type="radio"] {
	display: none;
}
#register[type="radio"] {
	display: none;
}
#guest[type="radio"] {
	display: none;
}
#login:checked:hover~.option-login, #register:checked:hover~.option-register, #guest:checked:hover~.option-guest {
	border-color: #ba6f2e;
}
#login:checked:checked~.option-login, #register:checked:checked~.option-register, #guest:checked:checked~.option-guest {
	border-color: #000;
	background: #000;
	border-radius: 3px;
}
#login:checked:checked~.option-login .dot, #register:checked:checked~.option-register .dot, #guest:checked:checked~.option-guest .dot {
	background: #fff;
}
#login:checked:checked~.option-login .dot::before, #register:checked:checked~.option-register .dot::before, #guest:checked:checked~.option-guest .dot::before {
	opacity: 1;
	transform: scale(1);
}
.wrapper .option span {
	color: #808080;
	transition: all 0.3s ease;
}
#login:checked:checked~.option-login span, #register:checked:checked~.option-register span, #guest:checked:checked~.option-guest span {
	color: #fff;
}
#quick-checkout-title {
	line-height: 1.2!important;
	font-weight: 600!important;
	font-size: 30px!important;
	color: inherit!important;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
#quick-checkout-title:before {
	width: 50px;
	height: 5px;
	background: rgba(236, 107, 6, 1);
	content: '';
	display: block;
	position: absolute;
	margin-top: 10px;
}
#checkout-login-form>div:nth-child(1) {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto!important;
	max-width: 1100px;
}
#checkout-login-form>div:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0!important;
	padding: 20px;
	margin: 0 auto!important;
	max-width: 1100px;
}
#checkout-login-form>div:nth-child(3) {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
	margin: -15px auto!important;
	max-width: 1100px;
}
.quick-checkout-wrapper .section-body {
	display: block!important;
}
#demo-accordion-1 {
	margin-bottom: 0!important;
}
.section-cvr #chck1 {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.pb_tab-label {
	margin: 0!important;
	font-weight: 600!important;
	font-style: normal;
	text-transform: none;
	color: #333;
	font-size: 18px!important;
}
.section-cvr {
	width: 100%;
	color: white;
	overflow: hidden;
	padding: 0!important;
	margin-top: 20px;
}
.pb_tab-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 15px;
	background: #f9f9f9;
	cursor: pointer;
}
.pb_tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.pb_tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	-webkit-transition: all .35s;
	transition: all .35s;
}
input:checked+pb_tab-label {
	background: #1a252f;
}
input:checked+.pb_tab-label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
input:checked~.pb_tab-content {
	max-height: 100vh;
	padding: 1em;
}
/* Cart table */

@media only screen and (max-width: 780px) {
	.wrapper .radio {
		height: 50px;
	}
	.option-login, .option-register, .option-guest {
		padding-left: 10px!important;
	}
	.wrapper .option span {
		font-size: 18px;
		margin-left: 10px;
	}
	.hidden-phone {
		display: none!important;
	}
	.wrapper .option .dot::before {
		top: 2px;
		left: 2px;
		width: 16px;
		height: 16px;
	}
}
.cart-table-heading {
	background: #eeeeee;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.cart-table-wrapper {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.cart-table-wrapper-checkout {
	background: #fff;
}
@media only screen and (min-width: 780px) {
	.wrapper .radio {
		height: 50px;
	}
	.wrapper .option .dot::before {
		top: 2px;
		left: 2px;
		width: 16px;
		height: 16px;
	}
	.wrapper .option span {
		font-size: 18px;
		margin-left: 20px;
	}
	.cart-table-heading, .cart-table-wrapper, .cart-table-wrapper-checkout {
		display: grid;
		grid-template-columns: 100px 1fr 0.5fr 100px 100px;
		grid-gap: 20px;
		padding: 20px;
		align-items: center;
	}
	.cart-table-heading-quantity, .cart-table-heading-price, .cart-table-heading-total {
		place-self: center;
	}
	#cart-table-wrapper-qty, #cart-table-wrapper-price, #cart-table-wrapper-total {
		place-self: center;
	}
	.hidden-desktop {
		display: none;
	}
	#content>div>div>div.right>div.checkout-section.cart-section>div.section-body>div>table>tfoot>tr>td {
		padding-right: 45px!important;
	}
}
@media only screen and (max-width: 780px) {
	#cart-table-wrapper-qty {
		display: grid;
		grid-template-columns: 30px 1fr;
		place-items: center;
		grid-gap: 10px!important;
		margin-top: 20px;
	}
	#quantity-title {
		justify-self: start;
	}
	.cart-table-heading-quantity, .cart-table-heading-price {
		display: none;
	}
	.cart-table-heading, .cart-table-wrapper, .cart-table-wrapper-checkout {
		display: grid;
		grid-template-columns: 80px 1fr 80px;
	}
	.cart-table-heading-total {
		text-align: right;
	}
	.td-image {
		grid-column: 1/2;
		grid-row: 1/2;
		place-self: self-start;
	}
	.td-name {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	.td-total {
		grid-column: 3/4;
		grid-row: 1/2;
		text-align: right
	}
	.td-qty {
		grid-column: 2/4;
		grid-row: 2/3;
		place-self: self-start;
	}
	.cart-table-wrapper-qty {
		grid-column: 1/4;
		grid-row: 2/3;
	}
	#qty-stepper {
		display: table!important;
	}
	.cart-table-wrapper, .cart-table-heading, .cart-table-wrapper-checkout {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.cart-table-wrapper-checkout {
	border-bottom: 1px solid #eee;
}
.table-responsive:last-child {}
.route-checkout-checkout #content table tfoot td {
	border-top: 0!important;
}
.td-name {
	align-items: center;
}
.td-name a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 1.4!important;
}
.td-name span {
	color: #717171;
	font-size: 13px;
	line-height: 1.3!important;
	display: block;
}
#unit-price {
	grid-row: 2/3;
	place-self: self-start;
	grid-column: 1/3;
}
#unit-price-checkout {
	grid-row: 2/3;
	place-self: self-start;
	grid-column: 1/3;
}
#unit-price-checkout {
	margin-top: 10px;
	margin-bottom: 10px;
}
.text-semibold, #cart-table-wrapper-total {
	font-weight: 400!important;
}
.table-responsive table tr td {
	min-width: 90px;
	font-weight: 600;
}
.cart-total table td {
	font-weight: 600;
}
.checkout-section.cart-section>div.section-body>div>table>tfoot>tr>td>strong {
	font-weight: 600;
}
.panels-total>div.cart-total>table>tbody>tr>td>strong {
	font-weight: 600;
}
.cart-table-heading-image {
	padding-left: 10px;
}
.quick-checkout-wrapper .shipping-payment {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
}
.shipping-payment {
	padding: 0;
	border: 0;
	background: transparent;
}
.section-shipping {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
}
.section-payment {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%!important;
}
@media only screen and (min-width: 780px) {
	.totals-wrapper {
		padding-right: 36px;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 780px) {
	.totals-wrapper {
		padding-right: 20px;
		padding-top: 20px;
	}
}
.totals-inner {
	margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
	.cart-bottom {
		padding-left: 15px;
	}
}
.route-account-register legend {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.mobile-top-menu-wrapper>div>ul>li.menu-item.top-menu-item.top-menu-item-3 {
	margin-left: -8px;
}
#content>form>div.register-form-inner>fieldset:nth-child(3) {
	margin-top: 0!important;
}
.login-box .title {
	font-family: trade-gothic-next-compressed, sans-serif;
	margin-bottom: 15px;
	font-weight: 400!important;
	text-transform: none;
	font-size: 26px;
	color: rgba(0, 0, 0, 1);
}
.login-box .well {
	background: #f9f9f9;
	margin-bottom: 30px;
	box-shadow: 0 5px 50px -10px rgb(0 0 0 / 5%);
}
.product-stats {
	order: 2!important;
}
.price-wrapper {
	order: 1!important;
}
.control-label {
	font-weight: 600;
	font-size: 14px!important;
}
input[type=text], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
.stepper input {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
select, option {
	-webkit-appearance: none;
}
.route-checkout-checkout #content select.form-control {
	width: 100%;
	background: url(/hp-nutricion-assets/svg/arrow-down.svg) no-repeat right #fff!important;
	background-position: right 20px bottom 12px!important;
	-webkit-appearance: none!important;
	background-size: 30px 20px!important;
	padding-left: 10px!important;
}
#input-coupon, #input-voucher {
	height: 40px!important;
}
.dpharmacy-container {
	max-width: 1100px;
	margin: 0 auto;
}
.checkout-page-title, .cart-page-title {
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 30px;
	color: inherit;
}
#tab-specification>div>table>tbody>tr>td {
	font-weight: 400!important;
}
@media (max-width: 760px) {
	.grid-cols {
		max-width: initial!important;
	}
}
#moreOne, #moreTwo, #moreThree, #moreFour {
	display: none;
}
#readmoreBtnOne, #readmoreBtnTwo, #readmoreBtnThree, #readmoreBtnFour {
	display: block;
	padding: 13px 18px;
	background: rgba(0, 0, 0, 1);
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.2;
	color: #fff;
}
#readmoreBtnOne:hover {
	background: rgba(139, 145, 152, 1) !important
}
#readmoreBtnTwo:hover {
	background: rgba(139, 145, 152, 1) !important
}
#readmoreBtnThree:hover {
	background: rgba(139, 145, 152, 1) !important
}
#readmoreBtnFour:hover {
	background: rgba(139, 145, 152, 1) !important
}
@media (min-width: 470px) {
	footer>div>div.grid-row.grid-row-3 {
		display: none;
	}
}
.search-result a>span>span:nth-child(2)>span.price-old {
	text-decoration: line-through;
	color: #333;
}
.search-result a>span>span:nth-child(2)>span.price-new {
	color: rgba(177, 39, 4, 1);
}
#search>div>div>span>div>div>div>a:hover>span>span.price {
	color: #333;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -20px;
	margin-top: 5px!important;
}
@media (max-width: 760px) {
	.post-grid .post-thumb .description {
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}


@media only screen and (min-width: 1024px) {
     .footer-blocks-items-list {
     display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(16%,1fr));
    margin: 0;
    padding: 0;
    list-style-type: none;
     }

    #footer-blocks{
        display:none;
    }
}
@media only screen and (max-width: 1024px) {
    #footer-blocks-grid {
      display: none;
    }

}

.dermalogica-footer-logo a {
    width: 80%!important;
    display: block!important;
}

.dermalogica-footer-logo a img {
    padding-top: 8px;
}

.swiper-wrapper .post_image {
    display: none;
}

.product-model {
    display: none!important;
}

.about-author-description span {
    background: #ddd;
    color: black;
    padding: 5px 7px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
}

.disclaimer-blog {
    background: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.about-author {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .about-author-inner {
        display: grid;
        grid-template-columns: 1fr 3.5fr;
        grid-gap: 20px;
        place-items: center;
    }
}

@media only screen and (max-width:1024px) {
    .about-author-description {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1500px) {
    footer {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        /* height: 100px; */
        /* margin-top: 100px; */
        left: 50%;
    }
}

.layout-2 .breadcrumb li:last-of-type a {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px
    */
}

.product-label-28.product-label-default b {
    font-weight: 400!important;
}

.cart-buttons {
    width: 100%;
    justify-content: space-between!important;
    flex-wrap: nowrap!important;
}

.mobile-container.mobile-cart-content-container.animating>div.mobile-cart-content-wrapper.cart-content>ul>li.cart-totals>div>div>a.btn {
    width: 100%!important;
}

#cart-content>ul>li.cart-totals>div>div>a.btn {
    width: 100%!important;
}

@media only screen and (min-width: 760px) {
    .notification-inner {
        display: flex;
        gap: 15px;
    }
}

.notification-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 15px;
}

.module-notification-137 .notification-close {
    position: relative;
    margin: 15px 0 0 0!important;
    width: 100!important;
}

.guest-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}

.guest-links a:nth-child(1) {
    display: none;
}

.customer-login {
    display: inline-block;
    text-align: center;
    background: #000;
    color: white;
    padding: 12px;
    text-decoration: none;
}

.customer-register {
    display: inline-block;
    text-align: center;
    background: rgba(139, 145, 152, 1);
    color: white;
    padding: 12px;
    text-decoration: none;
}

.register-form #account {
    padding-bottom: 30px;
}

.register-form {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#input-coupon, #input-voucher {
    height: 40px!important;
}

.hide-element {
    display: none;
}

.our-team-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    display: grid;
    grid-gap: 20px;
}

.team-member img {}

.team-member h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-member {
    text-align: center;
}

.notification-text a {
    display: inline;
}

.trustpilot-widget iframe {
    margin: 0 auto!important;
}

#trustpilot-widget-trustbox-0-wrapper {
    display: none!important;
}

/* Section Link Start */

.section__action-link {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-right: 5px;
    flex-shrink: 0;
    right: 10px;
    font-weight: 400;
    color: #2c3640;
    text-decoration: none!important;
}

.section__action-link svg {
    /*
      Note: for some strange reasons, on Safari (even last version), if we use a transform it cause a delay of up to 1 second on heavy home page before the
      animation starts. I couldn't find any explanation, but maybe the nested transforms (on both the link and SVG) does not work correctly on Safari. As a
      consequence, I've used a animation on right property (which is much slower but should be ok on this small piece of content)
      */
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -25px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section__action-link:hover svg {
    opacity: 1;
    right: 0;
}

.section__action-link:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #8e8e8e;
}

.section__header-stack {
    flex-direction: row;
    align-items: center;
}

.section__header-stack h2 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}

.section__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}

.section__header-stack {
    position: relative;
}

.section__header-stack:before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #bdd531;
    content: "";
    bottom: 0;
    left: 0;
}

/* Section Link End */

/* Home page main categories there col layout start */

.category-title {
    position: relative;
    margin-bottom: 30px;
}

.category-title:before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #bdd531;
    content: "";
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -15px;
}

.category-item-img img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.category-grid-item:hover img {
    transform: scale(1.12);
}

.category-item-img {
    overflow: hidden;
}

.category-item-title {
    padding: 0 15px 20px;
}

.category-grid-item {
    text-align: center;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.category-grid-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

@media only screen and (min-width: 760px) {
    .three-col {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    .blog-three-col {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

/* Home page main categories there col layout end*/

/* Home page featured video and product two col layout start*/

.product-old-price {
    text-decoration: line-through;
    margin-right: 7px;
    font-size: 16px;
    color: #6d6d6d;
}

.product-new-price {
    font-size: 16px;
    color: #ffffff !important;
    background: #000000;
    padding: 5px;
    border-radius: 3px;
}

.featured-product-title {
    position: relative;
    margin-bottom: 30px;
}

.featured-product-title:before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #bdd531;
    content: "";
    left: 0;
    bottom: -15px;
}

.featured-product-item-img img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.featured-product-item-img:hover img {
    transform: scale(1.12);
}

.featured-product-item-img {
    overflow: hidden;
}

.featured-product-title {
    font-size: 18px!important;
}

.featured-product-grid-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.featured-product-video-wrapper {
    position: relative;
}

.featured-product-video-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: -44px 0 0 -44px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 23px -416px;
    background-repeat: no-repeat;
    background-image: url(/catalog/view/theme/journal3/lib/modulobox/modulobox.svg);
    background-color: rgba(0, 0, 0, .20);
    pointer-events: none;
    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}

.featured-product-video-wrapper .mobx:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.featured-product-video-wrapper:hover:after {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.featured-product-video-wrapper a:hover:after {
    opacity: 1;
}

.featured-product-video {
    position: relative;
    display: flex;
    overflow: hidden;
}

.featured-product-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}

.featured-product-video-wrapper a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgb(255 255 255 / 38%);
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .hide-on-mobile {
        display: none!important;
    }
}

@media only screen and (max-width: 1100px) {
    .featured-product-grid-item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1100px) {
    .two-col-left-side-wide {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-gap: 40px;
    }
    .featured-product-video img {
        min-height: 388px;
    }
}

/* Home page featured video and product two col layout end*/

/* Blog Post Grid Home Page Start */

.related-blog-posts-inner {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px
}

.blog-date {
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 60%);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
    min-width: 48px;
    position: absolute;
    left: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    padding: 5px 5px 0px 5px;
}

.blog-post-item .blog-date span {
    display: block;
    line-height: 14px;
}

.blog-post-item .blog-date .posted-month {
    font-size: 11px;
}

.blog-post-item:hover .blog-date {
    -webkit-transition: all .15s cubic-bezier(0.37, 0.31, 0.2, 0.15);
    transition: cubic-bezier(0.37, 0.31, 0.2, 0.15) all 0.15s;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.date {
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 60%);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
    min-width: 48px;
    padding: 5px 5px 0px 5px;
    position: absolute;
    left: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
}

.blog-post-item .date span {
    display: block;
    line-height: 14px;
}

.blog-post-item .date .month {
    font-size: 11px;
}

.blog-post-item:hover .date {
    -webkit-transition: all .15s cubic-bezier(0.37, 0.31, 0.2, 0.15);
    transition: cubic-bezier(0.37, 0.31, 0.2, 0.15) all 0.15s;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.blog-post-item {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 16px;
    overflow: hidden;
}

.blog-post-item * {
    -webkit-transition: all .15s cubic-bezier(0.37, 0.31, 0.2, 0.15);
    transition: cubic-bezier(0.37, 0.31, 0.2, 0.15) all 0.15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-item img {
    width: 100%;
    vertical-align: top;
}

.blog-post-item figcaption {
    position: absolute;
    z-index: 0;
    height: 75px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 15px 15px;
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 50%);
}

.blog-post-item figcaption>blockquote>span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 15px;
}

.blog-post-item figcaption>blockquote>span:hover {
    display: inline-block;
    background: rgba(139, 145, 152, 1) !important;
    color: #fff !important;
    z-index: 99999999999999999999999 !important;
    position: absolute !important;
    cursor: pointer !important;
}

.description {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-post-item h5 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #373834;
    letter-spacing: 1px;
    font-size: 13px;
    min-height:28px;
}

.blog-post-item blockquote:before {
    display: none;
}

.blog-post-item blockquote {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    border-width: 0;
    border-left-width: 0;
    border-style: none;
    border-color: transparent;
    float: none;
    display: block;
    flex-direction: column;
}

.blog-post-excerpt p img {
    display: none;
}

.blog-post-item figcaption>blockquote>p>span {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    width: max-content;
    margin-top: 20px;
}

.blog-post-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-post-item:hover figcaption, .blog-post-item.hover figcaption {
    height: calc(89%);
}

/* Blog Post Grid Home Page End */

/* Contact us page start */

.contact-information-block h2 {
    font-size: 18px;
}

.contact-information-block {
    margin-bottom: 30px;
}

.contact-information-block ul {
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.contact-information-block ul li {
    position: relative;
}

.contact-information-block ul li a {
    display: inline-block;
    margin-left: 25px;
}

.contact-phone-number:before {
    position: absolute;
    font-family: 'icomoon';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\eb97";
}

.contact-email-address:before {
    position: absolute;
    font-family: 'icomoon';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\eb79";
}

.contact-postal-address {
    margin-left: 25px;
}

.contact-postal-address:before {
    position: absolute;
    font-family: 'icomoon';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\eb7b";
    left: -25px;
}

/* Contact us page end */

/* Our Team Page Start */

.staff-member img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.team-member-name-pop-up {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.team-member-name {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.team-member-links-pop-up {
    padding-bottom: 15px;
}

.no-padding {
    padding-bottom: 0!important;
}

.team-member-role {
    display: block;
    color: #000000ab;
}

.staff-member ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.staff-member-container a {
    text-decoration: none;
    color: inherit;
    padding-left: 25px;
    display: inline-block;
}

.staff-member-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #242424;
}

.team-member-contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #242424;
}

.staff-member-info img {
    display: block;
    width: 100%;
}

.team-member-contact-info a {
    padding-left: 25px;
    display: inline-block;
}

.staff-member a {
    text-decoration: none;
    color: inherit;
    padding-left: 25px;
    display: inline-block;
}

.contact-phone-number:hover {
    color: #c3d945;
}

.team-member-links ul li {
    width: max-content;
}

.contact-email-address:hover {
    color: #c3d945;
}

.staff-member-info {
    background: #f9f9f9;
    color: #000;
}

.staff-member-info-inner {
    padding: 15px;
}

.staff-member-container {
    background: #fff;
}

.team-member-wrapper img {
    width: 100%;
}

.read-bio a:active {
    color: rgba(190, 214, 0, 1) !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
}

.read-bio a:hover {
    color: rgba(190, 214, 0, 1) !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
}

.contact-phone-number {
    padding-bottom: 5px;
}

.team-member-wrapper img {
    position: relative;
}

.team-member-wrapper img:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 50px;
    width: 100%;
}

.read-bio a {
    padding: 5px 0;
    box-shadow: none;
    min-height: 20px;
    max-height: 20px;
    margin-left: 0;
    background: transparent;
}

.read-bio a:after {
    position: relative;
    content: '\e9b1' !important;
    font-family: icomoon !important;
    margin-left: 5px;
    top: 3px;
}

@media only screen and (max-width: 480px) {
    .team-member-role {
        font-size: 14px;
    }
    .staff-member-container ul {
        font-size: 16px;
    }
    .staff-member-bio {
        padding: 15px;
    }
    .team-member-role {
        margin-bottom: 10px;
    }
    .team-member-block {
        padding: 15px 0;
    }
    .team-member-contact-info ul {
        font-size: 14px;
    }
    .read-bio a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) {
    .team-member-block {
        padding: 15px;
    }
    .team-member-role {
        margin-bottom: 15px;
    }
    .staff-member-bio {
        padding: 20px 40px 20px 20px;
    }
    .staff-member-container ul {
        font-size: 14px;
    }
    .team-member-role {
        font-size: 14px;
    }
    .staff-member-container {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
}

/* Our Team Page End */

@media (min-width:640px) {
    #rev_slider_12_2_wrapper {
        display: none!important;
    }
}

#bundle-listing {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 20px;
}

/* Product Page Start */

.product-discount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discounts {
    display: block;
    margin: 15px 0 15px 0;
}

.product-discount-badge {
    background: #b12704;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    padding: 5px 10px 5px 10px;
    font-weight: 600;
}

.badge-circle {
    margin: auto;
}

.rrp-percentage {
    position: relative;
}

/*.rrp-percentage:before{
       font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f02b";
    right: 7px;
    top: 1px;
   }
   */

.bundle-add-to-cart-inner {
    display: flex;
}

.product-discount:not(:first-child) {
    margin-top: 10px;
}

@media (min-width:640px) {
    .rating-page {
        display: flex;
        gap: 10px;
        justify-content: start;
        justify-items: center;
    }
}

.rating-page {
    /*display: flex;
    gap: 10px;
    justify-content: start;
    justify-items: center;
    */
    margin-bottom: 20px;
}

#form-review h4 {
    margin-top: 10px;
    font-weight: 400;
}

#related-blog-posts-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(376px, 1fr));
}

@media only screen and (max-width: 1300px) {
    #related-blog-posts-wrapper .blog-post-item:hover figcaption, #related-blog-posts-wrapper .blog-post-item.hover figcaption {
        height: calc(45%);
    }
}

@media only screen and (min-width: 1300px) {
    #related-blog-posts-wrapper .blog-post-item:hover figcaption, #related-blog-posts-wrapper .blog-post-item.hover figcaption {
        height: calc(55%);
    }
}

.rating .fa-star, .rating .fa-star+.fa-star-o {
    color: #ff9800!important;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
    padding: 3px;
}

div #options-combinations-container ul.thumbnails.image_picker_selector li div.opt-as-image {
    border: 2px solid #8a8d8e52;
}
.product-thumb .caption > div ul li{
     float:none!important;
    display: inline-block;
}
.product-thumb .caption > div ul{
     overflow: auto;
  white-space: nowrap;
}
.product-thumb .caption > div ul::-webkit-scrollbar{
     height: 5px;
    width: 4px;
    background: #eee;
}
.product-thumb .caption > div ul::-webkit-scrollbar-thumb:horizontal{
    background: #888;
    border-radius: 10px;
}
.main-products.product-grid > div > div > div.caption > div.opt-bullets > ul li{
    float:none!important;
    display: inline-block;
}
.main-products.product-grid > div > div > div.caption > div.opt-bullets > ul{
    overflow: auto;
  white-space: nowrap;
}
.main-products.product-grid > div > div > div.caption > div.opt-bullets > ul::-webkit-scrollbar {
    height: 5px;
    width: 4px;
    background: #eee;
}

.main-products.product-grid ul::-webkit-scrollbar-thumb:horizontal{
    background: #888;
    border-radius: 10px;
}

.main-products.product-grid > div > div > div.caption > div.opt-bullets > ul::-webkit-scrollbar-thumb {
 border-radius: 100px;
    border: 0px solid rgba(0, 0, 0, 0.18);
    border-left: 0;
    border-right: 0;
    background-color: #939393e6;
}

#review>table>tbody>tr:nth-child(2) {
    font-style: italic;
}

#info-blocks-product-page-carousel {
    padding-top: 8px;
    height: 55px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* Related Videos */

.product-video a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.mobx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}

.product-video:hover:after {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.product-video a:hover:after {
    opacity: 1;
}

.product-video .mobx:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-video {
    position: relative;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.product-video-wrapper {
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 780px) {
    .product-video:after {
        margin: -44px 0 0 -44px;
        top: 40%;
    }
    .product-video-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(376px, 1fr));
        grid-gap: 15px;
    }
}

@media only screen and (max-width: 780px) {
    .product-video:after {
        margin: -14px 0 0 -44px;
        top: 30%;
    }
    .product-video {
        margin-bottom: 20px;
    }
}

.product-video:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 23px -416px;
    background-repeat: no-repeat;
    background-image: url(/catalog/view/theme/journal3/lib/modulobox/modulobox.svg);
    background-color: rgba(0, 0, 0, .05);
    pointer-events: none;
    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}

.product-video h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}

.mobx {
    position: relative;
    display: flex;
    overflow: hidden;
}

.product-video-wrapper h3 {
    grid-column: 2/3;
    grid-row: 1/2;
}

.product-video {
    grid-column: 1/2;
    grid-row: 1/2;
}

.product_extra {
    order: 3!important;
}

/* Product Page End */

/* Splider.js Home Page Slider Start */

.splide__slide>a {
    width: 100%;
}

#dpharmacy-home-slider-container {
    position: relative;
}

@media only screen and (min-width: 780px) {
    .dpharmacy-home-slider-buttons {
        position: absolute;
        bottom: 30px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: space-between;
    }
    .show-on-mobile {
        display: none;
    }
}

@media only screen and (max-width: 780px) {
    .show-on-desktop {
        display: none;
    }
    .dpharmacy-home-slider-buttons {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .dpharmacy-home-slider-buttons {
        margin-top: 60px;
    }
    .dpharmacy-home-slider-buttons a {
        text-align: center;
    }
}

.dpharmacy-home-slider-buttons a {
    background: rgba(0, 0, 0, 1);
    padding: 13px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: uppercase;
}

.dpharmacy-home-slider-buttons a:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(139, 145, 152, 1) !important;
}

#dpharmacy-home-slider>div.splide__arrows>button.splide__arrow.splide__arrow--prev>svg>path {
    fill: #fff;
}

#dpharmacy-home-slider>div.splide__arrows>button.splide__arrow.splide__arrow--next>svg>path {
    fill: #fff;
}

#dpharmacy-home-slider>div.splide__arrows>button.splide__arrow.splide__arrow--prev {
    background: #000;
}

#dpharmacy-home-slider>div.splide__arrows>button.splide__arrow.splide__arrow--next {
    background: #000;
}

.splide__pagination {
    bottom: -25px!important;
}

/* Splider.js Home Page Slider End */

/* Blog */

.post-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.product-reward-points {
    color: #696973;
}

.lead-time {
    color: #0e7c0e;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: 600;
}

/* Custom Columns */

.two-columns-grid .grid-item img {
    width: 100%;
    display: block;
}

.two-columns-grid .grid-item h4 {
    padding-top: 20px;
}

.two-columns-grid .grid-item {
    padding: 15px;
    border: 1px solid #ddd;
    transition: all 0.1s ease-in-out;
}

.two-columns-grid .grid-item:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .col-right-wide {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 2.111111111fr 3.355555555555fr;
    }
    .col-left-wide {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 3.355555555555fr 2.111111111fr;
    }
}

@media only screen and (min-width: 1300px) {
    .col-right-wide {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1.99fr 3.189fr;
    }
    .col-left-wide {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 3.18888888888888fr 2fr;
    }
}

@media only screen and (max-width: 1024px) {
    .two-columns-grid .grid-item {
        margin-bottom: 20px;
    }
    .product-info .product-details .price-group {
        padding-top: 20px;
    }
    .dpharmacy-panel {
        margin-top: 0!important;
    }
    #product>div.alert.alert-info {
        margin: 0!important;
        padding: 15px 0!important;
    }
}

.two-columns-grid .grid-item {
    text-align: center;
}

.grid-item:hover>h4 {
    color: rgba(190, 214, 0, 1);
}

/* Text and Image Slider  */

@media(max-width:1300px) {
    .splide-slide-desc-inner {
        margin: auto;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 821px) {
    .splide-slide-desc-inner {
        margin: 0!important;
    }
}

@media(min-width:1300px) {
    .splide__slide {
        opacity: 1;
    }
    .is-active {
        opacity: 1!important;
    }
}

@media(max-width:840px) {
    .splide-slide-desc-inner p {
        min-height: 75px;
    }
    #text-and-image-slider>div.splide__arrows>button.splide__arrow {
        top: 30%!important;
    }
}

@media(min-width:840px) {
    .splide-slide-desc-inner {
        padding-left: 60px;
    }
    .cat-splide-slide {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
    }
    .splide-slide-img {
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .splide-slide-desc {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

.cat-splide-slide {
    margin: 0 auto;
}

.splide-slide-img img {
    width: 100%;
}

.splide-slide-desc {
    display: flex;
    color: #333;
    padding: 20px;
    background: #f9f9f9;
}

.splide-slide-desc-inner {
    margin: auto;
}

.splide-slide-desc-inner p {
    color: #333;
}

.splide-slide-desc-inner h3 {
    font-size: 30px;
    color: #333;
    font-weight: 700!important;
}

.splide-slide-desc-inner a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
}

.splide-slide-desc-inner a:hover {
    background: #8b9198;
    color: #fff;
}

.is-active>.cat-splide-slide {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #ffffff;
    /* padding: 10px; */
    border: 1px solid #ddd;
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #003b4d;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7;
}

.main-cat-desc {
    padding: 0 15px;
}

.main-cat-heading {
    position: relative;
    margin-bottom: 25px;
}

.main-cat-heading:before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #bdd531;
    content: "";
    left: 0;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-cat-banner {
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.main-cat-banner:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

/* Vertical Timeline Start */

.timeline-text {
    display: block;
}

.timeline-container {
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.timeline-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right!important;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(195, 217, 69, 1);
    margin-top: 10px;
    z-index: 1;
}

.timeline-content {
    width: 95%;
    padding: 27px 15px;
    color: #333;
}

.timeline-content h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
    background: #c3d945;
    width: max-content;
    color: #fff;
    padding: 3px 6px;
    position: relative;
    border-radius: 5px;
}

.timeline-content span {
    font-size: 15px;
    color: #333;
    font-size: 15px;
    text-align: left;
    direction: ltr;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}

@media (min-width: 768px) {
    .timeline-content h3 {
        margin-top: -23px;
    }
    .timeline-container {
        width: 100%!important;
    }
    .timeline-block-right .marker {
        margin-left: -4px;
    }
    .timeline-block-left .marker {
        margin-right: -4px;
    }
    .marker {
        width: 23px;
        height: 23px;
    }
    .timeline-block-right .timeline-content h3:after {
        position: absolute;
        left: -7px;
        top: 7px;
        content: '';
        width: 0;
        height: 0;
        border-right: solid 10px rgb(195 217 69);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
    }
    .timeline-block-left .timeline-content h3:after {
        position: absolute;
        right: -7px;
        top: 7px;
        content: '';
        width: 0;
        height: 0;
        border-left: solid 10px rgb(195 217 69);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
    }
}

@media screen and (max-width: 768px) {
    .timeline-content h3 {
        margin-top: -27px;
    }
    .timeline-block-right .timeline-content h3:after {
        position: absolute;
        left: -7px;
        top: 7px;
        content: '';
        width: 0;
        height: 0;
        border-right: solid 10px rgb(195 217 69);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
    }
    .timeline-block-left .timeline-content h3:after {
        position: absolute;
        left: -7px;
        top: 7px;
        content: '';
        width: 0;
        height: 0;
        border-right: solid 10px rgb(195 217 69);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
    }
    .marker {
        width: 16px;
        height: 16px;
    }
    .timeline-container:before {
        left: 8px;
        width: 2px;
    }
    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .timeline-block-right {
        float: none;
    }
    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}

/* Vertical Timeline End */

/* Footer Blocks Start */

.footer-block-wrapper {
    background: #ddd;
    padding: 15px;
    min-height: 220px;
}

.footer-block-image a img {
    width: 120px;
}

.footer-block-body, .footer-block-social {
    padding-left: 0;
    list-style-type: none;
    font-size: 13px;
}

.footer-block-social {
    padding-left: 0;
    list-style-type: none;
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 5fr;
    grid-gap: 5px;
}

.footer-block-title {
    font-size: 18px;
    background: #757575b3;
    margin: -15px -15px 10px -15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
}

.footer-block-social a span {
    display: none;
}

.footer-block-social a {
    background: #242424;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
}

.footer-block-social a:before {
    font-family: icomoon !important;
    font-size: 18px;
    color: #fff;
    top: 2px;
}

.footer-block-social>li:nth-child(1)>a:before {
    content: '\f09a' !important;
}

.footer-block-social>li:nth-child(2)>a:before {
    content: '\eb6d' !important;
}

.footer-block-social>li:nth-child(3)>a:before {
    content: '\f167' !important;
}

.footer-phone-number, .footer-mobile-number {
    position: relative;
    padding-left: 15px;
}

.footer-phone-number:before {
    content: "\f095"!important;
    font-family: icomoon !important;
    position: absolute;
    color: #000;
    left: 0px;
}

.footer-mobile-number:before {
    content: "\e325"!important;
    font-family: icomoon !important;
    position: absolute;
    color: #000;
    left: 0px;
}

.footer-block-body li {
    margin-bottom: 5px;
}

/* Footer Blocks End */

/* Brands Banners Start */
.module-banners-1043 .module-item > a{
    border:1px solid #ddd;
    padding:10px;
    overflow:hidden;
}
.module-banners-1043 .module-item > a img{

}
/* Brands Banners End */

/* Show password Eye Start */
.password-field-wrapper{
    position:relative;
}
.show-password-button {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right:30px;
    z-index:999;
}
.show-password-button .button{
    background:transparent;
}
/* Show password Eye End */

/* AutoAddress */
#aa-control {
    position: relative;
    z-index: 9999;
}

#aa-search-again-button {
    display: none;
    z-index: 9999;
    background: #154881;
    color: whitesmoke;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 0 0 0 5px;
    cursor: pointer;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
}

#section-auto-address {
    position: relative;
    z-index: 9999;
    margin-bottom: 25px;
}
.discount-button-group a {
    display: block!important;
    padding: 5px 12px;
}

.discount-button-wrapper:last-child {
    border-bottom: 0!important;
    margin-bottom: 0;
    padding-bottom: 0!important;
}

.button-discount-cart {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.discount-button-group {
    margin-top: 10px;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
}

.discount-button-group h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.discount_button-text {
    font-size: 14px;
}

.button-discount-cart span {
    display: block;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}

.button-discount-cart {
    position: relative;
    background: #c3d945;
    color: #333;
    border: 1px solid #c3d945;
}

.button-discount-cart:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.button-discount-cart:before {
    content: '\e9bf' !important;
    font-family: icomoon !important;
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 3px;
}
.lp-discount-button-wrapper a{
display:block!important;

font-size:13px!important;
background: #c3d945!important;
color: #333!important;
text-transform: uppercase!important;
padding: 7px 10px!important;
min-height: auto!important;
width: max-content!important;
margin: 0 auto 7px auto!important;
}
.lp-discount-button-wrapper a:before{
font-size: 16px!important;
top: 1px!important;
}
.lp-button-group{
display:grid;
place-items:center;
}
.lp-button-group .cart-group{
display:block!important;
width:100%!important;
}
.main-products.product-grid.product-grid .product-thumb .buttons-wrapper{
    margin-top: unset!important;
}
@media only screen and (min-width: 780px) {
    .discount-button-wrapper {
            display: grid!important;
            grid-template-columns: 1fr auto;
            margin-bottom: 10px;
            align-items: center;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
    }
    .button-group-page h3 {
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 30px;
}
}
@media only screen and (max-width: 780px) {
    .discount-button-wrapper {
            display: grid!important;
            grid-template-columns: 1fr auto;
            margin-bottom: 5px;
            align-items: center;
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
    }
    .button-group-page h3 {
        display:none;
   }
}
#input-rating{
    height:25px!important;
}
#gift-vougher-form{
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
}
.voucher-image img{
    width:100%!important;

}
#qty-not-available{
    font-size: 15px;
    color: #bb0400;
}
