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

1. CSS RESET

2. VARIABLES
2.1 COLORS
2.2 CSS3 TRANSITIONS
2.2 GRADIENTS

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.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 FOOTER

8. COLLECTION PAGES
8.1 PAGES CONTENT
8.2 BREADCRUMBS
8.3 COLLECTION LISTING
8.4 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

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



/********************************************************************************************************
                           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;
	line-height:inherit;
	font-weight:inherit;
}
b, strong {
	font-weight: bold;
	vertical-align:baseline;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
}



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


/* 2.1 COLORS */






















































































































/* 2.2 CSS3 TRANSITIONS */






/* 2.3 GRADIENTS */




/********************************************************************************************************
									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;
}



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

.addthis_button_tweet {
	width: 79px;
}

.addthis_toolbox .fb_iframe_widget  {
	display: block;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}



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

.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: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.jq-selectbox__dropdown {
	width: 100%;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s 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);
	}



/* misc */
#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(https://static.insales-cdn.com/assets/1/554/2294314/1667813386/bx_loader.gif) 50% 50% no-repeat #e0e0e0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}



/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(35,35,35,.7);
	display: none;
}



/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}



/* NEWSLETTER POPUP */
#newsletter_popup__wrap .fancybox-skin {
	padding: 30px !important;
}

#newsletter_popup h4 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
#newsletter_popup form {
	margin: 30px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 250px;
	height: 35px;
}
#newsletter_popup .btn {
	height: 35px;
}

#newsletter_popup .newsletter_off__wrap {
	margin: 30px 0 0 0;
	text-align: center;
}
#newsletter_popup .newsletter_off__wrap .btn {
	height: auto;
	font-size: 11px;
}

#newsletter_popup .newsletter_error {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f00;
	position: absolute;
	left: 0;
	top: 41px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}



/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 300px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}



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

body {
	font: normal 15px "PT Sans";
	color: #8f8f8f;
}



/* 4.1 HEADINGS */
h1,
h4,
h5,
h6 {
	margin: 15px 0;
	font-family: "Russo One";
	color: #333333;
	text-transform: uppercase;
}

h2,
h3 {
	margin: 15px 0;
	font-family: "Russo One";
	color: #333333;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
}

h5,
h6 {
	font-size: 14px;
}

.page_heading {
	margin: 0;
	font-size: 33px;
}
.template-index .page_heading {
	margin: 0;
	font-size: 50px;
}
.page_heading span {
	font-weight: 100;
}
.page_heading a {
	float: right;
}


h3 + p {
	margin-top: 21px;
}



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

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



/* 4.3 LINKS */
a {
	color: #58798a;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	}

a:hover,
a:active {
	color: #878348;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 17px;
	color: #333333;
}
.product_name a {
	color: #333333;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.product_name a:hover {
	color: #477ec1;
}


.product_desc {
	font-size: 13px;
	color: #777777;
}

.money {
	color: #5a6869;
}
.compare-at-price {
	text-decoration: line-through;
	color: #4d5863;
}



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

.rte a {
	color: inherit;
	
}
.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: ;
}

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 #b0afaf;
	font: normal 13px 'Arial';
	color: ;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	height:34px;
	line-height:18px;
	padding-top:7px;
	padding-bottom:7px;
  	padding-left:9px;
}

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

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

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]: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 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,
.product-sold{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	background: #58798a !important;
	border: none;
	color: #9e9e9e !important;
	border-radius: 4px !important;
	box-shadow: none;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product-sold{
	cursor: default;
}

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

.btn-cart {
	padding: 0;
	font-size: 12px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-cart i {
	position: relative;
	padding: 8px 8px 8px 10px;
	font-size: 26px;
	overflow: hidden;
	background: #232323;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.btn-cart span {
	display: inline-block;
	padding: 10px 17px 0 17px;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	background: #4d5863 !important;
	border-color: #ddd !important;
}

.btn-cart:hover i {
	background: #4d5863;
}

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

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #e0e0e0;
	}
#wrapper2 {
	overflow: hidden;
  	background: #f3efec;
}

.container {
	padding: 0;
}



/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}



/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
	position: relative;
	z-index: 1001;
	background: #45474a;
}

.header_top {
	padding-bottom: 15px;
	text-align: right;
	background:#45474a;
}

header #logo {
	/*margin-top: -55px;*/
	float: left;
}
header #logo a {
	display: inline-block;
	vertical-align: middle;
/*	background: #58798a; */
	color: #9e9e9e;
}
header #logo b {
	display: inline-block;
	padding: 30px 20px;
	font-size: 79px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -8px;
}
header #logo .phone {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
    position: relative;
    top: -31px;
	font-size: 1.5em;
    color: white;
    text-align: center;
}
.bespat_zvonok_iz_rashki{
  position:relative;
  top: 20px;
  left: -94px;
  display:inline-block;
  margin:17px 17px 0 0;
  text-align: center;
  font-size: 1.3em;
  color: white;
}
@media screen and (min-width:993px) and (max-width: 1201px)  {
.bespat_zvonok_iz_rashki{
  top: 30px;
  //left: 196px;
  left: 90px;
}
header #logo .delivery {
    top: 0px !important;
}
}
@media screen and (min-width: 778px) and (max-width: 992px)  {
.bespat_zvonok_iz_rashki{
  top: 151px;
  left: 69px;
}
header #logo .delivery {
    top: 0px !important;
    padding-top: 24px;
}
}

@media screen and (min-width: 643px) and (max-width: 777px)  {
.bespat_zvonok_iz_rashki{
  float:left;
  top: 0px;
  left: 0px;
  padding-bottom: 40px;
}
  .phone{
    top: 10px !important;
  }  
  
  header #logo .delivery {
    top: 0px !important;
  }

}

@media screen and (min-width: 0px) and (max-width: 642px)  {
.bespat_zvonok_iz_rashki{
  top: 0px;
  left: 0px;
}
  .phone{
    top: 20px !important;
  }
  
  header #logo .delivery {
    top: 0px !important;
  }
}
  

header #logo .delivery {
	font-size: 1em;
	line-height: 1;
    position: relative;
    top: 30px;
}
   
.header_user {
	display: inline-block;
	margin-top: 17px;
	margin-right: 17px;
}
.header_user li {
	display: inline-block;
	margin: 0 5px;
}
.header_user li a {
	font-size: 14px;
	color: #9e9e9e;
}
.header_user li a:hover {
	color: #4d5863;
}
.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
	padding-right: 9px;
}
.header_user li a:before {
	font-size: 18px;
	padding-right: 9px;
	color: #FFF6E8;
	font-family: FontAwesome;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.header_user li a:hover:before {
	color: #4d5863;
}
.header_user li:first-child a:before {
	content: "\f023";
}
.header_user li:first-child + li a:before {
	content: "\f007";
}

.header_currency {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 47px;
}
.header_currency .jq-selectbox__select {
	height: 25px;
	padding: 0 11px 0 0px;
}
.header_currency .jq-selectbox__select-text {
	line-height: 24px;
	color: #58798a;
}
.header_currency .jq-selectbox__trigger i {
	right: 0px;
	top: 5px;
	color: #9e9e9e;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #9e9e9e;
}
.header_currency .jq-selectbox__dropdown ul {
	background: #58798a;
  	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.5);
}
.header_currency .jq-selectbox__dropdown ul li {
	display: block;
	text-align: center;
	color: #9e9e9e;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
	background: #232323;
}



.header_cart {
	position: relative;
	z-index: 1000;
	float: right;
	margin-top: 33px;
}


.header_cart .cart_toggle {
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 42px;
	min-width: 80px;
	font-size: 15px;
	z-index: 1;
	border-radius: 5px;
	color: #fff;
	/*background: #535353;*/
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.header_cart .cart_toggle i {
	font-size: 28px;
	padding: 4px 16px 0px 11px;
}
.header_cart .cart_toggle > span {
	display: inline-block;
	padding-top: 10px;
}
.header_cart .cart_toggle span.count {
	padding-right: 4px;
	color: #fff;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
/*.header_cart .cart_toggle:after {
	content: "";
	right: 0;
	top: 0;
	left: 100%;
	bottom: 0;
	position: absolute;
	z-index: -1;
	border-radius: 4px 0 0 4px;
	background: #58798a;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.header_cart .cart_toggle:hover span.count {
	color: #9e9e9e;
}
.header_cart .cart_toggle:hover:after {
	left: 0;
}*/


.header_search {
	/*overflow: hidden;
	text-align: center;
	margin-top:33px;
	padding-left: 4px;*/
}
.header_search form {
	display: inline-block;
	position:relative;
	width:350px;
	padding-right:40px;
	border-radius:4px;
	/*box-shadow:inset 0 0 39px 1px rgba(0,0,0,0.35);*/
	overflow: hidden;
	background: #2F3E45;
}
.header_search #search-field {
	border:none;
	height:42px;
	width:100%;
	padding-top:11px;
	padding-bottom:11px;
  	padding-left:14px;
	color: #fff;
}
.header_search #search-submit {
	position:absolute;
  	z-index: 2;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:24px;
	width:44px;
	padding-top:0px;
	color:#FFF6E8;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
 
}
.header_search #search-submit:hover {
	color: #9e9e9e;
	background:#8f8f8f;
}
.header_search #search-submit i {
	padding-top: 6px;
}

.menu--top .sf-menu li a {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  background: #ccc;
  color: #000;
}
.menu--top .sf-menu > li:hover a{
	background: #fff;
}

.menu--top ul.sf-menu {
  background: #ccc;
}
.sf-menu.sf-menu--bottom > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 45px;
	background: #ccc;
}
.checkout {
	margin-top: 33px;
	float: right;
}
.checkout a {
	position: relative;
	min-height: 42px;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	z-index: 1;
	color: #9e9e9e;
	background: #4d5863;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.content .checkout a{
	position: relative;
	min-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 12px;
	z-index: 1;
	font-family: "Russo One";
	font-size: 14px;
	background: #25292D;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 0;
	transition: .4s all;
}
.content .checkout a:hover{
	background: #0D425B;
}

.content .checkout a + a{
	margin-top: 10px;
	background: red;
}
.content .checkout a + a:hover{
	background: rgba(255, 0, 0, .75);
	color: #fff;
}

.content .checkout a:after{
	border-radius: 0px;
}

.checkout a:after {
	content: "";
	left: 0;
	top: 0;
	right: 100%;
	bottom: 0;
	display: none;
	position: absolute;
	background: #58798a;
	z-index: -1;
  	border-radius:0 4px 4px 0;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.checkout a:hover:after {
	right: 0;
}



/* 7.2 MEGAMENU */
#megamenu {
	/*height: 69px;*/
	position: relative;
	z-index: 999;
}

@media (min-width: 1199px) {
.sf-menu {
	position: relative;
  display: table !important;
  width: 100%;
}
}
.sf-menu > li {
//	float: left;
	border-right: 1px solid #45474a;
  display: table-cell;
}
.sf-menu > li:first-child {
	border-left: 1px solid #45474a;
}
.sf-menu > li > a {
	position: relative;
	height: 69px;
	display: block;
	line-height: 69px;
	vertical-align: middle;
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
	padding: 0 30px;
	color: #9e9e9e;
 text-align: center;
}

.sf-menu > li > a.sf-with-ul {
	position: relative;
}
.sf-menu > li > a.sf-with-ul:after {
	content: "\f107";
	font-weight: 400;
	top: 0;
	font-family: FontAwesome;
	padding-left: 3px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
	color: #58798a;
}

.sf-menu .menu_badge {
	display: block;
	padding: 2px 5px;
	font-size: 9px;
	line-height: 1em;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #9e9e9e;
	background: #575757;
}

.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 69px;
  
  background: #232323;
 
	display: none;
}
.sf-menu .submenu {
	padding: 20px}
.sf-menu > .megamenu__1 > a {
	font-weight: 700;
	font-size: 30px;
	min-width: 270px;
	letter-spacing: -1px;
}
.sf-menu > .megamenu__1 > a:hover {
	color: #58798a;
}
.sf-menu > li.megamenu__1 > a.sf-with-ul:after {
	font-size: 24px;
	position: absolute;
	right: 21px;
	top: 0;
}
.sf-menu > li > ul .submenu li > a {
	display: inline-block;
	padding: 4px 0;
	font-size: 14px;
	color: #9e9e9e;
}
.sf-menu > li > ul .submenu li > a:hover {
	color: #58798a;
}
.sf-menu--top {display: table !important; width: 100%;}
.sf-menu--top>li>a {padding: 0 10px; text-align: center;}
.megamenu__1 .submenu > div > div:after {
	position: absolute;
	margin-left: -25px;
	content: "";
	top: 15px;
	bottom: 0;
	width: 0;
}
.megamenu__1 .submenu > div > div + div:after {
	border-right:1px solid #45474a;
}

.sf-menu li > ul {
	border-top: 1px solid #45474a;
}
.sf-menu li > ul h3 {
	margin-top: 3px;
}


/* CATALOG */
.megamenu__1 {
}
.megamenu__1 .submenu {
	
}



/* BLOG */
.megamenu__3 .blog_title {
	margin: 10px 0;
}
.megamenu__3 .blog_content img {
	max-width: 40%;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
}



/* SALE */
.megamenu__4 .product_img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 45%;
	padding: 10px;
	background: #b0afaf;
}
.megamenu__4 .product_img:hover {
	background: #9e9e9e;
}
.megamenu__4 .product_name a {
	color: #9e9e9e;
}
.megamenu__4 .product_name a:hover {
	color: #58798a;
}
.megamenu__4 .product_price {
	margin-top: 10px;
}
.megamenu__4 .product_price .money {
	font-size: 20px;
}
.megamenu__4 .product_price .compare-at-price {
	font-size: 15px;
	font-weight: 300;
}

.megamenu__4 .submenu > div > div + div {
	border-left: 1px solid #45474a;
}



/* STICK UP MENU STYLES */
#megamenu.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	}
#megamenu.isStuck .menu_badge {
	display: none;
}



/* 7.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 {
	height: 100%;
	position: relative;
	z-index: 1;
    min-height: 356px;
}

.nivo-caption {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 8;
	right: 0;
	text-align: center;
	display: none;
    -moz-transform:    translate(0, -50%);
    -o-transform:      translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform:         translate(0, -50%);
}
.nivo-caption a {
	display: block;
}
.nivo-caption .container {
	display: inline-block;
	text-align: right;
}
.nivo-caption .container .ins {
	max-width: 550px;
	display: inline-block;
}
.nivo-caption .container .inside {
	margin-top: -10px;
	letter-spacing: -2px;
    -moz-transform:    translate(0, 50%);
    -o-transform:      translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform:         translate(0, 50%);
}

.nivo-caption h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 110px;
	font-weight: 700;
	color: #4d5863;
}
.nivo-caption h3 {
	margin: 0;
	font-size: 92px;
	color: #9e9e9e;
}
.nivo-caption h4 {
	margin: 0;
	font-size: 32px;
	line-height: 43px;
	font-weight: 400;
	color: #8f8f8f;
}
.nivo-caption h5 {
	margin: 0;
	font-size: 42px;
	font-weight: 100;
}

.slider_circle {
	cursor: pointer;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	width: 256px;
	height: 256px;
	border-radius: 50%;
	background: #e0b260;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.slider_wrap:hover .slider_circle {
	background: #4d5863;
}

.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}


.nivo-controlNav {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}
.nivo-controlNav a {
	display: inline-block;
	border:2px solid #4d5863;
	cursor: pointer;
	margin: 0 5px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #232323;
}
.nivo-controlNav a span {
	display: none;
}
.nivo-controlNav a i {
	display: none;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background: #4d5863;
}
.nivo-controlNav a.active {
	cursor: default;
}



/* 7.4 SHOWCASE */
#showcase {
	background: #2b2b2b;
}
.custom_showcase {
	padding: 0;
}
.custom_showcase a {
	position: relative;
	display: block;
	text-align: right;
	overflow: hidden;
	border-left: 1px solid #45474a;
	background: #2b2b2b;
}
.custom_showcase .ins {
	position: absolute;
	top: 50%;
	left: 40px;
	right: 20px;
	text-align: left;
	max-width: 215px;
	padding-bottom: 4px;
    -moz-transform:    translate(0, -50%);
    -o-transform:      translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform:         translate(0, -50%);
}
.custom_showcase h3 {
	color: #9e9e9e;
}
.custom_showcase h3 span {
	display: block;
}
.custom_showcase p {
	margin-top: 12px;
	padding-left: 5px;
	font-size: 13px;
	color: #9e9e9e;
}
.custom_showcase .btn {
	padding: 13px 20px;
	margin: 2px 0 0 4px;
	font-size: 20px;
}


.custom_showcase a {
	    overflow: hidden;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	}

.custom_showcase .ins h3,
.custom_showcase .ins p {
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_showcase a img {
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_showcase a:hover h3 {
	color: #58798a;
}
 
.custom_showcase a:after,
.custom_showcase a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: .8;
	border: 0px solid #45474a;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_showcase a:hover:after {
	border-width:14px;
}
.custom_showcase a:hover:before {
	border-width: 7px;
}
.custom_showcase a:hover {
	background: #000;
}



/*CUSTOM TOP*/
.custom_top {
	margin-top: 53px;
}
.custom_top h3 {
	color: #58798a;
}
.custom_top h3 span {
	color: #232323;
}



/*CUSTOM BOTTOM*/
.custom_bottom_wr {
	
    background: url(https://static.insales-cdn.com/assets/1/554/2294314/1667813386/custom_bottom_bg.jpg) 50% 0 no-repeat;
	
}


/* BLOG */
.homepage_blog {
	position: relative;
	margin-top: 59px;
	
}
.homepage_blog__article  {
	position: relative;
	margin-top: 45px;
}
.homepage_blog h3 {
	color: #58798a;
}
.homepage_blog h3 span {
	color: #232323;
}
.homepage_blog_img {
	float: left;
	width: 48.8%;
}
.blog_img {
	margin-top: 0;
}
.homepage_blog_img img {
	width: 100%;
}
.homepage_blog_ins {
	position: absolute;
	padding:0 15px 7px 34px;
	left: 50%;
	top: 50%;
    -moz-transform:    translate(0, -50%);
    -o-transform:      translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform:         translate(0, -50%);
}
.homepage_blog__date {
	font-size: 15px;
	text-transform: uppercase;
	color: #58798a;
}
.homepage_blog__title {
	font-size: 21px;
	color: #58798a;
}
.homepage_blog__title a {
	color: #232323;
}
.homepage_blog__title a:hover {
	color: #58798a;
}

.homepage_blog__article + .homepage_blog__article {
	margin-top: 15px;
}
.homepage_blog__article + .homepage_blog__article .homepage_blog_img  {
	float: right;
}
.homepage_blog__article + .homepage_blog__article .homepage_blog_ins  {
	padding: 0 34px 7px 15px;
	left: 0;
	right: 50%;
}


/* 7.5 MAIN PRODUCT LISTING */
.product .product_name {
	padding-bottom: 4px;
	height: 3.2em;
	overflow: hidden;
}
.product .product_desc {
	height: 4.35em;
	overflow: hidden;
}
.product .product_price {
	padding-bottom: 20px;
	border-bottom: 1px solid #b0afaf;
	height: 6em;
	overflow: hidden;
}
.product .product_info_ins {
	padding-top: 16px;
}
.product .product_links {
	margin-top: 13px;
}
.product_listing_main .product {
	margin: 30px 0 0 0;
	border-left: 1px solid #b0afaf;
}
.product_listing_main .product_img {
	margin-bottom: 24px;
}
.product_listing_main .prod_inside {
	position: relative;
	display: block;
}
.product .product_img a {
	display: block;
	position: relative;
	 }
.product_listing_main .product_img a {
	padding: 0 30px;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
 }
.product_listing_main .product_img img {
	background-color: #9e9e9e;
	position: relative;
	z-index: 1;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	}

.product_listing_main .product_img span.product_badge {
	font-size: 14px;
	display: block;
	padding: 2px 6px 3px;
	position: absolute;
	top: 3px;
	z-index: 100;
	text-transform: capitalize;
	border-radius: 4px;
	color: #9e9e9e;
}
.product_listing_main .product_img span.new {
	background: #4d5863;
	left: -10px;
}
.product_listing_main .product_img span.sale {
	background: #575757;
	right: 19px;
}

.product_listing_main .product_info_ins {
	padding: 16px 0px 0 20px;
}

.product_listing_main .product_price {
	padding: 0 0 5px 20px;
	line-height: 40px;
}
.product_listing_main .product_price .money {
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 27px;
}
.product_listing_main .product_price .compare-at-price {
	font-size: 18px;
	font-weight: 300;
	line-height: 1em;
	color: #4d5863;
}

.product_listing_main .product_links form {
	display: inline-block;
}
.product_listing_main .product_links a {
}

.product_listing_main .prod_inside {
	    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}



/* HOMEPAGE CAROUSEL */
.index-scope {
	margin-top: 38px;
	padding-top: 34px;
	border-top: 2px solid #232323;
}
.index-scope .bx-wrapper {
	max-width: 100% !important;
	margin: 38px 0 0 0;
}
.homepage_carousel .product {
	margin: 0;
}
.homepage_carousel .product + .product {
	margin-top: 38px;
}
.homepage_carousel .prod_wr {
	width: 300px !important;
}


/*HOMEPAGE CUSTOM BOTTOM*/
.custom_bottom_wr {
	margin-top: 68px;
	padding: 60px 0 102px;
}
.custom_bottom {
	margin-top: 40px;
}
.custom_bottom_wr .custom_bottom a {
	display: block;
	color: #9e9e9e;
}
.custom_bottom_wr .custom_bottom p,
.custom_bottom_wr .custom_bottom h3 {
	margin-bottom: 8px;
	color: #9e9e9e;
}
.custom_bottom_wr .custom_bottom h3 {
	line-height: 30px;
	margin-top: 7px;
}
.custom_bottom__3 {
	clear: both;
}
.custom_bottom_left {
	overflow: hidden;
}
.custom_bottom i {
	float: left;
	width: 169px;
	height: 169px;
	display: block;
	position: relative;
	margin-right: 30px;
	z-index: 1;
	font-size: 77px;
	text-align: center;
	line-height: 169px;
	vertical-align: middle;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_bottom_wr p {
	margin-top: 8px;
	font-size: 15px;
	line-height: 20px;
}

.custom_bottom i:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity:.85;
	border-radius: 50%;
	z-index: -1;
	content: "";
	background: #58798a;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_bottom a:hover i:after {
	background: #4d5863;
}
.custom_bottom_left {
	position: relative;
}
.custom_bottom_left:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	content: "";
	border-bottom: 2px solid #9e9e9e;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.custom_bottom_left:hover:after {
	right: 0;
}



.index-scope .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	margin: -15px 0 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 99;
	background: rgba(35,35,35,.7);
	
    -webkit-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.index-scope .bx-controls a:hover {
	background: rgba(35,35,35,1);
}

.index-scope .bx-controls a:before {
	display: block;
	font: 12px/31px 'FontAwesome';
	color: #9e9e9e;
}

.index-scope .bx-prev:before {
	content: '\f053';
	padding: 0 1px 0 0;
}
.index-scope .bx-next:before {
	content: '\f054';
	padding: 0 0 0 1px;
}

.index-scope .bx-prev {
	left: -50px;
}
.index-scope .bx-next {
	right: -50px;
}



/* 7.6 FOOTER */
footer {
	background: #45474a;
}
footer h3 {
}

.footer_top {
	background: #58798a;
}
.footer_top h3 {
	display: inline-block;
	margin-top: 12px;
	font-weight: 400;
	color: #9e9e9e;
}

.footer_block h3 {
	margin: 0;
	padding: 49px 0 0;
	min-height: 91px;
	font-weight: normal;
	color: #9e9e9e;
}

ul.footer_links li + li {
	margin-top: 10px;
}
ul.footer_links li a {
	font-size: 14px;
	color: #8f8f8f;
}

ul.footer_links li.active a,
ul.footer_links li a:hover {
	color: #58798a;
}

.footer_social_wrapper {
	float: none;
	text-align: center;
}
.footer_social li a {
	color: #9e9e9e;
}
.footer_social {
	display:inline-block;
}
.footer_social li {
	display:inline-block;
	margin:4px 3px 4px 5px;
}
.footer_social li a {
	width:60px;
	height:60px;
	display:block;
	border-radius:50%;
	position:relative;
	text-align: center;
	background:#9e9e9e;
}
.footer_social li i {
	font-size:28px;
	padding-top:16px;
	color:#b0afaf;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.footer_social li a:hover i {
	color:#232323;
}
.footer_social li a:after {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	border:2px solid #9e9e9e;
	content:"";
	border-radius:50%;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
;
}
.footer_social li a:hover:after {
	position:absolute;
	left:-3px;
	right:-3px;
	bottom:-3px;
	top:-3px;
	border:1px solid #9e9e9e;
	content:"";
	border-radius:50%;
}


.footer_newsletter .contact-form {
	display: inline-block;
}
.footer_newsletter h3 {
	margin-right: 13px;
}
.footer_newsletter  {
	float: left;
	margin-top: 13px;
}
.footer_newsletter input {
	height: 42px;
	width: 180px;
	padding: 11px 5px;
	border: 0px;
	border-radius: 4px;
	color: #8f8f8f;
	background: #9e9e9e;
}
.footer_newsletter button {
	font-size: 30px;
	padding: 0;
	vertical-align: middle;
	width: 52px;
}
.footer_newsletter .form_status {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.footer_newsletter .form_status.error {
	color: #f00;
}
.footer_newsletter .form_status.success {
	color: #fff;
}
.footer_newsletter button i {
	line-height: 38px;
}

footer .copyright {
	margin-top: 24px;
	padding-bottom: 40px;
	background: #45474a;
}
footer .copyright p {
	margin-top: 20px;
	font-size: 12px;
}
footer .copyright a {
	color: #8f8f8f;
}
footer .copyright a:hover {
	color: #58798a;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 670px;
	border: 1px solid transparent;
	background: #232323;
	text-align: center;
	position: fixed;
	right: 37px;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #9e9e9e;
}

#back_top:hover{
	border: 1px solid #4d5863;
}

#back_top:hover i{
	color: #4d5863;
}


/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 PAGES CONTENT */
ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
	background: #878348;
	color: #9e9e9e;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #58798a;
	color: #9e9e9e;
}



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



.sort_by {
	margin: 15px 0;
	padding: 10px 0;
	border: 1px solid #b0afaf;
	border-width: 1px 0;
	text-align: right;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}



/* 8.2 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	color:#9e9e9e;
	background:#58798a;
	padding:10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#9e9e9e;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
;
}
.breadcrumb a:hover {
	color:#232323;
}



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



/* 8.4 PAGINATION */
#pagination {
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin: 72px 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px;
	overflow: hidden;
}
#pagination span {
	display: block;
}
#pagination span ~ span {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #878348;
	color: #9e9e9e;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
;
}

#pagination span.current,
#pagination span a:hover {
}
#pagination span.current {
	cursor: default;
}



/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
	margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 33px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}



/* 9.1 LINKS LIST */
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	border: 1px solid #b0afaf;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	border-color: #58798a;
	color: #9e9e9e;
	background: #58798a;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	padding: 15px 10px;
	border: 1px solid #b0afaf;
}
.sidebar_widget .product ~ .product {
	margin: 1px 0 0 0;
}

.sidebar_widget .product_img {
	float: left;
	max-width: 30%;
	margin-right: 10px;
}

.sidebar_widget .product_info {
	overflow: hidden;
}

.sidebar_widget .product_price .money {
	font-size: 25px;
}
.sidebar_widget .product_price .compare-at-price {
	font-size: 15px;
}
.sidebar_widget .product .product_info_ins {
	padding-top: 10px;
}
.sidebar_widget .product .product_price {
	padding-bottom: 10px;
}

.sidebar_widget .product_links .btn-cart span {
	padding: 10px 10px 0;
}
.sidebar_widget .product_links .btn-cart i {
	padding: 8px 6px 8px 6px;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #58798a;
}
#searchresults .search-form button:hover {
	color: #878348;
}
#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 #b0afaf;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #b0afaf;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	width: 345px !important;
	height: auto !important;
	position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
	border: 1px solid #b0afaf;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	margin: -1px 0 0 0 !important;
}



/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
}

#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	border: 1px solid #b0afaf;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	background: rgba(35,35,35,.7);
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.product_images .bx-controls a:hover {
	background: rgba(35,35,35,1);
}

.product_images .bx-controls a:before {
	font: 10px/21px 'FontAwesome';
	color: #9e9e9e;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}
.product_images .bx-controls a.bx-prev:before {
	content: '\f053';
}
.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}
.product_images .bx-controls a.bx-next:before {
	content: '\f054';
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: 20px;
}

.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-size: 40px;
}
.product_wrap .product-price .compare-at-price {
	font-size: 27px;
}


#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 9px 0 8px;
	outline: none;
	text-align: center;
}

#purchase .variants-wrapper {
	display: inline-block;
	margin: 15px 10px 0 0;
}
#purchase .variants-wrapper select {
	width: auto;
	height: 37px;
	max-width: 150px;
	padding: 9px 6px;
}

#purchase #add-to-cart {
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 8px 15px;
}


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

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



/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}



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

ul.product_listing_related {
	list-style-type: none;
}
ul.product_listing_related .product {
	border:none;
    height: 250px;
}
ul.product_listing_related .prod_inside {
	border-left: 1px  solid #b0afaf;
}

ul.product_listing_related .product_img {
	margin-bottom: 10px;
}
ul.product_listing_related .product_name .money {
	font-size: 30px;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */

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

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

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

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

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



/* 12.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 20px 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;
}
#comments .comment-author {
 	word-wrap: break-word; 
}

.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;
}




/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

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



/* 13.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.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;
}


.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}


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



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

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

#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #b0afaf;
}

.template-customers-order .page_heading {
	font-size: 30px;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

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

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

.cart-list .item_image {
	text-align: center;
	margin-bottom: 15px;
}
.cart-list .item_image a {
	width: 195px;
	display: block;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin: 0 10px 0 0;
}

.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: #58798a;
}

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

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

.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: 9px 5px 8px;
	text-align: center;
}

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

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

.cart_buttons {
	margin: 30px 0;
}

.cart_buttons .btn {margin-right: 20px;}

.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;
}



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



/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/
.contact-scope{
	margin-top: -19px;
}

.contact-scope #google_map {
	margin: 15px 0;
}

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

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




/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/
.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}


/*==================Custom=====================*/
.index-scope .bx-controls a.disabled{
	display: none;
}

.product_links .cart-button{
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.product_links .compare{
	float: left;
	display: inline-block;
}

/*CART-HEADER
=================================================================================*/
header #cart table.total {
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  float: right;
  clear: left;
  margin-bottom: 5px;
}
header #cart table.total tr {
  padding: 0px 10px 0px 10px;
}
header #cart table.total td {
  color: #323232;
  padding-left: 5px;
  padding-right: 10px;
}
header #cart table.total td .t-price {
  font-size: 13px;
  font-weight: bold;
}
header #cart table.total td b {
  color: #7e7e7e;
  font-size: 13px;
  font-style: italic;
}
header #cart .checkout a.button {
  margin-bottom: 5px;
}

header #cart .checkout a.button:hover{
  background: #000;
}

header #cart .checkout a.button span{
  color: #fff;
}


header #cart .content .checkout {
  text-align: center;
  clear: both;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
  margin-top: 5px;
  float: none;
}

header #cart .empty {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
header #cart .cart {
  width: 100%;
  margin-bottom: 5px;
}
header #cart .cart .remove padding:10px 0 > span {
  font-size: 15px;
}
cursor:pointer header #cart .cart .remove padding:10px 0 > span:hover {
  color: #ff530d;
}
header #cart .cart .remove img {
  float: left;
  cursor: pointer;
}
header #cart .cart .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}
header #cart .cart .remove i:hover {
  cursor: pointer;
}
header #cart .cart td.price {
  font-size: 12px;
  line-height: 12px;
}
header #cart .cart td.total {
  font-size: 12px;
  color: #c81908;
  text-align: right;
}
header #cart .cart td.name a i {
  text-decoration: none;
  margin-right: 10px;
}
header #cart .cart td.name a {
	margin-top: 0px;
	display: inline-block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 120%;
	color: #125C7F;
	margin-bottom: 8px;
}
header #cart .cart td .total {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	color: #231F20;
}
header #cart .cart td .remove a{
	margin-bottom: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #125C7F;
}
header #cart .cart .item-cart-1 td {
  padding-top: 0;
}
header #cart .cart td {
  text-align: left;
  color: #000;
  vertical-align: top;
}
header #cart .cart .image {
  padding-right: 20px;
  width: 92px;
}
header #cart .cart .image img {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
header #cart .cart .name small {
  color: #666666;
}

header #cart .cart .remove a{
  font-size: 12px;
  line-height: 18px;
}

header #cart .cart .remove a i{
  font-size: 12px;
  line-height: 150%;
}

header #cart .cart .quantity {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #231F20;
	opacity: 0.75;
}
header #cart .cart tr {
  background: none;
}
.cart tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.cart-module .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}
.cart-module .cart .remove img {
  float: left;
}
.remove span:hover i {
  color: #ff530d;
}
.cart-module .cart .remove span {
  width: 11px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
}
.cart-module .cart .remove {
  width: 20px;
  text-align: center!important;
  padding-top: 8px;
}
.cart-module .cart .remove img {
  cursor: pointer;
}

#cart.active .content {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto !important;
}
#cart.active .content .mini-cart-info {
  display: block;
}

#cart .content {
	clear: both;
	display: block;
	position: absolute;
	background: #fff;
	width: 320px;
	padding: 20px;
	border: 1px solid #EDEEEE;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12);
	left: 0;
	top: calc(100% + 8px);
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	transition: all 0.3s ease;
}

.heading{
	position: relative;
}
/*OWN_PRELOADER
==============================================================================*/
#own_preloader { z-index:1000; text-align: center; vertical-align: middle; font-weight: bold; width:200px; height:90px; 
width: 100%;
position: fixed!important;
  top:20vh!important;
  left:0!important;
  right:0!important;
z-index: 99999!important;

padding: 20px 20%;
z-index: 9999;
line-height: 18px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: none;
background: #323232;
display: none;
font-size: 36px;
color: #fff;
font-weight: bold;
}


/*PRODUCT TABS
=======================================================*/
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-heading i {
  font-size: 26px;
  color: ;
  float: right;
  cursor: pointer;
  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.tabs .tab-heading i:hover {
  color: #4d5863;;
}
.tabs .tab-heading {
  padding: 8px 20px;
  line-height: 32px;
  color: #575757;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #b0afaf;
  border-bottom: 4px solid #b0afaf;
  background-color: #e0e0e0;
  font-size: 15px;
}
.tabs .tab-content {
  padding: 20px 10px;
  border-top: none;
  border: 1px solid #b0afaf;
  font-size: 14pt;
  font-family: georgia,palatino;
  color: #000;
}
#tab-review.tabs .tab-content {
  padding: 20px 10px;
}
/* compare block */
.compare-block {
  margin-bottom: 20px;
}
.compare-block .image {
  margin-right: 10px;
}
.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}
.compare-info {
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
  padding: 7px;
}

/*Rating
============================================================*/
.rating_star{
  width:27px;
  height:23px;
  display:block;
  float:left;
  background:url(stars-0.png);
  position:relative;
  vertical-align: middle;
  padding: 0 2px;
}

.rating_block{
  display: inline-block;
  overflow: hidden;
  width: 135px;
  margin: 0px 0px 0 7px;
  vertical-align: bottom;
}

.rating_star.hover, .rating_block:hover .rating_star, .rating_star.active,.rating_block.active .rating_star,
.rating_block.active:hover .rating_star.active ~ .rating_star,.rating_block.active:hover .rating_star{ 
  background:url(stars-5.png);
}

.rating_block:hover .rating_star.hover ~ .rating_star,  .rating_block.active .rating_star.active ~ .rating_star,.rating_block.active:hover .rating_star.hover ~ .rating_star{
  background:url(stars-0.png);
}

.rating_star input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  opacity: 0;
  cursor:pointer;
}

.homepage_carousel .product_img{
	position: relative;
}

.homepage_carousel .rating{
	position: absolute;
	top: 0;
	left: 0;
}

.homepage_carousel .rating img{
	background: transparent;
	  margin: -25px 0 0 0px;
	  padding: 0;
	  opacity: 0;
	  transform: scale(0.6);
	  -moz-transform: scale(0.6);
	  -ms-transform: scale(0.6); 
	  -webkit-transform: scale(0.6);
	  -o-transform: scale(0.6);
	  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

/*Review form
===================================================*/
.row_form label{
  width: 72px;
  line-height: 34px;
  margin-bottom: 10px;
}

.row_form input{
  border: 1px solid #e6e6e6;
}

#review_body{
  margin: 15px 0;
  border: 1px solid #e6e6e6;
}

.rating_wrapper .form-inline{
  margin-top: 5px;
  margin-bottom: 10px;
}

#captcha label{
  line-height: 34px;
  margin-right: 5px;
}

#captcha input{
  border: 1px solid #e6e6e6;
}

#captcha_challenge{
  margin: 15px 0;
}


.button-cont-right{
	margin-top: 15px;
}
/*===================================MAP ADDRESS==================================================*/

.firstHeading{
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

#bodyContent p{
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}


/*Collection
=========================================================================*/
.product-listing__collection{
	
}

/* 9.3 COLLECTION LISTING */

.product-listing__collection .rating{
  margin-top: 10px;
}

.product-filter .product-compare {
  float: left;
  margin-left: 10px;
}
.product-filter select {
  margin-bottom: 0;
}
.product-filter {
  overflow: hidden;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 30px;
}
.product-filter .display {
  float: right;
}
.product-filter .display li {
  float: left;
}
.product-filter .display li i {
  font-size: 30px;
  line-height: 1em;
  margin-left: 15px;
  color: #232323;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-filter .display li i:hover {
  color: #58798a;
}
.product-filter .display li.selected i {
  color: #58798a;
}
.product-filter .display a {
  font-weight: bold;
}
.product-filter .sort b {
  padding-right: 7px;
  color: #323232;
  text-transform: uppercase;
}
.product-filter .sort select {
  width: 160px;
}
.product-filter .sort {
  float: left;
  font-weight: bold;
}
.product-filter .limit select {
  width: 72px;
}
.product-filter .limit b {
  padding-right: 5px;
  line-height: 33px;
  color: #323232;
  text-transform: uppercase;
}
.product-filter .limit {
  margin-left: 13px;
  float: left;
}
.product-list ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.product-list ul li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.product-list .left {
  position: relative;
}
.product-list .right {
  text-align: left;
}
.product-list .name {
  margin-bottom: 10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
  vertical-align: top;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  font-weight: normal;
  font-size: 28px;
}
#list_b i,
#grid_b i {
  color: #e56664;
  cursor: default;
}
.product-filter .display {
  position: relative;
}
.product-filter .display b {
  float: left;
  color: #323232;
  text-transform: uppercase;
  display: none;
}


/*========================= Compares ============================*/

.mobile_compare{
  display: none;
}

.del_compare i{
  font-size: 20px;
  line-height: 20px;
}

.tcenter{
  text-align: center;
}

.block-compare{
  margin-top: 15px;
}

#compare_table .prod-stock{
  color: #3FAB00;
}

#compare_table .prod-stock-no{
  color: #ff530d;
  font-weight: 700;
}

#compare_table .price-new{
  color: #ff530d;
}

#compare_table .price-old{
  text-decoration: line-through;
}

/* 9.4 PAGINATION */

#pagination {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0 0 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  }
#pagination a,
#pagination b{
  display: block;
  float: left;
}



#pagination a ~ a {
  margin-left:1px;
}

#pagination b ~ a {
  margin-left:1px;
}

#pagination a ~ b {
  margin-left:1px;
}

#pagination a,
#pagination b,
#pagination a.deco,
#pagination a.current {
  display: block;
  padding: 4px 15px;
  background: #4d5863;
  color:#9e9e9e;
  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
;
}

#pagination a:hover,
#pagination a.current {
  color: #9e9e9e;
  background: #575757;
}
#pagination a.current {
  cursor: default;
}

#pagination b{
  cursor: default;
  background: #575757;
}

/*======*/
.search-form button{
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

/*Product listing list*/
.product-listing__collection .product_img{
  position: relative;
}

.product-listing__collection .rating{
  position: absolute;
  top: 0;
  left: 10px;
}

.product-listing__collection .rating img{
  background: transparent;
  margin: -25px 0 0 0px;
  padding: 0;
  opacity: 0;
  transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6); 
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_img:hover .rating img{
	opacity: 1;
	margin: 2px 0 0 0;
	z-index: 100;
}

.product-listing__collection.list .col-sm-3,
.product-listing__collection.list .col-sm-4,
.product-listing__collection.list .col-sm-6{
  width: 100%;
}

.product-listing__collection.list .compare{
  display: inline-block;
}

.product-listing__collection.list .product_listing_main .product {
  	margin: 30px 0 0 0;
	border-left: 0px;
}
.product-listing__collection.list .product_listing_main .product > div {
  overflow: hidden;
}

.product-listing__collection.list .product_listing_main .product_img {
  	width: 120px;
	float: left;
	margin-right: 15px;
}
.product-listing__collection.list .product_listing_main .product_img span.sale {
  display: none;
}

.product-listing__collection.list .product_listing_main .product_price {
	padding-bottom: 0;
}

.product-listing__collection.list .product_info_ins {
	padding: 10px 0 0;
}

.product-listing__collection.list .product_listing_main .product_img a {
	padding: 10px;
}

/*responsive 479*/
/*PRODUCT LISTING
=====================================*/
.product-filter .limit{
	margin-bottom: 15px;
}

.product-filter .sort{
	margin-bottom: 15px;
}

/* collection categories ul*/
.box-subcat{
	margin-bottom: 15px;
}


.add-to-cart-icon{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 68px;
	font-size: 21px;
	width: 70px;
	color: #fff;
	cursor: pointer;
	z-index: 0;
	text-align: center;
	background: #58798a;
	
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}


/******* start add-to-cart plus minus ***************/
.number_product > span {
  display: block;
  width: 51px;
  height: 51px;
  background-color: #45474a;
  color: #fff;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.number_product .quantity_input {
  width: 80px;
  border-left: 1px solid #45474a;
  border-right: 1px solid #45474a;
  border-top: 0;
  border-bottom: 0;
  background: #58798a;
  color: #fff;
  font-weight: 700;
  height: 51px;
  line-height: 47px;
  box-shadow: none;
  text-align: center;
}
.number_product > span:hover,
.number_product > span:active {
  color: #fff;
  background-color: #58798a;
  border-color: #919185;
}
.fa-plus-sign:before {
  content: "\f067";
}
.fa-minus-sign:before {
  content: "\f068";
}
.number_product > * {
  float: left;
}
/******* end add-to-cart plus minus ***************/


.product-sold{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 30px;
	background: #58798a;
	color: #9e9e9e;
}

.notice{
	color: #e0b260;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}


.description .options h2{
	font-size: 26px;
}

/*Widget collections*/
.sidebar_widget__collections ul.list {
}
.sidebar_widget__collections ul.list li {
  position: relative;
}

.sidebar_widget__collections ul.list li i{
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 21px;
  cursor: pointer;
  color: #232323;
  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sidebar_widget__collections ul.list ul li{
	position: relative;
}

.sidebar_widget__collections ul.list ul li i{
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 21px;
  cursor: pointer;
  #4d5863;
  
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sidebar_widget__collections ul.list ul li i:hover,
.sidebar_widget__collections ul.list li i:hover{
  color: #4d5863;
}

.sidebar_widget__collections ul.list ul li + li {
 
}
.sidebar_widget__collections ul.list ul li a {
  color: #2f3333;
  background: transparent;
  display: block;
  margin-left: 5px;
}
.sidebar_widget__collections ul.list ul li.active{
  display: block;
}
.sidebar_widget__collections ul.list ul li.active a{
  display: block;
  margin-right: 35px;
  margin-left: 5px;
}

.sidebar_widget__collections ul.list ul li a:hover{
  background: transparent;
  color: #fa7103;
}

.sidebar_widget__collections ul.list ul.sub-col-list li.active > a{
  color: #fa7103;
}

.sidebar_widget__collections ul.list ul.sub-col-list li{
  position: relative;
}

.sidebar_widget__collections ul.list ul.sub-col-list li a{
  color: #2f3333;
  display: inline-block;
  border: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list,
.sidebar_widget__collections ul.list ul.sub-col-list2,
.sidebar_widget__collections ul.list ul.sub-col-list3,
.sidebar_widget__collections ul.list ul.sub-col-list4{
  display: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list2 > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list3 > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list4 > li > a{
  text-decoration: underline;
  border: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list li a{
  margin-left: 10px;
}
.sidebar_widget__collections ul.list ul.sub-col-list2 li a{
  margin-left: 20px;
}
.sidebar_widget__collections ul.list ul.sub-col-list3 li a{
  margin-left: 30px;
  
}
.sidebar_widget__collections ul.list ul.sub-col-list4 li a{
  margin-left: 40px;
}

.sidebar_widget__collections ul.list ul.sub-col-list li + li,
.sidebar_widget__collections ul.list ul.sub-col-list2 li + li,
.sidebar_widget__collections ul.list ul.sub-col-list3 li + li,
.sidebar_widget__collections ul.list ul.sub-col-list4 li + li{
  border-top: 0px;
}

/*Widget-compares*/
.compare-block:first-child{
  margin-top: 15px;
}

.extra-wrap{
  position: relative;
  font-weight: 400;
}

.extra-wrap .name a{
  display: block;
  padding: 5px 0;
  margin-right: 30px;
  line-height: 19px;
  color: #8f8f8f;
}

.extra-wrap .name a:hover{
	color: #58798a
}

.extra-wrap .name a{
  font-size: 15px;
}

.extra-wrap .remove{
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 20px;
}

.compare-block{
  margin-bottom: 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.box-content .product-compare{
	margin-top: 25px;
}

.compare-wrap .box-content{
	margin-bottom: 50px;
}


/*Widget-filter*/
.style-block{
	margin-top: 20px;
}

.style-block h2{
  font-size: 26px;
  margin-top: 30px;
}

.style-block .price-filter_from{
  margin-bottom: 10px;
  line-height: 30px;
}

.style-block .price-filter_to{
  margin-bottom: 10px;
  line-height: 30px;
}

.style-block .filter-wrap{
  margin-bottom: 20px;
}

.box-heading{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
}

.style-block .price-filter{
	margin: 25px 0;
}

.widget_header{
	margin: 0 0 15px 0;
	font: 50px ;
	color: #333333;
	text-transform: uppercase;
}

.sidebar_widget .filter-wrap ul li a.active{
	color: #4d5863;
}

.sidebar_widget .filter-wrap ul li a{
	border: none;
	display: inline-block;
}

.sidebar_widget .filter-wrap ul li a:hover{
	background: transparent;
	color: #4d5863;
}

.style-block .limit{
	margin-bottom: 15px;
}

.style-block .limit b{
	line-height: 32px;
}

.filter-wrap.hidden_filter{
	display: none;
}

/*===========================*/
.box-heading{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
}


/*Product info*/
.product-info {
  padding-bottom: 23px;
  margin-top: 0;
  
}
.product-info h1.view {
  display: none;
}
.product-info h1 {
  color: #323232;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.product-info .description .product-section {
  color: #58798a;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-info .description .product-section span {
  font-size: 13px;
  line-height: 1em;
  margin-top: 8px;
}
.product-info .description .product-section div.prod-stock {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
	margin-top: 8px;
}
.product-info .description .product-section .btn-rew {
  float: none;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 0;
}
.product-info .description .product-section .btn-rew a {
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-info .description .product-section .btn-rew a i {
  font-size: 16px;
  margin-right: 5px;
  color: #58798a;
  line-height: 1em;
  width: 1em;
}
.product-info .description .product-section a {
  color: #e0b260;
}
.product-info .description .product-section a:hover {
  color: #323232;
}
.product-info .description .product-section .prod-stock {
  display: inline-block;
  background-color: #3FAB00;
  color: #fff;
  font-style: normal;
  padding: 3px 7px;
  margin: 0 9px;
}

.product-info .description .product-section .prod-stock span{
  color: #fff;
}

.product-info .description .product-section .prod-stock-no{
  background-color: #58798a;
}

.product-info .description .product-section span {
  color: #323232;
}
.product-price {
  text-transform: uppercase;
  color: #e0b260 !important;
  font-size: 22px;
  border-top: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
  font-weight: normal;
  padding: 13px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  color: #58798a;
  font-size: 24px;
}
.product-info .price .price-old {
  color: #6a6a65;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-info .price .price-tax {
  color: #58798a;
  text-transform: none;
  font-weight: normal;
  margin-left: 10px;
}

.product-info .cart-top {
  padding-bottom: 20px;
}
.product-info .cart-top > label {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.product-info .cart-top .button-prod {
  display: block;
  clear: both;
  margin-top: 15px;
}

.button-prod {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #575757;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  outline: none;
  text-transform: uppercase;
}
.button-prod:hover {
  background: #4d5863;
  color: #9e9e9e;
}
.product-info .review {
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}
a.button-prod:hover {
  color: #ffffff;
}
a.button-prod i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 9px;
}

.short_description{
  margin-bottom: 25px;
}

.product_price .money.money-sale{
	font-size: 22px;
}

.text-price{
	color: #5a6869;
}


.description .compare a{
	padding: 16px;
}

.homepage_blog__content img{
	display: none;
}

/********************************************************************************************************
                      FANCYBOX
******************************************************************************************************s
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC');

}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  /*visibility: hidden;*/
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  /*background: url('fancybox_overlay.png');*/
  background: rgba(0,0,0,.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}


/*====================Coupon======================*/
.discounts_coupon{
	margin: 15px 0;
}

.coupon label{
	line-height: 32px;
	margin-right: 5px;
}

/*=-========*/
.widget_related_products{
	margin-bottom: 58px;
}


.product-info .description .product-section .prod-stock-no{
  background-color: #59AD35;
  font-weight: 700;
}

.option .selector-wrapper + .selector-wrapper{
  margin-top: 7px;
}

.menu--top {
  background: #ccc;
}
.menu--top .sf-menu li  a {
  color: #232323;
}
.menu--top .sf-menu li  a.active{
  color: #59AD35;
}
@media (max-width: 991px){
  .header_user {
    display: inline-block !important;
  }
  .toggle-button {
    display: inline-block !important;
    visibility: visible !important;
      position: relative;
  }
}
.toggle-button .fa{
  color: #fff;
  font-size: 20px;
}
.header_top-sub_menu {
  position: absolute;
  left: 0;
  z-index: 9999;
  background: #373737;
  text-align: left;
}
.header_top-sub_menu li a:before {
  content: '';
  display: none;
}
.header_top-sub_menu li {
  margin: 0;
  padding: 0rem;
  width: 145px;
}
ul.header_top-sub_menu a {
  padding: 1rem 1.5rem;
  display: inline-block;
}

.attribute.table {
font-family: georgia,palatino;
font-size: 14pt;
color: #000;  
}
.insales24-input-field {background-color:#fff;width: 100%;}
.insales24-modal--blowup {width:25%;}
.insales24-modal-wrapper {width: 268px;}
.insales24-modal-header {font-size: 26px;}
.insales24-copyright {display: none;}


.brendlist{    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;}
@media (max-width: 991px){
  .brendlist{    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;}
}


.more-products {
  margin: 20px auto;
  min-width: 300px; 
}

.more-products-wrapper {
  text-align: center; 
}

.product-listing__collection_main {
 display: block !important; 
}

.more-products span {
 padding: 10px 17px;
 text-transform: uppercase; 
 color: #fff;
  
}

#kladr_autocomplete ul.autocomplete1 li:first-child {display: none!important;}

.popup_cart_delivery {position: fixed; bottom: 20px; right: 20px; 
	background: rgba(35, 31, 32, 0.9); color: #fff; padding: 5px 10px; z-index: 9999; font-size: 18px;}
.cart_delivery {font-size: 18px; font-weight: bold; color: #9c2851;}

.cart_delivery {margin-bottom: 20px;}
.coupon h4 {font-size: 11px; font-weight: normal;}



.popup-cookie__container {
  width: 100%;
   
}

.popup-cookie{
    position: fixed; 
    bottom: 0px; 
    right: 0px; 
    background: #34454d; 
    color: #fff; 
    padding: 5px 40px 5px 10px; 
    z-index: 9997; 
    font-size: 11px;
    max-width: 100%;
  	display:none;
    opacity: 0.8;
  	width: 100%;
}
.popup-cookie_text{
    line-height: normal;
}
.popup-cookie_text p{
	margin:0;
  	text-align:center; 
}
.popup-cookie_close{
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 10px;
}
.popup-cookie_close:before,
.popup-cookie_close:after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    cursor: pointer;
}
.popup-cookie_close:before{
    transform: rotate(-45deg);
}
.popup-cookie_close:after{
    transform: rotate(45deg);
}
@media (max-width: 767px){
    .popup-cookie{
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding: 6px 30px 8px 10px;
        font-size: 12px;
        max-width: 100%;
    }
    .popup-cookie_close,
    .popup-cookie_close:before, .popup-cookie_close:after{
        width: 20px;
    }
}

.category-inner {
  text-align: center; 
}

.category-wrapper-sub {
  margin: 40px 0 !important; 
}
