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

/********************AMMMMMAR******************/
.ulpages
{
    list-style: disc;
    margin-left: 20px;
}

    .ulpages li
    {
        color: #076633;
    }


        .ulpages li span
        {
            color: black;
        }

.imgpages
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .imgpages:hover
    {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.ActTitle
{

    font-size: 22px;
}

.imgclients
{
    width: 100px;
}

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


/* 2.1 CSS3 TRANSITIONS */







/* 2.2 COLORS */






































/*#1b1b1a +++*/








































/*#505049 +++*/









































/*#848477 +++*/








































/*#61625b +++*/









































/*#f4f4f4 +++*/








































/*#d8d8d9 +++*/





/********************************************************************************************************
									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 #40281d;
}
.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: #ffffff url('../../ar/assets/bx_loader203b.gif') no-repeat 50% 50%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}



/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(150,202,45,.95);
	display: none;
	border-top: 2px solid #40281d;
}

.top_pad .cart_popup {
	top: 50px !important;
}



/* 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 {
    min-width: 971px;
}
#newsletter_popup__wrap .fancybox-inner {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 70px;
}
#newsletter_popup__wrap #newsletter_popup {
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
}

#newsletter_popup .logo {
  margin-top: 0px;
  position: relative;
}
#newsletter_popup .logo a {
  display: inline-block;
}
#newsletter_popup .logo img {
	max-width: 184px;
}

#newsletter_popup h4 {
    font-size: 48px;
    margin-top: 22px;
    margin-bottom: 13px;
    color: #ffffff;
}

#newsletter_popup p {
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0;
    font-weight: 300;
    font-family: Bitter;
    color: #ffffff;
}

#newsletter_popup__wrap .fancybox-skin
{
    position: relative;
    padding: 0px 20px 0 !important;
    border-radius: 30px;
    background-color: #40281d;
    background: url('../../ar/images/header_bg_img203b.jpg') no-repeat 50% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
#newsletter_popup__wrap .fancybox-skin:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	content: "";
	border-radius: 30px 30px 0 0;
	background: #1f1f1c;
}


#newsletter_popup form {
    position: relative;
    z-index: 1;
    max-width: 297px;
    padding-right: 68px;
    margin: 36px auto 0;
    border-radius: 20px;
    background: #1f1f1c;
}
#newsletter_popup fieldset {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#newsletter_popup input[type=email] {
    width: 200px;
    height: 68px;
    font-size: 12px;
    padding: 24px 14px;
    background: none;
    box-shadow:none !important;
    color: #ffffff;
    border: 0px;
}
#newsletter_popup form .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
    font-size: 21px;
    width: 68px;
    height: 68px;
    border-radius: 20px;
}
#newsletter_popup .btn i {
    line-height: 68px;
}
#newsletter_popup form .btn:hover {
	border-radius: 50%;
}

#newsletter_popup .newsletter_off__wrap {
    position: absolute;
    left: 0px;
    top: 18px;
}
#newsletter_popup .newsletter_off__wrap .btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    background: #086734;
}
#newsletter_popup .newsletter_off__wrap .btn:hover {
	background: #6a6a63;
}

#newsletter_popup .newsletter_error {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    color: #f00;
    position: absolute;
    left: 30px;
    bottom: 0px;
}
#newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
    padding-top: 7px;
}
#newsletter_popup__close {
    right: 23px !important;
    top: 18px !important;
    width: 42px;
    height: 42px;
    padding-top: 10px;
    padding-left: 1px;
    text-align: center;
    border-radius: 10px;
    background: #086734;
    
-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;
	
}
#newsletter_popup__close:after {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    content: '+';
    color: #ffffff;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#newsletter_popup__close:hover {
    background: #6a6a63;
}
.fancybox-overlay.fancybox-overlay-fixed {
	background: rgba(255,255,255,.3);
}




/* 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 14px "Arial";
	color: #1f1f1c;
  	background:#1b1b1a;
}



/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	font: 400 40px/1.3em "Bitter";
	color: #1f1f1c;
}

h2,
h3,
h4 {
	font-size: 16px;
}

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

.page_heading {
	margin: 0;
	font-size: 40px;
}
.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: #086734;
	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: #1f1f1c;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name
{
    text-transform: uppercase;
    font-family: Bitter;
    font-size: 18px;
    color: #1f1f1c;
    text-align: center;
    font-weight: bold;
}
.product_name a {
	color: #1f1f1c;
	
-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: #086734;
}


.product_desc {
	font-size: 12px;
	color: #bcbcbc;
}


.money {
	font-family: Bitter;
	color: #086734;
}
.compare-at-price {
	text-decoration: line-through;
	color: #1f1f1c;
}



/* 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 #40281d;
	font: normal 13px 'Arial';
	color: #1f1f1c;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	box-shadow: none;
}

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

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:focus,
.btn a,
.btn-info,
.btn-primary {
    padding: 11px 15px 11px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: none !important;
    border-radius: 30px;
    box-shadow: none !important;
    position: relative;
    background: #086734;
    color: #ffffff;
    font-family: Bitter;
    
-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 a {
	padding: 0 !important;
	border: none !important;
}
.btn.btn_icon {
	padding: 0;
	width: 92px;
	height: 92px;
	font-size: 29px;
	opacity: 1;
	border-radius: 30px;
	vertical-align: middle;
	background: #086734;
}

.btn.btn_icon i {
	line-height: 92px;
}


.btn-cart,
.btn-cart:focus {
	position: relative;
	padding: 22px 25px 22px 84px;
	background: none;
	color: #1f1f1c;

}
.btn-cart i {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 48%;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #086734;
	
-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:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 30px;
	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;
	border: 3px solid #6a6a63;
	background: #ffffff;
}
.btn-icon:after {
	 border-radius: 50%;
}

.btn-cart:after {
	background: none;
	z-index: 1;
	border: 0px solid #ffffff;
}

.btn:hover:after {
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
}

.btn-cart:hover:after {
	border-width: 2px;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.btn-cart:hover i {
	background: #6a6a63;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	color: #ffffff;
    background: #6a6a63;
    border: none !important;
}


.btn.btn_icon:hover,
.btn.btn_icon:hover:after {border-radius: 50%;}





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

html, body {
	height: 100%;
}

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

.container {
	padding: 0;
}
#main {
	margin-bottom: 113px;
}


/* 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
{
    background-color: #40281d;
    background-image: url('../../ar/images/header_bg_img203b.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.header_top
{
    padding-bottom: 29px;
    position: relative;
    z-index: 2;
    background-color: #1f1f1c;

}



.header_user
{
    float: left;
    margin-top: 35px;
    margin-left: 20px;
}
.newkuwait
{
        float: left;
            margin-top: 18px;
}
.header_user a
{
    text-transform: uppercase;
    font-size: 40px;
    color: #FFFFFF;
    font-family: Bitter;

 ;
}
.header_user  a:hover {
	color: #ffffff;
}



.header_currency {
	float: right;
	position: relative;
	margin-top: 14px;
}

.header_currency a
{
    border-radius: 35%;
    background: #1b1b1a;
    position: relative;
    height: 47px;
    display: inline-block;
    width: 47px;
    text-align: center;
    padding-top: 14px;
    border-radius: 22px;
    color: #ffffff;
    background: #076633;
    font-size: 14px;
    text-align: center;
    -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;
    text-transform: none;
    font-family: 'ge Flow';
    margin-left: 17px;
}
.header_currency a  {
	text-transform: none;
	color: #ffffff;
}



.header_currency a:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

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


.header_cart {
	float: right;
	margin-top: 59px;
}
.header_cart a {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 1;
	border-radius: 22px;
	background: #1f1f1c;
	color: #6a6a63;
}
.header_cart a i {
	position: relative;
	height: 67px;
	display: inline-block;
	width: 67px;
	text-align: center;
	padding-top: 24px;
	font-size: 21px;
	border-radius: 22px;
	color: #ffffff;
	background: #086734;
	
-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 a b {
	text-transform: none;
	color: #ffffff;
}
.cart_ins {
	position: relative;
	display: inline-block;
	padding: 25px 10px 10px 29px;
	height: 67px;
	min-width:189px;
}
.cart-total-items {
	padding: 0 5px 0 8px;
}

.header_cart a:hover i {
	border-radius: 50%;
}
.header_cart a i:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	z-index: -1;
	border: 5px solid #086734;
	background: #ffffff;
	
-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 a:hover i:after {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}



header .logo
{
    margin: 5px auto -60px auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
    -webkit-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    transform: translate(0,-80px);
    width: 50%;

}


.logo a {
	font-family: Bitter;
	display: inline-block;
}
.logo b {
	font-size: 70px;
	padding-top: 5px;
	display: inline-block;
	line-height: 1em;
	font-weight: 300;
	color: #ffffff;
}
.logo b:first-letter {
	color: #086734;
}


.header_search {
	float:right;
	z-index: 1000;
	position: relative;
	width: 25.3%;
}
.header_search form {
	position:relative;
	width:100%;
	padding-right:63px;
	border-radius: 0 32px 0 0;
	background: #848477;
}

.header_search #search-field {
	border:none;
	height:94px;
	width:100%;
	padding-top:37px;
	padding-bottom:37px;
	padding-left: 37px;
	color: #ffffff;
	border:0px !important;
    box-shadow:none !important;
}
.header_search #search-submit {
	position:absolute;
	right:8px;
	top:50%;
	font-size:26px;
	border: 2px solid transparent;
	width:50px;
	height: 50px;
	opacity: .7;
	margin-top: -25px;
	border-radius: 15px;
	vertical-align: middle;
	color:#ffffff;
	
-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 i {
	line-height: 48px;
}
.header_search #search-submit:hover {
	border-color: #086734;
	color:#086734;
}


.custom_header1 {
	float: left;
	margin-top: 79px;
	width: 254px;
}
.custom_header1 i {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 39px;
	color: #086734;
}
.custom_header1 h4 {
	padding-top: 3px;
	margin: 0;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
}
.custom_header1 h5 {
	margin: 0;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	color: #086734;
}
.custom_header1 .ins > div {
	overflow: hidden;
}
.custom_header1 .ins {
	position: relative;
	padding-left: 39px;
}


.header_center {
	padding-bottom: 45px;
}

.header_bottom > .container {
	border-radius: 32px 32px 0 0;
	background: #6a6a63;
}



/* 7.2 MEGAMENU */
#megamenu {
	  width: 100%;
	position: relative;
	z-index: 999;

}

.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
	width: 14.28571%;
}
.sf-menu > li:first-child > a {
	border-radius: 32px 0 0 0;
}
.sf-menu > li:last-child > a {
	border-radius:  0 32px 0 0;
}
.sf-menu > li > a
{
    position: relative;
    display: block;
    height: 94px;
    line-height: 94px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    background: #6a6a63;
    color: #ffffff;
    font-family: Bitter;
}
.sf-menu > li + li > a {border-left: 1px solid #848477;}

.sf-menu > li > a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 0px solid #086734;
	
-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;
	
}

.sf-menu > li.sfHover > a:before,
.sf-menu > li > a:hover:before,
.sf-menu > li > a.active:before {
	border-bottom: 7px solid #086734;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
	background: #61625b;
}


.sf-menu .menu_badge {
	position: absolute;
	text-transform: none;
	right: 6px;
	top: 6px;
	display: block;
	padding: 3px 5px 2px;
	border-radius: 2px 2px 2px 0px;
	line-height: 1em;
	background: #086734;
	font-size:9px;
	color: #ffffff;
}
.sf-menu .menu_badge:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	border: 2px solid;
	border-color: #086734 transparent transparent  #086734;
}

.sf-menu > li > ul
{
    width: 30%;
    position: absolute;
    top: 94px;
    z-index: 1;
    display: none;
    border-radius: 0 0 34px 34px;
    padding: 30px 20px;
    background: #61625b;

}



.sf-menu > li > a.sf-with-ul:after
{
    content: "\f107";
    padding-left: 5px;
    font-family: FontAwesome;

}

.sf-menu .submenu.container {
	border: 1px solid #40281d;
	background: #ffffff;
}

.sf-menu .submenu a {
    font-family: Bitter;

    font-size: 18px;
    font-weight: 400;
	text-transform: uppercase;

	color: #f8f8f8;
}
.sf-menu .submenu a:hover {
	color: #086734;
}
.sf-menu .submenu a.btn:hover {
	color: #ffffff;
}
.sf-menu .submenu h3 a {
	opacity: 1;
	color: #086734;
}
.sf-menu .submenu h3 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 7px;
}
.sf-menu .submenu a:hover {
	color: #086734;
}
.sf-menu .submenu h3 a:hover {
	color: #ffffff;
}
.sf-menu .submenu ul li + li {
	margin-top: 4px;
}
.submenu .submenu_ins {
  	border-radius: 30px;
	padding: 32px 20px;
	background: #ffffff;
}



/* COLLECTIONS */
.megamenu__2 h3 {
  	margin-top:0px;
	font-size: 14px;
	text-transform: uppercase;
}
.megamenu__2 li + li {
  	border-top:1px solid rgba(255,255,255,.1);
}
.sf-menu .megamenu__2 li > a
{
    display: block;
    position: relative;
    padding: 6px 10px 6px 15px;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -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;
    color: #FFFFFF;
}
.sf-menu .megamenu__2 li > a:before
{
    position: absolute;
    left: -20px;
    top: 5px;
    padding-left: 22px;
    font-family: FontAwesome;
    font-size: 12px;

    content: "\f101";
}


.megamenu__3 .blog_content {
	margin-top: 0px;
	overflow: hidden;
}
.megamenu__3 .blog_content h3 {
	margin: 6px 0;
}
.megamenu__3 .blog_content p {
	margin-top: 0;
	font-size: 12px;
	line-height: 1.2em;
  	color:#40281d;
  	font-family:"Arial";
}

.megamenu__3 .blog_img img {
	display: none;
}
.megamenu__3 .blog_img img:first-child {
	display: block;
}
.megamenu__3 .blog_date {color:#086734;font-size:13px;}
.megamenu__3 .blog_date i {font-size:11px;padding-top:5px;}

.megamenu__3 .blog_img_wrapper {
	float:left;
  	margin: 0 15px 10px 0px;
	max-width: 36%;
}
.sf-menu .megamenu__3 h4 {margin-top:12px;margin-bottom:0px;}
.sf-menu .megamenu__3 h4 a {font-weight:300;font-size:14px;color:#1f1f1c;}
.sf-menu .megamenu__3 p {margin-top:0px;color:#d8d8d8;}
.sf-menu .megamenu__3 .btn-cart i {width:39px;height:39px;font-size:20px;line-height:39px;}
.sf-menu .megamenu__3 .btn-cart {font-weight:400;padding:8px 18px 10px 59px;font-size:15px;color:#6a6a63;}



/* SALE */
.megamenu__4 .product_img {
	text-align: center;
	margin-bottom: 0px;
}
.megamenu__4 .product_img a {
	display: block;
	padding: 20px;
  	border-radius:30px;
	background: #ffffff;
}
.megamenu__4 .product_img a:hover {
	background: #d8d8d8;
}
.megamenu__4 .product_name,
.megamenu__4 .product_name a{
  	font-weight:400;
	font-size: 14px;
    font-family: Bitter;
}
.megamenu__4 .product_price {
	margin: 15px 0 0;
}
.megamenu__4 .product_price .money {
	font-size: 20px;
}
.megamenu__4 .product_price .compare-at-price {
	opacity: .5;
	padding-left: 5px;
	font-size: 13px;
	color: #f8f8f8;
}



/* STICK UP MENU STYLES */
.header_bottom.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #505049;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.header_bottom.isStuck .sf-menu > li:first-child > a {
	border-radius: 0;
}
.header_bottom.isStuck .menu_badge {
	display: none;
}
.header_bottom.isStuck .header_search {
	margin-top: 0;
}
.header_bottom.isStuck .header_search form {
	border-radius: 0px;
}
.header_bottom.isStuck .header_search #search-field {
	height: 50px;
	padding: 15px;
}
.header_bottom.isStuck .sf-menu > li > ul {
	top: 50px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.header_bottom.isStuck .sf-menu > li > a {
	height: 50px;
	line-height: 50px;
}




/* 7.3 NIVOSLIDER */

.slider_parallax_wr {
    height: 818px;
    overflow: hidden;
    position: relative;
}
.slider_parallax_wr .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}
.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;
}



.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 8;
	text-align: center;
    display: none;

    height: 818px;
    top: 0;
}
.nivo-caption .nivo_wrapper {
    display: block;
    text-align: center;

    position: absolute;
    left: 50%;
    top: 50%;
    padding-bottom: 26px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.nivo-caption .nivo_wrapper .container {
    display: inline-block;
    text-align: center;
}

.nivo-caption a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;	
	top: 0;
	bottom: 0;
}
.nivo-caption h3 {
    font-size: 100px;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
}
.nivo-caption p {
    margin: 17px auto 0;
    font-size: 20px;
    line-height: 24px;
    max-width: 490px;
    opacity: .5;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #ffffff;
}
.nivo__btn {
	margin-top: 47px;
}

.nivo-controlNav {
	text-align: center;
	left: 0;
	right: 0;
	position: absolute;
	top: 762px;
	z-index: 100;
}
.nivo-controlNav a {
	position: relative;
	margin: 0 4px;
	margin: 0 3.5px;
	display: inline-block;
	width: 104px;
	height: 7px;
	cursor: pointer;
	background: #848477;
}
.nivo-controlNav a:hover,
.nivo-controlNav .active {background: #086734;}
.nivo-controlNav a span,
.nivo-controlNav a i {display: none;}
.nivo-controlNav a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
	content: "";
} 
.nivo-controlNav .active {cursor: default;}



/*CUSTOM TOP #1*/
.custom_top_1 {
	text-align: center;
	padding-top: 90px;
}
.custom_top_1 h3 {
	font-size: 75px;
    line-height: 1.2;
}
.custom_top_1 h3 span
{
    display: block;
    color: #086734;
    font-size: 44px;
    line-height: 1.2;
}
.custom_top_1 h4 {
	margin-top: 40px;
	font-size: 20px;
	text-transform: uppercase;
}
.custom_top_1 p
{
    margin-top: 20px;
    color: #bcbcbc;
    font-size: 16px;
}
.custom_top_1 .custom_top_1__ins {
	max-width: 650px;
	margin: 0 auto;
}



/* 7.4 SHOWCASE */
#showcase {
	margin-top: 92px;
	padding-top: 79px;
	padding-bottom: 159px;
	background: #f4f4f4;
}

.custom_showcase {
	margin-top: 35px;
	position: relative;
}
.custom_showcase .ins {
	padding: 25px 15px 78px;
}

.custom_showcase img {
	border-radius: 31px 31px 0 0;
	opacity: 1;
	
-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;
	
}

.custom_showcase h3 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 400;
	line-height: 1em;
	color: #ffffff;
}

.custom_showcase h4 {
	margin: 0;
	padding: 0;
	opacity: .25;
	font-size: 20px;
	text-transform: uppercase;
	color: #1f1f1c;
	
-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 .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	background: #6a6a63;
}
.custom_showcase .btn:after {
	background: none;
}

.custom_showcase .btn:hover {
	background: #505049;
}
.custom_showcase .btn:hover:after {
	border: 2px solid #505049;
}


.custom_showcase a {
	display: block;
	position: relative;
	border-radius: 31px;
	text-align: center;
	background: #40281d;
}
.custom_showcase__1 a
{
    background: #086734;
}
.custom_showcase__2 a
{
    background: #349EC1;
}
.custom_showcase__3 a {
	background: #e74c3c;
}


.showcase_img_wr {
	display: block;
	overflow: hidden;
}
.custom_showcase a:hover {
	background: #40281d;
}
.custom_showcase a:hover img {
	opacity: .8;
	-webkit-transform:scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95);
}
.custom_showcase a:hover h4 {color: #ffffff;}



/*BANNER*/
.banner a {
	display: block;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	background: #40281d;
}
.banner img {
	border-radius: 30px;
	
-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;
	
}
.banner .banner_wr {
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	text-align: center;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
}
.banner .banner_ins {
	position: relative;
	display: inline-block;
	padding: 24px 30px 14px 243px;
	text-align: left;
}
.banner .banner_ins i {
	position: absolute;
	border-radius: 30px;
	left: 33px;
	top: 0;
	width: 163px;
	height: 163px;
	font-size: 120px;
	text-align: center;
	line-height: 163px;
	vertical-align: middle;
	color: #ffffff;
	background: #086734;	
	
-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;
	
}
.banner h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 70px;
	color: #ffffff;
}
.banner h4 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 25px;
	opacity: .5;
	padding-left: 5px;
	text-transform: uppercase;
	color: #ffffff;
}

.banner a:after {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-radius: 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;
	
}


.banner a:hover:after {
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	-webkit-box-shadow:0 0 20px 0px rgba(0,0,0,.8);
	-moz-box-shadow:0 0 20px 0px rgba(0,0,0,.8);
	-ms-box-shadow:0 0 20px 0px rgba(0,0,0,.8);
	box-shadow:0 0 20px 0px rgba(0,0,0,.8);
}

.banner a:hover img {
	opacity: .5;
}
.banner a:hover .banner_ins i {
	-webkit-box-shadow:0 0 20px 0px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 20px 0px rgba(0,0,0,.5);
	-ms-box-shadow:0 0 20px 0px rgba(0,0,0,.5);
	box-shadow:0 0 20px 0px rgba(0,0,0,.5);
}



/* CUSTOM TOP #2 */
.custom_top_2 {
	padding: 87px 10px 114px;
}
.custom_top_2__ins {
	padding-right: 140px;
}
.custom_top_2 h3 {
	font-size: 55px;
	font-weight: 400;
	line-height: 1em;
	color: #ffffff;
}
.custom_top_2 h3 span {
	display: block;
	margin-top: -3px;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1em;
	color: #086734;
}
.custom_top_2 h4 {
	margin: 45px 0 20px;
	font-size: 24px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #ffffff;
}
.custom_top_2 p
{
    opacity: .7;
    margin-bottom: 21px;
    color: #ffffff;
    font-size: 16px;
}

.custom_top_2 .btn {
	margin-top: 26px;
}
.custom_top_2
{
    background-color: #40281d;
    background-image: url('../../ar/images/custom_top_2_img203b.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
}




/* 7.5 MAIN PRODUCT LISTING */
.product_listing_main .product {
	margin: 30px 0 0 0;
    text-align:center;
}
.product .product_img {
	 margin-bottom: 10px;
}
.product .product_img a {
	display: block;
	position: relative;
	padding: 15px;
	border-radius: 30px;
	overflow: hidden;
	background: #f8f8f8;
}
.product .product_price {
	margin-bottom: 1px;
	line-height: 40px;
}
.product .product_price .money {
	font-size: 17px;
}
.product .product_price .compare-at-price {
	font-size: 13px;
}
.product .product_desc {
	margin-top: 9px;
}
.product .product_links {
	margin-top: 0px;
}



.product .prod_inside {
	position: relative;
	display: block;
}
.product_listing_main .product_img {
	overflow: hidden;
}
.product_listing_main .product_img img {
	background-color: #f8f8f8;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}
.prod_wr .product + .product {
	margin-top: 113px;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	width: 99px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 13px 10px 5px;
	font-size: 11px;
	position: absolute;
	top: -9px;
	z-index: 100;
	color: #ffffff;
}
.product_listing_main .product_img span.sale {
	left: -4px;
  	-webkit-transform:rotate(-45deg) translate(-25%,-25%);
	-moz-transform:rotate(-45deg) translate(-25%,-25%);
  	-ms-transform:rotate(-45deg) translate(-25%,-25%);
  	transform:rotate(-45deg) translate(-25%,-25%);
  	box-shadow:inset 0px 0px 40px 40px #d8d8d8;
  	
-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 span.new {
	right: -4px;
	-webkit-transform:rotate(45deg) translate(25%,-25%);
	-moz-transform:rotate(45deg) translate(25%,-25%);
	-ms-transform:rotate(45deg) translate(25%,-25%);
	transform:rotate(45deg) translate(25%,-25%);
  	box-shadow:inset 0px 0px 40px 40px #086734;
  	
-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:hover span.sale {
	box-shadow: inset 0px 0px 40px 40px #40281d;
}

ul.product_listing_related {
	margin-top: 25px;
}
ul.product_listing_related .product {
	margin-top: 10px;
}
.product_listing_related .product_img {
	margin-bottom: 20px;
}
.product_listing_related .product .product_price {
	margin-bottom: 0px;
}

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



/* HOMEPAGE CAROUSEL */
.homepage_carousel .prod_wr {
	width: 300px !important;
}
.index-scope {
	margin-top: 103px;
}
.index-scope .bx-wrapper {
	max-width: 100% !important;
	margin: 65px 0 0 0;
}


.homepage_carousel .product {
	margin: 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;
	border-radius: 6px;
	background: #086734;
	

-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: #1f1f1c;
}

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

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



/*COLLECTION LISTING*/
.product-listing__collection .product .product_links {
	margin-top: 20px;
}



/* 7.6 FOOTER */
footer {
	margin-top: 115px;
	padding-top:22px;
	padding-bottom:40px;
	font-size: 12px;
	background:#1b1b1a;
}
footer,
footer a {
	text-transform: uppercase;
	color:#6a6a63;
}
footer h3 {
	font-size: 14px;
	font-weight: 400;
	color: #086734}

.footer_block {
	padding-top:30px;
}
.footer_block ul {
	margin-top:19px;
}


ul.footer_links li + li {
	margin-top:4px;
}
ul.footer_links li a {
	font-size:12px;
	font-weight: 400;
	text-transform: uppercase;
	position:relative;
	letter-spacing: -.3px;
	
-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_block ul li.active a,
.footer_block ul li a:hover {
	color:#086734;
}
.footer_block i {
	min-width: 28px;
	display: inline-block;
	font-size: 15px;
	color: #086734;
}


.footer_block .contacts_company {
	font-size: 25px;
	line-height: 1em;
	text-transform: none;
	font-weight: 300;
    font-family: Bitter;
	color: #ffffff;
}
.footer_block .contacts_address {
	padding: 12px 0 12px;
}
.footer_block .contacts_phone {
	padding-top: 14px;
}
.footer_block .contacts_phone i {
	font-size: 20px;
}
.contacts_email {
	font-family: 'Open Sans', sans-serif;
}

.footer_social
{
    margin-top: 24px;

}
.footer_social li {
	display: inline-block;
}
.footer_social li + li {
	margin-left: 0px;
}
.footer_social a i {
	font-size: 31px;
	color: #6a6a63;
	
-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 a:hover i {
	transform:scale(1.3);
	color: #ffffff;
}


footer .copyright {
	margin-top: 185px;
	text-transform: none;
}
footer .copyright,
footer .copyright a {
	text-transform: none;
}
footer .copyright p {
	margin: 9px 0 20px;
	font-size: 11px;
}
footer .copyright a {
	color: #086734;
}
footer .copyright a:hover {
	color: #ffffff;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 10px;
	display: block;
	margin: 0 0 0 615px;
	background: #086734;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
	-webkit-box-shadow: 0 0 5px 1px rgba(225,225,225,0.50);
	-moz-box-shadow: 0 0px 5px 1px rgba(225,225,225,0.50);
	box-shadow: 0 0 5px 1px rgba(225,225,225,0.50);
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
}
#back_top:hover {
	background: #1f1f1c;
}



/********************************************************************************************************
                           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: 5px;
	background: #1f1f1c;
	color: #ffffff;
	
-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;
	
}
/*086734*/
ul.tags li a:hover, ul.tags li.active a
{
    background: #086734;
    color: #ffffff;
}



.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 #40281d;
	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: 37px 0 30px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#086734;
	padding:10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#ffffff;
	
-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:#1f1f1c;
}



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



/* 8.4 PAGINATION */
#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #1f1f1c;
	color: #ffffff;
	
-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 {
	background: #086734;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}


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

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

.sidebar_widget .widget_header {
	margin: 0;
	letter-spacing: -1px;
	font-size: 40px;
}

.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;
	color: #1f1f1c;
	background: #f8f8f8;
}
.sidebar_widget ul li a:hover {
	color: #ffffff;
	background: #6a6a63;
}
.sidebar_widget ul li:first-child a {
	border-radius: 20px 20px 0 0;
} 
.sidebar_widget ul li:last-child a {
	border-radius: 0 0 20px 20px;
} 



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	padding: 10px 10px 15px;
	border-radius: 30px;
	margin-top:10px;
	background: #f8f8f8;
}
.sidebar_widget .product ~ .product {
	margin: 5px 0 0 0;
}

.sidebar_widget .product {
}
.sidebar_widget .product_img {
	float:left;
	margin:0 10px 5px 0;
	width: 90px;
}
.sidebar_widget .product_img a {
	padding: 5px;
	margin-bottom: 10px;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:left;
}

.sidebar_widget .product_links {
	margin-top: 10px;
	margin-top: 10px;
}
.sidebar_widget .product_links form {
	display: inline-block;
}
.sidebar_widget .product_info .product_name {
	text-transform: none;
	font-size: 12px;
	line-height: 1.1em;
}
.sidebar_widget .product_links .btn i {
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 15px;
}
.sidebar_widget .btn-cart, 
.sidebar_widget .btn-cart:focus {
	padding: 11px 10px 11px 48px;
	font-size: 13px;
}

.sidebar_widget .product_info .product_price {
	margin-bottom: 5px;
}
.sidebar_widget .product_info .product_price .money {
	font-size: 20px;
}
.sidebar_widget .product_info .product_price .compare-at-price {
	font-size: 15px;
}



/********************************************************************************************************
                           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: #086734;
}
#searchresults .search-form button:hover {
	color: #1f1f1c;
}
#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 #40281d;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #40281d;
}
#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-radius: 30px;
	background: #f8f8f8;
}

.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-radius: 15px;
	background: #f8f8f8;
}

.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%;
	border-radius: 5px;
	background: #086734;
	

-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: #1f1f1c;
	}

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

.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: 20px;
}
.product_wrap .product-price .compare-at-price {
	font-size: 15px;
}



#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;
	color: #ffffff;
	background: #086734;
}


    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #40281d;
	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;
	font-size: 30px;
}

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




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

/* 12.1 POSTS LISTING */

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

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

.blog-article_meta-comments {
	float: right;
	padding: 8px 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: 8px 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;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #1f1f1c;
}
.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;
}
#order_details .money {color: #1f1f1c;}
#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}
.template-customers-order .page_heading {
	font-size: 20px;
}



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

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

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

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

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

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #40281d;
	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: 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 #40281d;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}

.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 #google_map {
	margin: 15px 0;
}

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

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



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