/** Shopify CDN: Minification failed

Line 684:0 Unexpected "}"

**/
#zi_loading_bar_spinner.zi_spinner {
/*     left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite; */
}

#zi_loading_bar_spinner.zi_spinner .zi_spinner_icon {
/*     width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%; */
}

/* @keyframes zi_loading_bar_spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
} */
.discpon_wrap {
    font-weight: 400;
    font-size: 1rem;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: RGBA(0,0,0,.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Muli,sans-serif;
}
.discpon_wrap .discpon_grid {
    background-color: #fff;
    padding: 2em;
    display: grid;
    place-items: center;
    border-radius: 0.5em;
    position: relative;
    max-width: 350px;
}
.discpon_wrap .discpon_close {
    color: #e5e5e5;
    font-size: 1.5rem;
    position: absolute;
    top: 0.3em;
    right: 0.7em;
    cursor: pointer;
}
.voila_fireworks>.after, .voila_fireworks>.fire_before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px #00f, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
}
.discpon_wrap .discpon_applied {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #16821e;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.discpon_wrap .btn-red {
    background-color: #ed6755;
    -webkit-box-shadow: 0 13px 34px -6px #2b2828;
    -moz-box-shadow: 0 13px 34px -6px #2b2828;
    box-shadow: 0 13px 34px -6px #2b2828;
}
.discpon_wrap .discpon_btn, .discpon_wrap .proceed_checkoutbtn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    color: #fff;
    padding: 0.8em 4em;
    display: block;
    border-radius: 0.4em;
    margin-bottom: 1.6em;
    width: auto;
    border: none;
    height: 45px;
    cursor: pointer;
}
.zihidden{
  display:none;
}
.ziloader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
/* .ziioverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.ziioverlay:target {
  visibility: visible;
  opacity: 1;
} */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
@media screen and (min-width: 800px) {
  #zi_cart_header_content {
      box-sizing: border-box;
      background-color: #1a1818;
      background-image: linear-gradient(to right,#1a1818,#1a1818);
      text-align: center;
      border-radius: 15px;
/*       margin-left: 8%;
      margin-right: 8%; */
      margin-top: -50px;
      margin-bottom: 2%;
      padding: 0.5rem;
      display: flex;
  }
  #zi_cart_know_your_points{
/*     padding: inherit; */
    line-height: 1em;
  }
  #zi_cart_left{
    text-align:left
  }
  #zi_cart_right{
    display: block;
  }
  #zi_cart_left {
    display: flex;
  }
  #zi_cart_left,
  #zi_cart_right {
    padding: 0.5rem;
    flex-grow: 1;
    color: #f7e589;
    align-items: center;
  }
  #zi_cart_point_section{
      background-color: #1a1818;
      padding: 15px 40px;
      color: #f7e589;
      border: 2px solid #f7e589;
      border-radius: 10px;
      float: right;
      cursor:pointer;
  }
  .zi_span_lg{
      font-size: 20px;
  }
  
  .zi_span_sm{
      font-size: 18px;
  }
}

@media screen and (max-width:787px){
   #zi_cart_header_content {
      box-sizing: border-box;
      background-color: #1a1818;
      background-image: linear-gradient(to right,#1a1818,#1a1818);
      text-align: center;
      border-radius: 15px;
/*       margin-left: 2%;
      margin-right: 2%; */
     /*       margin-left: 8%;
      margin-right: 8%; */
      margin-top: -10px;
      margin-bottom: 2%;
      padding: 0.5rem;
      display: flex;
  }
  #zi_cart_know_your_points{
/*     padding: inherit; */
    line-height: 1em;
  }
  #zi_cart_left{
    text-align:left
  }
  #zi_cart_left,
  #zi_cart_right {
    padding: 0.5rem;
    flex-grow: 1;
    color: #f7e589;
    align-items: center;
    display: flex;
  }
  #zi_cart_point_section{
      background-color: #1a1818;
      padding: 5px 1px;
      color: #f7e589;
      border: 2px solid #f7e589;
      border-radius: 10px;
      float: right;
      cursor:pointer;
  }
  .zi_span_lg{
      font-size: 12px;
  }
  
  .zi_span_sm{
      font-size: 10px;
  }

}
.cart__footer .ziDiscount__container {
	width: 100%
}
.ziDiscount.ziright>div {
    margin-left: auto;
}
.ziDiscount.zicenter>div {
    margin: auto;
}
.zi_simple-container {
    display: flex;
}
.zi_simple-container .zi-cube-text {
    margin: 0;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 10px;
    flex: 1 auto;
    border-radius: 3px;
    -webkit-appearance: none;
    width: 0;
    margin: 0 10px 0 0 !important;
    max-height: 40px;
}
.zi_simple-container .zi_code-btn {
    position: relative;
}
.zi_simple-container .zi_code-btn input[type=button] {
    height: 100%;
    line-height: initial;
    border-radius: 3px;
    min-height: 100%;
    -webkit-appearance: none;
    margin: 0 !important;
    line-height: initial !important;
    cursor: pointer;
    width: auto;
}
.zi_simple-container .zi_code-btn .zi_code-loading, .zi_simple-container .zi_code-btn .zi_code-remove {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    border-radius: 3px;
}
.ziDiscount {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	display: flex
}

.ziDiscount input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none
}

.ziDiscount.zicenter>div {
	margin-left: auto;
	margin-right: auto
}

.ziDiscount .ziError {
	font-size: 12px;
	color: #ff0000;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: left
}

.ziDiscount .ziError::first-letter {
	text-transform: capitalize
}

.overlay-close {
	text-align: center;
	color: #fff;
	margin-top: 15px;
	cursor: pointer
}

.zi-discount-modal-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.zi-price-loading {
	font-size: 0 !important
}

.zi-price-loading:after {
	content: " .";
	animation: dots 1s steps(5, end) infinite;
	font-size: 35px !important;
	line-height: 10px;
	margin: 0;
	padding: 0;
	margin-right: 15px
}

@keyframes dots {

	0%,
	20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0)
	}

	40% {
		color: inherit;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0)
	}

	60% {
		text-shadow: 0.25em 0 0 currentColor, 0.5em 0 0 rgba(0, 0, 0, 0)
	}

	80%,
	100% {
		text-shadow: 0.25em 0 0 currentColor, 0.5em 0 0 currentColor
	}
}

@media (max-width: 481px) {
	.ziDiscount>div {
		width: 100% !important
	}
}

.ajaxcart__inner.ajaxcart__inner--has-fixed-footer {
	transition: bottom linear 200ms
}

.ajaxcart__footer.ajaxcart__footer--fixed {
	transition: max-height linear 300ms
}

.zi-discount-total s {
	margin-left: auto !important
}

.zi-discount-total s span {
	text-decoration: line-through !important
}

@media (max-width: 640px) {
	.ajaxcart__policies {
		margin-bottom: 10px
	}

	.ajaxcart__subtotal {
		margin-bottom: 10px
	}

	.zi_simple-container,
	.zi_simple-info {
		font-size: 0.85rem
	}

	.zi_simple-container .zi_simple-info__tag,
	.zi_simple-info .zi_simple-info__tag {
		margin-bottom: 0
	}

	.zi_simple-container .zi_simple-info .zi_simple-info__row,
	.zi_simple-info .zi_simple-info .zi_simple-info__row {
		margin-bottom: 0
	}

	.zi_simple-container .zi-cube-text {
		line-height: 17px
	}
}



@media (max-width: 481px) {
	.ziDiscount__container {
		width: 100%
	}
}

.drawer__cart .ziDiscount>div {
	width: 100% !important
}

#sticky-cart .ziDiscount {
	display: none
}

.cart__ctas {
	flex-wrap: wrap
}

.rebuy-cart__flyout-footer .ziDiscount>div {
	width: 100% !important
}

.rebuy-cart .zi_simple-info__row:last-child {
	display: none
}
.zi_simple-info {
	margin-top: 10px;
	text-align: left
}

.zi_simple-info .zi-tag {
	padding: 5px
}

.zi_simple-info .zi-tag button {
	height: 20px;
	width: 16px;
	outline: none;
	min-width: 0;
	position: relative;
	z-index: 10
}

.zi_simple-info .zi-tag button svg {
	width: 16px !important;
	height: 20px !important
}

.zi_simple-info .zi-tag button svg path {
	stroke-width: 1.5px;
	opacity: 0.6;
	transition: opacity 300ms linear
}

.zi_simple-info .zi-tag button:hover svg path {
	opacity: 1
}

.zi_simple-info .zi_simple-info__tag {
	margin-bottom: 10px
}

.zi_simple-info .zi_simple-info__row {
	display: flex;
	margin-bottom: 10px;
	align-items: center
}

.zi_simple-info .zi_simple-info__row.zi_code-info {
	display: flex;
	align-items: center
}

.zi_simple-info .zi_simple-info__row.zi_code-info .zi-tag.zi_reduced {
	margin: 0 0 0 5px
}

.zi_simple-info .zi_simple-info__row.zi_code-info>div:first-child {
	display: flex;
	align-items: center
}

.zi_simple-info .zi_simple-info__row div strong {
	font-size: 1em;
	font-weight: normal
}

.zi_simple-info .zi_simple-info__row div:last-child {
	margin-left: auto;
	text-align: right
}

.zi_simple-info .zi-tag .code .code-name {
	max-width: 200px !important
}

.zi-rtl .zi_simple-info__row.zi_code-info div:last-child {
	display: flex;
	flex-direction: row-reverse
}
.zi-tag {
    background-color: rgba(113,113,113,0.21);
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.zi-tag .code {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: inherit;
}
.zi-tag .code svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.zi-tag .code svg path {
    fill: currentColor;
}
.zi-tag .code .code-name {
    display: inline-block;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-family: "Helvetica", Arial, sans-serifsans-serif;
}
#zi_register_from_cart_page::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
}
#zi_register_from_cart_page { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: 100px; 
  height: 30px; 
  line-height: 30px;
  background: transparent;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  z-index:9999;
/*   border: 1px solid white; */
}
.ziioverlay {
 	position:absolute;
	display:none; 

    /* color with alpha transparency */
    background-color: rgba(0, 0, 0, 0.7);

    /* stretch to screen edges */
    top: 0;
	left: 0;
    bottom: 0;
    right: 0;
}
/* #zi_register_from_cart_page:hover { background: #666; }
#zi_register_from_cart_page:active { background: #444; } */
@media (max-width: 767px) {
  #ziRegForm {
    width:85%;
/*     height:50%; */
  }
}
.ziRegPopupArea{
  width:100%;
  height:100%;
  display: none;
}
#ziRegForm { 
  display: block;
/*   border: 6px solid #9b046f;  */
  border-radius: 10px;
  padding: 2em 0 2em 0;
/*   width: 425px; */
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  z-index:10;
  min-height: 350px;
  
}
.ziRegPopupArea.ziactive {
  display: block;
}
.ziblur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
#ziRegForm .ziclose {
-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f1f7;
    /* border: 1px solid #f0f1f7; */
    border: 3px solid #dadbe6;
    border-radius: 50%;
    /* color: #2e2c38; */
    background-color: #2e2c38;
    border: 1px solid #2e2c38;
    color: #fff;
    float: right;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    justify-content: center;
    line-height: 19px;
    position: relative;
    top: -30px;
    text-decoration: none;
    right: 2px;
    width: 20px;
    z-index: 3;
}
.zicloseSpan{
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
}
#ziRegForm .ziclose:hover {
/*   color: orange; */
}
#ziRegForm .ziinput { 
    /*margin: 0.8em auto; */
    font-family: inherit;
    text-transform: inherit;
    /* font-size: inherit; */
    display: block;
    width: 100%;
    outline: none;
    border: none;
    display: block;
    /* line-height: 1.2em; */
    /* font-size: 14pt; */
    /* padding: 0.4em; */
    box-shadow: none;
}
#ziRegForm .formBtn { 
    width: 80%;
    display: inline-block;
    background: #9b046f !important;
    border-radius: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    border: none;
    height: 35px;
    margin: 2px 0 2px 0;
    cursor: pointer;
}
#ziRegForm .full-input {
    display: inline-block;
    padding: 3px;
    border: 1px solid #9b046f;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
}
#ziRegForm label {
    display: block;
    text-align: left;
    font-size: 9px;
    font-weight: 900;
    margin: 0px !important;
    padding: 0px;
}
