/** Shopify CDN: Minification failed

Line 592:0 Unexpected "}"
Line 795:1 Expected ")" to end URL token
Line 1134:0 Unexpected "}"
Line 1638:0 Unexpected "}"
Line 1812:1 Expected ")" to end URL token

**/
/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/



/***************************************************************************
                           1. CSS RESET
***************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.5em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
}
b, strong {
	font-weight: bold;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}



/***************************************************************************
                           2. VARIABLES
***************************************************************************/

/* 2.1 GRADIENTS */








/* 2.2 CSS3 TRANSITIONS */






/***************************************************************************
                           3. GLOBAL THEME STYLES
***************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}



/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}



/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}



/* fancybox styles */
#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-content {
	width: 100% !important;
	text-align: center;
}

#fancybox-title {
	left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
	margin: 0 0 0 -50% !important;
}



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #ffffff;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox.opened {
}
.jq-selectbox.focused {
}

.jq-selectbox__select {
	width: 120px;
}

.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	}



/***************************************************************************
                           4. TYPOGRAPHY
***************************************************************************/




body {
	font-family: Roboto;
	font-size: 14px;
	color: #777777;
}



/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
	margin: 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #333333;
	font: 17px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.column_center h2,
.column_center h3,
.column_center h4 {
	font-size: 15px;
}

.column_center h5,
.column_center h6 {
	font-size: 13px;
}

.column_center .page_heading {
	margin: 0;
	padding: 0;
	border: none;
	font: 500 17px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.column_center .page_heading span {
	display: inline-block;
	padding: 9px 15px 11px 15px;
	background: #ffffff;
	border: 2px solid #333333;
	border-bottom: none;
	font: 500 17px Arial, Helvetica, sans-serif;
	z-index: 1;
}
.column_center .page_heading:after {
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #333333;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.column_center .page_heading a {
	float: right;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 0;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #db293d;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.product_name a {
	font-weight: 500;
	color: #000000;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}
.product_name a:hover {
	color: #a72e2e;
}


.product_desc {
	font-size: 14px;
	color: #4e4e4e;
}


.money {
	color: #000000;
}
.compare-at-price {
	text-decoration: line-through;
}



/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte h1 {
	font-size: 19px;
}
.rte h2 {
	font-size: 17px;
}
.rte h3 {
	font-size: 16px;
}
.rte h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}



/***************************************************************************
                           5. FORMS & COMPONENTS
***************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: 14px;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #ffffff;
	font: normal 13px 'Arial';
	color: #777777;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	box-shadow: none;
	}

select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

.form-control:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}



.form-horizontal {
}
.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}



/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}


/* 5.3 BUTTONS */
.btn,
.btn a,
.btn-info,
.btn-primary {
	padding: 6px 20px 7px 20px;
	border: none !important;
	font-size: 14px;
	color: #ffffff !important;
	box-shadow: none !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	
background: #2b3467;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b3467), color-stop(100%,#2b3467));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #2b3467 0%, #2b3467 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #2b3467 0%,#2b3467 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3467', endColorstr='#2b3467',GradientType=0 );
	 /* IE6-8 */

}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn-cart 
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	background: #2b3467;
	filter: none !important;
	}

.btn-cart:hover {
	background: #a72e2e;
}



/***************************************************************************
                           6. GLOBAL PAGE LAYOUT
***************************************************************************/

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	
	background-color: #ffffff;
	
}

#wrapper2 {
	overflow: hidden;
}

.page_container {
	max-width: 1230px;
	margin: 0 auto;
}

#main {
}
#main .page_container {
	padding-top: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
	        box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
	}

.container {
	padding: 0;
}

.column_center {
	padding-top: 30px;
}



#main_content,
.column .widget {
	margin-bottom: 30px !important;
}



/***************************************************************************
                           7. SIDEBAR CONFIGURATION
***************************************************************************/

/* NO SIDEBAR */
.sidebar_none {
}


/* LEFT SIDEBAR */
.sidebar_left {
}
.sidebar_left .column_center {
	width: 100%;
}
.sidebar_left .column_center #main_content {
	margin: 0 0 0 25%;
}
.sidebar_left .column_left {
	margin-left: -100%;
}


/* RIGHT SIDEBAR */
.sidebar_right {
}


/* BOTH SIDEBARS */
.sidebar_both {
}
.sidebar_both .column_center {
	width: 100%;
}
.sidebar_both .column_center #main_content {
	margin: 0 25%;
}
.sidebar_both .column_left {
	margin-left: -100%;
}
.sidebar_both .column_right {
	margin-left: -25%;
}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {
	margin: 0;
}



/***************************************************************************
                           8. MAIN PAGE
***************************************************************************/

/* 8.1 HEADER */
#header {
}

.header_row__1 {
	height: 50px;
}



.header_user {
	padding: 15px 0 0 0;
}
.header_user li {
	float: left;
}
.header_user li ~ li {
	margin: 0 0 0 20px;
}
.header_user li a {
	color: #777777;
}
.header_user li a:hover {
	color: #333333;
}
.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
	color: #ffffff;
}



.header_currency {
	float: right;
	padding: 15px 0 0 0;
}
.header_currency label {
	margin: 0 4px 0 0;
	font-weight: normal;
}
.header_currency .jq-selectbox {
	width: 45px;
}
.header_currency .jq-selectbox__select {
}
.header_currency .jq-selectbox__select-text {
}
.header_currency .jq-selectbox__trigger i {
	right: 0;
	top: 2px;
}

.header_currency .jq-selectbox__dropdown {
	padding: 5px 0;
	background: #333333;
	text-align: center;
	top: 24px !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	}
.header_currency .jq-selectbox__dropdown ul {
	background: #333333;
}
.header_currency .jq-selectbox__dropdown ul li {
	background: #333333;
	color: #ffffff;
}

.header_currency .jq-selectbox__dropdown ul li:hover {
	color: #333333;
}
.header_currency .jq-selectbox__dropdown ul li.sel {
	background: #333333;
	color: #333333;
}



.header_row__2 {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIRJREFUeNpUjjsOwzAMQyVAWzqmJ8jQ+9+t2Sqy+jlNZcDCsyia+joOqYJq3I9tK9I4Qpq7BzEpi2R3oVLFHIurSp2rzCZGzLwte8z2ltxGwpIgzcNZUGjPfade6/I+z/HN38VQ2sml6h9fKdu8ksu8Ebzrf+PJBuCGYf7PcFyxo74CDAAwP09g6gqL0wAAAABJRU5ErkJggg==);
	}
.header_row__2content {
	background: -webkit-linear-gradient(top,  rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 90%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top,  rgba(255,255,255,.3) 0%, rgba(255,255,255,0) 90%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%);
	 /* IE10+ */
background: -o-linear-gradient(top,  rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 90%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 90%);
	 /* W3C */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.25)), color-stop(90%,rgba(255,255,255,0)));
	 /* Chrome,Safari4+ */
filter: none;
	 /* IE6-9 */
}

.header_row__2 .page_container {
	position: relative;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(2550,255,255,0.1), inset -1px 0 0 0 rgba(2550,255,255,0.1);
	        box-shadow: inset 1px 1px 0 0 rgba(2550,255,255,0.1), inset -1px 0 0 0 rgba(2550,255,255,0.1);
	}

.header_row__2 .page_container:before {
	content: '';
	width: 200px;
	height: 100%;
	display: block;
	position: absolute;
	left: -200px;
	top: 0;
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);
	 /* IE10+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);
	 /* W3C */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.55)));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=1 );
	 /* IE6-9 */
}
.header_row__2 .page_container:after {
	content: '';
	width: 200px;
	height: 100%;
	display: block;
	position: absolute;
	right: -200px;
	top: 0;
	background: -webkit-linear-gradient(left,  rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(left,  rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 100%);
	 /* IE10+ */
background: -o-linear-gradient(left,  rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to right,  rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 100%);
	 /* W3C */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,.55)), color-stop(100%,rgba(0,0,0,0)));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=1 );
	 /* IE6-9 */
}

.header_row__2 .container {
}



#logo {
	padding: 10px 0 0 0;
}
#logo a {
}



.header_search {
	padding: 48px 0;
}
.header_search form {
	height: 34px;
	padding: 0 64px 0 0;
	background: #a72e2e;
	-webkit-border-radius: 3px 6px 6px 3px;
	   -moz-border-radius: 3px 6px 6px 3px;
	        border-radius: 3px 6px 6px 3px;
	}
.header_search #search-field {
	width: 100%;
	height: 34px;
	float: left;
	padding: 0 10px;
	background: none;
	border: none;
	color: #ffffff;
}
.header_search #search-submit {
	width: 64px;
	height: 34px;
	margin: 0 -65px 0 0;
	color: #ffffff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	
background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#a72e2e));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #a72e2e 0%, #a72e2e 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #a72e2e 0%,#a72e2e 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=0 );
	 /* IE6-8 */

}
.header_search #search-submit i {
	font-size: 13px;
	line-height: 16px;
}

.header_search #search-submit:hover {
	background: #333333;
}



.header_cart {
	padding: 20px 0;
}
.header_cart a {
	height: 90px;
	display: block;
	padding: 0 15px 0 25px;
	-webkit-box-shadow: inset 0 0 0 500px rgba(0,0,0,0.6);
	        box-shadow: inset 0 0 0 500px rgba(0,0,0,0.6);
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}

.header_cart a b {
	display: block;
	margin: 0 0 -5px 0;
	padding: 15px 0 0 0;
	font-weight: 500;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}
.header_cart a span {
	font-weight: 500;
	font-size: 15px;
	color: #333333;
}
.header_cart a span.count {
	margin: 0 4px 0 0;
}

.header_cart a:hover {
	background: #333333;
	-webkit-box-shadow: inset 0 0 0 500px rgba(0,0,0,0);
	        box-shadow: inset 0 0 0 500px rgba(0,0,0,0);
	}
.header_cart a:hover span {
	color: #ffffff;
}



/* 8.2 NAVIGATION */
#navigation {
	position: relative;
	z-index: 999;
}

#navigation .page_container{
	display: flex;
	justify-content: space-between;

	.header-phone-field{
		width: 190px;
		padding: 2px 15px;
		display:flex;
		align-items: center;
		justify-content: space-between;
		border: 1px solid white;
		color: white;
		border-radius: 5px;
		margin: 5px 15px;
		font-size: 1.7rem;

		a{
			color: white;
			font-weight: 500;
		}
	}
	
}


#navigation nav {
	height: 45px;
	position: relative;
	
background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#a72e2e));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #a72e2e 0%, #a72e2e 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #a72e2e 0%,#a72e2e 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=0 );
	 /* IE6-8 */

}

#navigation nav:after {
	content: '';
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* W3C */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.65)), color-stop(100%,rgba(0,0,0,0)));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	 /* IE6-9 */
}



#navigation.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	
background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#a72e2e));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #a72e2e 0%, #a72e2e 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #a72e2e 0%,#a72e2e 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=0 );
	 /* IE6-8 */

}

#navigation.isStuck nav {
}
#navigation.isStuck nav:after {
	width: 0;
	height: 45px;
	border-left: 1px solid #a72e2e;
	position: absolute;
	left: -1px;
	top: 0;
}



.sf-menu {
}
.sf-menu li {
	position: relative;
}

.sf-menu > li {
	float: left;
	border-right: 1px solid #a72e2e;
}
.sf-menu > li ~ li {
}
.sf-menu > li > a {
	height: 45px;
	display: block;
	padding: 0 15px;
	font-weight: 500;
	font-size: 15px;
	line-height: 42px;
	color: #ffffff;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a 
}



.sf-menu ul {
	width: 250px !important;
	padding: 8px 15px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 1000;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.4);
	        box-shadow: 0 3px 7px 0 rgba(0,0,0,0.4);
	}
.sf-menu ul li {
}
.sf-menu ul li ~ li {
	border-top: 1px dotted #ffffff;
}
.sf-menu ul li a {
	display: block;
	padding: 7px 0;
	font-size: 13px;
}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
}



/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
	}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
	position: relative;
	z-index: 1;
}

.slider_wrap:after {
	content: '';
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
	 /* W3C */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.65)), color-stop(100%,rgba(0,0,0,0)));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	 /* IE6-9 */
}



.nivo-caption {
	margin: -46px 0 0 0;
	padding: 0 90px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 8;
	display: none;
	}

.nivo-caption h2 {
	font: 300 44px/1em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.nivo-caption h3 {
	padding: 5px 0 0 230px;
	font: normal 44px/1em Arial, Helvetica, sans-serif;
	color: #333333;
}



.nivo-directionNav a {
	display: block;
	margin: -22px 0 0 0;
	color: #ffffff;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.nivo-directionNav a:hover {
	color: #333333;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: block;
	font-size: 44px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}


.nivo-controlNav {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
}
.nivo-controlNav a + a {
	margin: 0 0 0 5px;
}
.nivo-controlNav a span {
	display: none;
}
.nivo-controlNav a i {
	display: block;
}
.nivo-controlNav a:hover {
}
.nivo-controlNav a.active {
	cursor: default;
}



/* 8.4 SHOWCASE */
#showcase {
}



/* BOTTOM BLOCKS */
#bottom {
}

.custom_bottom {
	margin: 0 0 30px 0;
}
.custom_bottom > div {
	min-height: 303px;
	padding: 0 30px 30px 30px;
	border: 1px solid #ffffff;
}
.custom_bottom h3 {
	height: 71px;
	padding: 27px 0;
	font: 500 17px/1em Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}



.custom_bottom__1 {
}

.custom_bottom__1 .fb-like-box,
.custom_bottom__1 .fb-like-box > span,
.custom_bottom__1 .fb-like-box iframe {
	width: 100% !important;
}



.custom_bottom__2 {
}
.custom_bottom__2 ul {
	margin: -14px 0 0 0;
}
.custom_bottom__2 ul li {
	padding: 9px 0 0 0;
}
.custom_bottom__2 i {
	margin: 4px 9px 0 0;
	font-size: 14px;
	color: #a72e2e;
}
.custom_bottom__2 a {
	font-size: 14px;
	color: #333333;
}
.custom_bottom__2 a:hover {
	color: #a72e2e;
}



.custom_bottom__3 {
}
.custom_bottom__3 ul {
	margin: -6px 0 0 0;
}
.custom_bottom__3 ul li ~ li  {
	padding: 25px 0 0 0;
}
.custom_bottom__3 .article_date {
	margin: 0;
	font-size: 11px;
	color: #333333;
}
.custom_bottom__3 .article_title {
	padding: 2px 0 4px 0;
	font: 500 14px/1em Arial, Helvetica, sans-serif;
	color: #a72e2e;
}
.custom_bottom__3 .article_content {
	margin: 0;
}




/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {
	margin: 30px 0 0 0;
	text-align: center;
}
.product_listing_main .product > div {
	border: 1px solid #ffffff;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}

.product_listing_main .product > div:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	}

.product_listing_main .product_img {
	padding: 30px;
	position: relative;
}
.product_listing_main .product_img .sale {
	height: 23px;
	display: inline-block;
	padding: 0 15px;
	background: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	left: 90%;
	top: 0;
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
	        border-radius: 0 3px 3px 0;
	background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(left, #a72e2e 0,#a72e2e 40%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(left, #a72e2e 0, #a72e2e 40%);
	 /* FF3.6+ */
background: -ms-linear-gradient(left, #a72e2e 0,#a72e2e 40%);
	 /* IE10+ */
background: -o-linear-gradient(left, #a72e2e 0,#a72e2e 40%);
	 /* Opera 11.10+ */
background: linear-gradient(to right, #a72e2e 0,#a72e2e 40%);
	 /* W3C */
background: -webkit-gradient(linear, left top, right top, color-stop(0,#a72e2e), color-stop(40%,#a72e2e));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=1 );
	 /* IE6-9 */
-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	     -o-transform-origin: 0 0;
	        transform-origin: 0 0;
	}

.product_listing_main .product_info {
}

.product_listing_main .product_name {
	padding: 0 30px;
}

.product_listing_main .product_price {
	padding: 0 30px;
}
.product_listing_main .product_price .money {
	margin: 0 4px 0 0;
	font-size: 19px;
}
.product_listing_main .product_price .compare-at-price {
	font-size: 13px;
	color: #777777;
}

.product_listing_main .product_desc {
	padding: 3px 30px 0 30px;
}

.product_listing_main .product_links {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_links:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
	z-index: -1;
	-webkit-box-shadow: inset 0 5px 20px 0 rgba(0,0,0,0.1);
	        box-shadow: inset 0 5px 20px 0 rgba(0,0,0,0.1);
	}
.product_listing_main .product_links form {
	display: inline-block;
	margin: 20px 0 0 0;
}
.product_listing_main .product_links a {
	margin: 20px 0 0 0;
}





/* 8.6 FOOTER */
footer {
}

.footer_content {
	padding: 0 0 45px 0;
	
	background-color: #a72e2e;
	
}



.footer_block {
}
.footer_block h3 {
	padding: 45px 0 0 0;
	font: 500 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.footer_block ul {
	padding: 5px 0 0 0;
}
.footer_block ul li {
	padding: 5px 0 0 0;
}
.footer_block ul li a {
	color: #777777;
}

.footer_block ul li.active a,
.footer_block ul li a:hover {
	color: #333333;
}



ul.footer_contacts {
	padding: 41px 0 0 0;
}
ul.footer_contacts .contacts_phone {
	font: 500 17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
ul.footer_contacts .contacts_address {
	padding: 12px 0 0 0;
	color: #333333;
}



ul.footer_social {
}
ul.footer_social li {
	float: left;
	padding: 22px 10px 0 0;
}
ul.footer_social li a {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	
background: #2b3467;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b3467), color-stop(100%,#2b3467));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #2b3467 0%, #2b3467 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #2b3467 0%,#2b3467 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #2b3467 0%,#2b3467 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3467', endColorstr='#2b3467',GradientType=0 );
	 /* IE6-8 */

-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.7);
	        box-shadow: 0 0 7px 0 rgba(0,0,0,0.7);
	}
ul.footer_social li a i {
	font-size: 21px;
	line-height: 35px;
	color: #ffffff;
}

ul.footer_social li a:hover 
}



footer .copyright {
}
footer .copyright p {
	margin: 0;
	padding: 25px 0;
	color: #777777;
}
footer .copyright a {
	color: #777777;
}
footer .copyright a:hover {
	color: #333333;
}



/***************************************************************************
                           9. COLLECTION PAGES
***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {
	margin-top: 15px;
	list-style-type: none;
}
ul.tags li {
	float: left;
}
ul.tags li + li {
	margin: 0 0 0 5px;
}
ul.tags li a {
	display: block;
	padding: 5px 10px 6px 10px;
	background: #f1f1f1;
	color: #a72e2e;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

ul.tags li a:hover,
ul.tags li.active a {
	color: #ffffff;
	
background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#a72e2e));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #a72e2e 0%, #a72e2e 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #a72e2e 0%,#a72e2e 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=0 );
	 /* IE6-8 */

}


.collection_info {
	margin-top: 15px;
}
.collection_info .collection_img {
	text-align: center;
}
.collection_info .collection_desc .rte {
	margin: 0;
}



/* 9.2 BREADCRUMBS */
.breadcrumb {
	margin: 0;
	background: #f1f1f1;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}



/* 9.3 COLLECTION LISTING */
.collection_listing {
}
.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 9.4 PAGINATION */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	border-left: 1px solid #ffffff;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 7px 10px;
	color: #333333;
}

#pagination span a:hover {
	background: #f1f1f1;
	color: #db293d;
}
#pagination span.current {
	font-weight: bold;
	color: #ffffff;
	cursor: default;
	
background: #a72e2e;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#a72e2e));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #a72e2e 0%, #a72e2e 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #a72e2e 0%,#a72e2e 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #a72e2e 0%,#a72e2e 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#a72e2e',GradientType=0 );
	 /* IE6-8 */

}



/***************************************************************************
                           10. SIDEBAR WIDGETS
***************************************************************************/

.column .widget {
}

.column .widget .widget_header {
	margin: 0;
	padding: 11px 15px;
	font: 500 17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIRJREFUeNpUjjsOwzAMQyVAWzqmJ8jQ+9+t2Sqy+jlNZcDCsyia+joOqYJq3I9tK9I4Qpq7BzEpi2R3oVLFHIurSp2rzCZGzLwte8z2ltxGwpIgzcNZUGjPfade6/I+z/HN38VQ2sml6h9fKdu8ksu8Ebzrf+PJBuCGYf7PcFyxo74CDAAwP09g6gqL0wAAAABJRU5ErkJggg==);
	}
.column .widget .widget_header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: -webkit-linear-gradient(left, rgba(255,255,255,.25) 60%,rgba(255,255,255,0) 90%);
	 /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(left, rgba(255,255,255,.25) 60%, rgba(255,255,255,0) 90%);
	 /* FF3.6+ */
background: -ms-linear-gradient(left, rgba(255,255,255,.25) 60%,rgba(255,255,255,0) 90%);
	 /* IE10+ */
background: -o-linear-gradient(left, rgba(255,255,255,.25) 60%,rgba(255,255,255,0) 90%);
	 /* Opera 11.10+ */
background: linear-gradient(to right, rgba(255,255,255,.25) 60%,rgba(255,255,255,0) 90%);
	 /* W3C */
background: -webkit-gradient(linear, left top, right top, color-stop(60%,rgba(255,255,255,.25)), color-stop(90%,rgba(255,255,255,0)));
	 /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	 /* IE6-9 */
}



/* 10.1 LINKS LIST */
.column .widget ul.list {
	margin: 10px 0 0 0;
	border-top: 1px dotted #aaa;
}
.column .widget ul.list li {
	padding: 3px 0;
	border-bottom: 1px dotted #aaa;
}
.column .widget ul.list li a {
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	color: #777777;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
	background: #333333;
	color: #ffffff;
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px dotted #aaa;
}

.product_listing_sidebar .product_img {
	width: 100px;
	float: left;
}

.product_listing_sidebar .product_info {
	margin: 0 0 0 115px;
}

.product_listing_sidebar .product_name {
}

.product_listing_sidebar .product_price {
}
.product_listing_sidebar .product_price .money {
	margin: 0 4px 0 0;
	font-size: 19px;
}
.product_listing_sidebar .product_price .compare-at-price {
	font-size: 14px;
	color: #777777;
}

.sidebar-group summary {
  cursor: pointer;
  list-style: none;     
  font-weight: 600;
  padding: 10px 0;
  position: relative;

}
.sidebar-group summary::-webkit-details-marker { display: none; } 

.sidebar-group summary::after {
  content: '▾';
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
}
.sidebar-group[open] summary::after {
  transform: rotate(180deg);
}
.sidebar-group ul { margin: 0; padding-left: 8px; }



/***************************************************************************
                           11. SEARCH RESULTS PAGE
***************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 0 34px 0 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #333333;
}
#searchresults .search-form button:hover {
	color: #db293d;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #ffffff;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #ffffff;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



/***************************************************************************
                           12. PRODUCT PAGE
***************************************************************************/

.product_wrap {
}



/* 12.1 PRODUCT IMAGES */
#product_image-container {
	overflow: hidden;
}

.product_wrap .bxslider {
	margin: 0;
}
.product_wrap .bxslider li {
}
.product_wrap .bxslider li a {
}

.product_image .bx-wrapper {
	overflow: hidden;
	border: 1px solid #ffffff;
}

.product_wrap #bx-pager {
	width: 360px;
}
.product_wrap #bx-pager a {
	width: 105px;
	overflow: hidden;
	margin: 15px 15px 0 0;
	border: 1px solid #ffffff;
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -6px 0 0 0;
	font-size: 17px;
}

.product_wrap .product-price {
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-size: 19px;
}
.product_wrap .product-price .compare-at-price {
	font-size: 13px;
	color: #777777;
}

.product_wrap .variants-wrapper {
	padding: 15px 0 0 0;
}
.product_wrap .variants-wrapper label {
	margin-right: 10px;
}

.product_wrap #purchase {
}
.product_wrap #purchase label {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	line-height: 37px;
}
.product_wrap #purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	outline: none;
	text-align: center;
}
.product_wrap #purchase #add-to-cart {
	width: auto;
	height: 37px;
}
.product_wrap #purchase #add-to-cart i {
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
	top: -2px;
}

    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #ffffff;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}

.product_wrap #product_description {
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}

.product_image-additioanl a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {
	width: 100%;
	margin: 15px 0;
}
.product_wrap .pagination__product ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px !important;
}
.product_wrap .pagination__product ul li.left-arrow {
	float: left;
}
.product_wrap .pagination__product ul li.right-arrow {
	float: right;
}



/* 12.4 RELATED PRODUCTS */
.widget_related_products {
}
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

ul.product_listing_related {
	list-style-type: none;
}
ul.product_listing_related .product {
}

ul.product_listing_related .product_img {
}
ul.product_listing_related .product_info {
	padding-bottom: 15px;
}
ul.product_listing_related .product_name {
}
ul.product_listing_related .product_price {
}



/***************************************************************************
                           13. BLOG
***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {
}

.blog-article {
	padding: 15px 0 0 0;
}

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #ffffff;
}
.article_header .product_name {
	font-size: 17px;
}
.article_header .product_name a {
}
.article_header .product_name a:hover {
}

.blog-article_meta-comments {
	float: right;
	padding: 5px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 13.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 5px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}



#comments ul {
	list-style-type: none;
}

.comment-form {
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}

.comment-submit {
}



/***************************************************************************
                           14. CUSTOMER PAGES
***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {
}

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #777777;
}
.customer_name a {
	float: right;
}



/* 14.3 ADDRESSES */
.customer_addresses {
}

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li {
}
.customer_addresses ul.customer_addresses_actions li a {
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}


ul.address {
	list-style-type: none;
}



/* 14.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}



/***************************************************************************
                           15. CART PAGE
***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin-top: 15px;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #333333;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #ffffff;
	color: #888;
}

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

.cart_subtotal {
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.cart_subtotal h3 .money {
	float: right;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions {
}
.cart_instructions h4 {
}
.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



/* 15.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}



/***************************************************************************
                           16. CONTACTS PAGE
***************************************************************************/

.contact-scope {
}
.contact-form {
}

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #ffffff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {
}

.contact-form textarea {
	width: 100%;
}

.contact-form_buttons {
}
.contact-form_buttons .btn-toolbar {
}
.header_row__2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIRJREFUeNpUjjsOwzAMQyVAWzqmJ8jQ+9+t2Sqy+jlNZcDCsyia+joOqYJq3I9tK9I4Qpq7BzEpi2R3oVLFHIurSp2rzCZGzLwte8z2ltxGwpIgzcNZUGjPfade6/I+z/HN38VQ2sml6h9fKdu8ksu8Ebzrf+PJBuCGYf7PcFyxo74CDAAwP09g6gqL0wAAAABJRU5ErkJggg==) !important;
}
.column .widget .widget_header {
background-image: url(/cdn/shop/files/collectionsbg.png?560) !important;
}
.selector-wrapper {
margin-bottom: 20px !important;
}

/***************************************************************************
                   Restlye login signup buttons in the header
***************************************************************************/

.header_user .checkout {
  display: none;
}

.header_row__1 .col-sm-6 {
  width: fit-content;
  float: right;
}

.header_row__1{
	display: none;
}

.header_user li a {
  padding: 10px 10px;
  background-color: white;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  border: 1px solid black;
}
.header_user li:nth-child(2) a {
  background-color: #AF3E3E;
  color: white;
}

.header_user li:nth-child(2) a:hover {
  background-color: #A72E2E;
  color: white;
  transition: 5s ease-in-out;
}
.header_search #search-field{
  color:black;
  border: 1px solid #A72E2E;
  border-radius: 4px 0 0 4px;
}
.header_search #search-submit{
	border-radius: 0 4px 4px 0;
}

.header_currency {
    display: none;
  }

.sf-menu li a{
	color: #fff !important;
} 

.sf-menu li a:hover{
	text-decoration: underline;
	transition: 0.5s ease-in-out;
}

.header_row__2 .page_container:after, .header_row__2 .page_container:before, .header_row__2 .page_container, .header_search form, .header_row__2content{
	background: #fff;
}

.dmt-cart-icon a{
	display: flex;
	justify-content:flex-end;
	align-items:flex-end;
}
.dmt-cart-icon .count{
	font-size: 20px;
	font-weight: 800;

}

.dmt-cart-icon span{
	margin-bottom: 20px;
}

.header_user li a{
	border: 1px solid #A72E2E;
	text-align:center;

}

.header_user li a:hover{
	background-color: #A72E2E;
	transition: 0.2s ease-in-out;
	color: #fff;
}

#header .test{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_search{
	width: 450px;
}

@media(max-width: 767px){
	.dmt-cart-icon img{
		width: 40%;
	}
	.header_user{
		margin-bottom: 15px;
		float:right;
	}

	.header_search{
		width: 250px;
		padding: 0;
	}
}
/***************************************************************************
                            Navigation Sidebar 
***************************************************************************/

.column .widget .widget_header{
    background-image: none !important;
    background-color: #F8F8F8 !important;
    color: #000;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;

}

.column .widget ul.list li{
	border-bottom: 1px solid #EDEDED;

}
.column .widget ul.list li a:hover, li.active a{
	background: #AF3E3E !important;
}

.column .widget ul.list{
	border: none;
}


/***************************************************************************
                                  Body 
***************************************************************************/

#main{
  background-color:#FCFCFC;
}

#main .page_container{
    box-shadow:none !important;
    background-color:#FCFCFC;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  
}

.slider_wrap:after{
  display:none;
}

.slider_wrap{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.image-shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/***************************************************************************
                                  Product Card 
***************************************************************************/


.product_listing_main .product_name{
	padding:0;
	margin-bottom: 20px;
	margin-top:10px;
	height: 47px;
}
.product_listing_main .product_desc{
	padding: 0;
}

.product_name a{
	color: black;
	font-size: 1.1em;
	font-weight: 700;
}

.product_links .btn-cart{
	display:none;
}

.product_links .sold-out-label{
	width: 100%;
    padding: 12px;
	font-size: 1.8rem;
	border-radius: 5px;
	margin: 0;
	color: #757575;
	background: #e0e0e0;
}

.product_listing_main .product_links a{
	width: 100%;
    padding: 12px;
	font-size: 1.8rem;
	background: green;
	margin: 0;
}

.product .product_img{
	height: 210px;
	img{
		max-height:100%;
	}
}



.product_listing_main .product_links:before{
	-webkit-box-shadow: none;
}

.product-brand-logo{
	position: relative;
    float: left;
    left: 0;
    top: 0;
    height: 25%;
	margin-bottom: 20px;
}
@media(max-width: 767px){
	.product-brand-logo{
		height: 15%;
	}
}

/***************************************************************************
                                  Cart
***************************************************************************/

.cart_subtotal h3{
	justify-content: flex-end;
    background-color: #BAD7E9;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    
}


.cart_subtotal h3 .money{
	color: black;
    font-weight: 700;
    font-size: 1.2em;
    margin-left: 100px;
}



.cart_buttons a, span.or{
	display:none !important;
}

.item_price input[name="update"]{
	/* display:none; */
	margin-left: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{ opacity:1 !important; }


.cart_buttons input[name="checkout"]{
	width: 54%;
    height: 4em;
    background: green;
}

.cart-shipping-msg p{
	background-color: black;
	color:white;
	padding: 10px;
	border-radius: 5px;
}
/***************************************************************************
                                  Products
***************************************************************************/
.form-horizontal select, #purchase #quantity{
	background: #f0f0f0;
	border: 1px solid rgb(172, 172, 172) !important;

}

@media(min-width: 1024px){
	.page_content .tags{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, auto));
    gap: 10px;
}

.collection_info{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

/* .collection_info .collection_img{
	min-width:  90rem;
}
.collection_info .collection_img img{
	min-width:  87rem;
} */

}

/***************************************************************************
                                  Footer
***************************************************************************/

footer, .footer_content{
  background-color: #AF3E3E !important;
  background: #AF3E3E !important;
}
footer .copyright a{
	display:none !important;
}

.footer_block h3{
	font-weight: 700;
	color: #fff;
}
.footer_block ul li a{
	color: #fff;
	font-weight: 200;
}
.footer_block ul li a:hover{
	text-decoration: underline;
}

ul.footer_contacts .contacts_phone{
	color: #fff;
}

.footer_block ul li:hover{
	font-size: 16px;
	font-weight: 700;
	transition: 0.5s ease-in-out;
}

footer .copyright p, ul.footer_contacts .contacts_address{
	color:#fff;
}

/***************************************************************************
                                  Power figure
***************************************************************************/


	.power-fig-container{
		background: #2B3467;
    	display: flex;
    	padding: 20px 170px;
    	margin-top: 50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.power-fig-container .content{
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
    	align-items: center;
	}

	.power-fig-container span{
		color:#fff;
		font-size: 4em;
		font-weight: 600;
	}

	.power-fig-container .fig-lable{
		font-size: 2rem;
    	font-weight: 400;
    	color: #fff;
	}

	.power-fig-container hr{
		rotate: 90deg;
    	margin: 60px 68px;
	}



@media(max-width: 767px){
	.power-fig-container{
		width:38rem;
    	padding: 10px 15px;
		margin: 10px auto;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

	}
	.power-fig-container span{
		font-size: 2em;
		font-weight: 200;
	}
	.power-fig-container .fig-lable{
		font-size: 1.2rem;
    	font-weight: 300;
		margin: 5px auto;
	}
	.power-fig-container hr{
    	margin: 25px 5px;
	}

	.brand-logos{
		max-width:38rem;
		margin: 10px auto;
	}
	.brand-logos img{
		height: 10rem;
	}

	.product_listing_main .product{
		text-align: left;
        border: 1px solid #e5e5e5;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        width: 40rem;
        margin: 10px auto !important;
        border-radius: 5px;
	}

	.delivery-banner, .delivery-banner img{
		width: 38rem;
		height: 10rem;
		margin: 10px auto;
	}

}

/***************************************************************************
                                  Custom Block
***************************************************************************/

#bottom{
	Display: none;
}

/***************************************************************************
                                  FAQ
***************************************************************************/

.dmt-faq-container{
	width: 80%;
    margin: 20px auto;
    padding: 10px;

	hr{
		width: 10%;
    	color: red;
    	background: #AF3E3E;
    	border: 1px solid #AF3E3E;
    	border-radius: 10px;
		margin: 0 0 20px 0;
	}
}
.dmt-faq-container h3{
	color: black;
	font-weight: 500;
	margin-bottom: 5px;
}
.question{
	font-weight: 500;
	color: #000;
}
.answer{
	font-size: 14px;
	a{
		text-decoration: underline;
		color: blue;
	}
}

.faq {
  height: 48px;   
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;         
  margin-bottom: 10px;  
  overflow: hidden;
  transition: height .5s ease-in-out;
  cursor: pointer;

  .answer {
    display: block;         
    opacity: 0;               
    transition: opacity .5s steps(1, end); 
  }

  &:hover {
    height: 110px;            
    .answer { opacity: 1; }     
  }
}

@media(max-width: 767px){
	.dmt-faq-container{
	width: 90%;
	h3{
		font-size: 20px;
	}
	}
	.question{
		font-size: 12px;
		font-weight: 600;
	}
	.answer{
		font-size: 12px;
	}
	.faq{
		&:hover {
    	height: 130px;            
    	.answer { opacity: 1; }     
  }
	}
}

.form-control{
	background-color:rgb(255, 255, 255) !important;
	border: 1px solid #eeeeee !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
}

