
/*[data-adpulse-total="gifts"] {
    display: none !important;
}*/

[data-adpulse-total-value="gift"] > * {
    display: block;
    text-align: right;
}

[data-adpulse-warranty-label] span[data-currency="£"]:before {
    content: "(£" attr(data-price) ")";
}

[data-adpulse-warranty-label] span[data-currency="£"] {
    margin-right:  auto;
    padding-left: 5px;
}

[data-adpulse-checkout-field="phone"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
}



.adpulse-checkout-status.mobile-only {
    margin-top: 10px;
}

.adpulse-checkout-status.mobile-only > div {
text-align: center;
    background: #ff7474;
    color: white;
    padding: 10px;
}

[data-adpulse-product-extras] > div { display: flex;}

.produce-per-unit-inc-gifts {
display: none; }
.product-granted-gifts {
}

.adpulse-buy-product.disabled {
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
.desktop-narrowed-down {
margin: 0 100px;	
}
	
	.mobile-only { display: none; }
}

.mobile-sticky-upsell-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999999999999;
    background: white;
    left: 0;
    text-align: center;
}

[data-adpulse-terms-and-conditions] {
    order: 8000;
}

.cart-header h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: white;
}

#product-list .product-price[data-currency="€"]:after {
    content: attr(data-currency);
    font-size: 14px;
    line-height: 11px;
    font-weight: normal;
    vertical-align: top;
    margin-right: 2px;
}

#product-list .product-price[data-currency="€"]:before {
    display: none;
}

[data-express-checkout-element] {
    margin-top: 10px;
}

body {
	overflow: hidden;
}

.toppings-mob {
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.bottoms-mob {
	position: fixed;
  bottom: 0;
  width: 100%;
	z-index: 1000;
}

.cart-item-name {
	font-size: 16px;
  line-height: 22px;
}

.cart-item-price {
	font-size: 15px;
}

[data-cart-item-remove] {
	font-size: 15px;
  line-height: 23px;
  color: #c12121;
  text-decoration: underline;
}

.glsr-default .glsr-review {
	  background-color: #f4f1ee;
    padding: 25px;
    border-radius: 10px;
}

.glsr-reviews {
	gap: 15px !important;
}


    [data-payment-loader] {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
        border-top: 3px solid #FFF;
        border-right: 3px solid transparent;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
			display: none;
    }

    [data-proceed-payment] [data-payment-loader] {
        
    }

    [data-proceed-payment]:disabled [data-payment-loader] {
       
			display: block;
    }

    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }


.menu-item-cart-link path, .mobile-cart-icon path {
	stroke: white;
}

#Top_bar .menu {
	margin-right: 35px;
}

#Top_bar {
	backdrop-filter: blur(30px);
}

.menu-item-cart-link span[data-cart-total-items] {
	background: #313131 !important;
}

.header-fixed #Top_bar {
	opacity: 1;
}

body:not(.template-slider) #Header {
	min-height: 0px !important;
}

#Top_bar #menu  {
	background-color: #f4f1ee00 !important;
}

.sub-tabs {
	padding-right: 100px;
}

#Top_bar .menu > li > a span:not(.description) {
	border-right-width: 0px;
}

.stars-tagged {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stars-tagged-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.stars-tagged-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-quiz-product-tabs-switcher {
	row-gap: 10px !important;
}

.sub-links a {
	font-size: 16px !important;
}

.sub-links {
	gap: 10px !important;
}

.custom-quiz-product-tabs-switcher a {
	font-size: 21px !important;
	line-height: 31px !important;
}

.custom-horizontal-scroll > .section_wrapper {
	overflow-x: hidden !important;
}

body:not(.template-slider) #Header {
	min-height: 50px;
}

.pgcsimplygalleryblock-slider-item .pgcsimplygalleryblock-slider-main-wrap .pgcsimplygalleryblock-slider-item-wrap,
.round-image-class .image_wrapper {
	border-radius: 10px;
}

.custom-horizontal-scroll > div {
	padding: 0 10%;
}

.dm-family-lite {
	font-family: "DM sans";
		font-weight: 400;
}

.dm-family-bold {
	font-family: "DM sans";
	font-weight: 700;
}

#Content {
	padding-top: 0;
}

[class^="icon-"]:before {
	margin-left: -4px;
	margin-right: -2px;
}

#Top_bar .menu {
    display: flex;
	    justify-content: center;
}

.menuo-right #Top_bar .menu_wrapper {
    float: unset;
}

#Top_bar .menu > li:last-child {
    margin-left: auto;
}

#Top_bar .menu > li:last-child {
    position: absolute;
    right: 0;
}



/* custom scrollable containers */

.custom-horizontal-scroll > .section_wrapper {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    user-select: none;
}

.custom-horizontal-scroll > .section_wrapper > div {
    min-width: 300px;
}

/* -- */

.custom-review {
    border: 2px solid #D6CDC0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f1ee;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    pointer-events: none;
    opacity: 0;
}

.custom-review img {
    width: 50%;
    object-fit: cover;
}

.custom-review-content {
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
	  width: 50%;
}

.custom-review-text {
    font-size: 20px;
    line-height: 29px;
    color: black;
    margin-bottom: 20px;
}

.custom-review-author {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.custom-review-navigation {
    display: flex;
    align-self: end;
		margin-top: auto;
}

.custom-review-navigation > button {
    background: none;
    width: auto;
    display: block;
    padding: 19px 30px;
    border: 1px solid #D6CDC0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-review-navigation > button:last-child {
    border-radius: 0 6px 6px 0;
}

.custom-review-navigation > button:first-child {
    border-radius: 6px 0 0 6px;
}

.custom-review-navigation > button + button {
    border-left: 0;
}

.custom-reviews-container {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.custom-review.custom-review-active + .custom-review {
    transform: translateX(100%);
}

.custom-review.custom-review-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 479px) {
.round-image-class .image_wrapper {
	border-radius: 0px;
}
	
	.highlight-left .wrap:first-child {
background: none;
}
	
	.highlight-left, .highlight-right .section_wrapper .wrap {
		padding: 0 20px;
	}
	
	.highlight-left .section_wrapper .wrap {
		padding: 0px;		
	}
	
	h1 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	
	.custom-review.custom-review-active {
		display: flex;
		flex-direction: column;
	}
	
	.custom-review {
    position: relative;
    grid-row-start: 1;
    grid-column-start: 1;
}

.custom-reviews-container {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
}
	
	.custom-review-content, .custom-review img {
		width: 100%;
	}
	
	.mobile-lighter {
		font-size: 26px;
		line-height: 34px;
	}
	
	.custom-quiz-product-tabs {
		flex-direction: column-reverse;
	}
	
	.custom-quiz-product-tabs-content, .custom-quiz-product-tabs-images {
		width: 100% !important;
	}
	
	.custom-quiz-product-tabs-switcher a {
		font-size: 18px !important;
		line-height: 26px;
		text-align: center;
	}
	
	.custom-quiz-product-tabs-switcher {
		row-gap: 10px !important;
	}
	
	.custom-quiz-product-tabs-nav {
		bottom: -33px !important;
	}
	
	.custom-quiz-product-tabs-switcher {
		margin-top: 60px;
		margin-bottom: 15px !important;
	}
	
	.sub-links a {
		font-size: 15px !important;
	}
	
	.mobile-z-redirect {
		z-index: 15 !important;
	}
	
	.widgets_wrapper .container {
		display: grid;
    grid-template-columns: 50% 50%;
}
	
	.class-display-none {
		display: none;
	}
	
	#Footer .footer_copy .one {
    margin-bottom: -8px;
	}
}



@media only screen and (max-width: 768px) {
	#Top_bar a.responsive-menu-toggle {
	    right: unset;
	    left: 10px;
	    top: 50%;
	}
	
	.mcb-column-inner-0u4uqna3v .adpulse-checkout-status {
    display: none;
}
	
	.custom-horizontal-scroll > .section_wrapper {
		overflow-x: scroll !important;
	}
	
	.bordered-mobile .image_wrapper {
		border-radius: 15px;
	}
	
	.sub-links {
		justify-content: center;
	}
	
	.sub-tabs {
		padding: 20px;
    border: 2px solid #d5cdc1;
    border-radius: 5px;
		background-color: #f7f6f5;
	}
}

@media only screen and (max-width: 1240px) {

	.menu-item-cart {
		display: none !important;
	}

	.mobile-cart-icon {
		display: block !important;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1240px) and (min-width: 769px) {

	#Top_bar a.responsive-menu-toggle {
		right: 50px;
	}
	
}

@media only screen and (min-width: 768px){

	/*
	.product-custom-scroll > div {
		flex-wrap: nowrap;
		display: flex;
		overflow-x: scroll;
	}

	.product-custom-scroll > div > div {
		float: unset;
		flex-shrink: 0;
	}
*/
}

@media only screen and (max-width: 767px){
	.product-custom-scroll > div {
			display: flex;
			flex-wrap: nowrap;
			overflow: scroll;
	}

	.product-custom-scroll > div > div {
			flex-shrink: 0;
	}
	
	#Top_bar a.responsive-menu-toggle {
		color: #9b9b9b;
	}
	
	.mobile-cart-icon path {
	stroke: #9b9b9b;
}
	
	.logo-mobile-sticky.scale-with-grid {
height: 37px;
	}
	
	#Side_slide {
		backdrop-filter: blur(20px);
		background-color: #19191978;
	}
	
	#Side_slide #menu ul li {
		border-top: 1px solid rgb(255 255 255 / 0%);
	}
	
	.sub-links a {
	font-size: 14px !important;
}

.custom-quiz-product-tabs-switcher a {
	font-size: 16px !important;
	line-height: 28px !important;
}
}

.product-custom-selector.active > div {
outline: 3px solid red;
}



.coupons-form {
    display: none;
}
.coupons-form {
    display: flex;
    border: 1px solid #E0E0E0;
    padding: 10px;
    border-radius: 5px;
}

.coupons-form input {
    background: none;
    margin: 0;
    width: 100%;
    font-size: 13px;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.coupons-form button {
    font-size: 12px;
    height: auto;
    padding: 5px 14px;
    background-color: grey;
    border-radius: 7px;
}
[data-adpulse-coupon-status] {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    color: red;
    font-weight: 600;
}

[data-adpulse-total="coupons_total"] {
    
}

[data-adpulse-coupon-remove] {
    display: flex;
    font-size: 10px;
    line-height: 10px;
    gap: 5px;
    background: grey;
    border-radius: 4px;
    padding: 5px 6px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

[data-adpulse-coupon-list] {
    display: flex;
    gap: 5px;
}

[data-adpulse-coupon-remove] span {
    font-size: 12px;
}

[data-adpulse-total="coupons_total"] {
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #6b6b6b;
    padding: 0px 10px 0px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
    border-radius: 1px;
    order: 2;
}

#cart-summary {
    display: flex;
    flex-direction: column;
}

[data-adpulse-total="total"] {
    order: 1;
}

[data-adpulse-total="gifts"] {
    order: 2;
}

[data-adpulse-total="shipping"] {
    order: 3;
}

[data-adpulse-total="savings"] {
    order: 10;
}


.checkout-fields-group {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
}

.checkout-fields-group > * {
    max-width: 100%;
    flex-grow: 1;
}

.checkout-fields-group select,
.checkout-fields-group input {
    width: 100%;
}

.adpulse-card-input {
                    background-color: #fff;
                    border: 1px solid #CCCCCC;
                    width: 100%;
                    color: #000;
                    font-weight: 400;
                    font-size: 17px;
                    padding: 10px 15px;
                }

                .adpulse-card-input-label {
                    font-weight: 600;
                    font-size: 17px;
                }



@media only screen and (max-width: 767px) {

.mobile-scrollable-1 .mcb-wrap-inner {
flex-wrap: nowrap;
        padding: 0 15px;
        overflow-x: visible;
        width: auto !important;
        /*padding-left: 200px !important;*/
animation: linear tw-rightToLeft 20s infinite;
	}

.mobile-scrollable-1 .mcb-wrap-inner > div {
            min-width: 300px;
}

.mobile-scrollable-1 > div {
    padding: 0 !important;
}
}


@keyframes tw-rightToLeft{
	0%{-webkit-transform:translateX(50%);transform:translate(50%)}to{
		-webkit-transform:translateX(-100%);
transform:translate(-100%)}
}

