/** Shopify CDN: Minification failed

Line 40:14 Expected ":"
Line 40:16 Expected identifier but found "0.5s"
Line 50:14 Expected ":"
Line 50:16 Expected identifier but found "0.5s"

**/
[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: #22315a;
  width: 100%;
}

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
    background-color: #22315a;
    opacity: 0.8;
}
.product_img_big__list {
	list-style: none !important;
}
.fig-inner {
    background: rgba(255,255,255,0.8);
    border: solid 1px #ccc;
    border-top: none;
    padding: 15px;
    position: absolute;
  	bottom: -100px;
  
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    min-height: 100px;
    transition; 0.5s;
}

.fig-inner time {
	color: #22315a;
}

.article_header figure:hover .fig-inner {
	min-height: unset;
    height: 0;
    transition; 0.5s;
}

/* Product Page */

#purchase label {
/*     width: 40%; */
    text-align: left;
}

#purchase .variants-wrapper {
	padding: 0;
    margin: 0;
}

#purchase input, #purchase select {
    padding: 0 10px !important;
    min-width: 50%;
    box-sizing: content-box;
}

.product_wrap .product_details {
	border-bottom: none !important;
}

.product-description span {
	font-size: inherit !important;
    font-family: inherit !important;
}

#purchase .pro-region>input {
	height: auto;
    border-radius: 0;
    width: 50%;
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: 1px solid #22315a;
    color: #29708e;
    font-size: 16px;
    text-align: center;
}

#purchase .pro-region .custom-select {
	width: 50%;
    background: none;
    margin-right: 0;
    border-bottom: 1px solid #22315a;
}

#purchase .pro-region .custom-select .radios {
	background: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    text-align: center;
}


#purchase .pro-region .custom-select .radios #default {
    vertical-align: top;
}

#purchase .pd-boundary {
	margin: 10px 0;
    border-right: 1px solid #b76d30;
}

#purchase .pro-region details {
	position: relative;
	width: 300px;
	margin-right: 1rem;
}

#purchase .pro-region details[open] {
	z-index: 1;
}

#purchase .pro-region summary {
	padding: 1rem;
	cursor: pointer;
	border-radius: 5px;
	background-color: #ddd;
	list-style: none;
}

#purchase .pro-region summary::-webkit-details-marker {
	display: none;
}

#purchase .pro-region details[open] summary:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
}

#purchase .pro-region summary:after {
	content: '';
	display: inline-block;
    margin-top: 5px;
	float: right;
	width: .75rem;
	height: .75rem;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor;
	border-bottom-left-radius: 2px;
	transform: rotate(45deg) translate(50%, 0%);
	transform-origin: center center;
	transition: transform ease-in-out 100ms
}

#purchase .pro-region summary:focus {
	outline: none;
}

#purchase .pro-region details[open] summary:after {
	transform: rotate(-45deg) translate(0%, 0%);
}

#purchase .pro-region ul {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

#purchase .pro-region li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
    list-style: none;
}

#purchase .pro-region li label {
	margin: 0;
    font-weight: 400;
}

#purchase .pro-region li:first-child {
	padding-top: 0;
}

#purchase .pro-region li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#purchase .pro-region {
	display: flex;
    padding: 20px;
    padding-bottom: 0;
}

#purchase .zip-validation-wrap {
    width: 100%;
    background: red;
    color: #fff;
    padding-left: 20px;
    margin-top: -1px;
    opacity: 0;
}

.valid-zip-mark {
	left: 43%;
    color: #fff;
    width: 15px;
    height: 15px;
    display: none;
    z-index: 999;
    position: absolute;
    animation: fadeZoomIn 0.3s ease-in;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    line-height: 17px;
    border-radius: 50%;
    background-color: #22315a;
}

/* FAKE SELECT */

#purchase .pro-region summary.radios {
	counter-reset: radios;
}

#purchase .pro-region input[type=radio] {
	counter-increment: radios;
	appearance: none;
	display: none;
}

#purchase .pro-region input[type=radio]:checked {
	display: inline;
}

#purchase .pro-region input[type=radio]:after {
	content: attr(title);
	display: inline;
	font-size: 16px;
    position: absolute;
    z-index: -1;
    right: 50px;
    bottom: 15px;
}

#purchase .pro-region ul.list {
	counter-reset: labels;
}

#purchase .pro-region label {
	width: 100%;
	display: block;
	cursor: pointer;
}

.buy-button-group {
	display: flex;
}

.buy-button-group button {
	color: white;
    width: 100%;
    border: none;
    cursor: pointer;
    display: flex;
    outline: none;
    font-size: 16px;
    background: #22315a;
    text-align: center;
    align-items: center;
    line-height: 52px;
    border-radius: 4px;
    justify-content: center;
    transition: .5s ease-in-out;
}

.buy-button-group button:disabled {
    background: #999;
}

#today_alert {
    margin: 3px;
    font-size: 14px;
    display: block;
}

#purchase #add-to-cart {
	border-radius: 4px;
    width: 100%;
}

.buy-button-group #today {
	width: 55%;
    margin-right: 1%;
}

.buy-button-group #tomorrow {
    width: 55%;
    margin-right: 1%;
}

.buy-button-group #pickDate {
  
}

.buy-button-group button:hover {
    background: #9d5981;
}

/* @media (min-width: 768px) {

  [class*=" imghvr-"], [class^=imghvr-] {
  	height: 150px;  
 }
} */

ul.pro-variants {
	padding: 20px;
}

.pro-variants li {
	list-style: none;
    display: flex;
    justify-content: space-between;
}

/* #purchase .pick-item-wrap {
	box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
 */
#purchase .pro-variants .pro-item-price {
	margin: auto 0;
  	width: 200px;
  	text-align: right;
}

#purchase .pro-variants .pro-item-title {
	width: 70%;
    display: flex;
}

#purchase .pro-variants input[type='radio'] {
	padding: 0 !important;
    vertical-align: middle;
    margin: auto 0;
    min-width: unset;
    margin-right: 5%;
}

#purchase .pro-variants label {
	padding: 0 !important;
    margin: auto 0;
    width: auto;
}

.template-article #main_content,.template-article #main_content h1, .template-article #main_content h2, .template-article #main_content  h3, .template-article #main_content  span {
	color: black;
} 
.template-article #main_content .breadcrumb>li .page-title {
    color: #b9b9b9;
}
.template-article a {
	color: #76d6ff;
}

.template-article a:hover, .template-article a:focus {
    color: #1b9a41;
}

.template-article #main_content {
	margin: 0 !important;
    width: 100% !important;
}

.template-article .column_left {
	width: 0 !important;
    display: none;
}

.datepickershow>img {
	display: none;
}

@media (min-width: 768px) {

  [class*=" imghvr-"], [class^=imghvr-] {
    height: 200px;  
    font-size: 12px;
  }
  
  [class*=" imghvr-"], [class^=imghvr-] h3 {
  	font-size: 14px;
  }
  
  .template-blog .wow.blog-article.animated {
    width: 33% !important;
  }
  
}


@media (min-width: 1200px) {
  [class*=" imghvr-"], [class^=imghvr-] {
 	 height: 300px;  
     font-size: 18px;
  }
  
  [class*=" imghvr-"], [class^=imghvr-] h3 {
  	font-size: 20px;
  }
}


@media (max-width: 768px) {
  [class*=" imghvr-"], [class^=imghvr-] {
  	height: 100vw;
  }
  
  #purchase input, #purchase select {
  	min-width: 100%;
    box-sizing: border-box;
  }
  
  #add-to-cart {
    width: 100%!important;
  }
  
  ul.tab-content>li.active {
  	padding-left: 0 !important;
  }
  
  .valid-zip-mark {
  	left: 85%;
  }
  
  #purchase .pro-region {
  	display: grid;
  }
  
  #purchase .pro-region .custom-select {
  	width: 100%;
  }
}
