/* Reset START */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  scroll-behavior: smooth;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
	font-weight: 800;
}

/* Reset END */

/* Fonts START */
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Light.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Light.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Italic.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Italic.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Semibold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Semibold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-SemiboldItalic.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Bold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Bold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Extrabold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Extrabold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/sites_catalogues/v1/fonts/OpenSans/subset-OpenSans-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* Fonts END */

/* Styles START */

body {
	width: 480px;
	background: #ddd;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	cursor: default;
  margin: 0 auto;
  scroll-behavior: smooth;
}

main {
  /* margin: 0 auto; */
	/* width: 480px; */
	background: #fff;
  scroll-behavior: smooth;
}

header {
  background-color: #F6F6F6;
}

header > img {
  position: relative;
  width: 100%;
  height: auto;
}

.header-info {
  display: flex;
  padding: 25px 25px 15px 25px;
  flex-direction: row;
  gap: 35px;
  background-color: #fff;
}

.header-info > div {
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-info > div > img {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
}

.header-info > div > p {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.header-timer {
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header-timer > p {
  font-size: 16px;
  line-height: 16px;
}

.header-timer > .timer {
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: center;
}

.header-timer > .timer > div {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-timer > .timer > div > div:first-child {
  height: 60px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.header-timer > .timer > div > div:first-child > span{
  display: block;
	width: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #73d118;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
}

.header-timer > .timer > div > div:last-child {
  font-size: 13px;
  line-height: 13px;
}

.header-button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 40px 30px 40px;
  background-color: #fff;
}

.header-button > a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 76px;
  border: none;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  text-shadow: 0 1px 0 #b76302;
  background-color: #64bd0d;
  background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.header-button > div {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.header-button > div > b {
  margin: 0 4px;
  padding: 3px 6px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #73d118;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}


section#info {
  background-color: #74c129;
  background-image: -webkit-linear-gradient(50deg, #74c129 0%, #73d118 100%);
  background-image: -moz-linear-gradient(50deg, #74c129 0%, #73d118 100%);
  background-image: -o-linear-gradient(50deg, #74c129 0%, #73d118 100%);
  background-image: linear-gradient(50deg, #74c129 0%, #73d118 100%);
  padding: 20px 0;
}

section#info > div {
  color: #fff;
  margin: 0;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

section#info > div > span {
  color: #ffff00;
}

section#delivery {
  padding: 30px 20px;
}

section#delivery > h1,
section#privacy_policy > h1 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}

section#delivery > h1::after,
section#privacy_policy > h1::after {
  display: block;
  content: '';
  margin: 15px auto 0;
  width: 70px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #73d118;
}

section#delivery > div {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

section#delivery > div > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

section#delivery > div > div > img {
  width: 220px;
  height: auto;
}

section#delivery > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section#delivery > div > div > div > h2 {
  font-weight: 700;
  text-transform: uppercase;
}

section#delivery > div > div > div > p {
  font-size: 15px;
  line-height: 23px;
}

footer {
  font-size: 13px;
  text-align: center;
  padding: 15px 20px 20px 20px;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

footer > div {
  display: flex;
  flex-direction: column;
}

footer > div:first-child {
  gap: 15px;
}

footer > div > img {
  width: 100%;
  height: auto;
}

footer > div > b {
  font-weight: 700 !important;
  line-height: normal;
}

footer a {
  display: inline-block;
  cursor: pointer;
  color: #222;
  text-decoration: underline;
}

footer a.link-mail {
  text-decoration: none !important;
}

section#privacy_policy {
  padding: 30px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section#privacy_policy > p {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}

/* Styles END */

/* Item START */
.item .title {
  background-color: #222;
  color: #FFF;
  /* font-family: Open Sans; */
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
  text-align: left;
  padding: 9px 15px;
  text-transform: uppercase;
}

.item .slider-wrapper {
  position: relative;
  min-height: 300px;
}

.item .discount {
  position: absolute;
  width: 112px;
  height: 112px;
  z-index: 100;
  display: none;
  bottom: 10px;
  right: 2px;
}

.item .discount .discount-text {
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  top: 57px;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 8px;
}

.item .discount .discount-value {
  color: #FFF;
  position: absolute;
  top: 95px;
  width: 100%;
  font-size: 47px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.item .prices {
  display: flex;
  flex-direction: row;
  height: 74px;
}

.item .prices > div:not(.discount) {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding-top: 13px;
}

.item .prices > div .prices-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.item .prices > div .prices-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.item .prices .prices-old {
  background-color: #FFF;
}

.item .prices .prices-new {
  background-color: #64BD0D;
  color: #FFF;
}

.item .prices .prices-new .prices-value {
  font-weight: 800;
}

.item .content {
  padding: 35px 20px 30px 20px;
  background-color: #F6F6F6;
}

.item .description {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.item .content form {
  padding: 25px 30px 15px 30px;
}

/* .item .content form .button {
  color: #FFF;
  background: linear-gradient(0deg, #57A906 0%, #6FCA16 100%);
  height: 76px;
  border: none;
  border-radius: 38px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-weight: 800;
} */

.item .content form .button {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 76px;
  border: none;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  text-shadow: 0 1px 0 #b76302;
  background-color: #64bd0d;
  background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.item .content form .button span {
  /* box-shadow: 0px 1px 0px 0px #B76302; */
  font-size: 26px;
  font-weight: 800;
  line-height: 76px;
  text-transform: uppercase;
}

.item .content .stock {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.item .content .stock b {
	margin: 0 4px;
	padding: 3px 6px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FF5656;
	font-size: 17px;
	color: #FFF;
}
/* Item END */

/* Slider START */
.slider .owl-prev,
.slider .owl-next {
	display: inline-block;
  position: absolute;
  width: 47px;
  height: 47px;
  cursor: pointer;
  z-index: 99;
  top: 50%;
  margin: -30px 0 0;
  /* background: #f85a3d url(https://cdn.sleeksoul.com/static/upsells/v3/img/slider__arrows.jpg) no-repeat; */
	background: #f85a3d url('data:image/jpeg;base64,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') no-repeat;
}

.slider .owl-prev {
	background-position: left center;
	left: 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.slider .owl-next {
	background-position: right center;
	right: 0;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
/* Slider END */

/* Top notification START */
.notification-top-wrapper {
	position: fixed;
	top: 2rem;
	padding: 2rem 2rem;
	width: 480px;
	text-align: center;
	z-index: 1000;
}

.notification-top {
	padding: 1rem;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	display: flex;
	align-items: center;
	border: 2px solid #64bd0d;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}

.notification-top-left {
	position: relative;
	width: 55%;
}

.notification-top-right {
	position: relative;
	width: 45%;
}

.notification-top-quantity {
	font-weight: bold;
}

.notification-top-button {
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	text-shadow: 0 1px 0 #b76302;
	background-color: #64bd0d;
	background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 36px;
	width: 10rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1001;
}


button.added-upsell {
	background-color: #fff !important;
	background-image: none !important;
	color: #000 !important;
	text-shadow: 0 1px 0 #eee !important;
	border: 2px solid #f3f928 !important;
	transition: all ease 1s;
}

/* Top notification END */

/* Cart START */

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.cart-container,
.checkout-container {
	display: none;
	/* transition: all 1s ease-out; */
	position: fixed;
	top: 45px;
	z-index: 1030;
	-webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
	/* overflow-y: scroll; */
}

.cart-container.active,
.checkout-container.active {
	display: block;
}

.cart-wrapper,
.checkout-wrapper {
	width: 440px;
	margin: 0 20px 0 20px;
	background: #fff;
	border: 2px solid #66B52C;
	border-radius: 40px;
}

.cart-header,
.cart-footer,
.checkout-header,
.checkout-footer {
	padding: 20px;
}

.cart-header,
.checkout-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EDEDED;
	padding-top: 26px;
}

.cart-header .cart-header-title,
.checkout-header .checkout-header-title {
	/* font-family: Montserrat; */
	font-size: 25px;
	font-weight: 800;
	line-height: 30px;
	text-align: left;
	width: 410px;
}

.cart-header .cart-header-close,
.checkout-header .checkout-header-close {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.cart-header .cart-header-close svg,
.checkout-header .checkout-header-close svg {
	width: 20px;
	height: 20px;
}

.cart-footer,
.checkout-footer {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cart-footer button {
	width: 100%;
	height: 80px;
	padding: 0px 23px 0px 22px;
	border: none;
	cursor: pointer;
	display: none;
	align-items: center;
	border-radius: 40px;
	gap: 10px;
}

.cart-footer button.active {
  display: flex;
}

.cart-footer button svg {
	width: 30px;
	height: 30px;
}

.cart-footer button span {
	/* font-family: Montserrat; */
	font-size: 23px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}

.cart-footer button[name="continue_shopping"] {
	border-bottom: 4px solid #369E1B;
	background: linear-gradient(180deg, #5CCE3D 0%, #3DB21F 100%);
}

.cart-footer button[name="continue_shopping"] span {
	color: #fff;
}

.cart-footer button[name="checkout"] {
	border: 2px solid #369E1B;
	justify-content: center;
	background: #FFF;
}

.cart-footer button[name="checkout"] span {
	color: #369E1B;
}

/* Notification order total min START */
.cart-notification {
	display: none;
	position: relative;
	flex-direction: column;
	gap: 16px;
	height: 110px;
	border-radius: 20px;
	border: 2px dashed #359E18;
	background: #E2F5DD;
	margin: 20px 20px 7px 20px;
}

.cart-notification.active {
	display: flex;
}

.cart-notification .cart-notification-first-line {
	top: 16px;
	position: relative;
}

.cart-notification .cart-notification-first-line p {
	/* font-family: Montserrat; */
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	padding-left: 17px;
}

.cart-notification .cart-notification-first-line p b {
	/* font-family: Montserrat; */
	font-size: 18px;
}

.cart-notification .cart-notification-second-line {
	top: 8px;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding-left: 10px;
}

.cart-notification .cart-notification-second-line .cart-notification-order-total-min-icon {
	width: 46px;
	height: 46px;
	top: 2px;
  position: relative;
}

.cart-notification .cart-notification-second-line .cart-notification-text {
	/* font-family: Montserrat; */
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}

/* Notification order total min END */


.cart-body .cart-body-items .cart-body-item {
	min-height: 70px;
	border-bottom: 1px solid #EDEDED;
	display: flex;
	position: relative;
	flex-direction: row;
	padding: 5px 17px;
	align-items: center;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-title {
	/* font-family: Montserrat; */
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	width: 132px;
	margin-right: 19px;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity {
	display: flex;
	flex-direction: row;
	gap: 7px;
	align-items: center;
	margin-right: 10px;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity .minus,
.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity .plus {
	width: 24px;
	height: 24px;
	padding: 0px 7px 0px 7px;
	border-radius: 100px;
	opacity: 0.5;
	background: #66B52C;
	cursor: not-allowed;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity .minus svg {
	bottom: 3.5px;
  position: relative;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity .minus.active,
.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity .plus.active {
	opacity: 1;
	cursor: pointer;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity input {
	width: 35px;
	height: 25px;
	border-radius: 4px;
	border: 0.5px solid;
	/* font-family: Montserrat; */
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity input::-webkit-outer-spin-button,
.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-quantity input[type="number"] {
    -moz-appearance: textfield;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-subtotal {
	width: 101px;
	/* font-family: Montserrat; */
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	text-align: left;
	margin-right: 10px;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-trash {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.cart-body .cart-body-items .cart-body-item .cart-body-item-trash svg {
	position: relative;
  top: -2px;
}

.cart-body .cart-body-total {
	/* font-family: Montserrat; */
	padding: 20px 20px 7px 20px;
	font-size: 18px;
	font-weight: 800;
	/* line-height: 30px; */
	text-align: right;
}

/* Cart END */

/* Checkout START */

.checkout-header {
  border-bottom: none !important;
}

.checkout-footer {
  padding: 40px 20px !important;
}

.checkout-footer button {
  width: 100%;
	height: 76px;
	padding: 0px 23px 0px 22px;
  display: block;
  margin: 0 auto;
  border: none;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  text-shadow: 0 1px 0 #b76302;
  background-color: #64bd0d;
  background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 76px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.checkout-body {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 6px 20px 0 20px;
}

.checkout-body .checkout-body-icon {
  width: 100%;
  height: 119px;
  text-align: center
}

.checkout-footer input[name="name"],
.checkout-footer input[name="phone"] {
  width: 100%;
	height: 76px;
	padding: 0px 23px 0px 22px;
  display: block;
  margin: 0 auto;
  border: solid 2px #BAE690;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  position: relative;
  padding-left: 96px;
}

.checkout-footer > div {
  position: relative;
}

.checkout-footer > div::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 40px;
  z-index: 1050;
  top: 22px;
  left: 33px;
}

.checkout-footer > div.name::before {
  background-image: url("https://cdn.sleeksoul.com/static/sites_catalogues/v1/img/checkout/person.png");
}

.checkout-footer > div.phone::before {
  background-image: url("https://cdn.sleeksoul.com/static/sites_catalogues/v1/img/checkout/phone.png");
  width: 43px;
  left: 30px;
}
/* Checkout END */

/* Cart popup START */

.cart-popup-container {
	display: none;
	/* transition: all 1s ease-out; */
	position: fixed;
	top: 17px;
	z-index: 1020;
	-webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.cart-popup-container.active {
	display: block;
}

.cart-popup-wrapper {
	width: 440px;
	margin: 0 20px 0 20px;
	background: #fff;
	border: 4px solid #66B52C;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	gap: 31px;
	justify-content: center;
	align-items: center;
	height: 139px;
}

.cart-popup-wrapper .cart-popup-image {
	width: 120px;
	height: 106px;
}

.cart-popup-wrapper .cart-popup-block {
	display: flex;
	flex-direction: column;
	gap: 11px;
	position: relative;
}

.cart-popup-wrapper .cart-popup-block .cart-popup-block-title {
	/* font-family: Montserrat; */
	font-size: 24px;
	font-weight: 800;
	line-height: 20px;
	text-align: left;
	color: #00984B;
}

.cart-popup-wrapper .cart-popup-block .cart-popup-block-text {
	/* font-family: Montserrat; */
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.cart-popup-wrapper .cart-popup-block .cart-popup-block-text span {
	font-weight: 700;
}

.cart-popup-wrapper .cart-popup-block button[name="open_cart"] {
	position: relative;
	width: 100%;
	height: 43px;
	padding: 6px 30px 7px 29px;
	gap: 10px;
	border-radius: 40px;
	border-bottom: 4px solid #369E1B;
	background: linear-gradient(180deg, #5CCE3D 0%, #3DB21F 100%);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cart-popup-wrapper .cart-popup-block button {
	border: none;
	cursor: pointer;
}

.cart-popup-wrapper .cart-popup-block button[name="open_cart"] svg {
	width: 30px;
	height: 30px;
}

.cart-popup-wrapper .cart-popup-block button[name="open_cart"] span {
	color: #FFF;
	/* font-family: Montserrat; */
	font-size: 20px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

/* Cart popup END */

/* Cart alert START */
.cart-alert-container {
	display: none;
	position: fixed;
	top: 45px;
	z-index: 1030;
	-webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
	overflow-y: scroll;
}

.cart-alert-container.active {
	display: block;
}

.cart-alert-wrapper {
	width: 440px;
	margin: 0 20px 0 20px;
	background: #fff;
	border: 2px solid #66B52C;
	border-radius: 40px;
	padding: 20px;
}

.cart-alert-text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.cart-alert-buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 20px;
}

.cart-alert-buttons button {
	border: none;
}

.cart-alert-buttons button[name="accept"] {
	position: relative;
	height: 55px;
	width: 100px;
	padding: 6px 30px 7px 29px;
	border-radius: 40px;
	border-bottom: 4px solid #369E1B;
	background: linear-gradient(180deg, #5CCE3D 0%, #3DB21F 100%);
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	align-content: center;
	cursor: pointer;
}

.cart-alert-buttons a {
	position: relative;
	height: 55px;
	width: 100px;
	padding: 6px 30px 7px 29px;
	border-radius: 40px;
	border: 4px solid #369E1B;
	text-align: center;
	background: #FFF;
	color: #369E1B;
	align-content: center;
	cursor: pointer;
	text-decoration: none;
}

/* Cart alert END */

/* Cart overlay START */

.cart-overlay-container {
	display: none;
	/* transition: all 1s ease-out; */
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1010;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	-webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.cart-overlay-container.active {
	display: block;
}

/* Cart overlay END */
