/** Shopify CDN: Minification failed

Line 596:1 Expected "}" to go with "{"

**/


.page-product .headerpage {
    margin-top: 40px;
    margin-bottom: 0;
}

/* PP image slider */
/*===============================*/

#owl-prodimages {
	height: auto;
	margin-bottom: 30px;
}

.pp-box-slide {
  height: auto;
  position: relative;
}

.pp-box-slide img {
    max-width: 550px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

#owl-prodimages .owl-controls {
	position: relative;
	width: 100%;
}
  
#owl-prodimages .owl-controls .owl-dots {
    bottom: 0px;
    width: 100%;
    text-align: center;
}

#owl-prodimages .owl-controls .owl-dot {
	width: 16px;
	height: 16px;
	outline: 1px solid #4554a5;
	background-color: #fff;
	margin: 0 4px;
	display: inline-block;
}
  
#owl-prodimages .owl-controls .active {
    background-color: #4554a5;
}

#owl-prodimages .owl-dots {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
  
#owl-prodimages .owl-dots button {
	width: 30px;
	height: 30px;
	background-size: 35px 35px;
	border: 1px solid #4554a5;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
  
#owl-prodimages .owl-dots button:hover {
	background-color: #4554a5;
	background-size: 100px 100px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s; 
}

.quantWrapper {
	width: 100%;
}
  
.pp-quan-title {
	height: auto;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 5px;
	position: relative;
	top: 20px;
}  

.pp-quantbox {
	padding: 0px 0 2px 0;
	width: 100px;;
	height: 32px;
	display: block;
	position: relative;
	float: left;
	top: 11px;
}


.pp-quantbox span:hover {
	background-color: #7cb776;
}

.pp-quantbox span:hover .minus-sym, 
.pp-quantbox span:hover .plus-sym, 
.pp-quantbox span:hover .plus-sym2 {
	background-color: #fff;
}

.pp-quantbox span {
	background-color: #fff;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 5px;
	text-align: center;
	position: relative;
	top: 0px;
	display: block; 
}

.pp-quantbox span .minus-sym,
.pp-quantbox span .plus-sym {
	height: 2px;
	background-color: #7cb776;
	width: 8px;
	position: absolute;
	left: 6px;
	top: 9px;
}

.pp-quantbox span .plus-sym2 {
	height: 8px;
	background-color: #7cb776;
	width: 2px;
	position: absolute;
	left: 9px;
	top: 6px;
}
  
.pp-quantbox span.qnty-minus {
	float: left;
}

.pp-quantbox span.qnty-plus {
    float: right;
}

.pp-quantbox input {
	font-size: 15px;
	border: 1px solid #e9edf8;  
	height: 32px;
	color: black;
	width: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	text-indent: 0px;
	position: relative;
	top: 0;
	display: inline-block;
	webkit-box-shadow: 0px 0px 0px white;
	box-shadow: 0px 0px 0px white;   
}

.pp-quantbox input::-webkit-outer-spin-button,
.pp-quantbox input::-webkit-inner-spin-button {  
	-webkit-appearance: none !important;    
}

.pp-quantbox input[type='number'] {
	-moz-appearance:textfield !important;
}

.buybutton {
	width: auto;
	min-width: 360px;
	margin-top: 15px;
	padding: 10px 31px;
	background-color: #7cb776;
	border: none;
	color: white;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.buybutton .buyicon-svg {
    width: auto;
    display: inline-block;    
    width:26px;
    height:26px;
}    
.buybutton .buyicon-svg svg{
	width: 26px;
	height: 26px;
	position: relative;
	top: 2px;
}
  
.buybutton .buybutton-label {
    display: inline-block;
    position: relative;
    top: -6px;
    margin-left: 10px;
}

.buybutton:hover {
	background-color: #4554a5;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s; 
}

.add-to-cart-butt {	
  	width: auto;
  	display: inline-block;
    min-width: 420px;
    margin-top: 15px;
    padding: 18px 31px;
    background-color: #7cb776;
    border: none;
 	text-align: center;
	position: relative;
    color: white !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
  
.add-to-cart-butt .bindAddButton {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    display:none;
    line-height: 4.3;
    color: #4554a5;
}
    
.add-to-cart-butt .bindAddButton img {
      position: absolute;
      top: 12px;
      left: 50%;
      margin-left: -13px;
}

@media (max-width: 400px) {
	.buybutton {
		min-width: 290px;
	}
}

/* PP download */
/*===============================*/

.pp-dwnld-clmn {
	border: 1px solid #979fce;
}
  
.pp-dwnld-clmn .pp-dwnl-tabtitle {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    background-color: #e9edf8;    
}
  
.pp-dwnld-clmn .pp-dwnl-block {
    padding: 15px;
}
    
.pp-dwnld-clmn .pp-dwnl-block p {
    margin: 0 !important
}
        
.pp-dwnld-clmn .pp-dwnl-block table tbody tr {
	background: #e9edf8;
	border-bottom: 5px white solid;
}

.pp-dwnld-clmn .pp-dwnl-block table tbody tr td {
	padding: 10px 15px;
}

.pp-dwnld-clmn .pp-dwnl-block table tbody tr td:last-child {
	text-align: right;
}

.pp-dwnld-clmn .pp-dwnl-block table tbody tr:last-child {
	border-bottom: none;
}

/*---- PP tabes -----*/

.product-simple-tab {
	margin-top: 40px;
}

.nav-tabs li a {
	font-size: 12px;
	text-transform: uppercase;
}

.tab-pane {
	margin: 30px 0;
	font-size: 16px;
	font-weight: 400;
	color: #6a6a6a;
}

.tab-pane .tabcontent-box {
	position: relative;
	margin: 0 auto;
}
  
.tab-pane p {
	margin: 20px 0;
	font-weight: 400;
}
  
.tab-pane h3 {
    margin: 30px 0 15px 0;
    color: #4554a5;
}
  
.tab-pane ul {
    list-style: none;
    position: relative;
}
    
.tab-pane ul li {
	margin: 20px 0 20px 0;
	padding-left: 30px;
}
    
.tab-pane ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #4554a5;
	position: absolute;
	left: 0;
	margin-top: 9px;
}
  
.tab-pane table {
    width: 100%;
}
    
.tab-pane table tbody tr {
	border-bottom: 1px solid #979fce;
}
        
.tab-pane table tbody tr td {
	padding: 10px 15px;
}
        
.tab-pane table tbody tr td:last-child {
	text-align: right;
}
    
.tab-pane table tbody>tr {
	border-top: 1px solid #979fce;
}
  
.tab-pane #w3-product-accessories .accessories-item {
	width: 100%;
	border-bottom: 1px solid #979fce;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	margin: 0;
}
      
.tab-pane #w3-product-accessories .accessories-item .accessories-left {
	width: 150px !important;
	height: 100px;
	float: left;
	position: relative;
}        
        
.tab-pane #w3-product-accessories .accessories-item .accessories-left .customCheckbox {
	position: absolute;
	top: 36px;
}
        
.tab-pane #w3-product-accessories .accessories-item .accessories-left .accessories-img-wrapper {
	margin-left: 50px;
}

.tab-pane #w3-product-accessories .accessories-item .accessories-left .accessories-img-wrapper img {
	width: 100px;
	height: 100px;
}
      
.tab-pane #w3-product-accessories .accessories-item .accessories-right {
	margin: 0;
	text-align: left;
	padding-top: 25px;
	padding-left: 15px;       
}

.accessories-left.compact {
	width: 100% !important;
}

.pp-dwnl-block p a {
      display: block;
      padding: 5px 5px;
      width: 100%;
      position: relative;
      color: #4554a5;
      cursor: pointer;
}
    
.pp-dwnl-block p a:first-child {
      border-top: none !important;
}

.pp-dwnl-block p a:hover {
    text-decoration: underline;
}
  
.pp-dwnl-block p a:after {
      content: '';
      display: inline-block;
      width: 21px;
      height: 21px;
      background-image: url(//elminorthamerica.com/cdn/shop/t/23/assets/downloadicon.png?v=9481900462139707831748486630);
      background-size: 21px 21px;
      position: absolute;
      right: 5px;
}

.downloadbuttoner {
	display: inline-block;
	position: relative;
	top: 3px;  
	width: 42px;
	height: 42px;
	background-image: url(//elminorthamerica.com/cdn/shop/t/23/assets/download-icon2.png?v=64619858389955753231748486630);
	background-size: 84px 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;  
}

.downloadbuttoner .downloadbuttoner:hover {
	background-position: -43px 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;  
}

@media (max-width: 720px) {
	.tab-pane #w3-product-accessories .accessories-item {
		width: 100%;
	}
	.accessories-item .accessories-img-wrapper {
		float: none !important;
		margin-bottom: 8px;
	
	.accessories-item .accessories-img-wrapper img {
		max-width: 100px;
	}
}

@media (max-width: 440px) {
	.tab-pane #w3-product-accessories .accessories-item {
		width: 100%;
	}
}

/* Accessories block for "Spice Product Addons" */
/*===============================*/

#space-product-accessories {
	position: relative;
	min-height: 100px;
	overflow: hidden;
}
  
#space-product-accessories .loaderwrap {
    z-index: 999;
}

.AccessLoader {
	display:block;
	background-color:	#fff;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0.5%;
	bottom: 0;
	right: 0.5%;
	z-index:99999;
	-webkit-animation: blink1 3s linear infinite;
	animation: blink1 3s linear infinite;
}

.AccessLoader:after {
	content: "";
	display: block;
	postition: relative;
	top: 10px;
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #979fce;  
}

@-webkit-keyframes blink1 {
	0% { color: rgba(34, 34, 34, 1); }
	50% { color: rgba(34, 34, 34, 0); }
	100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
	0% { color: rgba(34, 34, 34, 1); }
	50% { color: rgba(34, 34, 34, 0); }
	100% { color: rgba(34, 34, 34, 1); }
}
  
#warn65button {
	background: 0 0;
    border: none;
    color: red;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
  
.warning65message {
    z-index: 99999;
    display: none;
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgba(34, 34, 34, 0.6);	
}

.warn65modal {
    position: fixed;
    top: 320px;
    background: white;
    padding: 30px;
    width: 300px;
    border: 1px solid #979fce;
    left: 50%;
  	margin-left:-150px;
}
  
.closeWarn65 {
    position: absolute;
    right: 3px;
    top: 0px;
    border: none;
    background: 0 0;
    color: red;
    font-size: 21px;  
}
  
.warn64top {
  color: red;
  padding-bottom: 5px;
  font-weight: 600;
}