/* 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;
}
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/upsells/v3/fonts/OpenSans/subset-OpenSans-Light.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-Light.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans-Italic.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-Italic.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans-Semibold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-Semibold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-SemiboldItalic.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans-Bold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-Bold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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/upsells/v3/fonts/OpenSans/subset-OpenSans-Extrabold.woff2') format('woff2'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/fonts/OpenSans/subset-OpenSans-Extrabold.woff') format('woff'),
        url('https://cdn.sleeksoul.com/static/upsells/v3/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;
}

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

header {
  background-color: #F6F6F6;
  height: 476px;
}

.header-image {
  height: 340px;
}

.header-image img {
  margin: 8px 22px 0 22px;
  position: relative;
  width: 436px;
}

.header-image h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 31px;
  text-align: center;
  position: relative;
  bottom: 50px;
}

.header-image h1 span {
  color: #64BD0D;
}

.header-button div {
  position: relative;
  left: 49px;
  top: 10px;
  width: 394px;
}

.header-button div svg {
  position: absolute;
}

.header-button div span {
  /* width: 394px; */
  height: 67px;
  top: 19px;
  position: relative;
  z-index: 1;
  /* background: linear-gradient(0deg, #57A906 0%, #6FCA16 100%); */
  color: #FFF;
  /* font-family: Hurme Geometric Sans 3; */
  font-size: 33px;
  font-weight: 700;
  line-height: 45.88px;
  text-align: center;
  text-transform: uppercase;
  transform: rotateZ(-2.99deg);
  display: block;
}

.header-button div img {
  position: absolute;
}

.header-button div .icon-star {
  width: 67px;
  height: 67px;
  left: -32px;
  top: 38px;
}

.header-button div .icon-face {
  width: 55px;
  height: 55px;
  right: -15px;
  top: 50px;
}

footer {
  height: 136px;
  background-color: #333;
  padding: 30px 50px;
}

footer a {
  background-color: #FF0000;
  height: 76px;
  top: 30px;
  border-radius: 38px;
  color: #FFF;
  /* font-family: Open Sans; */
  font-size: 26px;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* 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: 198px;
  height: 198px;
  z-index: 100;
  display: block;
  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 {
  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 {
	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 {
	display: block;
}

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

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

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

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

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

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

.cart-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: flex;
	align-items: center;
	border-radius: 40px;
	gap: 10px;
}

.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;
}

.cart-notification {
	display: none;
	position: relative;
	flex-direction: column;
	gap: 20px;
	height: 130px;
	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: 23px;
	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: 7px;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding-left: 21px;
}

.cart-notification .cart-notification-second-line .cart-notification-gift-icon {
	width: 41px;
	height: 41px;
	top: 5px;
  position: relative;
}

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

.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-body .cart-body-gift {
	min-height: 70px;
	border-bottom: 1px solid #EDEDED;
	display: none;
	position: relative;
	flex-direction: row;
	padding: 5px 23px 5px 17px;
	align-items: center;
	justify-content: space-between;
}

.cart-body .cart-body-gift.active {
	display: flex;
}

.cart-body .cart-body-gift .cart-body-gift-section {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.cart-body .cart-body-gift .cart-body-gift-section .cart-body-gift-icon {
	width: 41px;
	height: 41px;
}

.cart-body .cart-body-gift .cart-body-gift-section .cart-body-gift-text {
	/* font-family: Montserrat; */
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.cart-body .cart-body-gift .cart-body-gift-subtotal {
	/* font-family: Montserrat; */
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	text-align: right;
}

/* Cart 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 */
