/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"
Line 13:15 Unexpected "/"
Line 13:27 Expected identifier but found "%"
Line 104:0 Unexpected "{"
Line 104:1 Expected identifier but found "%"
Line 104:15 Unexpected "/"
Line 104:27 Expected identifier but found "%"

**/
{% comment %} A/B Testing {% endcomment %}
.ab-test-mob-section-custom {
  display:none;
}
 .cc-cn-section--mob {
	 position: relative;
	 background: #fff;
	 text-align: center;
}
 .cc-cn-section--mob .cc-cn-content--mob {
	 padding: 10px 0 0px 5px;
	 margin: 20px 5px 0;
}
 .cc-cn-section--mob .cc-cn-content--mob div {
	 margin: auto;
}
 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list {
	 position: relative;
	 width: 125px;
	 margin: auto;
}
 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list a {
	 text-decoration: none;
}
 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list .cc-cn-icon {
	 cursor: pointer;
}
 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list .cc-cn-icon img {
	 border: 2px solid #e1cfb9;
	 border-radius: 50%;
	 display: block;
	 margin: auto;
	 width: 70px;
	 padding: 3px;
}
 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list .cc-cn-text {
	 font-size: 11px;
	 color: #000;
	 font-weight: 600;
	 line-height: 14px;
	 text-transform: uppercase;
	 text-decoration: none;
	 padding-top: 10px;
	 letter-spacing: 0.4px;
	 cursor: pointer;
}
@media screen and (min-width: 600px) {
	 .cc-cn-section .cc-cn-content .cc-cn-list {
		 display: inline-block;
		 vertical-align: top;
		 width: 75%;
	}
}
 @media screen and (max-width: 600px) {
   .ab-test-mob-section-custom {
  display:block;
}
	 .cc-cn-section .cc-cn-content .cc-cn-list {
		 width: 80px;
	}
}
 @media screen and (max-width: 350px) {
	 .cc-cn-section .cc-cn-content .cc-cn-list {
		 width: 70px;
	}
	 .cc-cn-section .cc-cn-content .cc-cn-list .cc-cn-text {
		 font-size: 10px;
		 line-height: 11px;
	}
}
 @media screen and (min-width: 600px) {
	 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list {
		 display: inline-block;
		 vertical-align: top;
		 width: 75%;
	}
}
 @media screen and (max-width: 600px) {
	 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list {
		 width: 80px;
	}
}
 @media screen and (max-width: 350px) {
	 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list {
		 width: 70px;
	}
	 .cc-cn-section--mob .cc-cn-content--mob .cc-cn-list .cc-cn-text {
		 font-size: 10px;
		 line-height: 11px;
	}
}
{% comment %} A/B Testing {% endcomment %}

