/** Shopify CDN: Minification failed

Line 319:22 Unexpected "{"
Line 432:19 Expected ")" to end URL token
Line 584:18 Expected identifier but found whitespace
Line 584:21 Unexpected "{"
Line 585:8 Expected ":"
Line 618:0 Unexpected "{"
Line 619:0 Expected identifier but found "%"
Line 620:2 Unexpected "{"
Line 621:0 Expected identifier but found "%"
Line 649:1 Unexpected "!"
... and 92 more hidden warnings

**/
.loading-modal {
	background: #fff url("loading.gif") center 14px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 50%!important;
	bottom: auto;
	left: 50% !important;
	right: auto;
	width: 56px;
	height: 56px;
	margin-left: -28px;
	margin-top: -28px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: -999em;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}
.ajax-right .success-message p {
	font-size: 14px;
}
.ajax-right .btn {
	text-transform: Capitalize;
}
.ajax-right .btn i {
	margin-right: 12px;
}
.ajax-error-modal {
	bottom: auto;
	left: 0;
	overflow: hidden;
	padding: 10px 20px;
	position: fixed;
	right: auto;
	top: 50%;
	width: 100%;
	text-align: center;
}
.ajax-error-modal .modal-inner {
	color: #fff;
	;
	background: #191919;
	display: inline-block;
	padding: 10px 20px;
}
.ajax-success-modal .continue-shopping {
	margin-right: 12px;
	padding: 0 20px;
}
.ajax-success-modal .btn-secondary {
	padding: 0 20px
}
.success-message {
	line-height: 40px;
	color: #191919;
	padding: 0 0px 0 40px;
	margin-bottom: 20px;
	font-size: 12px;
}
.ajax-success-modal .success-message p {
	display: inline-block;
	width: 100%;
	margin: 0;
}
.ajax-success-modal .success-message {
	padding: 0;
}
.ajax-success-modal .close-modal .fa {
	font-size: 20px;
	color: #fff;
}
.ajax-success-modal .close-modal {
	top: -20px;
	right: -16px;
}
.ajax-content-section {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: auto;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.close-modal {
	float: right;
	bottom: 0;
	position: absolute;
	right: 0;
}
.compare_modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
#compare-modal #table-compare th {
	font-weight: normal;
}
#compare-modal .close-modal {
	bottom: auto;
	top: -15px;
	right: -7px;
	font-size: 30px;
}
#compare-modal .product_price {
	margin-bottom: 10px;
	font-weight: 500;
}
#compare-modal .product_price strong {
	margin-right: 7px;
}
#compare-modal table .btn {
	padding: 10px 24px;
	font-size: 13px;
}
#compare-modal table button, #compare-modal table p {
	margin: 0;
}
#table-compare th, #table-compare td {
	text-align: center;
}
#table-compare td img {
	margin-bottom: 5px;
}
.compare_modal .th-compare th {
	text-align: center;
}
.compare_modal h4 {
	text-align: center;
	margin: 0;
	padding: 0px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
/* quick view */
	
.quickview-template,  .quick-view {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10050;
	display: none;
}
.quickview-template .content,  .quick-view .overlay,  .ajax-success-modal .overlay {
	background: rgba(45, 45, 50, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
}
._quick-view-content {
	display: none;
}
.quick-view .product-shop {
	float: right;
}
.quick-view .product-img-box {
	margin: 0;
	float: left;
}
.quick-view .product-img-box .image-wrapper {
	width: 311px;
	height: 311px;
	overflow: hidden;
	position: relative;
}
.quick-view .product-img-box .image {
	width: 311px;
	height: 311px;
	overflow: hidden;
	position: relative;
}
.quick-view .product-img-box .image img {
	display: block;
	position: relative;
	max-width: 110%;
}
.quick-view .product-img-box .thumbnails {
	padding: 20px 0 0 40px;
	position: relative;
}
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	float: left;
	opacity: 0.2;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover {
	opacity: 1;
}
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	float: left;
	opacity: 0.2;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover {
	opacity: 1;
}
.quick-view .product-img-box .thumbnails ul {
	float: left;
	text-align: center;
	width: 240px;
	list-style: none;
	padding-left: 0;
}
.quick-view .product-img-box .thumbnails ul li a:hover {
	opacity: 1;
}
.quick-view .product-img-box .thumbnails ul li .active {
	opacity: 1;
}
.quick-view .product-img-box .thumbnails ul li a img {
	max-width: 110%;
}
.quick-view .product-img-box .thumbnails ul {
	width: 266px;
}
.quick-view .product-shop p.custom {
	margin: 0;
}
.quick-view .product-shop .prices {
	margin-top: 25px;
}
.quick-view .product-shop .prices:first-child {
	margin-top: 0;
}
.quick-view .product-shop .addthis {
	margin-bottom: 0;
}
	/* quick view */
	
	.quickview-template, {
 bottom: 0;
 left: 0;
 outline: 0 none;
 overflow-x: auto;
 overflow-y: scroll;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 1050;
 display: none;
}
.quick-view {
	bottom: 0;
	left: 0;
	outline: 0 none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10050;
	display: none;
}
.quick-view .product-detail-section p.dt-sc-button {
	margin: 20px 0 0px 0;
}
.quick-view form .actions button {
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	padding: 10px 20px;
 @include transition(all 0.4s ease-in-out);
}
.quick-view .product-shop.summary .details {
	float: left;
	width: 100%;
}
.quick-view .product-shop.summary .details label {
	float: left;
	margin-right: 15px;
	width: 70px;
}
.quick-view .product-shop.summary .details .quantity-box label {
	margin-top: 10px;
}
.quick-view .product-shop.summary h2 {
	margin-bottom: 15px;
}
.quick-view .product-detail-section p.dt-sc-button {
	margin: 20px 0 0px 0;
	float: left;
}
.quick-view .product-detail-section p.product-description {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.product-infor .out-of-stock {
	color: red;
}
.product-infor .many-in-stock {
	color: green;
}
.product-infor .unavailable {
	color: orchid;
}
.product-infor .items-count {
	color: #fa9324;
}
.quick-view .product-shop.summary select {
	width: 100%;
	padding: 12px 10px;
}
.quick-view.open-in {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
}
.ajax-success-modal .overlay {
	background: rgba(45, 45, 50, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
}
.quick-view .content {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	z-index: 99;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
}
.ajax-success-modal .overlay {
	z-index: 99;
}
._quick-view-content {
	display: none
}
.quick-view .close-window, #fancybox-close,  .search-close, #popupBoxClose {
 background:url( { {
'hover.png' | asset_url
}
}
) no-repeat;
 border:none;
 cursor: pointer;
 width: 32px;
 height:32px;
 text-indent: -9999px;
 position: absolute;
 top: 0px;
 right: 0px;
}
#popupBoxClose {
	right: -10px;
	top: -10px;
}
.search-close {
	right: 15px;
	top: -120px;
}
.product-shop.summary {
	float: right;
	width: 50%;
}
.product-shop.summary h2 a {
	color: #131313;
}
.product-img.images {
	margin: 0 !important;
	float: left;
	width: 47%;
}
.product-shop.summary .prices {
	float: left;
	width: 100%;
	margin: 0;
}
.product-shop.summary span.price {
	margin-bottom: 10px;
	float: left;
}
.dialog,  .dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
}
.dialog {
	position: fixed;
	display: block;
	top: 350px;
	padding: 100px 0 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	z-index: 900;
}
.dialog__overlay {
	background: none repeat scroll 0 0 rgba(249, 249, 249, 0.95);
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	width: auto;
	z-index: 8010;
}
.dialog.dialog--open .dialog__content {
	opacity: 1;
}
.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}
.dialog__content {
	display: inline-block;
	opacity: 0;
	padding: 10em;
	position: relative;
	text-align: center;
	width: 65%;
	z-index: 8030;
	padding: 0px 0 0 260px;
}
.dialog--open .dialog__content {
	pointer-events: auto;
}
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 2em;
	margin: 0;
}
.dialog input[type="text"] {
	width: 80%;
	float: left;
	padding: 16px 15px;
	min-height: 48px;
	border: none;
}
.dialog input[type="submit"] {
	float: left;
	border: none;
	padding: 15px 18px 16px;
	min-height: 48px;
}
.simple-menu .coll-img {
	display: none !important;
}
.clear-filter {
	text-transform: capitalize;
	float: right;
	font-size: 12px;
	padding: 2px 0;
}
.widget_text a.hidden,  .widget a.hidden {
	display: none;
}
.change-view--active {
	cursor: default;
	color: #fff;
}
.change-view.grid-view-active:before {
	content: "\f009";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
}
.change-view.grid-view:before {
	content: "\f009";
	font-family: FontAwesome;
	font-size: 18px;
}
.change-view.list-view {
	background-color: #ebebeb;
	color: #c2c2c2;
}
.change-view.list-view-active, .change-view.grid-view-active {
 background-color: { {
settings.color_primary_color
}
}
;
}
.change-view.list-view-active:before {
	content: "\f03a";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
}
.list-view:before {
	content: "\f03a";
	font-family: FontAwesome;
	font-size: 18px;
}
#viewcontrols .listview,  #viewcontrols .gridview {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	font-size: 24px;
}
#viewcontrols .gridview {
	padding-right: 10px;
}
#viewcontrols {
	float: left;
	display: inline-block;
}
/* Swatches Styles */
{
% assign width = '30px' %:
} {
% assign height = '30px' %:
}
.swatch {
	margin: 0 0 10px;
}
.swatch {
	float: left;
	width: 100%;
}
.swatch .header {
	margin: 10px 0 10px;
}
.swatch input {
	display: none
}
.swatch .swatch-element.color.available {
	box-shadow: inherit;
}
.swatch .swatch-element.soldout {
	margin-right: 10px;
}
.swatch .soldout input:checked+label {
}
.swatch .swatch-element.color label {
	width: 25px;
	height: 25px;
	border-radius: 999px;
}
 !important;
height: {
height
}
 !important;
margin:0;
font-size:13px;
text-align:center;
line-height: {
height
};
white-space:nowrap;
text-transform:uppercase;
}
.swatch .swatch-element.color {
	background: none !important;
	border: none;
}
.swatch-element.color label {
	padding: 0;
}
.summary .product-size .swatch-element.color label {
	width: 30px;
	height: 30px;
}
.color.swatch-element label {
	padding: 0
}
.swatch input:checked + label {
}
.swatch .swatch-element {
	-webkit-transform: translateZ();
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.crossed-out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.swatch .swatch-element .crossed-out {
	display: none
}
.swatch .swatch-element.soldout .crossed-out {
	display: block
}
.swatch .swatch-element.color.soldout input:checked + label.white-tick:before {
	content: none;
}
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.swatch .tooltip {
	text-align: center;
	background: #00305f;
	color: #fff;
	bottom: 100%;
	padding: 10px;
	display: none;
	position: absolute;
	width: 100px;
left: {
width | remove:'px' | to_number | divided_by:2 | minus:50 | plus:2
}
px;
margin-bottom:15px;
filter:alpha(opacity=0);
-khtml-opacity:0;
-moz-opacity:0;
opacity:0;
visibility:hidden;
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transform:translateY(10px);
-webkit-transition:all .25s ease-out;
-moz-transition:all .25s ease-out;
-ms-transition:all .25s ease-out;
-o-transition:all .25s ease-out;
transition:all .25s ease-out;
-webkit-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.28);
-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.28);
-ms-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.28);
-o-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.28);
box-shadow:2px 2px 6px rgba(0, 0, 0, 0.28);
z-index:10000;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
left:-36px;
}
.swatch .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
.swatch .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #00305f 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}
.swatch .swatch-element:hover .tooltip {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.swatch.error {
	background-color: #00305f!important;
	color: #333!important;
	padding: 1em;
	border-radius: 5px;
}
.swatch.error p {
	margin: 0.7em 0
}
.swatch.error p:first-child {
	margin-top: 0
}
.swatch.error p:last-child {
	margin-bottom: 0
}
.swatch.error code {
	font-family: monospace
}
.swatch .selector-wrapper:after {
	background: none;
}
.swatch input:checked + label {
}
.swatch label {
	float: left;
	text-align: center;
}
.swatch .swatch-element.color.white input:checked + label:before {
	color: #000;
}
/* ===============================================
	// Reveal module
	// =============================================== */
.collection-list .product-list .reveal .swipe {
	width: initial;
	left: 0;
	right: 0;
}
.product-container .reveal .swipe {
	display: block !important;
	visibility: visible !important;
}
.product-container .reveal {
	position: relative;
}
.products .reveal .hidden {
	position: absolute;
	z-index: -1;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.product-container:hover .reveal .swipe {
	z-index: 9;
	opacity: 1;
}
.swipe {
	display: none;
}
.hidden {
	display: none;
	visibility: hidden;
}
.swatch .swatch-element.color input:checked + label.white-tick:before {
	color: #000;
}
#email-modal .modal-overlay {
	background: #000;
	height: 100%;
	position: absolute;
	width: 100%;
}
#email-modal .modal-overlay {
	opacity: 0.8;
	filter: alpha(opacity=50);
	zoom: 1;
}
#email-modal .window-border {
	background: #111;
	left: 0;
	position: absolute;
	top: 0;
}
#email-modal .window-window {
	position: relative;
	min-height: 280px;
	background: #fff;
}
#email-modal .window-window .window-background {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#email-modal .window-window .window-content {
	padding: 10px;
}
#mc_embed_signup button {
	margin: 0;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: 100%;
	padding: 10px 15px 12px;
border:1px solid { {
settings.newsletter_border_colr
}
}
;
background: { {
settings.newsletter_btn_bg
}
};
font-size: { {
settings.type_base_size
}
};
color: { {
settings.newsletter_btn_colr
}
};
font-weight:500;
 border-radius: 5px;
 text-transform: uppercase;
}
#email-modal .window-window .window-content .title,  #email-modal .window-window .window-content .message {
	text-align: center;
	float: left;
	border-top: none;
 color: { {
settings.color_heading_color_2
}
}
;
 font-size:16px;
}
#mc_embed_signup button:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px;
	color: #ffffff;
}
#email-modal .window-window .window-content .message {
	width: 100%;
	margin: auto;
}
#email-modal .window-window .window-content .title {
	display: inline-block;
	font-size: 24px;
	left: 0;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0 auto;
	padding: 0 0px 20px;
	text-align: center;
	width: 100%;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.title {
}
#email-modal .window-window .window-content .title span:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	height: 2px;
	content: "";
	width: 20px;
	background: #404e53;
}
#email-modal .window-window .window-content .title span {
	font-size: 14px;
	text-transform: none;
	display: block;
	font-weight: normal;
	padding-top: 18px;
	line-height: 14px;
	color: #404e53;
	position: relative;
	margin-top: 15px;
	letter-spacing: 0;
}
#email-modal .window-window .window-content .message {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 22px;
}
#mailchimp-email-subscibe {
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 40px 40px 40px 30px;
}
#mce-EMAIL {
	border: 1px solid #000;
	color: #333;
	font: 11px arial, sans-serif;
	height: 11px;
	margin: 0 !important;
	padding: 8px !important;
	width: 217px;
}
#mc-embedded-subscribe,  #mc_embed_signup button span,  #mc_embed_signup .input-group-btn .btn {
	color: #fff;
	height: auto !important;
	width: auto;
	line-height: 36px !important;
	padding: 0 !important;
	text-transform: uppercase;
	background: #272e31;
	display: block;
}
#mc_embed_signup .input-group-btn {
	float: right;
}
#mc_embed_signup button span span {
	border: none;
	padding: 0 20px !important;
	background: none;
}
#mc_embed_signup button:hover span,  #mc_embed_signup .input-group-btn .btn:hover {
	background: #cbeded;
}
#mc_embed_signup .input-group-btn .btn {
	padding: 0 15px !important;
}
#mc_embed_signup button:hover span span {
	background: none;
}
#mc_embed_signup input[type="text"]:focus {
	border: none;
}
/*----*****---- << 6.3 Portfolio >> ----*****----*/
	
.portfolio {
	float: left;
	width: 100%;
}
.gallery:hover .image-overlay {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gallery img {
	float: left;
	height: auto;
	max-width: 100%;
}
.gallery figure {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}
.image-overlay-text {
	float: left;
	width: 80%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0%;
	bottom: 0%;
	margin: auto;
	height: 145px;
}
.image-overlay-text h4 a {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 13px;
	text-align: center;
	font-weight: 400;
}
.image-overlay-text p a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
.image-overlay-text p {
	margin-bottom: 30px;
}
.image-overlay .small-line {
	min-width: 35%;
	height: 2px;
	margin: 0 auto 10px;
	display: inline-block;
}
.image-overlay .border-line:before,  .image-overlay:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.image-overlay .border-line:after,  .image-overlay:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.image-overlay .white-box:before {
	content: "";
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	position: absolute;
	opacity: 0.5;
 background-color: { {
settings.portfolio_overlay_color
}
}
;
}
.links {
	display: block;
	margin-top: 20px;
	position: relative;
}
.portfolio-container {
	float: left;
	width: 100%;
	float: left;
}
.links li {
	display: inline-block;
	list-style: none;
}
.links .hexagon {
	width: 45px;
	height: 45px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	margin: 10px 0px;
}
.links a:hover .hexagon,  .links a:hover .corner1,  .links a:hover .corner2,  .pagination .next-post a:hover,  .pagination .prev-post a:hover {
}
.links .hexagon .fa {
	font: normal 17px FontAwesome;
	line-height: 45px;
	width: 100%;
	display: block;
	margin: 0px;
	text-align: center;
	left: 0;
}
.gallery .image-overlay .links a {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 45px;
	height: 45px;
}
.gallery .image-overlay .links li:first-child a {
	left: 0;
	right: 100%;
}
.gallery .image-overlay .links a.link {
	right: 0;
	left: 100%;
}
.gallery:hover .image-overlay .links li:first-child a {
	left: 0px;
	right: 60px;
}
.gallery:hover .image-overlay .links a.link {
	left: 60px;
	right: 0px;
}
.column {
	float: left;
}
.column.no-space {
	margin-left: 0;
	margin-right: 0;
}
/*----*****---- << 6.3.1 isotope >> ----*****----*/
	
.isotope-hidden {
	display: none !important;
}
.isotope,  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,  .isotope.no-transition .isotope-item,  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
{
% if settings.use_brilliance_bg_image %
}
.progress-bar {
background:url( { {
'full-width-brilliance.jpg' | asset_url
}
}
) repeat-y 50% 0 fixed;
} {
% else %
}
.progress-bar {
background-color: { {
settings.brilliance_bg_color
}
}
;
} {
% endif %
}
.progress-bar {
	background-attachment: fixed;
	float: left;
	height: auto;
	padding: 100px 0;
	text-align: center;
	width: 100%;
}
.grey {
	color: #7c7c7c;
}
.orange {
 color: { {
settings.brilliance_status_title_1_color
}
}
;
}
.blue {
 color: { {
settings.brilliance_status_title_2_color
}
}
;
}
.light-green {
 color: { {
settings.brilliance_status_title_3_color
}
}
;
}
.yellow {
 color: { {
settings.brilliance_status_title_4_color
}
}
;
}
.filter-show ul {
	width: 50%;
}
.toolbar .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	/*   padding: 15px 20px; */
	margin: 0px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-top: none;
 border-left: 1px solid { {
settings.color_borders
}
}
;
border-right: 1px solid { {
settings.color_borders
}
};
border-bottom: 1px solid { {
settings.color_borders
}
};
 border-radius: 4px;
 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.toolbar ul li {
	list-style: none;
}
.toolbar ul li a {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.toolbar ul li:last-child a {
	padding-bottom: 0;
}
.toolbar .open .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	left: auto;
	text-align: left;
}
.sidebar-tag .widget-title h4 span {
	cursor: pointer;
	font-size: 12px;
}
.sidebar-tag .widget-title h4 span:before {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	display: inline-block;
	margin: 0 10px -2px 0;
}
.sidebar-tag .widget-title h4 a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
	float: right;
	letter-spacing: 0;
}
.sidebar-tag .widget-title.click h3 span:before {
	border-top-color: transparent;
	margin-bottom: 2px;
}
.sidebar-tag .widget-title {
	margin-bottom: 20px;
	padding: 21px 0 0;
	border-bottom: 0;
	float: left;
	width: 100%;
}
.sidebar-tag .widget-content {
	margin-bottom: 0;
}
.sidebar-tag label {
	font-weight: normal;
@include transition(all 0.4s ease-in-out);
}
.sidebar-tag ul {
	overflow: hidden;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.sidebar-tag ul li a {
	text-decoration: none;
}
.sidebar-tag input[type="checkbox"] {
	display: none;
}
.sidebar-tag li:hover input[type="checkbox"] + label {
color: { {
settings.color_primary_color
}
}
;
}
.sidebar-tag input[type=checkbox] + label:hover,  .sidebar-tag input[type=checkbox]:checked + label {
	cursor: pointer;
}
.sidebar-tag.size ul li {
	float: left;
	margin-right: 10px;
border:1px solid { {
settings.color_borders
}
}
}
.sidebar-tag.size ul li:hover {
border-color: { {
settings.color_primary_color
}
}
;
}
.sidebar-tag.color ul {
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
}
.sidebar-tag.color ul li {
	width: 100%;
	margin: 0 14px 7px 2px;
	padding: 0;
	float: left;
}
.sidebar-tag.color ul li a {
	display: block;
	float: left;
	width: 100%;
}
.sidebar-tag.color ul li a img {
	float: left;
	width: 17px;
	height: 17px;
	border-radius: 17px;
}
.sidebar-tag.color ul li a span {
	float: left;
	margin-left: 15px;
	line-height: normal;
}
.sidebar-tag.color ul li a i {
	float: right;
	text-align: right;
	font-style: inherit;
}
.sidebar-tag.color ul li a:hover img,  .sidebar-tag.color ul li a.active img {
}
.sidebar-tag.color ul li.white a img {
	border: 1px solid #e4e4e4;
}
/* .refined-widgets { margin-bottom: 10px; } */
.refined-widgets > span {
	font-size: 14px;
}
.refined-widgets > a {
	float: right;
	margin-bottom: 15px;
	text-decoration: underline;
}
.item-swatch.color_swatch_Value label {
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
}
.item-swatch {
	list-style: none;
	padding: 0;
	float: left;
	width: 100%;
}
.item-swatch li {
	float: left;
	margin: 0px 3px 0 0;
}
.item-swatch.swatch_count li label {
	cursor: pointer;
	margin: 0;
	line-height: 40px;
	width: 60px;
	height: 40px;
	background: #f2f2f2;
}
ul.item-swatch.swatch_count {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
/* LIGHTBOX */
	/* ==================================== */
	
	/*
		ColorBox Core Style:
		The following CSS is consistent between example themes and should not be altered.
	*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: hidden;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}
/*
		User Style:
		Change the following styles to modify the appearance of ColorBox.  They are
		ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
#cboxOverlay {
	background: rgba(0,0,0,0.8);
}
#colorbox {
}
#cboxContent {
	margin-top: 32px;
	overflow: visible;
}
.cboxIframe {
background: { {
settings.color_body_bg
}
}
;
}
#cboxError {
	padding: 50px;
border: 1px solid $colorBorder;
}
#cboxLoadedContent {
	padding: 1px;
border: 1px solid $colorBorder;
}
#cboxLoadingGraphic {
background: url( { {
'loading.gif' | asset_url
}
}
) no-repeat center center;
}
#cboxLoadingOverlay {
background: { {
settings.color_body_bg
}
}
;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
background: url( { {
'controls.png' | asset_url
}
}
) no-repeat 0 0;
}
#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}
#cboxPrevious:hover {
	background-position: 0px -25px;
}
#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}
#cboxNext:hover {
	background-position: -25px -25px;
}
#cboxClose {
	background-position: -50px 0px;
	right: 0;
}
#cboxClose:hover {
	background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 12, 2017 */
	
@font-face {
	font-family: 'futura_md_btmedium';
	src: url('16020_futuram-webfont.woff2') format('woff2'), url('16020_futuram-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_bk_btbook';
	src: url('futura_bk_bt_book-webfont.woff2') format('woff2'), url('futura_bk_bt_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_md_btbold';
	src: url('tt0144m-webfont.woff2') format('woff2'), url('tt0144m-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura-mediumregular';
	src: url('ufonts.com_futura-medium-webfont.woff2') format('woff2'), url('ufonts.com_futura-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_ltbook';
	src: url('ufonts.com_futura-lt-book-webfont.woff2') format('woff2'), url('ufonts.com_futura-lt-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/**
	 * PRESENTATION STYLESHEET
	 * ----------------------------------------------------------------------------
	 */
	/*
	
	
		   PLEASE NOTE: 
		   ============
	
		   THIS FILE IS NOT PART OF THE *REQUIRED FONT ICON FILES* 
		   THIS FILE IS USED TO STYLE THE ICON DEMO TEMPLATE FOUND AT DEMO.HTML
	
	
	
	*/
	
section:after,  .masthead:after {
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	z-index: 10;
	width: 3em;
	height: 3em;
	background: inherit;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
section header {
	position: relative;
}
section header:after {
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	content: '';
	position: absolute;
	left: 40%;
	bottom: 0;
	width: 20%;
	height: 0;
}
.masthead {
	background-color: #fff;
	padding: 3em;
	position: relative;
	text-align: center;
}
.colophon {
	padding: 4.5em 3em;
	position: relative;
}
.colophon .group {
	padding: 3em;
	text-align: center;
}
.masthead hgroup,  .colophon .group {
	margin: auto;
	padding: 0 10%;
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.masthead h1 {
	font-size: 2.25em;
	font-weight: bolder;
	line-height: 1.5;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.masthead h2 {
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.glyphs,  .classes {
	margin-left: -1.5em;
	padding: 4.5em 3em;
}
.glyphs header,  .classes header {
	margin-bottom: 2.25em;
	padding-bottom: 2.25em;
	text-align: center;
	text-transform: uppercase;
}
.glyphs h1,  .classes h1 {
	font-size: 2.25em;
	font-weight: bolder;
	line-height: 1.5;
}
.glyphs h2,  .classes h2 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.glyphs {
	background-color: #74f3c8;
	color: #0e8a65;
}
.classes {
	background-color: #33383e;
	color: #fff;
}
.glyph {
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	margin: 0 -0.21em 3em 0;
	padding: 1.5em 0 0 1.5em;
	text-align: center;
	width: 50%;
}
.glyph-item {
	border-radius: 8px;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1;
	padding: 0.25em;
	position: relative;
}
.glyph:hover .glyph-item {
	background-color: #0e8a65;
	color: #fff;
}
.mega {
	font-size: 3em;
}
.item-box {
	display: inline-block;
	font-family: consolas, monospace;
	font-size: 1.2em;
	margin: 0 -0.22em 1em 0;
	padding-left: 1em;
	width: 100%;
}
.item {
	/*background-color: #fff;
		color: #33383e;*/
		
	border-radius: 8px;
	display: inline-block;
	width: 100%;/*   opacity:0.3; */
}
.slider-brand-wrapper .item {
	/*background-color: #fff;
		color: #33383e;*/
		
	border-radius: 8px;
	display: inline-block;
	width: 100%;
	opacity: 1;
}
.colophon .group {
	font-size: 1.5em;
	text-transform: uppercase;
}
.group em {
	font-weight: bold;
	font-style: normal;
}
#wH {
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
/*****************13-sep******************/
	
.single-product-layout-type-4 .selector-wrapper label {
	    font-weight: bold !important;
}

.single-product-layout-type-4 .selector-wrapper select {
	border: 2px solid #ddd;
	border-radius: 5px;
}
.single-product-layout-type-4 .product_single_detail_section .selector-wrapper-secton .selector-arrow:after, .product-single__quantity .quantity-box:after {
	right: 8px;
	bottom: 7px;
}
.single-product-layout-type-4 .product_single_detail_section .product-single__quantity {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	border-top: none;
}
.single-product-layout-type-4 .product_single_detail_section .product-infor {
  border-bottom: none;
  padding-top: 20px;
  
}
.pro-option-wrap .product-infor{
position: static;
  bottom: 0;
     z-index: 2;
    margin: 0
}

.product_single_detail_section .custom-btn .btn{
	width: 100%;
    margin: 10px 0;
}
.product_single_detail_section .custom-btn #AddToCart + .btn{
  background:#007dd1;
  color:#ffd936;
    font-weight:bold;
}
.product_single_detail_section .custom-btn{ margin-bottom:6px;}
#osf_bis {
    display: inline-block;
    width: 100%;
    padding: 0;
  margin:23px 0 0;
}

.single-product-layout-type-4 #tomit_inventory_list li:nth-child(2) label {
    width: 57%;
    float: left;
}
.custom_shipping {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.product-single {
    padding: 20px 20px 80px;
}

.custom_shipping label {
    width: 37%;
}
.single-product-layout-type-4 .product_single_detail_section .add-to-wishlist {
    float: right;
    margin-top: 0;
}
.custom-btn {
    float: right;
}

.custom-btn {
    float: left;
    width: 78%;
}
.single-product-layout-type-4 .total-price {
    display: none;
}
.custom-option .selector-wrapper:nth-child(2) .selector-arrow {
    position: relative;
    float: left;
    width: 100%;
}
.selector-wrapper .selector-arrow {
    position: relative;
    float: left;
    width: 100%;
}

.product-photo-thumbs {
    display: none;
}
.product-photo-thumbs.jcarousel-list {
    display: block;
}
.cc-banner.cc-bottom{
z-index: 999999;
}
/************************responsive**************/
@media only screen and (min-width: 768px) {
section:after,  .masthead:after {
	bottom: -3em;
	width: 6em;
	height: 6em;
}
section header {
	position: relative;
}
.masthead {
	padding: 6em;
}
.colophon {
	padding: 9em 6em;
}
.masthead h1 {
	font-size: 4.5em;
}
.glyphs,  .classes {
	padding: 9em 6em;
}
.glyphs header,  .classes header {
	margin-bottom: 4.5em;
	padding-bottom: 4.5em;
}
.glyphs h1,  .classes h1 {
	font-size: 4.5em;
}
.mega {
	font-size: 6em;
}
.glyph {
	width: 16.66666666666667%;
}
.item-box {
	width: 33.333%;
}
.colophon .group {
	padding: 6em;
}
}
.slide-des .slide-button {
	text-decoration: none;
}
.slide-des p.line {
	float: left;
	width: 120px;
	margin: 0 auto 21px;
	height: 2px;
	background: #000;
}
/* end main slideshow */
	
.free-shipping {
	text-align: center;
	clear: both;
}
.free-shipping h3 {
	font-size: 13px;
	margin-bottom: 35px;
	font-weight: normal;
	line-height: 24px;
}
.banner-home-top {
	clear: both;
	text-align: center;
}
.banner-home-top ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
.banner-home-top li {
	position: relative;
	margin-bottom: 37px;
}
.banner-home-top h4 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -13px;
}
.banner-home-top h4 span {
	font-weight: 700;
	text-transform: uppercase;
}
.banner {
	text-align: center;
	position: relative;
	clear: both;
	margin: 0 0 37px;
}
.banner > img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -610px;
}
.banner .inner {
	width: 460px;
	display: table;
	float: right;
	height: 100%;
}
.banner .inner .content {
	display: table-cell;
	vertical-align: middle;
}
.banner h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
	position: relative;
}
.banner p {
	color: #2d2d2d;
	margin: 0 0 35px;
}
.banner p.line {
	width: 50px;
	height: 2px;
	background: #000;
	margin: 0 auto 20px;
}
.banner .inner a {
	padding: 0 15px 0 30px;
}
@font-face {
	font-family: 'simple-line-icons';
	src: url('Simple-Line-Icons.eot?v=2.4.0');
	src: url('Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
	 Use the following CSS code if you want to have a class per icon.
	 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
	*/
.icon-user,  .icon-people,  .icon-user-female,  .icon-user-follow,  .icon-user-following,  .icon-user-unfollow,  .icon-login,  .icon-logout,  .icon-emotsmile,  .icon-phone,  .icon-call-end,  .icon-call-in,  .icon-call-out,  .icon-map,  .icon-location-pin,  .icon-direction,  .icon-directions,  .icon-compass,  .icon-layers,  .icon-menu,  .icon-list,  .icon-options-vertical,  .icon-options,  .icon-arrow-down,  .icon-arrow-left,  .icon-arrow-right,  .icon-arrow-up,  .icon-arrow-up-circle,  .icon-arrow-left-circle,  .icon-arrow-right-circle,  .icon-arrow-down-circle,  .icon-check,  .icon-clock,  .icon-plus,  .icon-minus,  .icon-close,  .icon-event,  .icon-exclamation,  .icon-organization,  .icon-trophy,  .icon-screen-smartphone,  .icon-screen-desktop,  .icon-plane,  .icon-notebook,  .icon-mustache,  .icon-mouse,  .icon-magnet,  .icon-energy,  .icon-disc,  .icon-cursor,  .icon-cursor-move,  .icon-crop,  .icon-chemistry,  .icon-speedometer,  .icon-shield,  .icon-screen-tablet,  .icon-magic-wand,  .icon-hourglass,  .icon-graduation,  .icon-ghost,  .icon-game-controller,  .icon-fire,  .icon-eyeglass,  .icon-envelope-open,  .icon-envelope-letter,  .icon-bell,  .icon-badge,  .icon-anchor,  .icon-wallet,  .icon-vector,  .icon-speech,  .icon-puzzle,  .icon-printer,  .icon-present,  .icon-playlist,  .icon-pin,  .icon-picture,  .icon-handbag,  .icon-globe-alt,  .icon-globe,  .icon-folder-alt,  .icon-folder,  .icon-film,  .icon-feed,  .icon-drop,  .icon-drawer,  .icon-docs,  .icon-doc,  .icon-diamond,  .icon-cup,  .icon-calculator,  .icon-bubbles,  .icon-briefcase,  .icon-book-open,  .icon-basket-loaded,  .icon-basket,  .icon-bag,  .icon-action-undo,  .icon-action-redo,  .icon-wrench,  .icon-umbrella,  .icon-trash,  .icon-tag,  .icon-support,  .icon-frame,  .icon-size-fullscreen,  .icon-size-actual,  .icon-shuffle,  .icon-share-alt,  .icon-share,  .icon-rocket,  .icon-question,  .icon-pie-chart,  .icon-pencil,  .icon-note,  .icon-loop,  .icon-home,  .icon-grid,  .icon-graph,  .icon-microphone,  .icon-music-tone-alt,  .icon-music-tone,  .icon-earphones-alt,  .icon-earphones,  .icon-equalizer,  .icon-like,  .icon-dislike,  .icon-control-start,  .icon-control-rewind,  .icon-control-play,  .icon-control-pause,  .icon-control-forward,  .icon-control-end,  .icon-volume-1,  .icon-volume-2,  .icon-volume-off,  .icon-calendar,  .icon-bulb,  .icon-chart,  .icon-ban,  .icon-bubble,  .icon-camrecorder,  .icon-camera,  .icon-cloud-download,  .icon-cloud-upload,  .icon-envelope,  .icon-eye,  .icon-flag,  .icon-heart,  .icon-info,  .icon-key,  .icon-link,  .icon-lock,  .icon-lock-open,  .icon-magnifier,  .icon-magnifier-add,  .icon-magnifier-remove,  .icon-paper-clip,  .icon-paper-plane,  .icon-power,  .icon-refresh,  .icon-reload,  .icon-settings,  .icon-star,  .icon-symbol-female,  .icon-symbol-male,  .icon-target,  .icon-credit-card,  .icon-paypal,  .icon-social-tumblr,  .icon-social-twitter,  .icon-social-facebook,  .icon-social-instagram,  .icon-social-linkedin,  .icon-social-pinterest,  .icon-social-github,  .icon-social-google,  .icon-social-reddit,  .icon-social-skype,  .icon-social-dribbble,  .icon-social-behance,  .icon-social-foursqare,  .icon-social-soundcloud,  .icon-social-spotify,  .icon-social-stumbleupon,  .icon-social-youtube,  .icon-social-dropbox,  .icon-social-vkontakte,  .icon-social-steam {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
	content: "\e005";
}
.icon-people:before {
	content: "\e001";
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-login:before {
	content: "\e066";
}
.icon-logout:before {
	content: "\e065";
}
.icon-emotsmile:before {
	content: "\e021";
}
.icon-phone:before {
	content: "\e600";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-map:before {
	content: "\e033";
}
.icon-location-pin:before {
	content: "\e096";
}
.icon-direction:before {
	content: "\e042";
}
.icon-directions:before {
	content: "\e041";
}
.icon-compass:before {
	content: "\e045";
}
.icon-layers:before {
	content: "\e034";
}
.icon-menu:before {
	content: "\e601";
}
.icon-list:before {
	content: "\e067";
}
.icon-options-vertical:before {
	content: "\e602";
}
.icon-options:before {
	content: "\e603";
}
.icon-arrow-down:before {
	content: "\e604";
}
.icon-arrow-left:before {
	content: "\e605";
}
.icon-arrow-right:before {
	content: "\e606";
}
.icon-arrow-up:before {
	content: "\e607";
}
.icon-arrow-up-circle:before {
	content: "\e078";
}
.icon-arrow-left-circle:before {
	content: "\e07a";
}
.icon-arrow-right-circle:before {
	content: "\e079";
}
.icon-arrow-down-circle:before {
	content: "\e07b";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-plus:before {
	content: "\e095";
}
.icon-minus:before {
	content: "\e615";
}
.icon-close:before {
	content: "\e082";
}
.icon-event:before {
	content: "\e619";
}
.icon-exclamation:before {
	content: "\e617";
}
.icon-organization:before {
	content: "\e616";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-mustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglass:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-folder:before {
	content: "\e089";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-doc:before {
	content: "\e085";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-frame:before {
	content: "\e038";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-loop:before {
	content: "\e064";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-like:before {
	content: "\e068";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-chart:before {
	content: "\e077";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camrecorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}

.icon-credit-card:before {
	content: "\e025";
}
.icon-paypal:before {
	content: "\e608";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-instagram:before {
	content: "\e609";
}
.icon-social-linkedin:before {
	content: "\e60a";
}
.icon-social-pinterest:before {
	content: "\e60b";
}
.icon-social-github:before {
	content: "\e60c";
}
.icon-social-google:before {
	content: "\e60d";
}
.icon-social-reddit:before {
	content: "\e60e";
}
.icon-social-skype:before {
	content: "\e60f";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-social-behance:before {
	content: "\e610";
}
.icon-social-foursqare:before {
	content: "\e611";
}
.icon-social-soundcloud:before {
	content: "\e612";
}
.icon-social-spotify:before {
	content: "\e613";
}
.icon-social-stumbleupon:before {
	content: "\e614";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-vkontakte:before {
	content: "\e618";
}
.icon-social-steam:before {
	content: "\e620";
}
/*
	
	 * Author - Harshen Amarnath Pandey
	 * Version - 1.0.8
	 * Release - 18th April 2015
	 * Copyright (c) 2014 - 2018 Harshen Pandey
	*/
	
	/* jquery.countdownTimer.css*/
	
.style {
	width: 100%;
	font-family: sans-serif;
	font-weight: bold;
}
.colorDefinition {
	background: #fff;
	color : #000;
	border: 2px solid #000;
	border-radius: 0;
}
.size_xl {
	font-size: 50px;
	border-width: 8px;
	border-radius: 6px;
}
.size_lg {
	font-size: 30px;
	padding: 8px 25px;
}
.size_md {
	font-size: 30px;
	border-width: 5px;
	border-radius: 4px;
}
.size_sm {
	font-size: 20px;
	border-width: 3px;
	border-radius: 3px;
}
.size_xs {
	font-size: 15px;
	border-width: 2px;
	border-radius: 2px;
}
{
% if settings.single_product_layout_type != 'layout_style_6' %
}
/* 6.1 - FancyBox */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none
}
* html #fancybox-loading {
	position: absolute;
	margin-top: 0
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff url("loading.gif") center no-repeat;
	border: 1px solid rgba(0,0,0,0.15);
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 999999;
	display: none
}
* html #fancybox-overlay {
	position: absolute;
	width: 100%
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 999999;
	display: none
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4)
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100% !important;
	height: 100%;
	padding: 0;
	margin: 0;
	outline: 0;
	overflow: hidden
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent
}
#fancybox-close {
	cursor: pointer;
	z-index: 1103;
	display: none
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	display: block
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold
}
.fancybox-title-over {
	color: #FFF;
	text-align: left
}
#fancybox-title-wrap {
	display: inline-block
}
#fancybox-title-wrap span {
	height: 32px;
	float: left
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0 -40px;
	color: #FFF
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: 0;
	z-index: 1102;
	display: none
}
#fancybox-left {
	left: 0
}
#fancybox-right {
	right: 0
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block
}
#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -47px -40px
}
#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -47px -76px
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible
}
#fancybox-left:hover span {
	left: 20px
}
#fancybox-right:hover span {
	left: auto;
	right: 20px
}
{
% endif %
}
.zoomWrapper > div {
	width: 64px !important;
	height: 64px !important;
	background-color: #fff!important;
	left: 50% !important;
	margin: -32px 0 0 -32px !important;
	top: 50% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 99!important;
}
/* Paste this css to your style sheet file or under head tag */
	/* This only works with JavaScript, 
	if it's not present, don't show loader */
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
 background: url( { {
'Preloader_2.gif' | asset_url
}
}
) center no-repeat #fff;
}
.buddha-products-nav {
	float: right;
}
.buddha-products-nav .product-btn {
}
.buddha-products-nav .product-btn.product-prev {
	float: left;
}
.buddha-products-nav .product-btn.product-next {
	float: right;
}
.buddha-products-nav .product-btn>a {
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	display: inline-block;
	padding: 0;
}
.buddha-products-nav .product-btn>a span {
	width: 50px;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.buddha-products-nav .product-btn>a span:before {
	font-size: 20px;
}
.buddha-products-nav .product-btn.product-prev>a span:before {
	content: "\e605";
	font-family: 'simple-line-icons';
	left: 0px;
}
.buddha-products-nav .product-btn.product-next>a span:before {
	content: "\e606";
	font-family: 'simple-line-icons';
	right: 0px;
}
.buddha-products-nav .wrapper-short {
	position: absolute;
	top: 100%;
	padding-top: 5px;
	visibility: hidden;
	opacity: 0;
	min-width: 250px;
	z-index: 350;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.buddha-products-nav .product-btn.product-next .wrapper-short {
	right: 20px;
}
.buddha-products-nav .product-btn.product-prev .wrapper-short {
	left: -20px;
}
.buddha-products-nav .product-short {
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}

.buddha-products-nav .product-short .product-thumb {
	float: right;
	margin-left: 10px;
}
.buddha-products-nav .product-short .product-thumb img {
	max-width: 50px;
}
.buddha-products-nav .product-short .product-title {
	display: block;
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}
.buddha-products-nav .product-short .price del {
	color: #D0D0D0;
}
.buddha-products-nav .product-short .price ins {
	text-decoration: none;
	margin-left: 5px;
	background-color: transparent;
	padding: 0;
	opacity: 1;
}
.buddha-products-nav .product-btn:hover>a span {
	width: 50px;
}
.buddha-products-nav .product-btn.product-prev:hover>.wrapper-short {
	left: 0;
}
.buddha-products-nav .product-btn:hover>.wrapper-short {
	visibility: visible;
	opacity: 1;
	right: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
{
% if settings.single_product_layout_type == 'layout_style_4' %
}
/* Vertical Moreview */
.product-img-box.has-jcarousel .product-photo-container {
	float: left;
	width: 500px;
}
.product-img-box.has-jcarousel .more-view-wrapper {
	float: right;
	margin: 0;
}
/* .product-img-box.has-jcarousel .product-photo-thumbs li { margin: 0 0 15px; } */
	
.more-view-wrapper ul {
	padding: 0;
	list-style: none;
}
.more-view-wrapper-jcarousel .product-photo-thumbs li {
	padding: 0 5px;
	margin: 0;
	border: 0;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
	width: 15px;
	height: 10px;
	top: 30px;
	left: 50%;
	margin-left: -8px;
	background-position: 100% -456px;
	z-index: 2;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
	width: 15px;
	height: 10px;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	background-position: 100% -523px;
	z-index: 2;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,  .more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {
	display: none
}
#ProductThumbs {
	padding: 0;
	margin: 0;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,  .more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {
	display: none!important
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
	bottom: 0;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
	top: 0;
}
.more-view-wrapper .jcarousel-container {
	padding: 20px 0;
}
{
% endif %
}
 @media (min-width: 992px) and (max-width: 1199px) {
.product-img-box.has-jcarousel .product-photo-container {
	width: 250px;
}
.more-view-wrapper .jcarousel-clip-vertical {
	height: 480px;
}
} {
% if settings.single_product_layout_type == 'layout_style_5' %
}
.product-img-box.has-jcarousel .product-photo-container {
	float: right;
	width: 500px;
}
.product-img-box.has-jcarousel .more-view-wrapper {
	float: left;
	margin: 0;
}

.more-view-wrapper ul {
	padding: 0;
	list-style: none;
}
.more-view-wrapper-jcarousel .product-photo-thumbs li {
	padding: 0 5px;
	margin: 0 0 20px;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
	width: 15px;
	height: 10px;
	top: 30px;
	left: 50%;
	margin-left: -8px;
	background-position: 100% -456px;
	z-index: 2;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
	width: 15px;
	height: 10px;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	background-position: 100% -523px;
	z-index: 2;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,  .more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {
	display: none
}
#ProductThumbs {
	padding: 0;
	margin: 0;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,  .more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {
	display: none!important
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
	bottom: 0;
}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
	top: 0;
}
.more-view-wrapper .jcarousel-container {
	padding: 20px 0;
}
{
% endif %
}
.pr {
	position: relative;
}
.product-img-box .product-photo-container {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.zoomWrapper {
	overflow: hidden;
	height: auto !important;
	width: auto !important;
	text-align: center;
}
.product-photo-container img {
	height: auto !important;
	width: auto !important;
	position: static !important;
}
.zoomWrapper > div {
	width: 64px !important;
	height: 64px !important;
	background-color: #fff!important;
	left: 50% !important;
	margin: -32px 0 0 -32px !important;
	top: 50% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 99!important;
}
.zoomWrapper img {
	z-index: -1 !important;
}
.zoomContainer {
	z-index: 99;
	width: auto !important;
	height: auto !important;
}
.zoomWrapper {
	overflow: hidden;
	height: auto !important;
	width: auto !important;
	text-align: center;
}
.zoomWrapper img:nth-child(2) {
	display: none
}
.product-photo-container #product-featured-image {
	position: static !important;
	height: auto !important;
	width: auto !important;
}
.product-photo-container > a {
	position: relative;
	display: block;
	width: 100%;
}
ul#tomit_inventory_list {
	list-style-type: none;
	padding: 0;
}
#tomit_inventory_list li {
	margin: 0;
	padding: 0;
}
 color: pink;
}
/* custom added css */
	
.header-type-10 .header-search {
	width: 95% !important;
}
li.dropdown.mega-menu img {
	display: none;
}
.products .product-container .product-button {
	display: none;
}
	
	::-moz-placeholder { /* Firefox 19+ */
 color: pink;
}
	:-ms-input-placeholder { /* IE 10+ */
 color: pink;
}
	:-moz-placeholder { /* Firefox 18- */
 color: pink;
}
.grid-link__org_price {
	color: white !important;
	background: #d44397 !important;
	padding: 1px 10px !important;
	border-radius: 5px !important;
}
.product-top-section div#revy-bundles-wrapper {
background: #fff;
padding: 30px 50px 0;
border-radius: 0 0 5px 5px;
position: relative;
}
.product-top-section div#revy-bundles-wrapper::before {
content: "";
display: block;
left: 20px;
right: 20px;
height: 2px;
background: #ddd;
position: absolute;
top: 0;
}


/************custom***********/
.hulkapps-volumes {
    width: 100%;
    margin-top: 30px !important;
    float: right;
    max-width: 325px;
}
.hulkapps-table th {
    background: #FE8282;
    color: #fff;
}
 @media (max-width:1024px) {
.product_single_detail_section .pro-option-wrap .product-infor {
    position: relative !important;
    margin: 0 0 !important;
}
   .product_single_price.effective {
     margin-top:20px;
   }
   .product_single_detail_section .custom-btn {
   margin-top:20px;
   }
   .single-product-layout-type-4 .product_single_detail_section .product-single__quantity {
   width:100% !important;
   }
  #your-shopping-cart .cart_btn input[value="Check Out"],#your-shopping-cart .cart_btn a,
#your-shopping-cart .cart_btn .btn.update-cart
{
      width: auto !important; 
   
}
 }
 @media (max-width:767px) {
.header-bar__module.cart .baskettop {
	top: 22px;
}
.header-type-10 .slidersearch {
	overflow: visible;
}
.header-type-10 .header-search button.sb-search-submit.res_btn {
	position: absolute;
	top: -4px;
	left: 0;
}
 #your-shopping-cart .cart_btn input[value="Check Out"],#your-shopping-cart .cart_btn a,
#your-shopping-cart .cart_btn .btn.update-cart
{
      width: 45% !important; 
}
/***** single product ***/
.product-top-section .product-single .three-sixths.product-img-box {
    width: 100%;
}
.product-top-section .product-single .product_single_detail_section.three-sixths {
    width: 100%;
}
.product-top-section .product-single .three-sixths.product-img-box .product-photo-container.test {
	z-index: 1;
}
.product-top-section .product-single .product_single_detail_section.three-sixths h2.product-single__title {
    font-size: 24px;
    margin-top: 30px;
    font-size: 20px;
}
.product-top-section .product-single .product_single_detail_section.three-sixths .product_single_price .grid-link__org_price {
    font-size: 14px;
    margin-left: 8px;
}
.product-top-section .product-single .product_single_detail_section.three-sixths .product_single_price .product-sku {
    font-size: 16px;
}


.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .custom-option {
    float: right;
    width: 100%;
}
.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .selector-wrapper-secton {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm select {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}
.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .selector-arrow:after {
    top: 8px;
    font-size: 6px;
    right: 6px;
} 

.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm label {
    font-size: 13px;
    line-height: normal;
    width: 100%;
    margin-bottom: 5px;
}


.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .custom-btn {
    width: 100%;
}
.product_single_detail_section form{
   display:flex;
   flex-direction:column;
}
.product_single_detail_section form .pro-option-wrap{
	order:1;
}
.product_single_detail_section form .BulkQtyWrap{
	order:3;
}
.product_single_detail_section form .custom-btn{
	order:2;
}
.visibleMobile{ display:block;}
.visibleDesktop{ display:none;}

   /*** single product ends ***/
}

#trustblox-wraper-1{
	float: left; width: 100%;
}

#trustblox-wraper-1 .trustblox-1-timer-wrap{
	margin: 15px 0;
}
.addthis_toolbox a{
	margin-bottom: 0 !important;
}
.product_single_detail_section form{
	float: left; width: 100%; position: relative; padding-bottom: 50px;
}
.STP-tiers {
    float: left; width: 100% !important; display: block; max-width: 490px;
}
.STP-tiers .STP-tier-block {
    width: 100% !important; padding: 0; border: 2px solid #cccccc;
}
.STP-tier-block-lines{
  margin: 0 !important; padding: 20px 15px !important; float: left; width: 100%;
}
.STP-tier-block-message {
    padding: 10px; text-align: center; background: #666666; border-radius: 7px 7px 0 0; color: #fff !important; width: 100%;
    float: left;
}
.STP-tier-block-lines span {
    display: inline-block; width: 33.33%; float: left; margin: 5px 0;    text-align: center;
    text-align-last: center;
}
.STP-tier-block-lines br{margin: 5px 0; padding:5px 0; border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc; display:block;}
.STP-tier-block-lines br:before { /* and :after */
    border-bottom:1px solid #cccccc;
    content: "";
    display: block;
}

.pro-option-wrap {
  float: left;
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}

.quantity-box-section {
    width: 40%;
    display: inline-block;
    float: left;
}
[itemprop="offers"] {
    clear: both;
}
.prodt-brand {
    float: left;
    width: 100%;
  	max-width:200px;
    display: inline-block;
}
.prodt-brand img {
    max-height: 100px;
    display: block; 
    margin: 0 auto;
    height: 70px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    
}
.cbb-frequently-bought-container {
    border: 3px solid #cccccc; border-radius: 10px; float: left;
}
h2.cbb-frequently-bought-title.translatable {
    display: none;
}
.cbb-frequently-bought-discount-message-container {
    background: #666666;
    border-radius: 10px 10px 0 0;
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
  text-align: center !important;
}
span.cbb-frequently-bought-discount-message.translatable {
    text-transform: uppercase !important;
}
.cbb-frequently-bought-recommendations-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
  text-align: center;
}
.cbb-frequently-bought-selector-list {
    padding: 0 15px !important;
    margin: 15px 0;
}

.available-sizes {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.available-sizes label {
    text-transform: uppercase;
    display: inline-block;
}
.available-sizes div {
    display: inline-block;
    margin: 0 0 0 5px;
}
.available-sizes div a {
    background: #d44397;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em; 
  text-decoration: none;
      display: inline-block;
    margin: 5px;
}
.available-sizes div a:hover{
	background: #0084ff; color: #fff; text-decoration: none;
}

.menu-tool > .container {
    position: relative;
}
.click-collect-img {
    position: absolute; right: 120px; top: -12px;
}
.click-collect-img img {
    max-height: 80px; border: 4px solid #666666; border-radius: 15px;
}
.cbb-frequently-bought-recommendations-container > ul {
    float: none !important;
}
.cbb-frequently-bought-total-price-box {
    margin-bottom: 0 !important;
}
button.cbb-frequently-bought-add-button {
    margin-top: 10px !important;
    margin-bottom: 0;
}
.cbb-frequently-bought-selector-label-name,
.cbb-frequently-bought-total-price-box,
.cbb-frequently-bought-total-price-sale-price,
.cbb-frequently-bought-total-price-was-price{
    font-size: 15px !important;
}
.STP-tier-block{
	margin: 20px 0 0 !important;
}
.cbb-frequently-bought-total-price-text.translatable {
    font-weight: 600 !important;
}
.compare-price{
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
}
.product_single_detail_section .product-info-inner{ width:100% !important;}

@media only screen and (max-width: 1599px) {
	.click-collect-img {
      right: 10px;
      top: -2px;
  }
  .click-collect-img img {
    max-height: 60px;
  }
  .product_single_price.effective, .quantity-box-section{
  	width: 50%;
  }
}
@media only screen and (max-width: 1399px) {
  .header-type-10 .site-nav > li > a{
  	padding: 18px 8px;    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .product_single_detail_section .spr-badge,
  .product_single_detail_section .share_this_btn{
  	width: 100%;
  }
  .product_single_detail_section .share_this_btn{
  	margin-top: 15px;
  }
  .product_single_detail_section .product-info-inner,
  .prodt-brand,
  .STP-tiers{
  	width: 100%;
  }
  .pro-option-wrap{
  	 width: 100%; padding-right: 0;
  }
  .pro-option-wrap .product-infor{
  	position: static;
  }
  #osf_bis{
  	width: 100%;
    margin: 10px 0;
  }
  .product_single_detail_section form{
  	padding-bottom: 0;
  }
  .click-collect-img{
  	display: none;
  }
}

@media screen and (max-width: 479px ){

.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .custom-btn button#AddToCart {
    padding: 10px 0px;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .custom-btn .add-to-wishlist {
    width: 100%;
}
.product-top-section .product-single .product_single_detail_section.three-sixths form#AddToCartForm .custom-btn a.add-in-wishlist-js.btn {
    font-size: 13px;
    padding: 10px 13px;
    width: 100%;
}
  .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    display: block !important;
    height: auto !important;
    line-height: normal !important;
    width: 100% !important;
}
}

@media (max-width:600px)
{
#your-shopping-cart .cart_btn input[value="Check Out"],#your-shopping-cart .cart_btn a,
#your-shopping-cart .cart_btn .btn.update-cart
{
      width: 100% !important; 
     margin-bottom:20px;
}
}

#your-shopping-cart .cart__row--table-large .grid__item 
{
    vertical-align: top;
}
#your-shopping-cart .cart a.h5 {

    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}
#your-shopping-cart .cart__row small {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
}
#your-shopping-cart .tdf-cart-item-p-p
{
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color:#157ed2; 
}


#your-shopping-cart .tdf-cart-item-lp-p
{
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
      color: #157ed2;
}
#your-shopping-cart .cart__row .qtyminus1,#your-shopping-cart .cart__row .qtyplus1 
{
     width: 25px;
    height: 25px;
    line-height: 10px;
}
#your-shopping-cart .cart__row .quantity-selector 
{
    background:none !important;
    width: 25px;
    height: 25px;
    line-height: 10px;
    border:none !important;
}
#your-shopping-cart .cart__remove i {
font-size: 20px;
}

#your-shopping-cart span.h5.cart__subtotal span 
{
      font-weight: 500;
    color: #157ed2;
}
#your-shopping-cart span.cart__subtotal-title.h5 {
   font-weight: 500;
}

#your-shopping-cart .cart_btn a
{
       float: left;
       background-color: #2e353b;
       color:#fff;
  margin-right:20px;
  width:31%;
}
#your-shopping-cart .cart_btn .btn.update-cart
{
 float: left;
  margin-right:20px;
   width:31%;
}
#your-shopping-cart .cart_btn input[value="Check Out"]
{
  background:#d0011b;
  color:#fff;
    float: left;
   width:31%;
}
#your-shopping-cart .cart__row .shopping-checkout em
{
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.template-product .product_single_detail_section h2
{
   font-size: 25px;
   font-weight: 700;
}
.template-product #trustblox-wraper-1 .trustblox-1-timer-wrap 
{
   font-size: 14px;
}
.template-product .product-infor label,.template-product .product-infor span,
.template-product .product_single_detail_section .product-infor .product_single_price label 
    
{
    font-size: 14px !important;
}

#your-shopping-cart .tdf-cart-item-p-p:nth-child(3) span{
  color:#FF0000 !important;
} 

#your-shopping-cart span.h5.cart__subtotal span:nth-child(3) span{
color:#FF0000 !important;
}

#your-shopping-cart .tdf-cart-item-lp-p:nth-child(3) span{
color:#FF0000 !important;
}

.discount-price-main
{
color:#157ed2;
}
.template-product .product_single_detail_section h2 
{
  font-size:20px;
  width:100%; 
  
}
.template-product .product_single_detail_section h2  + .product-arrows + .ruk_rating_snippet,
.template-product .product_single_detail_section h2  + .ruk_rating_snippet{ float:left;}
.ruk_rating_snippet + .share_this_btn{ float:left;}
.product_single_detail_section .selector-wrapper-secton .selector-wrapper {
  margin-bottom:20px !important;
}
.product_single_detail_section .pro-option-wrap .product-infor {
      position: static;
    bottom: 0px;
}
.single-product-layout-type-4 .product_single_detail_section .product-single__quantity {
    float: left;
    width: 100%;
}
.product_single_detail_section .STP-tiers span
{
  font-size:14px !important;
  padding-bottom:0;
  line-height:14px;
}
.product_single_detail_section .product-single__quantity .dec, 
.product_single_detail_section .product-single__quantity input, 
.product_single_detail_section .product-single__quantity .inc 

{
width: 25px;
    height: 25px;
    line-height: 22px;
}
.product_single_price.effective{
margin-top:15px !important;
  position:relative;
}
.product_single_price.effective .compare-price{
	position: absolute;
    bottom: 50%;
    right: 0;
    max-width: 50%;
    transform: translateY(50%);
    line-height: 100%;
}
.product_single_price.effective del#ComparePrice {
    font-size: 14px;
}
.grid-link__org_price{font-size:18px; padding-top:4px !important; padding-bottom:4px !important;}
.product_single_price.effective del#ComparePrice{
	position: static !important;
}


/***** 10-26-2021 ***/
.template-collection .gf-filter-contents h3 {
    background: #ffd936;
    font-size: 19px;
    padding: 19px 20px;
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
    line-height: 29px;}

.template-collection .gf-block-title {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}
.template-collection .gf-option-block{
    background: #f2f3f7;
    padding: 10px 10px;
  border-bottom: 0px;
  margin-bottom: 35px;
}

.template-collection .gf-block-content {
    margin: 0px;
    background: #fff;
}
.template-collection ul.gf-option-box {
    padding: 0px! important;
}
.template-collection .gf-option-box li{ 
  border-bottom: 1px solid #f0f0f0;
 padding: 7px 18px;}
.template-collection .gf-option-box li a{font-size: 16px ! important;line-height: 16px;}
.template-collection  .gf-filter-contents .gf-block-title h3{
font-size: 20px !important;
line-height: 25px; !important}
.template-collection .gf-block-scroll{padding-right: 0px;}
.template-collection .gf-Checkbox, .template-collection .gf-RadioButton{
  min-width: 17px;
  border: 1px solid #a1abac;
  border-radius: 5px;
  height: 17px;
}

.template-collection input.gf-search{
width: 87%;
height: 50px;
margin: auto;
display: table;
font-size: 16px;
margin-bottom: 10px;
border-radius: 4px;
background-size: 16px;
background-position: 15px center;
  padding: 3px 5px 5px 38px !important;
}
.template-collection .gf-range-inputs {
    padding: 0px 19px;
      padding-top: 16px;
}
.template-collection .gf-range-slider {
    padding: 0px 18px;
}
.template-collection #gf-tree .noUi-connect {
    background: #ffd936;
}
.template-collection #gf-tree .noUi-handle{
  box-shadow: 1px 1px 3px 0px #999;
  background: #fff;
}
.template-collection .gf-range-inputs input[type=text]{
  height: 47px;
  border-radius: 5px;
  font-size: 17px;
  margin-bottom: 35px;
}

body.template-collection .toolbar{padding:15px 0 0 0;}

.template-collection  span.gf-range-split{line-height: 44px;}
body.template-collection .rte--header{padding:15px 0 0 0;
  font-size: 18px;
  color: #4e4e4e;
}
#gf-tree .noUi-value-large {
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #999;
    padding: 2px 6px;
}

.template-collection #gf-tree .noUi-value{top: -48px;}
.template-collection .spf-product-card__vendor a{font-size: 13px;
  color: #828282;
  margin-bottom: 4px;
 font-weight: 600;
 text-transform: uppercase;
}
.template-collection .h4.spf-product-card__title a{color: #1f1f1f;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
 line-height: 20px;
}

.template-collection span.spf-product-card__price.money {
    color: #e2aa1f;
    font-weight: 700;
    font-size: 27px;
    font-family: inherit;
    line-height: initial;
}
.template-collection span.spf-product__label.spf-product__label-sale {
    color: #d54e77;
    background: #ffd936;
    border-radius: 4px;
    font-weight: 600;
    padding: 3px 20px;
}
.template-collection span.spf-product-card__saleprice.money {
    background: transparent ! important;
    color: #e2aa1f ! important;
    font-weight: 700 !important;
    font-size: 27px ! important;
    font-family: inherit;
    padding: 0px ! important;
    padding-right: 10px ! important;
}
.template-collection span.spf-product-card__oldprice.money{
  color: #666666;
    font-weight: 700 ! important;
    font-family: inherit;
    font-size: 17px;
    
}
.template-collection .spf-product-card__price-wrapper {
    display: flex;
    align-items: center;
}
.template-collection .ruk_rating_snippet{color: #e04296  !important;
  margin-top: 10px;
   }
.template-collection .h4.spf-product-card__title a:hover{color: #e04296  !important;}
.template-collection .spf-product-card__vendor a:hover{color: #e04296  !important;}
.template-collection h1.section-header-title.section-header-left {
    color: #4e4e4e ! important;
    font-size: 29px;
}
.template-collection .gf-filter-contents a.gf-clear {
    position: absolute;
    right: 12px;
    top: 29%;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #dc4a88 !important;
}
.template-collection .gf-filter-contents a.gf-clear:hover{
  color: #2f2f2f;
}
.template-collection .spf-product-card__price-wrapper {
    margin-top: 0px! important;
}
.template-collection .DiscountPrice span {
    font-size: 31px;
    font-weight: 900;
}
.template-collection .DiscountPrice{color:#df4396; font-size: 20px;
    font-weight: 600;}

.template-collection  #gf-tree .noUi-marker-horizontal.noUi-marker{ display: none;}
#gf-tree .noUi-pips-horizontal{height: 32px;}

body.template-collection .spf-product-card.spf-product-card__left{
height:100%;
  border: 1px solid #ddd;
padding: 10px;
}
body.template-collection select.spf-product__variants{ 
  display:block; opacity:1; visibility:visible; background-color: #ffd936;
padding-right: 20px;
white-space: nowrap;
text-overflow: ellipsis;
  border:none;
}
body.template-collection #gf-products > .spf-col-xl-3{ margin-bottom:15px;}
body.template-collection .spf-product-card.spf-product-card__template-3 .spf-product__form{
left:10px; right:10px; bottom:8px; width:auto;
}
body.template-collection .toolbar .view-mode{ width:100%;}

body.template-collection .spf-product__info{ padding-bottom:15px;}

body.template-collection .collectionTopInfo{
	float: right;
	clear: right;
	padding-left: 25px;
  width: 80%;
}

.spf-product-card.spf-product-card__left .spf-product__info {
    text-align: left !important;
}

@media only screen and (max-width: 5000px) and (min-width: 1200px) {
  body.template-collection .collectionTopInfo{
    width: calc(100% - 290px) !important;
  }
}

@media screen and (max-width: 768px) {
  body.template-collection .collectionTopInfo{
      float: right;
      clear: right;
      padding-left: 0;
    width: 100%;
  }
  body.template-collection .gf-actions{ width:100%;}
}

body.template-collection .collection-list > .grid-uniform.grid-link__container.col-main{
	padding:15px;
}
body.template-collection .collection-list .products-grid-view{ padding:0;}
 .header-type-10 .menu-tool ul li:nth-last-child(2){ color:#333333; background-color:#18c3f3;}
 .header-type-10 .menu-tool ul li:nth-last-child(2) [data-meteor-template]{ display:none !important;}
  .header-type-10 .menu-tool ul li:nth-last-child(3){background-color:#d44397;}
  .header-type-10 .menu-tool ul li:nth-last-child(4){background-color:#9dd903;}
 .site-header #MobileNav  .mobile-nav__link:nth-last-child(1){ background-color:#d44397; }
 .site-header #MobileNav  .mobile-nav__link:nth-last-child(2){ background-color:#9dd903;}
 .cc-banner.cc-bottom{left:15% !important; right:15% !important; width:auto !important;}
 body.template-collection:not(#guiltfree) .spf-product__form{ display:none;}
 body.template-collection:not(#guiltfree)  .spf-product-card.spf-product-card__template-3{ margin-bottom:0;}
  @media screen and (min-width:1200px) and (max-width:1499px){
    .click-collect-img{ right: -25px;  width: 120px;  top: 50%;  transform: translateY(-50%); }
  }
  @media screen and (min-width:1500px){
   /* .click-collect-img{ right:10px; max-width: 100px;   top: 50%;   transform: translateY(-50%);}    */
  .site-header .container { padding:0 90px;}
    
    }
