<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- DEFAULT CSS --- */
@charset "UTF-8";

/* Font import */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.svg');
  src: url('fonts/icomoon.ttf');
  src: url('fonts/icomoon.woff');
}
hr {
	margin-bottom: 60px;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    font-size: 14px;
    background: #fff;
    color: #191919;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
    color: #df294b;
    text-decoration: none;
    outline: none;
}
ul, ol {
    margin: 0;
    list-style: none;
    line-height: 0;
    font-size: 0;
}
ul li,
ol li {
	font-size: 14px;
	line-height: 1.5em;
}
.clear {
    clear: both;
}
input,
submit,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
}
.error {
	color: red;
	font-size: 10px;
	text-transform: uppercase;
	margin: -40px 0 0 0;
	position: absolute;
}
.animation_done {
	display: none;
}
/* ========================================================================
                                START ALL ELEMENTS
========================================================================= */
.modal-backdrop.fade.in{
  position: initial !important;
}

.box {
	padding: 60px 0px;
}
.box.color-2 {
	background: #fefefe;
	box-shadow: 0 4px 8px #ccc, 0 -4px 8px #ccc;
}
.box.color-3 {
	background: #fefefe;
	box-shadow: 0 -4px 8px #ccc;
}
.info-details {
	margin-bottom: 40px;
	text-align: center;
	text-transform: none;
}
.info-details h1 {
	color: #2b2b2b;
	font-size: 41px;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-transform: none;
}
.info-details p {
	font-size: 14px;
	text-transform: none;
	text-align: center;
	color: #999;
}
.neccesary {
	color: #df294b;
}
.adds {
	margin-bottom: 60px;
	text-align: center;
}
.adds-2 {
	margin-bottom: 30px;
	text-align: center;
}
.adds-3 {
	margin-bottom: 0px;
	text-align: center;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.text-right {
	text-align: right;
}
.content .columns p {
	font-size: 10px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #191919;
	padding: 10px 0; 
	background: #f9f9f9;
	font-weight: 700;
	border-radius: 5px;
}
.site-title .wrapper-arrows {
	float: right;
	margin: 0 10px 0 0;
}
.site-title .wrapper-arrows li i{
	color: #999;
	border-radius: 0;
	text-align: center;
	width: 16px;
	margin: 0;
	padding-top: 12px;
	height: 41px;
	line-height: 1em;
	font-size: 16px;
	background: none;
}
.site-title .wrapper-arrows li i:hover {
	color: #df294b;
	background: none;
}
.site-title {
	position: relative;
	background: url('../images/elements/title-bg-2.png') repeat-x top left;
	margin-bottom: 60px; 
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	border: 1px solid #eaeaea;
}
.site-title .site-inside {
	display: inline-block;
	min-width: 300px;
}
.site-title .site-inside span {
	background: url('../images/elements/title-bg.png') no-repeat 15px center;
	color: #2b2b2b;
	font-weight: 700;
	font-size: 14px;
	display: block;
	padding: 10px 10px 8px 50px;
}
.alert {
	border: 1px solid #d9d9d9;
	background: #f7f7f7 url('../images/elements/alert.png') repeat-y top left;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px 40px 10px 20px; 
}
.alert h4 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	color: #191919;
}
.alert button {
	background: #ffffff;
	color: #191919;
	border: 1px solid #d9d9d9;
	padding: 3px 5px;
	line-height: 1em;
	font-weight: 700;
	font-size: 12px;
	margin-right: -30px; 
	float: right;
}
.alert button:hover {
	background: #f1f1f1;
}
.alert.alert-regular h4 {
	color: #191919;
}
.alert.alert-warning h4 {
	color: #df294b;
}
.alert.alert-successful h4 {
	color: #68af0c;
}
.alert.alert-retry h4 {
	color: #b7b7b7;
}
.alert.alert-attention h4 {
	color: #aa75c5;
}
.button-1 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #fff;
	text-transform: uppercase;
	border-radius: 7px;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1em;
	text-align: center;
	padding: 20px 40px; 
	background: url('../images/elements/button-bg-1.png') repeat-x top left;
}
.button-2 {
	background: #df294b url('../images/elements/button-bg-2.png') no-repeat center left;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #df294b;
	border-radius: 3px;
	display: inline-block;
	*zoom: 1;
	line-height: 1em;
	*display: inline;
	font-size: 10px;
	padding: 7px 10px 7px 30px; 
	margin-bottom: 15px;
	text-align: center;
	min-width: 156px;
	font-weight: 700; 
}
.button-3 {
	text-align: center;
	background: #fff url('../images/elements/button-bg-3.png') no-repeat center left;
	color: #b3b3b3;
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 10px;
	margin-bottom: 15px;
	min-width: 156px;
	line-height: 1em;
	padding: 7px 10px 7px 30px; 
	font-weight: 700; 
}
.button-3:hover {
	color: #333;
}
.button-4 {
	background: #df294b;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 25px; 
	margin-bottom: 15px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.button-5 {
	text-transform: uppercase;
	padding: 10px 20px; 
	color: #fff;
	font-weight: 700;
	display: inline-block;
	*zoom: 1;
	margin-bottom: 15px;
	*display: inline;
	border-radius: 3px;
	min-width: 150px;
	text-align: center;
	font-size: 12px;
	background: url('../images/elements/button-bg.png') repeat-x top left;
}
.button-6 {
	text-transform: uppercase;
	background: #e8e8e8;
	color: #191919;
	font-size: 10px;
	padding: 10px 25px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-bottom: 15px; 
}
.button-7 {
	background: #df294b;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px; 
	border-radius: 5px;
	margin-bottom: 15px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.button-1:hover,
.button-2:hover,
.button-4:hover,
.button-5:hover,
.button-6:hover {
	opacity: 0.9;
	color: #fff;
	filter: alpha(opacity=90);
}
.button-7:hover,
.button-6:hover {
	color: #fff;
	background: #191919;
}
/* ========================================================================
                                START SLOW EFFECT 
========================================================================= */
input,
.products-dropdown ul li,
i,
.product,
.the-slider .slide-arrows .slide-right,
.the-slider .slide-arrows .slide-left,
.products-dropdown-close,
.product .product-cover .product-cover-hover span,
.related-post .related-post-cover img,
.our-team .our-team-member .hover-effect,
.socials img,
textarea,
button,
a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* ========================================================================
                                END SLOW EFFECT 
========================================================================= */

h1, h2, h3, h4, h5, h6 {
    color: #191919;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    padding: 0;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.content {
	margin-bottom: 60px;
}
.content p {
	margin-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.slider {
	margin-top: -247px;
}
.tesla-carousel .row {
	overflow: hidden;
}


/* ========================================================================
                                START SHOP LINKS                                
========================================================================= */
.shop-links .shop-links-cover {
	text-align: center;
	background: #fff;
}
.shop-links .shop-links-box {
	background: #df294b;
	padding: 30px; 
	text-align: center;
}
.shop-links .shop-links-box h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
}
.shop-links .shop-links-box h2 span {
	text-align: center;
	display: block;
	font-size: 54px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 1.5em;
}
.shop-links .shop-links-box a {
	text-align: center;
	color: #df294b;
	display: inline-block;
	margin: 0 auto;
	background: #191919;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
.shop-links .shop-links-box a:hover {
	background: #fff;
}
.shop-links .shop-links-box.shop-links-box-1 a {
	color: #fdbc4b;
}
.shop-links .shop-links-box.shop-links-box-2 a {
	color: #5fc3d4;
}
.shop-links .shop-links-box.shop-links-box-1 {
	background: #fdbc4b;
}
.shop-links .shop-links-box.shop-links-box-2 {
	background: #5fc3d4;
}
/* ========================================================================
                                END SHOP LINKS
========================================================================= */



/* ========================================================================
                                START THE SLIDER 
========================================================================= */
.content .slide-wrapper,
.content .testimonials-wrapper,
.content .testimonials-dots,
.content .info-box ul,
.content .our-team-member-socials,
.content .the-bullets-dots {
	padding: 0;
}
.info-box ul li,
.content .testimonials-wrapper .testimonial,
.content .slide-wrapper li,
.content .the-bullets-dots li {
	list-style: none;
}
.the-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}
.the-slider .the-bullets-dots {
	margin: 0 auto 35px;
	bottom: 0;
	right: 0;
	z-index: 11;
	padding: 0;
	left: 0;
	position: absolute;
}
.the-slider .the-bullets-dots li {
	width: 14px;
	height: 14px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 5px;
	cursor: pointer;
	list-style: none;
	background: #f1f1f1;
	padding: 3px;
	border-radius: 30px;
}
.the-slider .the-bullets-dots li.active span {
	background: #df294b;
}
.the-slider .the-bullets-dots li span {
	display: block;
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 30px; 
}
.the-slider .slide-arrows {
    display: block;
    width: 100%;
    text-align: center;    
}
.the-slider .slide-arrows .slide-left {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 20px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 43px;
    height: 43px;
    background: url('../images/elements/arrows_2_1.png') no-repeat;
}
.the-slider .slide-arrows .slide-right {
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 20px auto 0;
    z-index: 3;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    cursor: pointer;
    width: 43px;
    height: 43px;
    background: url('../images/elements/arrows_2_2.png') no-repeat;
}
.the-slider .slide-arrows .slide-left:hover,
.the-slider .slide-arrows .slide-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.woocommerce-info {
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}
.checkout_coupon {
	border: 1px solid #ccc;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}
/* ========================================================================
                                END THE SLIDER
========================================================================= */

/* ========================================================================
                                START HEADER
========================================================================= */
.header {
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
.header .search-cart {
	float: right;
	vertical-align: top;
	color: #fff;
}
.header .search-cart .search {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.header .search-cart .search-line {
	background: #535353;
	color: #fff;
	border-radius: 5px;
	line-height: 1.5em;
	padding: 6px;
	vertical-align: top;
	margin-top: 4px;
	outline: none;
}
.header .search-cart .search-line:focus {
	border: 0 solid #fff !important;
}
.header .search-cart .search-button {
	background: url('../images/elements/search-bg.png') no-repeat bottom left;
	width: 33px;
	height: 16px;
	cursor: pointer;
	outline: none;
	vertical-align: top;
	margin: 12px 20px 0 -4px; 
}
.header .search-cart .search-button:focus {
	border: 0 solid #ccc;
}
.header .search-cart .cart-all {
	border-left: 1px solid #474747;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 10px 15px;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	position: relative;
}
.header .search-cart .cart-all a {
	color: #999;
}
.header .search-cart .cart-all a:hover {
	color: #fff;
}
.header .search-cart .cart-all i {
	font-size: 15px;
	margin-right: 8px;
	color: #f1f1f1;
	font-weight: 700;
}
.header .search-cart .cart-all:hover .inside-cart {
	display: block;
	border-bottom: 1px solid #d9d9d9;
}
.header .search-cart .cart-all .inside-cart {
	position: absolute;
	background: #fff;
	border-top: 4px solid #191919;
	margin-top: 10px;
	right: 0;
	width: 270px;
	display: none;
}
.header .search-cart .cart-all .inside-cart p {
	color: #191919;
	padding: 15px 30px;
	border: 1px solid #d9d9d9;
	border-top: 0 solid #d9d9d9;
	border-bottom: 0 solid #d9d9d9;
	margin: 0; 
}
.header .search-cart .cart-all .inside-cart ul {
	background: #fff;
}
.header .search-cart .cart-all .inside-cart ul li {
	border: 1px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
	display: block;
	background: #fff;
	padding: 15px 30px 15px 110px;
	min-height: 100px;
}
.header .search-cart .cart-all .inside-cart ul li button {
	width: 20px;
	font-size: 10px;
	color: #191919;
	background: #fff;
	border: 1px solid #ddd;
	height: 20px;
	text-align: center;
	float: right;
	margin: 0;
	line-height: 1em;
	margin-left: 5px;
	font-weight: 700;
	padding: 0; 
}
.header .search-cart .cart-all .inside-cart ul li button:hover {
	background: #f1f1f1;
}
.header .search-cart .cart-all .inside-cart ul li a {
	padding: 0;
	margin: 0;
	color: #2685bc;
	text-transform: none;
	font-size: 14px;
	background: #fff;
}
.header .search-cart .cart-all .inside-cart ul li a:hover {
	background: #fff;
	color: #df294b;
}
.header .search-cart .cart-all .inside-cart ul li p {
	padding: 0; 
	margin: 0;
	font-size: 12px;
	border: 0; 
}
.header .search-cart .cart-all .inside-cart ul li .inside-cart-image {
	width: 60px;
	margin-left: -80px;
	float: left;
}
.header .search-cart .cart-all .inside-cart ul li .remove {
	width: 22px;
	height: 22px;
	text-align: center;
	font-weight: 700;
	color: #999;
	float: right;
	border: 1px solid #ddd;
}
.header .header-top-info {
	padding: 10px;
	background: #e1e1e1;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	min-height: 40px;
}
.header .header-top-info .header-top-socials {
	float: right;
}
.header .header-top-info .header-top-socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.header .header-top-info .header-top-socials li a {
	display: block;
	margin-left: 5px;
	font-size: 20px;
	color: #191919;
}
.header .header-top-info .header-top-socials li a:hover {
	color: #df294b;
}
.header .header-middle-info {
	padding: 11px 30px;
	position: relative;
	background: #fff;
}
.header .header-middle-account {
	padding-top: 10px;
}
.header .header-middle-account li {
	display: inline-block;
	padding: 0 16px; 
	border-left: 1px solid #d1d1d1;
	*zoom: 1;
	*display: inline;
}
.header .header-middle-account li:first-child {
	border-left: 0 solid #d1d1d1;
}
.header .header-middle-account li a {
	display: block;
	color: #929292;
	font-size: 12px;
}
.header .header-middle-account li a:hover {
	color: #df294b;
}
.header .header-middle-account li a i {
	font-size: 15px;
	margin-right: 3px;
	color: #191919;
}
/* ====================================
================== MENU ===============
==================================== */
.header .menu {
	clear: both;
	padding-left: 24px;
	background: #191919;
	position: relative;
}
.header .menu .repsonsive-menu {
	padding: 12px 30px 10px 25px;
	background: #191919;
	font-size: 12px;
	display: none;
	line-height: 1.5em;
	cursor: pointer;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
}
.header .menu .repsonsive-menu i {
	font-size: 16px;
	vertical-align: top;
	padding-right: 5px;
}
.header .menu .repsonsive-menu:hover {
	background: #df294b;
}
.header .menu ul {
	background: #191919;
}
.header .menu ul li {
	display: inline-block;
	position: relative;
	*zoom: 1;
	*display: inline;
}
.header .menu ul li a {
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 10px 25px; 
	text-transform: uppercase;
}
.header .menu ul li.active ul li a:hover,
.header .menu ul li.active a,
.header .menu ul li a:hover,
.header .menu ul li.menu-item-has-children ul li a:hover,
.header .menu ul li.menu-item-has-children.active ul li a:hover {
	background: #df294b;
}
.header .menu ul li:hover ul li:hover ul li ul,
.header .menu ul li:hover ul li ul,
.header .menu ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
}
.header .menu ul li.menu-item-has-children a {
	padding: 10px 30px 10px 25px;
	background: #191919 url('../images/elements/menu-arrows.png') no-repeat right center;
}
.header .menu ul li.menu-item-has-children a:hover,
.header .menu ul li.menu-item-has-children.active a {
	padding: 10px 30px 10px 25px;
	background: #df294b url('../images/elements/menu-arrows.png') no-repeat right center;
}
.header .menu ul li ul li ul li,
.header .menu ul li ul li {
	display: block;
	min-width: 150px;
}
.header .menu ul li ul li ul {
	right: 0;
	margin-right: -100%;
	position: absolute;
	margin-top: -41px;
	display: block;
}
.header .menu ul li.menu-item-has-children ul li a,
.header .menu ul li.menu-item-has-children.active ul li a,
.header .menu ul li.active ul li a {
	background: #191919;
}
.header .menu ul li:hover ul li:hover ul li:hover ul,
.header .menu ul li:hover ul li:hover ul,
.header .menu ul li:hover ul {
	display: block;
}
/* ====================================
================== MENU ===============
==================================== */

/* ========================================================================
                                END HEADER
========================================================================= */



/* ========================================================================
                                START LOGIN FORM 
========================================================================= */
.forms-separation {
	border-right: 1px solid #d9d9d9;
	padding-right: 50px;
	margin-right: 20px;
}
.login-form-box {
	padding: 40px 80px;
	margin-bottom: 60px;
	background: #ededed;
}
.register-form h3,
.login-form-box h3 {
	margin-bottom: 30px;
}
.register-form p,
.login-form-box p {
	font-size: 12px;
	margin-bottom: 10px;
}
.login-form-box .login-line {
	background: #fff;
	margin-bottom: 30px;
	padding: 15px 20px; 
	border: 1px solid #fff; 
	width: 100%;
	box-shadow: 0 1px 1px #ccc;
	border-radius: 3px;
}
.login-form-box .button-6 {
	background: #d7d7d7;
	padding: 10px 50px; 
}
.login-form-box .button-6:focus {
	border: 0 solid #333; 
}
.login-form-box .lost-password {
	color: #df294b;
	font-size: 12px;
	display: block;
}
.login-form-box .inline {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: top;
	padding-top: 10px;
}
.input-line {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 15px 20px; 
	border: 1px solid #fff; 
	width: 100%;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	border-top: 2px solid #e7e7e7;
}
.input-line:focus {
	border: 1px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
}
.text-area {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 15px 20px; 
	border: 1px solid #fff; 
	width: 100%;
	border-radius: 5px;
	height: 150px;
	resize: none;
	border: 1px solid #f3f3f3;
	border-top: 2px solid #e7e7e7;
}
.text-area:focus {
	border: 1px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
}
/* ========================================================================
                                END LOGIN FORM
========================================================================= */



/* ========================================================================
                                START CHECKOUT
========================================================================= */
.content .payment_methods {
	margin: 0 0 15px;
	padding: 0;
	list-style: none; 
}
.order-title {
	background: #ededed;
	padding: 20px 30px;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 40px;
	font-size: 14px;
	margin-top: 40px;
}
.content .checkout-info {
	border: 1px solid #d9d9d9;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.content .checkout-info li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.5em;
}
.checkout-info li.checkout-info-1 {
	width: 60%;
}
.checkout-info li.checkout-info-2 {
	width: 39%;
	border-left: 1px solid #d9d9d9;
}
.content .checkout-info-box {
	border: 1px solid #d9d9d9;
	border-top: 0 solid #d9d9d9; 
}
.content .checkout-info-box ul {
	padding-left: 0;
}
.checkout-info-box {
	padding: 20px 30px;
	margin-bottom: 40px;
}
.checkout-product {
	font-size: 0;
	line-height: 0;
}
.checkout-product li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 15px 0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	line-height: 1.5em;
}
.checkout-product.o-last li {
	font-weight: 700;
}
.checkout-product.last li {
	border-bottom: 0 solid #d9d9d9;
	font-weight: 700;
}
.checkout-product li.checkout-product-2 {
	padding-top: 20px;
}
.payment-method {
	margin-bottom: 40px;
}
.payment-method li {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	vertical-align: bottom;
	line-height: 1.5em;
}
.payment-method li label {
	margin: 0;
	padding-top: 3px;
	vertical-align: top;
	cursor: pointer;
}
.payment-method li label input {
	margin: 0 6px 1px 0;
	vertical-align: bottom;
}
/* ========================================================================
                                END CHECKOUT
========================================================================= */



/* ========================================================================
                                START PRICING TABLES 
========================================================================= */
.cross-sells {
	padding-top: 40px;
	border-top: 1px dotted #ccc;
}
.content .shipping,
.content .pricing-table-1 ul {
	padding: 0;
}
.content .pricing-table-1 ul li {
	list-style: none;
}
.pricing-table-1,
.pricing-table-2 {
	margin-bottom: 60px;
}
.pricing-table-2.pricing-table-favorite .pricing-table-name,
.pricing-table-1.pricing-table-favorite .pricing-table-name {
	background: #df294b;
	color: #fff;
}
.pricing-table-1 .pricing-table-name {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 22px 10px;
	border-radius: 5px 5px 0 0;
	background: #191919; 
	text-transform: uppercase;
}
.pricing-table-1 .pricing-table-list {
	padding: 22px 20px 22px 75px;
	border: 1px solid #dddddd;
	border-top: 0 solid #dddddd;
	font-size: 12px;
}
.pricing-table-1 .pricing-table-list span {
	color: #348792;
	padding: 5px;
}
.pricing-table-1 .pricing-table-list i {
	font-size: 14px;
	color: #348792;
	padding-right: 10px;
}
.pricing-table-1 .pricing-table-price {
	background: #df294b;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px 20px; 
	font-size: 31px;
	color: #fff;
	text-align: center; 
}
.pricing-table-1 .pricing-table-price span {
	color: #ccc;
	font-size: 17px;
}
.pricing-table-1 .pricing-table-price a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #191919;
	border-radius: 3px;
	padding: 15px 35px; 
	margin: 5px auto 0; 
	opacity: 1;
	filter: alpha(opacity=100);
}
.pricing-table-1 .pricing-table-price a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pricing-table-2 {
	background: #e8e8e8;
	border-radius: 15px;
	text-align: center;
	padding-bottom: 40px;
}
.pricing-table-2 .pricing-table-name {
	background: #d1d1d1;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 20px; 
	border-radius: 15px 15px 0 0;
	margin-bottom: 30px;
}
.pricing-table-2 .pricing-table-price {
	color: #191919;
	font-size: 43px;
	font-weight: 700;
	vertical-align: top;
	line-height: 1.5em;
}
.pricing-table-2 .pricing-table-price a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #df294b;
	vertical-align: top;
	border-radius: 3px;
	padding: 15px 25px; 
	margin: 10px 0 0 10px; 
	opacity: 1;
	filter: alpha(opacity=100);
}
.content .pricing-table-2 ul {
	margin: 30px 40px 0 40px;
	background: #fff;
	padding: 0;
}
.content .pricing-table-2 ul li {
	padding: 15px;
	font-size: 12px;
	display: block;
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
}
.content .pricing-table-2 ul li span {
	color: #348792;
}
/* ========================================================================
                                END PRICING TABLES
========================================================================= */


/* ========================================================================
                                START OUR-TEAM
========================================================================= */
.our-team {
	margin-bottom: 0;
}
.our-team .our-team-member {
	margin-bottom: 40px;
	position: relative;
}
.our-team .our-team-member .hover-effect {
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0, 0.6);
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.our-team .our-team-member .hover-effect i {
	position: absolute;
	bottom: 0;
	top: 50%;
	margin-top: -12px;
	background: #df294b;
	text-align: center;
	padding: 6px;
	height: 24px;
	left: 50%;
	margin-left: -12px;
}
.our-team .our-team-member:hover .hover-effect {
	opacity: 1;
	filter: alpha(opacity=100);
}
.our-team .our-team-member-details {
	padding-left: 40px;
	padding-top: 20px;
}
.our-team .our-team-member-details h3 {
	margin-bottom: 2px;
}
.our-team .our-team-member-details h4 {
	font-weight: 700;
	margin-bottom: 15px;
}
.our-team .our-team-member-details p {
	font-size: 12px;
	margin-bottom: 15px;
}
.our-team .our-team-member-details .our-team-member-socials {
	margin-bottom: 30px;
}
.our-team .our-team-member-details .our-team-member-socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right: 3px;
}
.our-team .our-team-member-details .our-team-member-socials li a {
	display: block;
	border-radius: 0;
	background: #fff;
}
.our-team .our-team-member-details .our-team-member-socials li a i {
	background: #fff;
	color: #df294b;
	font-size: 20px;
	border-radius: 0;
	padding: 2px;
}
.our-team .our-team-member-details .our-team-member-socials li a:hover i {
	color: #191919;
}
/* ========================================================================
                                END OUR-TEAM 
========================================================================= */


/* ========================================================================
                                START CART
========================================================================= */
.shopping-cart {
	margin-bottom: 60px;
}
.shopping-cart .shopping-cart-products {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #d9d9d9;
	border-bottom: 0 solid #d9d9d9;
}
.shopping-cart-products ul {
	padding-left: 0 !important;
}
.shopping-cart .coupon {
	padding: 30px;
	background: #f9f9f9;
}
.shopping-cart .coupon .button-6 {
	padding: 10px 50px;
}
.shopping-cart .checkout-total {
	padding-left: 50px;
	margin-bottom: 40px;
}
.shopping-cart .checkout-total .col-md-3,
.shopping-cart .checkout-total .col-xs-6 {
	width: 100%;
}
.shopping-cart .checkout-total p {
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #191919;
}
.shopping-cart .checkout-total hr {
	margin: 15px 0;
}
.shopping-cart .checkout-total .button-6 {
	float: right;
	margin-top: 15px;
	margin: 0 0 10px 10px;
}
.shopping-cart .checkout-total .shipping-calculator-form {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.shopping-cart .checkout-total .shipping-calculator-form select {
	width: 100%;
	border: 1px solid #ccc;
	outline: none;
	padding: 10px;
	margin-bottom: 15px;
}
.shopping-cart .checkout-total .shipping-calculator-form .button-6 {
	float: none;
	border: 0;
	margin: 0;
}
.shopping-cart .checkout-total .shipping-calculator-form p {
	margin: 0;
}
.shopping-cart .checkout-total .shipping-calculator-button {
	display: block;
	background: #f9f9f9;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	color: #353535;
	font-size: 10px;
	margin-bottom: 20px;
}
.shopping-cart .checkout-total .shipping-calculator-button:hover {
	background: #f1f1f1;
}
.shopping-cart .checkout-total .shipping-calculator-form .input-line {
	width: 100%;
	border: 1px solid #ccc;
	outline: none;
	padding: 10px;
	background: none;
	border-radius: 0;
	color: #494949;
	margin-bottom: 15px;
}
.shopping-cart .shopping-product-detail {
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #d9d9d9;
}
.shipping.checkout-product ul {
	padding: 0 !important;
}
.shipping.checkout-product ul li {
	display: block;
	padding: 0;
}
.shopping-cart .shopping-product-detail li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px 0;
}
.shopping-cart .shopping-product-detail li p {
	margin: 0 0 3px 0;
}
.shopping-cart .shopping-product-detail li.shopping-2 a {
	color: #2685bc;
	font-size: 14px;
}
.shopping-cart .shopping-product-detail li.shopping-2 a:hover {
	color: #df294b;
}
.shopping-cart .shopping-product-detail li.shopping-1 {
	text-align: center;
	width: 15%;
}
.shopping-cart .shopping-product-detail li.shopping-1 img {
	text-align: center;
	display: block;
	margin: auto;
}
.shopping-cart .shopping-product-detail li.shopping-2 {
	width: 20%;
}
.shopping-cart .shopping-product-detail li.shopping-3 {
	width: 20%;
}
.shopping-cart .shopping-product-detail li.shopping-4 {
	width: 20%;
}
.shopping-cart .shopping-product-detail li.shopping-5 {
	width: 10%;
}
.shopping-cart .shopping-product-detail li.shopping-6 {
	width: 15%;
}
.shopping-cart .shopping-product-detail li.shopping-7 {
	width: 35%;
}
.shopping-cart .shopping-product-detail li.shopping-6 button {
	float: right;
	margin-right: 50%;
	border: 1px solid #d9d9d9;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #191919;
	background: #fff;
	font-size: 10px;
	line-height: 1em;
	cursor: pointer;
	margin-top: -3px;
	font-weight: 700;
}
.shopping-cart .shopping-product-detail li.shopping-7 button {
	display: inline-block;
	border: 1px solid #d9d9d9;
	width: 22px;
	height: 22px;
	text-align: center;
	margin-left: 20px;
	color: #191919;
	background: #fff;
	font-size: 10px;
	line-height: 1em;
	cursor: pointer;
	margin-top: 2px;
	font-weight: 700;
}
.shopping-cart .shopping-product-detail li.shopping-7 button:hover,
.shopping-cart .shopping-product-detail li.shopping-6 button:hover {
	background: #191919;
	border: #191919;
	color: #fff;
}
/* ========================================================================
                                END CART
========================================================================= */



/* ========================================================================
                                START PRODUCT
========================================================================= */
.product {
	margin-bottom: 60px;
	overflow: hidden;
	padding: 2px;
	box-shadow: 0px 0px 3px #ccc;
	margin-top: 3px;
}
.product .product-details {
	background: #62bccb;
	color: #fff;
}
.product .product-details h1 {
	padding: 10px 15px 0;
}
.product .product-details h1,
.product .product-details h1 a {
	font-size: 20px;
	color: #fff;
	margin-bottom: 3px;
	line-height: 1.5em;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.product .product-details h1 a:hover {
	color: #191919;
}
.product .product-details p {
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.product .product-cover {
	text-align: center;
	background: rgba(255,255,255, 0.5);
	position: relative;
	margin: 0;
}
.product .product-cover .product-action {
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	margin: 10px 15px 0 0;
	text-align: right;
}
.product .product-cover .product-sale,
.product .product-cover .product-new {
	text-transform: uppercase;
	background: #373737;
	font-size: 12px;
	font-weight: 700;
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #666;
	margin: 5px 0;
	color: #fff;
	line-height: 1em;
}
.product .product-cover .product-new {
	background: url('../images/elements/action-bg.png') repeat-x top left;
}
.product .product-cover .product-sale {

}
.product .product-cover .product-cover-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 28px;
	margin: auto;
	bottom: 0;
	top: 0;
}
.product .product-cover .product-cover-hover span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 3px 15px;
	font-size: 10px;
	background: #66c0d0;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product .product-cover .product-cover-hover span a {
	color: #fff;
}
.product .product-cover .product-cover-hover span:hover {
	background: #191919;
}
.product:hover .product-cover .product-cover-hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product:hover {
	box-shadow: 0px 0px 3px #999;
}
.product .product-price {
	color: #fff;
	box-shadow: 0px -1px 0px rgba(0,0,0,0.1);
	font-size: 21px;
	padding: 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.product .product-price a.loading i:before {
	content: "\e615";
}
.product .product-price a.added i:before {
	content: "\e612";
}
.product .product-price .added_to_cart {
	display: none;
}
.product .product-price {
	font-size: 16px;
}
.product .product-price span {
	color: #f1f1f1;
	font-size: 16px;
	padding: 0 2px;	
}
.product .product-price del span {
	text-decoration: line-through;
}
.product .product-price i {
	float: right;
	color: #fff;
	background: rgba(0,0,0,0.2);
	line-height: 1em;
	font-size: 15px;
	text-align: center;
	height: 25px;
	padding-top: 4px;
	width: 25px;
	cursor: pointer;
	border-radius: 4px;
	margin-top: -5px;
}
.product .product-price i:hover {
	background: #191919;
}
/* ========================================================================
                                END PRODUCT
========================================================================= */



/* ========================================================================
                                START STATISTICS
========================================================================= */
.statistics-circle {
	border-radius: 1000px;
	border: 2px solid #d3d3d3;
	color: #df294b;
	font-size: 67px;
	text-align: center;
	line-height: 1em;
	padding-top: 131px;
	font-weight: 700;
	padding-bottom: 125px;  
}
.statistics-circle span {
	font-size: 17px;
	line-height: 1.5em;
	color: #191919;
	font-weight: 400;
	margin-top: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
/* ========================================================================
                                END STATISTICS
========================================================================= */



/* ========================================================================
                                START TESTIMONIALS
========================================================================= */
.testimonials {
	border-top: 3px solid #191919;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.testimonials .testimonials-dots {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -5px;
	right: 0;
}
.testimonials .testimonials-dots li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0px 3px;
}
.testimonials .testimonials-dots li span {
	display: block;
	width: 6px;
	height: 6px;
	cursor: pointer;
	background: #999;
}
.testimonials .testimonials-dots li.active span {
	background: #df294b;
}
.testimonials .testimonials-title {
	display: inline-block;
	margin: 0 auto 20px;
	background: #191919;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	line-height: 0.5em;
	font-size: 10px;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase; 
}
.testimonials p {
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	margin-bottom: 15px;
}
.testimonials .testimonials-avatar {
	margin-bottom: 10px;
	border-radius: 500px;
	overflow: hidden;
	height: 60px;
	width: 60px;
	margin: 0 auto 5px; 
}
.testimonials h4 {
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	font-size: 10px;
}
/* ========================================================================
                                END TESTIMONIALS
========================================================================= */



/* ========================================================================
                                START ALL PRODUCTS
========================================================================= */
.all-products-details {
	margin-bottom: 60px;
}
.all-products-details h2,
.all-products-details span {
	display: inline-block;
}
.all-products-details span {
	padding-left: 60px;
	color: #929292;
	vertical-align: top;
	font-size: 12px;
	padding-top: 12px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.sort-dropdown {
	display: inline-block;
	position: relative;
	
}
.sort-dropdown:hover ul {
	display: block;
}
.sort-dropdown ul {
	display: none;
	position: absolute;
	z-index: 99;
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 92%;
	margin: 0 4%;
	border-bottom: 0 solid #d9d9d9;
	border-top: 0 solid #d9d9d9;
}
.sort-dropdown ul li {
	border-bottom: 1px solid #d9d9d9;
}
.sort-dropdown ul li a {
	display: block;
	padding: 15px 30px; 
	font-size: 10px;
	text-transform: uppercase;
	color: #191919;
	font-weight: 700;
	line-height: 1.5em;
}
.sort-dropdown:hover span,
.sort-dropdown ul li a:hover {
	color: #df294b;
}
.sort-dropdown span {
	font-size: 10px;
	display: block;
	font-weight: 700;
	line-height: 1.5em;
	border: 1px solid #d9d9d9;
	color: #191919;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 40px; 
}
.sort-dropdown span i {
	padding-left: 40px;
}

.products-dropdown {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.products-dropdown span {
	font-size: 10px;
	display: block;
	font-weight: 700;
	line-height: 1.5em;
	color: #191919;
	width: 100%;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	text-transform: uppercase;
	padding: 20px 30px; 
}
.products-dropdown.open-dropdown span {
	border: 1px solid #d9d9d9;
}
.products-dropdown span i {
	float: right;
}
.products-dropdown.open-dropdown ul li a {
	display: block;
	padding: 15px 30px; 
	font-size: 10px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #d9d9d9;
}
.products-dropdown ul li:hover,
.products-dropdown ul li a:hover,
.products-dropdown.open-dropdown ul li a:hover {
	color: #191919;
}
.products-dropdown ul {
	overflow: auto;
	border: 1px solid #d9d9d9;
	border-top: 0 solid #d9d9d9;
	height: 150px;
}
.products-dropdown.open-dropdown ul {
	border: 1px solid #d9d9d9;
	overflow: visible;
	height: auto;
	border-top: 0 solid #d9d9d9;
	border-bottom: 0 solid #d9d9d9;
}
.products-dropdown.open-dropdown ul li {
	list-style: none;
}
.products-dropdown ul li {
	list-style: disc;
	color: #a3a3a3;
	list-style-position:inside;
}
.products-dropdown ul li a {
	display: block;
	padding: 5px 30px; 
	font-size: 10px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 0 solid #d9d9d9;
}
.products-dropdown-close {
	font-weight: 300;
	float: right;
	padding: 6px 18px;
	text-align: right;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.products-dropdown-close i {
	font-size: 8px;
	padding-left: 6px;
}
.products-dropdown-close:hover i,
.products-dropdown-close:hover {
	color: #df294b;
}
.product-one {
	margin-bottom: 60px;
}
.product-one .sort-dropdown span {
	padding: 20px 35px;
}
.product-one .product-big-image {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee; 
}
.product-one .product-image-arrows {
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 10;
	margin-top: auto;
	margin-bottom: auto;
}
.product-one .product-image-arrows .product-image-arrows-left {
	display: block;
	float: left;
}
.product-one .product-image-arrows .product-image-arrows-right {
	display: block;
	float: right;
}
.product-one .product-image-arrows i {
	height: 50px;
	display: block;
	width: 50px;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	border: 2px solid #191919;
	padding-top: 13px;
	border-radius: 100px;
	line-height: 1em;
	cursor: pointer;
	margin: 0 10px; 
}
.product-one .product-image-arrows i:hover {
	color: #fff;
	background: #191919;
}
.product-rate {
	color: #df294b;
}
.product-rate i {
	cursor: pointer;
}
.product-one h2 {
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 0;
}
.product-rate {
	margin-bottom: 8px;
}
.product-one .sort-dropdown {
	margin-bottom: 20px;
}
.product-one .button-2,
.product-one .button-3 {
	margin-bottom: 15px;
}
.product-one .product-price {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
}
.single-product .product-one .product-price {
	color: #191919;
}
.product-one hr {
	margin-bottom: 40px;
	margin-top: 60px;
	border-top: 1px solid #dddddd;
}

.product-one .nav-tabs {
	margin-top: 50px;
	padding-left: 0;
}
.product-one .nav-tabs &gt; li &gt; a:hover,
.product-one .nav-tabs &gt; li.active &gt; a {
	border: 0 solid #eee;
	border-top: 4px solid #191919; 
	color: #191919;
	background: none;
}
.product-one .nav-tabs &gt; li {
	width: 50%;
}
.product-one .nav-tabs &gt; li &gt; a {
	border: 0 solid #eee;
	border-top: 4px solid #d1d1d1; 
	color: #d1d1d1;
	display: block;
	text-transform: none;
	text-align: center;
	font-size: 22px;
}
.product-one .tab-content {
	border: 0 solid #eee;
	color: #191919;
	padding: 20px 0; 
}
.product-one .tab-content p {
	margin-bottom: 20px;
}
.product-one .tab-content .product-details {
	margin-bottom: 40px;
}
.product-one .tab-content .product-details li {
	padding: 10px 20px;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
}
.product-one .tab-content .product-details li a {
	color: #191919;
}
.product-one .tab-content .product-details li a:hover {
	color: #df294b;
}
.product-one .product-review {
	border: 1px solid #ddd; 
	border-radius: 4px;
	color: #a7a7a7;
	padding: 30px;
	min-height: 120px;
	margin-bottom: 40px;
	padding-left: 110px;
}
.product-one .product-review p {
	font-size: 12px;
	margin: 0;
}
.product-one .product-review .product-review-avatar {
	float: left;
	width: 60px;
	margin-left: -80px;
}
.product-one .product-review .product-review-avatar img {
	width: 60px;
	height: auto;
	border-radius: 4px;
}
.product-one .product-review .product-review-author {
	margin-bottom: 5px;
	font-size: 12px;
	color: #191919;
	text-transform: uppercase;
}
.product-one .product-review .product-review-author span {
	padding-left: 20px;
	color: #a7a7a7;
	text-transform: none;
}
.product-one .quantity {
	margin-bottom: 20px;
}
.product-one .quantity span {
	color: #929292;
	padding-left: 30px;
	font-size: 12px;
}
.shopping-product-detail .product-remove a {
	display: inline-block;
	border: 1px solid #ccc;
	height: 20px;
	color: #191919;
	width: 20px;
	text-align: center;
}
.shopping-product-detail .product-remove a:hover {
	background: #f5f5f5;
	color: red;
}
.shopping-product-detail .qty,
.product-one .qty {
	border: 1px solid #d9d9d9;
	height: 30px;
	width: 40px;
	margin: 0 -6px;
	padding-left: 5px;
	border-radius: 0;
}
.shopping-product-detail .plus,
.shopping-product-detail .minus,
.product-one .quantity .plus,
.product-one .quantity .minus {
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	color: #999;
	height: 30px;
	width: 30px;
	border-radius: 0;
	text-align: center;
}
.shopping-product-detail .plus:hover,
.shopping-product-detail .minus:hover,
.product-one .quantity .plus:hover,
.product-one .quantity .minus:hover {
	color: #fff;
	background: #df294b;
	border: 1px solid #df294b;
}
.modal-review {
	width: 400px;
}
.modal-review .modal-content {
	padding: 30px;
}
.modal-review .modal-content h3 {
	text-align: center;
	margin-bottom: 30px;
}
.modal-review .modal-content .close {
	float: right;
	color: #191919;
	margin-top: -10px;
}
.modal-review .modal-content form {
	width: 240px;
	margin: 0 auto;
}
.modal-review .modal-content p {
	font-size: 12px;
}
.modal-review .modal-content .input-line {
	padding: 10px 15px;
}

.product-one .the-slider .the-bullets-dots {
	position: relative;
	border-top: 1px solid #eee;
	line-height: 0;
	font-size: 0;
}
.product-one .the-slider .the-bullets-dots li {
	width: auto;
	height: auto;
	display: inline;
	font-size: 0;
	line-height: 0;
	*zoom: 1;
	opacity: 0.5;
	margin: 0;
	padding: 0; 
	*display: inline;
}
.product-one .the-slider .the-bullets-dots li.active {
	opacity: 1;
}




/* ========================================================================
                                END ALL PRODUCTS
========================================================================= */







/* ========================================================================
                                START CONTACT 
========================================================================= */
.google-map {
	margin: 30px 0 60px;
	height: 450px;
}
.google-map iframe {
	width: 100%;
}
.contact-info {
	margin-bottom: 60px;
}
.contact-info ul {
	padding-left: 0;
}
.contact-info ul li {
	list-style: none;
	margin-bottom: 5px;
}
.contact-info ul li a {
	color: #191919;
}
.contact-info ul li span {
	display: block;
	padding-left: 30px;
}
.contact-info ul li span.location {
	background: url('../images/elements/contact-sprite.png') no-repeat 0 3px;
}
.contact-info ul li span.mail {
	background: url('../images/elements/contact-sprite.png') no-repeat 0 -81px;
}
.contact-info ul li span.phone {
	background: url('../images/elements/contact-sprite.png') no-repeat 0 -162px;
}
.the-form {
	margin-bottom: 40px;
}
.the-form p {
	font-size: 12px;
}
.the-form .the-line {
	background: #f3f3f3;
	border-top: 2px solid #e7e7e7;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	outline: none;
	padding: 10px; 
}
.the-form .the-area {
	background: #f3f3f3;
	border-top: 2px solid #e7e7e7;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px; 
	height: 150px;
	outline: none;
	resize: none;
}
.the-form .the-area:focus, 
.the-form .the-line:focus {
	border: 0 solid #ccc;
	border-top: 2px solid #999;
}
.the-form .button-4 {
	font-size: 12px;
}
.the-form .button-4:focus {
	border: 0 solid #ddd;
}
/* ========================================================================
                                END CONTACT 
========================================================================= */



/* ========================================================================
                                START ITEM 
========================================================================= */
.item {
	margin-bottom: 20px; 
	padding-left: 75px;
	min-height: 70px;
	overflow: hidden;
}
.item .item-cover {
	float: left;
	width: 64px;
	margin-left: -75px;
}
.item .item-cover img {
	border-radius: 5px;
}
.item h5,
.item h5 a {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #191919;
}
.item h5 a:hover {
	color: #df294b;
}
.item p {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.5em;
	color: #191919;
}
.item .item-price {
	color: #df294b;
	text-transform: uppercase;
	font-size: 12px;
}
/* ========================================================================
                                END ITEM 
========================================================================= */




/* ========================================================================
                                START MAIN SIDEBAR 
========================================================================= */
.main-sidebar {
	margin-bottom: 60px;
	padding-left: 40px;
}
.widget {
	margin-bottom: 60px;
}
.widget .widget-title {
	color: #191919;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.5em;
	padding-left: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.widget .widget-category li a {
	display: block;
	padding: 10px 20px;
	color: #191919;
	line-height: 1.5em;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.widget .widget-archives li a:hover,
.widget .widget-category li a:hover {
	color: #df294b;
}
.widget .tagcloud {
	margin-top: -1px;
	border: 1px solid #d9d9d9;
	padding: 15px 10px;
}
.widget .tagcloud a {
	margin: 0 5px 10px;
	display: inline-block;
	*zoom: 1;
	text-transform: uppercase;
	padding: 3px 8px;
	font-size: 10px; 
	*display: inline;
	background: #e8e8e8;
	color: #191919;
}
.widget .tagcloud a:hover {
	background: #df294b;
	color: #fff;
}
.widget .widget-archives li {
	text-align: right;
	color: #191919;
	line-height: 1.5em;
	padding: 10px 20px; 
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.widget .widget-archives li a {
	float: left;
	color: #191919;
	line-height: 1.5em;
	font-size: 14px;
}
.widget .widget-best-seller li {
	margin-bottom: 20px;
	padding-left: 90px;
	min-height: 70px;
}
.widget .widget-best-seller li span {
	display: block;
}
.widget .widget-best-seller li .item-cover {
	margin-left: -90px;
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.widget .widget-best-seller li .item-cover img {
	width: 70px;
}
.widget .widget-best-seller li .item-title a {
	text-transform: uppercase;
	color: #191919;
	font-size: 12px;
}
.widget .widget-best-seller li .item-title a:hover {
	color: #2685bc;
}
.widget .widget-best-seller li .item-detail {
	font-size: 12px;
	color: #191919;
	margin-bottom: 3px;
}
.widget .widget-best-seller li .item-price {
	color: #df294b;
	font-size: 12px;
}
/* ========================================================================
                                END MAIN SIDEBAR
========================================================================= */




/* ========================================================================
                                START COLLAPSE 
========================================================================= */
.panel {
	box-shadow: 0 0 0 #ccc;
}
.panel-group {
    margin-bottom: 60px;
}
.panel-group .panel {
	border: 0 solid #ddd;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: 0 0 0 #333;
}
.panel .panel-heading {
	padding: 0;
	border: 0 solid #ccc;
	border-radius: 0;
}
.panel-group .panel .panel-heading a {
    border: 1px solid #dcdcdc;
    padding: 20px 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a2a2a2;
    font-size: 12px;
    display: block;
}
.panel-group .panel .panel-heading a.collapsed {
	color: #191919;
}
.panel-body {
	border: 1px solid #dcdcdc;
    padding: 20px 25px;
    color: #999;
    margin-top: -1px;
}
.panel-group.panel-group-2 .panel {
	margin: 0;
}
.panel-group.panel-group-2 .panel .panel-heading {
	background: none;
}
.panel-group.panel-group-2 .panel .panel-heading a {
	border: 0 solid #dcdcdc;
    padding: 0 0 20px 34px;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    color: #191919;
    font-size: 14px;
    display: block;
}
.panel-group.panel-group-2 .panel .panel-heading a i {
	font-size: 8px;
	padding: 7px 6px 6px 6px;
	height: 20px;
	text-align: center;
	width: 20px;
	color: #fff;
	float: left;
	line-height: 1em;
	margin-left: -34px;
	background: #191919;
	border-radius: 3px;
}
.panel-group.panel-group-2 .panel .panel-heading a.collapsed i {
	color: #191919;
	background: #e8e8e8;
}
.panel-group.panel-group-2 .panel-body {
	border: 0 solid #dcdcdc;
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    color: #999;
    margin-bottom: 20px;
    margin-top: -1px;
}
/* ========================================================================
                                END COLLAPSE 
========================================================================= */



/* ========================================================================
                                START TABS
========================================================================= */
.tab-content {
	border: 1px solid #d9d9d9;
	padding: 30px;
	color: #666; 
}
.nav-tabs {
	border-bottom: 0 solid #ccc;
}
.nav-tabs &gt; li &gt; a {
	border-radius: 0;
	border: 1px solid #d9d9d9;
	margin-right: -1px;
	font-size: 10px;
	text-transform: uppercase;
	color: #191919;
	padding: 15px 30px; 
}
/* ========================================================================
                                END TABS
========================================================================= */



/* ========================================================================
                                START POST
========================================================================= */
.blog-entry {
	margin-bottom: 60px;
}
.blog-entry .entry-header {
	margin-bottom: 10px;
}
.blog-entry .entry-header h1,
.blog-entry .entry-header h1 a {
	color: #191919;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 15px;
}
.blog-entry .entry-header .blog-entry-details {
	padding: 0;
}
.blog-entry .entry-header .blog-entry-details li a:hover,
.blog-entry .entry-header h1 a:hover {
	color: #df294b;
}
.blog-entry .entry-header .blog-entry-details li {
	display: inline-block;
	*zoom: 1;
	margin-right: 24px;
	margin-bottom: 10px;
	padding-left: 22px;
	*display: inline;
	background: url('../images/elements/entry-bg.png') no-repeat 0 0;
}
.blog-entry .entry-header .blog-entry-details li a {
	color: #191919;
	font-size: 12px;
	line-height: 1.5em;
}
.blog-entry .entry-header .blog-entry-details li.entry-date {
	background-position: 0 1px;
	text-transform: uppercase;
}
.blog-entry .entry-header .blog-entry-details li.entry-author {
	background-position: 0 -43px;
}
.blog-entry .entry-header .blog-entry-details li.entry-tags {
	background-position: 0 -166px;
}
.blog-entry .entry-header .blog-entry-details li.entry-comments {
	background-position: 0 -102px;
}
.blog-entry .entry-cover {
	margin-bottom: 45px;
}
.blog-entry .entry-cover iframe {
	width: 100%;
	height: 422px;
}
.blog-entry .entry-content p,
.blog-entry .entry-content {
	margin-bottom: 20px;
}
.blog-entry .entry-footer a {
	font-size: 12px;
}
.home-blog-show .blog-entry .entry-header .blog-entry-details li {
	background: none;
	padding-left: 0;
	margin-right: 10px;
	font-size: 12px;
	color: #191919;
}
.home-blog-show .blog-entry .entry-header .blog-entry-details li a {
	color: #157581;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 10px;
}
.home-blog-show .blog-entry .entry-header .blog-entry-details li a:hover {
	color: #df294b;
}
.home-blog-show .blog-entry .entry-header h1,
.home-blog-show .blog-entry .entry-header h1 a {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 10px;
}
.home-blog-show .blog-entry .entry-cover {
	margin-bottom: 30px;
}
.home-blog-show .blog-entry .entry-content p,
.home-blog-show .blog-entry .entry-content {
	font-size: 12px;
	margin-bottom: 30px;
}
.woocommerce-shipping-fields .input-checkbox {
	position: absolute;
	margin-top: -27px;
}
.create-account .checkbox {
	position: absolute;
	margin-top: -23px;
}
/* ========================================================================
                                END POST
========================================================================= */



/* ========================================================================
                                START COMMENTS
========================================================================= */
.comments-area {
	margin-bottom: 60px;
	margin-top: 60px;
}
.comments-area ul {
	padding: 0 !important;
}
.comments-area ul ul {
	padding-left: 80px !important; 
	background: url('../images/elements/reply.png') no-repeat 30px 60px !important;
}
.comments-area ul li {
	list-style: none !important;
}
.comments-area .commentlist {
	margin-bottom: 60px;
}
.comments-area .commentlist .comment {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	padding: 30px 30px 30px 120px; 
	margin-bottom: 40px;
	font-size: 12px;
}
.comments-area .commentlist .comment p {
	color: #777;
}
.comments-area .commentlist .comment .comment-info {
	display: block;
	margin-bottom: 10px;
	color: #191919;
}
.comments-area .commentlist .comment .comment-info span {
	padding-left: 15px;
	color: #999;
}
.comments-area .commentlist .comment .comment-info a {
	float: right;
	color: #191919;
	padding-left: 5px;
}
.comments-area .commentlist .comment .comment-info a:hover {
	color: #df294b;
}
.comments-area .commentlist .comment .comment-image {
	margin-left: -90px;
	float: left;
	display: block;
}
.comments-area .commentlist .comment .comment-image img {
	width: 70px;
	height: auto;
	border-radius: 5px;
}
.comments-area ul ul {
	padding-left: 80px; 
	background: url('../images/elements/reply.png') no-repeat 30px 60px;
}
.comments-area .comment ul,
.comments-area .comment ul ul {
	padding-left: 20px !important;
	background: none !important;
}
.comments-area .comment ul li,
.comments-area .comment ul ul li {
	list-style: disc !important;
}
.comments-area .comment ol li,
.comments-area .comment ol ol li {
	list-style: decimal !important;
}
.comments-area .comment&gt;ul {
	margin-bottom: 20px !important;
}
.comments-area .comment-respond p {
	font-size: 12px;
	color: #191919;
	margin-bottom: 5px;
	display: block;
}
.comments-area .comment-respond .comments-area {
	margin-top: 0;
}
.comments-area .comment-respond .comments-line {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 12px 15px; 
	border: 1px solid #fff; 
	width: 100%;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	border-top: 2px solid #e7e7e7;
}
.comments-area .comment-respond .comments-line:focus {
	border: 1px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
}
.comments-area .comment-respond .comments-area {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 12px 15px; 
	border: 1px solid #fff; 
	height: 120px;
	resize: none;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	border-top: 2px solid #e7e7e7;
}
/* ========================================================================
                                END COMMENTS
========================================================================= */



/* ========================================================================
                                START PAGINATION
========================================================================= */
.page-numbers {
	margin-bottom: 60px;
}
.page-numbers li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #c7c7c7;
}
.page-numbers li span {
	color: #df294b;
	font-size: 14px;
	padding-right: 10px;
	font-weight: 700;
}
.page-numbers li a {
	color: #c7c7c7;
	font-size: 14px;
	font-weight: 700;
	padding-right: 10px;
}
.page-numbers li a:hover {
	color: #df294b;
}
/* ========================================================================
                                END PAGINATION
========================================================================= */



/* ========================================================================
                                START RELATED POSTS
========================================================================= */
.related-post {
	display: inline-block;
	*display: inline;
	margin: 0 auto 60px;
	*zoom: 1;
}
.related-post a {
	font-size: 12px;
	font-weight: 700;
	color: #191919;
}
.related-post a:hover {
	color: #df294b;
}
.related-post .related-post-cover {
	position: relative;
	background: #df294b url('../images/elements/zoom.png') no-repeat center center;
	cursor: pointer;
	margin-bottom: 10px;
}
.related-post .related-post-cover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.related-post .related-post-cover:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* ========================================================================
                                END RELATED POSTS
========================================================================= */



/* ========================================================================
                                START SOCIAL SHARE
========================================================================= */
.content .social-share-border {
	border-top: 1px solid #d2d2d2;
	padding: 20px 0 16px;
	border-bottom: 1px solid #d2d2d2;
	margin: 40px 0 60px;
}
.content .social-share {
	overflow: hidden;
	border: 1px solid #d2d2d2;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 8px 15px;
	font-size: 12px;
	width: 76px;
	height: 52px;
	margin: 0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	cursor: pointer;
}
.content .social-share span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.content .social-share:hover {
	width: auto;
}
.content .social-share li:first-child span {
	padding-top: 6px;
	margin-bottom: 20px;
}
.content .social-share li {
	vertical-align: top;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.content .social-share li a {
	margin: 0 5px;
	color: #191919;
	display: block;
	padding-top: 1px;
}
.content .social-share li a i {
	font-size: 19px;
	line-height: 1em;
}
.content .social-share li a:hover {
	color: #df294b;
}
/* ========================================================================
                                END SOCIAL SHARE
========================================================================= */



/* ========================================================================
                                START ERROR-404 
========================================================================= */
.error-404 {
	padding: 60px 0;
	text-align: center;
}
.error-404 img {
	margin: 0 auto 15px;
}
.error-404 h3 {
	font-size: 22px;
	color: #191919;
	font-weight: 400;
}
.error-404 h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.error-404 h2 {
	font-size: 25px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 10px;
}
.error-404 p {
	font-size: 14px;
	text-transform: uppercase;
}
.error-404 .error-404-search {
	position: relative;
	margin: 50px auto;
	width: 242px;
}
.error-404 .error-404-search .search-line {
	width: 240px;
	border: 1px solid #d1d1d1;
	color: #d1d1d1;
	font-size: 12px;
	padding: 10px 15px;
	display: block;
}
.error-404 .error-404-search .search-button {
	background: url('../images/elements/search-bg-error.png') no-repeat center left;
	display: block;
	width: 27px;
	height: 20px;
	padding: 21px 24px 21px 21px;
	position: absolute;
	margin: -42px 0 0 0;
	right: 0;
}
/* ========================================================================
                                END ERROR-404  
========================================================================= */



/* ========================================================================
                                START SUBSCRIPTION
========================================================================= */
.subscription {
	margin-bottom: 40px;
}
.subscription .subscription-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #7eb6f8;
}
.subscription .subscription-line {
	border: 1px solid #d1d1d1;
	padding: 10px;
	font-style: italic; 
	font-size: 12px;
	width: 100%;
	margin-bottom: 15px;
}
.subscription .subscription-line.s_error {
	border: 1px solid #df294b !important;
}
.subscription input[type="submit"]:focus {
	outline: none;
	border: 0 solid #ddd;
}
/* ========================================================================
                                END SUBSCRIPTION
========================================================================= */



/* ========================================================================
                                START INFO BOX
========================================================================= */
.info-box {
	margin-bottom: 60px;
}
.info-box img {
	margin-bottom: 20px;
}
.info-box ul li {
	font-size: 12px;
	background: url('../images/elements/check.png') no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 6px;
}
.info-box h4 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}
/* ========================================================================
                                END INFO BOX
========================================================================= */



/* ========================================================================
                                START WRAPPER ARROWS
========================================================================= */
.wrapper-arrows {
	margin: -30px 0 20px 0;
	padding: 0;
	text-align: right;
}
.wrapper-arrows li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-left: 4px;
}
.wrapper-arrows li i {
	color: #fff;
	font-size: 10px;
	line-height: 1em;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	padding-top: 3px;
	height: 16px;
	font-weight: 300;
	display: block;
	width: 16px;
	background: #df294b;
}
.wrapper-arrows li i:hover {
	background: #191919;
}
/* ========================================================================
                                END WRAPPER ARROWS
========================================================================= */


/* ========================================================================
                                START SERVICE
========================================================================= */
.service {
	margin-bottom: 60px;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	padding-top: 60px;
	text-align: center;
	background: #fff;
}
.service i {
	font-size: 140px;
	line-height: 1em;
}
.service .service-description {
	margin-top: 60px;
	background: #f3f3f3;
	padding: 30px; 
}
.service .service-description h4 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.service .service-description p {
	font-size: 14px;
	margin: 0;
	color: #999;
	font-weight: 400;
}
.service-1 {
	text-align: center;
}
.service-1 h4 {
	color: #1e1e1e;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center; 
}
.service-1 i {
	width: 100px;
	background: #1e1e1e;
	height: 100px;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	font-size: 50px;
	margin-bottom: 30px;
	border-radius: 300px;
	display: inline-block;
}
.service-1.service-color-1 i {
	background: #5fc3d4;
}
.service-1.service-color-2 i {
	background: #fdbc4b;	
}
.service-1.service-color-1 h4 {
	color: #5fc3d4;
}
.service-1.service-color-2 h4 {
	color: #fdbc4b;
}
.service-1 .service-description p {
	font-size: 14px;
	margin: 0;
	padding: 0 30px;
	color: #999;
	text-align: center;
	font-weight: 400;
}
/* ========================================================================
                                END SERVICE
========================================================================= */



/* ========================================================================
                                START SOCIALS
========================================================================= */
.socials {
	margin: 0;
	padding: 0;
}
.socials a {
	padding-top: 3px;
	display: block;
	margin-bottom: 20px;
}
.socials a img {
	float: left;
	padding: 3px;
	background: #1e1e1e;
	margin-right: 10px;
	margin-top: -2px;
}
.socials a:hover img {
	background: #7eb6f8;
	margin-right: 16px;
}
/* ========================================================================
                                START SOCIALS
========================================================================= */




/* ========================================================================
                                START FOOTER
========================================================================= */
.footer {
	padding: 30px 0 20px;
	background: #1e1e1e;
}
.footer .menu {
	background: none;
}
.footer ul {
	margin-bottom: 40px;
}
.footer ul li a {
	font-size: 12px;
	color: #fff;
}
.footer .menu-item a:hover,
.footer ul li a:hover {
	color: #7eb6f8;
}
.footer .menu-item a {
	text-transform: uppercase;
	color: #fff;
}
.footer .mini-footer {
	border-top: 1px solid #4b4b4b;
	padding: 20px 0; 
	color: #fff;
	font-size: 12px;
}
.footer .mini-footer a {
	color: #fff;
}
.footer .mini-footer a:hover {
	color: #7eb6f8;
}
/* ========================================================================
                                END FOOTER
========================================================================= */


/* ========================================================================
                                START ICONS
========================================================================= */
[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1:before { content: "\e600"; }
.icon-2:before { content: "\e601"; }
.icon-3:before { content: "\e602"; }
.icon-4:before { content: "\e603"; }
.icon-5:before { content: "\e604"; }
.icon-6:before { content: "\e605"; }
.icon-7:before { content: "\e606"; }
.icon-8:before { content: "\e607"; }
.icon-9:before { content: "\e608"; }
.icon-10:before { content: "\e609"; }
.icon-11:before { content: "\e60a"; }
.icon-12:before { content: "\e60b"; }
.icon-13:before { content: "\e60c"; }
.icon-14:before { content: "\e60d"; }
.icon-15:before { content: "\e60e"; }
.icon-16:before { content: "\e60f"; }
.icon-17:before { content: "\e610"; }
.icon-18:before { content: "\e611"; }
.icon-19:before { content: "\e612"; }
.icon-20:before { content: "\e613"; }
.icon-21:before { content: "\e614"; }
.icon-22:before { content: "\e615"; }
.icon-23:before { content: "\e616"; }
.icon-24:before { content: "\e617"; }
.icon-25:before { content: "\e618"; }
.icon-26:before { content: "\e619"; }
.icon-27:before { content: "\e61a"; }
.icon-28:before { content: "\e61b"; }
.icon-29:before { content: "\e61c"; }
.icon-30:before { content: "\e61d"; }
.icon-31:before { content: "\e61e"; }
.icon-32:before { content: "\e61f"; }
.icon-33:before { content: "\e620"; }
.icon-34:before { content: "\e621"; }
.icon-35:before { content: "\e622"; }
.icon-36:before { content: "\e623"; }
.icon-37:before { content: "\e624"; }
.icon-38:before { content: "\e625"; }
.icon-39:before { content: "\e626"; }
.icon-40:before { content: "\e627"; }
.icon-41:before { content: "\e628"; }
.icon-42:before { content: "\e629"; }
.icon-43:before { content: "\e62a"; }
.icon-44:before { content: "\e62b"; }
.icon-45:before { content: "\e62c"; }
.icon-46:before { content: "\e62d"; }
.icon-47:before { content: "\e62e"; }
.icon-48:before { content: "\e62f"; }
.icon-49:before { content: "\e630"; }
.icon-50:before { content: "\e631"; }
.icon-51:before { content: "\e632"; }
.icon-52:before { content: "\e633"; }
.icon-53:before { content: "\e634"; }
.icon-54:before { content: "\e635"; }
.icon-55:before { content: "\e636"; }
.icon-56:before { content: "\e637"; }
.icon-57:before { content: "\e638"; }
.icon-58:before { content: "\e639"; }
.icon-59:before { content: "\e63a"; }
.icon-60:before { content: "\e63b"; }
.icon-61:before { content: "\e63c"; }
.icon-62:before { content: "\e63d"; }
.icon-63:before { content: "\e63e"; }
.icon-64:before { content: "\e63f"; }
.icon-65:before { content: "\e640"; }
.icon-66:before { content: "\e641"; }
.icon-67:before { content: "\e642"; }
.icon-68:before { content: "\e643"; }
.icon-69:before { content: "\e644"; }
.icon-70:before { content: "\e645"; }
.icon-71:before { content: "\e646"; }
.icon-72:before { content: "\e647"; }
.icon-73:before { content: "\e648"; }
.icon-74:before { content: "\e649"; }
.icon-75:before { content: "\e64a"; }
.icon-76:before { content: "\e64b"; }
.icon-77:before { content: "\e64c"; }
.icon-78:before { content: "\e64d"; }
.icon-79:before { content: "\e64e"; }
.icon-80:before { content: "\e64f"; }
.icon-81:before { content: "\e650"; }
.icon-82:before { content: "\e651"; }
.icon-83:before { content: "\e652"; }
.icon-84:before { content: "\e653"; }
.icon-85:before { content: "\e654"; }
.icon-86:before { content: "\e655"; }
.icon-87:before { content: "\e656"; }
.icon-88:before { content: "\e657"; }
.icon-89:before { content: "\e658"; }
.icon-90:before { content: "\e659"; }
.icon-91:before { content: "\e65a"; }
.icon-92:before { content: "\e65b"; }
.icon-93:before { content: "\e65c"; }
.icon-94:before { content: "\e65d"; }
.icon-95:before { content: "\e65e"; }
.icon-96:before { content: "\e65f"; }
.icon-97:before { content: "\e660"; }
.icon-98:before { content: "\e661"; }
.icon-99:before { content: "\e662"; }
.icon-100:before { content: "\e663"; }
.icon-101:before { content: "\e664"; }
.icon-102:before { content: "\e665"; }
.icon-103:before { content: "\e666"; }
.icon-104:before { content: "\e667"; }
.icon-105:before { content: "\e668"; }
.icon-106:before,.icon-pinterest:before { content: "\e669"; }
.icon-107:before { content: "\e66a"; }
.icon-108:before { content: "\e66b"; }
.icon-109:before { content: "\e66c"; }
.icon-110:before { content: "\e66d"; }
.icon-111:before { content: "\e66e"; }
.icon-112:before { content: "\e66f"; }
.icon-113:before { content: "\e670"; }
.icon-114:before { content: "\e671"; }
.icon-115:before { content: "\e672"; }
.icon-116:before { content: "\e673"; }
.icon-117:before { content: "\e674"; }
.icon-118:before { content: "\e675"; }
.icon-119:before { content: "\e676"; }
.icon-120:before { content: "\e677"; }
.icon-121:before { content: "\e678"; }
.icon-122:before { content: "\e679"; }
.icon-123:before { content: "\e67a"; }
.icon-124:before { content: "\e67b"; }
.icon-125:before { content: "\e67c"; }
.icon-126:before { content: "\e67d"; }
.icon-127:before { content: "\e67e"; }
.icon-128:before { content: "\e67f"; }
.icon-129:before { content: "\e680"; }
.icon-130:before { content: "\e681"; }
.icon-131:before { content: "\e682"; }
.icon-132:before { content: "\e683"; }
.icon-133:before { content: "\e684"; }
.icon-134:before { content: "\e685"; }
.icon-135:before { content: "\e686"; }
.icon-136:before { content: "\e687"; }
.icon-137:before { content: "\e688"; }
.icon-138:before,.icon-twitter:before { content: "\e689"; }
.icon-139:before { content: "\e68a"; }
.icon-140:before { content: "\e68b"; }
.icon-141:before { content: "\e68c"; }
.icon-142:before { content: "\e68d"; }
.icon-143:before { content: "\e68e"; }
.icon-144:before { content: "\e68f"; }
.icon-145:before { content: "\e690"; }
.icon-146:before { content: "\e691"; }
.icon-147:before { content: "\e692"; }
.icon-148:before { content: "\e693"; }
.icon-149:before { content: "\e694"; }
.icon-150:before { content: "\e695"; }
.icon-151:before { content: "\e696"; }
.icon-152:before { content: "\e697"; }
.icon-153:before { content: "\e698"; }
.icon-154:before { content: "\e699"; }
.icon-155:before { content: "\e69a"; }
.icon-156:before { content: "\e69b"; }
.icon-157:before { content: "\e69c"; }
.icon-158:before,.icon-instagram:before { content: "\e69d"; } 
.icon-159:before { content: "\e69e"; }
.icon-160:before,.icon-facebook:before { content: "\e69f"; }
.icon-161:before { content: "\e6a0"; }
.icon-162:before { content: "\e6a1"; }
.icon-163:before,.icon-vimeo:before { content: "\e6a2"; }
.icon-164:before { content: "\e6a3"; }
.icon-165:before { content: "\e6a4"; }
.icon-166:before { content: "\e6a5"; }
.icon-167:before { content: "\e6a6"; }
.icon-168:before { content: "\e6a7"; }
.icon-169:before,.icon-google:before { content: "\e6a8"; }
.icon-170:before { content: "\e6a9"; }
.icon-171:before { content: "\e6aa"; }
.icon-172:before { content: "\e6ab"; }
.icon-173:before { content: "\e6ac"; }
.icon-174:before { content: "\e6ad"; }
.icon-175:before { content: "\e6ae"; }
.icon-176:before { content: "\e6af"; }
.icon-177:before { content: "\e6b0"; }
.icon-178:before { content: "\e6b1"; }
.icon-179:before { content: "\e6b2"; }
.icon-180:before { content: "\e6b3"; }
.icon-181:before { content: "\e6b4"; }
.icon-182:before { content: "\e6b5"; }
.icon-183:before { content: "\e6b6"; }
.icon-184:before { content: "\e6b7"; }
.icon-185:before { content: "\e6b8"; }
.icon-186:before { content: "\e6b9"; }
.icon-187:before { content: "\e6ba"; }
.icon-188:before { content: "\e6bb"; }
.icon-189:before { content: "\e6bc"; }
.icon-190:before { content: "\e6bd"; }
.icon-191:before { content: "\e6be"; }
.icon-192:before { content: "\e6bf"; }
.icon-193:before { content: "\e6c0"; }
.icon-194:before { content: "\e6c1"; }
.icon-195:before { content: "\e6c2"; }
.icon-196:before { content: "\e6c3"; }
.icon-197:before { content: "\e6c4"; }
.icon-198:before { content: "\e6c5"; }
.icon-199:before { content: "\e6c6"; }
.icon-200:before { content: "\e6c7"; }
.icon-201:before { content: "\e6c8"; }
.icon-202:before { content: "\e6c9"; }
.icon-203:before { content: "\e6ca"; }
.icon-204:before { content: "\e6cb"; }
.icon-205:before { content: "\e6cc"; }
.icon-206:before { content: "\e6cd"; }
.icon-207:before { content: "\e6ce"; }
.icon-208:before { content: "\e6cf"; }
.icon-209:before { content: "\e6d0"; }
.icon-210:before { content: "\e6d1"; }
.icon-211:before { content: "\e6d2"; }
.icon-212:before { content: "\e6d3"; }
.icon-213:before { content: "\e6d4"; }
.icon-214:before { content: "\e6d5"; }
.icon-215:before { content: "\e6e1"; }
.icon-216:before { content: "\e6d6"; }
.icon-217:before { content: "\e6d7"; }
.icon-218:before { content: "\e6d8"; }
.icon-219:before { content: "\e6d9"; }
.icon-220:before { content: "\e6da"; }
.icon-221:before { content: "\e6db"; }
.icon-222:before { content: "\e6dc"; }
.icon-223:before { content: "\e6dd"; }
.icon-224:before { content: "\e6de"; }
.icon-225:before { content: "\e6df"; }
.icon-226:before { content: "\e6e0"; }
.icon-227:before { content: "\e6e2"; }
.icon-228:before { content: "\e6e3"; }
.icon-229:before { content: "\e6e4"; }
.icon-230:before { content: "\e6e5"; }
.icon-231:before { content: "\e6e6"; }
.icon-232:before { content: "\e6e7"; }
.icon-233:before { content: "\e6e8"; }
.icon-234:before { content: "\e6e9"; }
.icon-235:before { content: "\e6ea"; }
.icon-236:before { content: "\e6eb"; }
.icon-237:before { content: "\e6ec"; }
.icon-238:before { content: "\e6ed"; }
.icon-239:before { content: "\e6ee"; }
.icon-240:before { content: "\e6ef"; }
.icon-241:before { content: "\e6f0"; }
.icon-242:before { content: "\e6f1"; }
.icon-243:before { content: "\e6f2"; }
.icon-244:before { content: "\e6f3"; }
.icon-245:before { content: "\e6f4"; }
.icon-246:before { content: "\e6f5"; }
.icon-247:before { content: "\e6f6"; }
.icon-248:before { content: "\e6f7"; }
.icon-249:before { content: "\e6f8"; }
.icon-250:before { content: "\e6f9"; }
.icon-251:before { content: "\e6fa"; }
.icon-252:before { content: "\e6fb"; }
.icon-253:before { content: "\e6fc"; }
.icon-254:before { content: "\e6fd"; }
.icon-255:before { content: "\e6fe"; }
.icon-256:before { content: "\e6ff"; }
.icon-257:before { content: "\e700"; }
.icon-258:before { content: "\e701"; }
.icon-259:before { content: "\e702"; }
.icon-260:before { content: "\e703"; }
.icon-261:before { content: "\e704"; }
.icon-262:before { content: "\e705"; }
.icon-263:before { content: "\e706"; }
.icon-264:before { content: "\e707"; }
.icon-265:before { content: "\e708"; }
.icon-266:before { content: "\e709"; }
.icon-267:before { content: "\e70a"; }
.icon-268:before { content: "\e70b"; }
.icon-269:before { content: "\e70c"; }
.icon-270:before { content: "\e70d"; }
.icon-271:before { content: "\e70e"; }
.icon-272:before { content: "\e70f"; }
.icon-273:before { content: "\e710"; }
.icon-274:before { content: "\e711"; }
.icon-275:before { content: "\e712"; }
.icon-276:before { content: "\e713"; }
.icon-277:before { content: "\e714"; }
.icon-278:before { content: "\e715"; }
.icon-279:before { content: "\e716"; }
.icon-280:before { content: "\e717"; }
.icon-281:before { content: "\e718"; }
.icon-282:before { content: "\e719"; }
.icon-283:before { content: "\e71a"; }
.icon-284:before { content: "\e71b"; }
.icon-285:before { content: "\e71c"; }
.icon-286:before { content: "\e71d"; }
.icon-287:before { content: "\e71e"; }
.icon-288:before { content: "\e71f"; }
.icon-289:before { content: "\e720"; }
.icon-290:before { content: "\e721"; }
.icon-291:before { content: "\e722"; }
.icon-292:before { content: "\e723"; }
.icon-293:before { content: "\e724"; }
.icon-294:before { content: "\e725"; }
.icon-295:before { content: "\e726"; }
.icon-296:before { content: "\e727"; }
.icon-297:before { content: "\e728"; }
.icon-298:before { content: "\e729"; }
.icon-299:before { content: "\e72a"; }
.icon-300:before { content: "\e72b"; }
.icon-301:before { content: "\e72c"; }
.icon-302:before { content: "\e72d"; }
.icon-303:before { content: "\e72e"; }
.icon-304:before { content: "\e72f"; }
.icon-305:before { content: "\e730"; }
.icon-306:before { content: "\e731"; }
.icon-307:before { content: "\e732"; }
.icon-308:before { content: "\e733"; }
.icon-309:before { content: "\e734"; }
.icon-310:before { content: "\e735"; }
.icon-311:before { content: "\e736"; }
.icon-312:before { content: "\e737"; }
.icon-313:before { content: "\e738"; }
.icon-314:before { content: "\e739"; }
.icon-315:before { content: "\e73a"; }
.icon-316:before { content: "\e73b"; }
.icon-317:before { content: "\e73c"; }
.icon-318:before { content: "\e73d"; }
.icon-319:before { content: "\e73e"; }
.icon-320:before { content: "\e73f"; }
.icon-321:before { content: "\e740"; }
.icon-322:before { content: "\e741"; }
.icon-323:before { content: "\e742"; }
.icon-324:before { content: "\e743"; }
.icon-325:before { content: "\e744"; }
.icon-326:before { content: "\e745"; }
.icon-327:before { content: "\e746"; }
.icon-328:before { content: "\e747"; }
.icon-329:before { content: "\e748"; }
.icon-330:before { content: "\e749"; }
.icon-331:before { content: "\e74a"; }
.icon-332:before { content: "\e74b"; }
.icon-333:before { content: "\e74c"; }
.icon-334:before { content: "\e74d"; }
.icon-335:before { content: "\e74e"; }
.icon-336:before { content: "\e74f"; }
.icon-337:before { content: "\e750"; }
.icon-338:before { content: "\e751"; }
.icon-339:before { content: "\e752"; }
.icon-340:before { content: "\e753"; }
.icon-341:before { content: "\e754"; }
.icon-342:before { content: "\e755"; }
.icon-343:before { content: "\e756"; }
.icon-344:before { content: "\e757"; }
.icon-345:before { content: "\e758"; }
.icon-346:before { content: "\e759"; }
.icon-347:before { content: "\e75a"; }
.icon-348:before { content: "\e75b"; }
.icon-349:before { content: "\e75c"; }
.icon-350:before { content: "\e75d"; }
.icon-351:before { content: "\e75e"; }
.icon-352:before { content: "\e75f"; }
.icon-353:before { content: "\e760"; }
.icon-354:before { content: "\e761"; }
.icon-355:before { content: "\e762"; }
.icon-356:before { content: "\e763"; }
.icon-357:before { content: "\e764"; }
.icon-358:before { content: "\e765"; }
.icon-359:before { content: "\e766"; }
.icon-360:before { content: "\e767"; }
.icon-361:before { content: "\e768"; }
.icon-362:before { content: "\e769"; }
.icon-363:before { content: "\e76a"; }
.icon-364:before { content: "\e76b"; }
.icon-365:before { content: "\e76c"; }
.icon-366:before { content: "\e76d"; }
.icon-367:before { content: "\e76e"; }
.icon-368:before { content: "\e76f"; }
.icon-369:before { content: "\e770"; }
.icon-370:before { content: "\e771"; }
.icon-371:before { content: "\e772"; }
.icon-372:before { content: "\e773"; }
.icon-373:before { content: "\e774"; }
.icon-374:before { content: "\e775"; }
.icon-375:before { content: "\e776"; }
.icon-376:before { content: "\e777"; }
.icon-377:before { content: "\e778"; }
.icon-378:before { content: "\e779"; }
.icon-379:before { content: "\e77a"; }
.icon-380:before { content: "\e77b"; }
.icon-381:before { content: "\e77c"; }
.icon-382:before { content: "\e77d"; }
.icon-383:before { content: "\e77e"; }
.icon-384:before { content: "\e77f"; }
.icon-385:before { content: "\e780"; }
.icon-386:before { content: "\e781"; }
.icon-387:before { content: "\e782"; }
.icon-388:before { content: "\e783"; }
.icon-389:before { content: "\e784"; }
.icon-390:before { content: "\e785"; }
.icon-391:before { content: "\e786"; }
.icon-392:before { content: "\e787"; }
.icon-393:before { content: "\e788"; }
.icon-394:before { content: "\e789"; }
.icon-395:before { content: "\e78a"; }
.icon-396:before { content: "\e78b"; }
.icon-397:before { content: "\e78c"; }
.icon-398:before { content: "\e78d"; }
.icon-399:before { content: "\e78e"; }
.icon-400:before { content: "\e78f"; }
.icon-401:before { content: "\e790"; }
.icon-402:before { content: "\e791"; }
.icon-403:before { content: "\e792"; }
.icon-404:before { content: "\e793"; }
.icon-405:before { content: "\e794"; }
.icon-406:before { content: "\e795"; }
.icon-407:before { content: "\e796"; }
.icon-408:before { content: "\e797"; }
.icon-409:before { content: "\e798"; }
.icon-410:before { content: "\e799"; }
.icon-411:before { content: "\e79a"; }
.icon-412:before { content: "\e79b"; }
.icon-413:before { content: "\e79c"; }
.icon-414:before { content: "\e79d"; }
.icon-415:before { content: "\e79e"; }
.icon-416:before { content: "\e79f"; }
.icon-417:before { content: "\e7a0"; }
.icon-418:before { content: "\e7a1"; }
.icon-419:before { content: "\e7a2"; }
.icon-420:before { content: "\e7a3"; }
.icon-421:before { content: "\e7a4"; }
.icon-422:before { content: "\e7a5"; }
.icon-423:before { content: "\e7a6"; }
.icon-424:before { content: "\e7a7"; }
.icon-425:before { content: "\e7a8"; }
.icon-426:before { content: "\e7a9"; }
.icon-427:before { content: "\e7aa"; }
.icon-428:before { content: "\e7ab"; }
.icon-429:before { content: "\e7ac"; }
.icon-430:before { content: "\e7ad"; }
.icon-431:before { content: "\e7ae"; }
.icon-432:before { content: "\e7af"; }
.icon-433:before { content: "\e7b0"; }
.icon-434:before { content: "\e7b1"; }
.icon-435:before { content: "\e7b2"; }
.icon-436:before { content: "\e7b3"; }
.icon-437:before { content: "\e7b4"; }
.icon-438:before { content: "\e7b5"; }
.icon-439:before { content: "\e7b6"; }
.icon-440:before { content: "\e7b7"; }
.icon-441:before { content: "\e7b8"; }
.icon-442:before { content: "\e7b9"; }
.icon-443:before { content: "\e7ba"; }
.icon-444:before { content: "\e7bb"; }
.icon-445:before { content: "\e7bc"; }
.icon-446:before { content: "\e7bd"; }
.icon-447:before { content: "\e7be"; }
.icon-448:before { content: "\e7bf"; }
.icon-449:before { content: "\e7c0"; }
.icon-450:before { content: "\e7c1"; }
.icon-451:before { content: "\e7c2"; }
.icon-452:before { content: "\e7c3"; }
.icon-453:before { content: "\e7c4"; }
.icon-454:before { content: "\e7c5"; }
.icon-455:before { content: "\e7c6"; }
.icon-456:before { content: "\e7c7"; }
.icon-457:before { content: "\e7c8"; }
.icon-458:before { content: "\e7c9"; }
.icon-459:before { content: "\e7ca"; }
.icon-460:before { content: "\e7cb"; }
.icon-461:before { content: "\e7cc"; }
.icon-462:before { content: "\e7cd"; }
.icon-463:before { content: "\e7ce"; }
.icon-464:before { content: "\e7cf"; }
.icon-465:before { content: "\e7d0"; }
.icon-466:before { content: "\e7d1"; }
.icon-467:before { content: "\e7d2"; }
.icon-468:before { content: "\e7d3"; }
.icon-469:before { content: "\e7d4"; }
.icon-470:before { content: "\e7d5"; }
.icon-471:before { content: "\e7d6"; }
.icon-472:before { content: "\e7d7"; }
.icon-473:before { content: "\e7d8"; }
.icon-474:before { content: "\e7d9"; }
.icon-475:before { content: "\e7da"; }
.icon-476:before { content: "\e7db"; }
.icon-477:before { content: "\e7dc"; }
.icon-478:before { content: "\e7dd"; }
.icon-479:before { content: "\e7de"; }
.icon-480:before { content: "\e7df"; }
.icon-481:before { content: "\e7e0"; }
.icon-482:before { content: "\e7e1"; }
.icon-483:before { content: "\e7e2"; }
.icon-484:before { content: "\e7e3"; }
.icon-485:before { content: "\e7e4"; }
.icon-486:before { content: "\e7e5"; }
.icon-487:before { content: "\e7e6"; }
.icon-488:before { content: "\e7e7"; }
.icon-489:before { content: "\e7e8"; }
.icon-490:before { content: "\e7e9"; }
.icon-491:before { content: "\e7ea"; }
.icon-492:before { content: "\e7eb"; }
.icon-493:before { content: "\e7ec"; }
.icon-494:before { content: "\e7ed"; }
.icon-495:before { content: "\e7ee"; }
.icon-496:before { content: "\e7ef"; }
.icon-497:before { content: "\e7f0"; }
.icon-498:before { content: "\e7f1"; }
.icon-499:before { content: "\e7f2"; }
.icon-500:before { content: "\e7f3"; }
.icon-501:before { content: "\e7f4"; }
.icon-502:before { content: "\e7f5"; }
.icon-503:before { content: "\e7f6"; }
.icon-504:before { content: "\e7f7"; }
.icon-505:before { content: "\e7f8"; }
.icon-506:before { content: "\e7f9"; }
.icon-507:before { content: "\e7fa"; }
.icon-508:before { content: "\e7fb"; }
.icon-509:before { content: "\e7fc"; }
.icon-510:before { content: "\e7fd"; }
.icon-511:before { content: "\e7fe"; }
.icon-512:before { content: "\e7ff"; }
.icon-513:before { content: "\e800"; }
.icon-514:before { content: "\e801"; }
.icon-515:before { content: "\e802"; }
.icon-516:before { content: "\e803"; }
.icon-517:before { content: "\e804"; }
.icon-518:before { content: "\e805"; }
.icon-519:before { content: "\e806"; }
.icon-520:before { content: "\e807"; }
.icon-521:before { content: "\e808"; }
.icon-522:before { content: "\e809"; }
.icon-523:before { content: "\e80a"; }
.icon-524:before { content: "\e80b"; }
.icon-525:before { content: "\e80c"; }
.icon-526:before { content: "\e80d"; }
.icon-527:before { content: "\e80e"; }
.icon-528:before { content: "\e80f"; }
.icon-529:before { content: "\e810"; }
.icon-530:before { content: "\e811"; }
.icon-531:before { content: "\e812"; }
.icon-532:before { content: "\e813"; }
.icon-533:before { content: "\e814"; }
.icon-534:before { content: "\e815"; }
.icon-535:before { content: "\e816"; }
.icon-536:before { content: "\e817"; }
.icon-537:before { content: "\e818"; }
.icon-538:before { content: "\e819"; }
.icon-539:before { content: "\e81a"; }
.icon-540:before { content: "\e81b"; }
.icon-541:before { content: "\e81c"; }
.icon-542:before { content: "\e81d"; }
.icon-543:before { content: "\e81e"; }
.icon-544:before { content: "\e81f"; }
.icon-545:before { content: "\e820"; }
.icon-546:before { content: "\e821"; }
.icon-547:before { content: "\e822"; }
.icon-548:before { content: "\e823"; }
.icon-549:before { content: "\e824"; }
.icon-550:before { content: "\e825"; }
/* ========================================================================
                                END ICONS
========================================================================= */


/* ========================================================================
                                START RESPONSIVE
========================================================================= */
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 992px) {

}
@media (max-width: 991px) {
	.header .menu .repsonsive-menu {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.menu&gt;ul {
		display: block !important;
	}
}
@media (max-width: 1200px) {
	.statistics-circle {
		padding-top: 89px;
		padding-bottom: 88px;
	}
}
@media (max-width: 992px) {
	.statistics-circle {
		margin-bottom: 60px;
	}
	.shop-links {
		margin-bottom: 60px;
	}
	.header .search-cart .cart-all .inside-cart ul {
		display: block;
		width: 100%;
	}
	.our-team .our-team-member-details {
		padding: 0;
	}
	.forms-separation {
		margin-right: 0;
		padding-right: 0;
		border-right: 0 solid #ddd;
	}
	.our-team-member {
		text-align: center;
	}
	.main-sidebar {
		padding-left: 0;
	}
	.menu ul {
		display: none;
		position: absolute;
		width: 80%;
		z-index: 9999;
	}
	.menu ul li ul li ul {
		margin: 0;
	}
	.menu ul ul {
		width: 100%;
		display: block !important;
		position: relative !important;
		margin: 0;
	}
	.menu ul li {
		position: relative;
		display: block !important;
	}
	.menu .repsonsive-menu {
		display: inline-block;
		cursor: pointer;
	}
	.header .header-middle-info .logo {
		text-align: center;
		margin-bottom: 10px;
	}
	.header-middle-account {
		text-align: center;
	}
	.mini-footer {
		text-align: center;
	}
	.mini-footer .text-right {
		text-align: center;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.modal-review{
        width: 95% !important;
        margin-top: 10%;
    }
}
@media (max-width: 500px) {
	.product-one .nav-tabs &gt; li {
		width: 100%;
	}
	.all-products-details .products-avalabile {
		text-align: center;
		padding: 0;
		display: block;
		margin-bottom: 15px;
	}
	.sort-dropdown {
		display: block;
		float: none;
	}
	.shopping-cart .shopping-product-detail li.shopping-1 { width: 50%; }
	.shopping-cart .shopping-product-detail li.shopping-2 { width: 50%; text-align: center; }
	.shopping-cart .shopping-product-detail li.shopping-3 { width: 50%; text-align: center; }
	.shopping-cart .shopping-product-detail li.shopping-5 { width: 50%; text-align: center; }
	.shopping-cart .shopping-product-detail li.shopping-7 { width: 100%; text-align: center; }
	.pricing-table-1 .pricing-table-list {
		padding: 22px 20px;
	}
	.header .search-cart,
	.header-middle-account li {
		margin-bottom: 10px;
	}
	.menu {
		padding-left: 0;
	}
	.header .search-cart {
		float: none;
		text-align: center;
	}
	.menu .repsonsive-menu {
		width: 100%;
		text-align: center;
	}
	.menu ul {
		width: 100%;
	}
	.nav-tabs &gt; li {
		float: none;
		display: block;
	}
}
@media (max-width: 400px) {
	.login-form-box {
		padding: 40px;
	}
	.comments-area ul ul {
		padding-left: 0;
		background: none;
	}
	.header .search-cart .cart-all {
		border-left: 0 solid #ddd;
		text-align: center;
		margin: 0 auto;
	}
	.header .search-cart .search {
		margin-bottom: 10px;
	}
	.header .header-top-info {
		text-align: center;
	}
	.col-xs-6 {
		width: 100%;
	}
	.header .header-top-info .header-top-socials {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.col-xs-4 {
		width: 100%;
	}
}
/* ========================================================================
                                END RESPONSIVE
========================================================================= */





/* ========================================================================
                                START WOOCOMMERCE
========================================================================= */
.widget h3.widget-title {
	font-size: 10px;
	display: block;
	font-weight: 700;
	line-height: 1.5em;
	color: #191919;
	width: 100%;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 30px;
}
.product-categories {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
}
.product-categories li a {
	display: block;
	padding: 15px 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #d9d9d9;
}
.widget_layered_nav_filters ul li a:hover,
.widget_layered_nav ul li a:hover,
.product_list_widget li a:hover,
.product-categories li a:hover {
	color: #191919;
}
.product_list_widget {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
}
.product_list_widget li {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 700;
	min-height: 78px;
	line-height: 1.5em;
	position: relative;
}
.product_list_widget li img {
	position: absolute;
	width: 40px;
	height: auto;
	top: 0;
	right: 0;
	margin: 15px 30px 0 10px;
	margin-left: 5px;
}
.product_list_widget li a {
	color: #a3a3a3;
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}
.product_list_widget li .quantity {
	display: block;
}
.widget_shopping_cart_content .buttons,
.widget_shopping_cart_content .total {
	padding: 15px 30px;
	margin: 0; 
	font-size: 12px;
	border: 1px solid #d9d9d9;
	border-top: 0px solid #d9d9d9;
}
.product .product-details p {
	overflow: hidden;
	height: 38px;
	color: #fff;
}
.widget_layered_nav ul {
	margin-top: -1px;
	border-bottom: 1px solid #d9d9d9;
}
.widget_layered_nav ul li {
	padding: 15px 30px;
	border: 1px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
}
.widget_layered_nav ul li .count {
	float: right;
	color: #a3a3a3;
	font-size: 10px;
}
.widget_layered_nav ul li a {
	color: #a3a3a3;
	font-size: 10px;
	font-weight: 700;
}
.price_slider_wrapper {
	padding: 15px 30px;
	border: 1px solid #d9d9d9;
}
.widget_layered_nav_filters ul {
	margin-top: -1px;
	border-bottom: 1px solid #d9d9d9;
}
.widget_layered_nav_filters ul li {
	padding: 15px 30px;
	border: 1px solid #d9d9d9;
	font-size: 10px;
	font-weight: 700;
	border-bottom: 0px solid #d9d9d9;
}
.widget_layered_nav_filters ul li a {
	color: #a3a3a3;
	font-size: 10px;
	font-weight: 700;
}
.widget_price_filter .button {
	color: #fff;
	background: #3ea1b3;
	line-height: 1em;
	font-size: 12px !important;
	font-weight: 700;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	border: 0;
}
.widget_price_filter .button:hover {
	background: #121212;
}
.widget_product_search form {
	border: 1px solid #d9d9d9;
	border-top: 0px solid #d9d9d9;
	padding: 15px 30px;
}
.widget_product_search form .screen-reader-text {
	display: none;
}
.widget_product_search form input[type='text'] {
	width: 100%;
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 10px;
}
.widget_product_search form input[type='submit'] {
	color: #fff;
	background: #3ea1b3;
	line-height: 1em;
	font-size: 12px !important;
	font-weight: 700;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	border: 0;
}
.widget_product_search form input[type='submit']:hover {
	background: #121212;
}
.orderby {
	padding: 10px;
	outline: none;
	border: 1px solid #ccc;
}
.orderby:focus {
	border: 1px solid #999;
}









.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .9em;
    height: .9em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #150d14;
    cursor: pointer;
    background: #3ea1b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#3ea1b3), to(#3ea1b3));
    background: -webkit-linear-gradient(#3ea1b3, #3ea1b3);
    background: -moz-linear-gradient(center top, #3ea1b3 0, #3ea1b3 100%);
    background: -moz-gradient(center top, #3ea1b3 0, #3ea1b3 100%);
    outline: 0;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .65);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .65);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .65)
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.8em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #3ea1b3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .5);
    -webkit-border-radius: 1em;
    border-radius: 1em
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0, #6a6a6a 100%)
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}
.single-product .twentythirteen p.stars {
    clear: both
}
.twentyfourteen ul.products li.product {
    margin-top: 0!important
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
        background-image: url(../images/ajax-loader@2x.gif);
        background-size: 16px 16px
   }
}



/* ============== START DEFAULT CSS ================= */
blockquote,
.entry-content q,
.comments-area .comment blockquote,
.comments-area .comment q {
    quotes: none;
}
.blog .blog_article .entry-content:after {
    content: '';
    clear: both;
    display: block;
    height: 1px;
}
blockquote:before,
blockquote:after,
.entry-content q:before,
.entry-content q:after,
.comments-area .comment blockquote:before,
.comments-area .comment blockquote:after,
.comments-area .comment q:before,
.comments-area .comment q:after {
    content: '';
    content: none;
}
.comments-area .comment table,
.blog_article .entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comments-area .comment caption,
.comments-area .comment th,
.comments-area .comment td {
    font-weight: normal;
    text-align: left;
}
del {
    color: #333;
}
ins {
    text-decoration: none;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

/* Responsive images */
.entry-content img,
.comment img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
    clear: both;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    line-height: 1.846153846;
    color: #757575;
}
.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}

.entry-content p,
.entry-summary p,
.comment p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ol,
.comment ol,
.entry-content ul,
.comment ul,
.content ul,
.content ol,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment ul ul,
.entry-content ol ol,
.comment ol ol,
.entry-content ul ol,
.comment ul ol,
.content ol ol,
.content ul ul,
.entry-content ol ul,
.comment ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment ul,
.content ul,
.mu_register ul {
    list-style: disc outside;
}
.content ol,
.content ul {
	padding-left: 20px;
}
.entry-content ol,
.content ol,
.comment ol {
    list-style: decimal outside;
}
.entry-content li,
.comment li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}
.entry-content pre,
.comment pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.5em;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}
.entry-content pre code,
.comment pre code {
    display: block;
}
.entry-content abbr,
.comment abbr,
.entry-content dfn,
.comment dfn,
.entry-content acronym,
.comment acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignnone {
    margin: 0px 0px 20px 0px;
}
img.alignleft {
    margin: 0px 20px 10px 0;
}
img.alignright {
    margin: 0px 0 10px 20px;
}
img.aligncenter {
    margin: 0px auto 20px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.summary table {
	border-bottom: 0;
}
.summary td {
	border-top: 0;
}
.related .product-price,
.upsells .product-price {
	color: #fff !important;
}
table.shop_attributes tr {
	border-bottom: 1px solid #ededed;
}
dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
dt {
    font-weight: bold;
    line-height: 1.714285714;
}
dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}
.bypostauthor {
	border-top: 1px solid #cfcfcf;
}
/* =Archives-------------------------------------------------------------- */
.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}
/* =Single image attachment view -------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}
/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 13px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}
.required {
    color: red;
}

/* Calendar Widget*/
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: center; color: #333; font-size: 14px; text-transform: uppercase; font-weight: 700; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }



.widget select {
    width: 100%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    outline: none;
}
.widget li {
    display: block;
    color: #a2a2a2;
}
.widget li a {
    color: #a2a2a2;
}
.widget li a:hover {
    color: #7bb7f7;
}
.search_it {
    border: 1px solid #cacaca;
    padding: 10px 5%;
    width: 90%;
}
.tagcloud a {
	border: 0px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px !important;
	margin: 4px 2px;
	text-transform: uppercase;
	color: #111;
	background: #e5e5e5;
}
.tagcloud a:hover {
	color: #fff;
	background: #999;
}
.widget_rss li,
.widget_categories li,
.widget_archive li {
	color: #a2a2a2;
	line-height: 1.5em;
	font-size: 14px;
	display: block;
	padding: 10px 20px;
}
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a {
	display: block;
	color: #191919;
	line-height: 1.5em;
	font-size: 14px;
}
.widget_rss li a,
.widget_categories li a,
.widget_archive li a,
.widget_recent_comments li a {
	color: #191919;
}
.widget_recent_comments li {
	padding: 10px 20px;
}
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover, 
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover {
	color: #df294b;
}
.widget_search {

}
.widget_search form {
	position: relative;
}
.widget_search form input[type='text'] {
	width: 100%;
	border: 1px solid #d9d9d9;
	padding: 10px 52px 10px 10px;
	margin-bottom: 10px;
}
.widget_search form input[type='submit'] {
	color: #fff;
	background: #3ea1b3 url('../images/elements/search-bg.png') no-repeat -4px 14px;
	line-height: 1em;
	font-size: 12px !important;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 43px;
	width: 43px;
	right: 0;
	outline: none;
	border: 0;
}
.widget_search form input[type='submit']:hover {
	background: #121212  url('../images/elements/search-bg.png') no-repeat -4px 14px;
}

.single-product .product,
.single-product .product:hover {
	box-shadow: 0 0 0 #ccc !important;
}
.woocommerce-breadcrumb {
	padding: 5px 0;
	margin-bottom: 20px;
	margin-top: -40px;
}
.woocommerce-breadcrumb a {
	color: #191919;
}
.woocommerce-breadcrumb a:hover {
	color: #df294b;
}
.single-product .single_add_to_cart_button {
	background: #df294b url('../images/elements/button-bg-2.png') no-repeat center left;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #df294b;
	border-radius: 3px;
	display: inline-block;
	line-height: 1em;
	font-size: 10px;
	padding: 7px 10px 7px 30px;
	margin-bottom: 15px;
	text-align: center;
	min-width: 156px;
	font-weight: 700;
}

.woocommerce-error {
	font-size: 11px;
	color: red;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.single-product .product-action {
	display: none;
}
.modal .form-submit input[type="submit"] {
	text-transform: uppercase;
	background: #e8e8e8;
	color: #191919;
	font-size: 10px;
	padding: 10px 25px;
	display: inline-block;
	margin-bottom: 15px;
}
.modal .form-submit input[type="submit"]:hover {
	background: #191919;
	color: #fff;
}
.out-of-stock {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #f5f5f5;
	font-size: 12px;
	color: red;
	border: 1px solid #ddd;
}
.modal .stars .star-1,
.modal .stars .star-2,
.modal .stars .star-3,
.modal .stars .star-4,
.modal .stars .star-5 {
	font-size: 0;
}
.modal .stars .star-1:before,
.modal .stars .star-2:before,
.modal .stars .star-3:before,
.modal .stars .star-4:before,
.modal .stars .star-5:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 1;
	content: "\e7a6";
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.variations label {
	color: #191919;
	font-size: 12px;
}
.variations {
	color: #191919;
	margin-bottom: 20px;
	font-size: 12px;
}
.variations select {
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 10px;
	outline: none;
}
.single_variation {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #191919;
	font-size: 21px;
}
.single-product .summary .product-price span {
	color: #191919;
}
.single-product .summary .product-price ins span {
	text-decoration: none;
}
.single-product .summary .product-price {
	border-top: 0;
	box-shadow:  0 0 0 #ccc;
}
.product-one .nav-tabs.three-tabs &gt; li {
	width: auto;
}
.product-one .nav-tabs.three-tabs &gt; li a {
	padding: 15px 18px;
}
.tab-pane h2 {
	margin-bottom: 20px;
}
.single-product .stock {
	font-size: 11px;
	color: #999;
	padding-top: 5px;
}
.single-product .product_title {
	margin-bottom: 10px;
}
.product_meta {
	background: #f6f6f6;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
	margin-bottom: 60px;
}
.post-type-archive-product .product-price del {
	color: #fff;
}
.woocommerce-message {
	font-size: 12px;
	padding: 10px;
	background: #f6f6f6;
	margin: -30px 15px 30px;
}
#commentform #submit {
	background: #df294b;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 30px 4px;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
	display: inline-block;
}
#commentform #submit:hover {
	opacity: 0.8;
	outline: none;
	border: 0;
}

.order-info,
.myaccount_user {
	padding: 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin-bottom: 30px;
}
.shop_table {
	margin-bottom: 40px;
}
.shop_table tr {
	border: 1px solid #eee;
	border-right: 0px solid #eee;
}
.shop_table tr td,
.shop_table tr th {
	border-right: 1px solid #eee;
	width: 20%;
	padding: 10px;
	font-size: 12px;
}
.addresses .title,
.address .title {
	margin-bottom: 10px;
}
.addresses h3,
.address h3 {
	font-weight: 700;
	color: #363636;
}
.addresses address,
.address address {
	padding: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	font-size: 12px;
	margin-bottom: 20px;
}
.container .container {
	width: 100%;
	padding: 0;
}

.entry-content input,
.entry-content textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

.entry-content textarea {
	width: 100%;
}

.entry-content input:focus,
.entry-content textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}





/* List Style Widgets*/
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_layered_nav ul {
	margin: -1px 0 0 0;
}
.widget li &gt; ol,
.widget li &gt; ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: line-through;
	color: #333;
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #333;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #df294b;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

.woocommerce-error li {
	list-style: none;
	font-size: 12px;
}
.woocommerce-error {
	padding: 10px;
	margin: -10px 15px 20px !important;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.footer .menu li {
	padding: 0;
	border: 0;
}
@media (max-width: 768px) {
	.header .menu ul {
		position: relative;
	}
}

.lost_reset_password input {
	min-width: 200px;
	padding: 5px 10px;
	color: #121212;
	line-height: 1.5em;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 15px;
}
.lost_reset_password input[type="submit"] {
	min-width: auto;
	padding: 8px 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	background: none;
	border: 1px solid #484848;
}
.lost_reset_password input[type="submit"]:hover {
	background: #484848;
	color: #fff;
}
/* NEW FIX 15.07.2014 */
.buttons_added {
	position: relative;
	width: 100px;
	display: block;
	overflow: hidden;
}
.buttons_added .input-text {
	width: 60px;
	margin: 0 0 0 28px;
}
.buttons_added .plus {
	position: absolute;
	top: 0;
	right: 0; 
}
.buttons_added .minus {
	position: absolute;
	top: 0;
	left: 0; 
}
.checkout-product select {
	width: 100%;
	padding: 5px;
}
.checkout-product li.checkout-product-2 {
	padding-left: 10px;
}

/* FIX 16.07.2014 */
.terms {
	position: relative;
}
.terms input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
}
.payment_methods select {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px 0 10px 0;
}
.payment_methods input[type="text"] {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px 0 10px 0;
}
.content .the-slider ol, .content .the-slider ul{
  padding-left:0;
}
/* Fix 26.06.2015*/
@media (max-width: 991px) {
 .shop-links .shop-links-box h2 span {
  font-size: 29px;
 }
}
@media (max-width: 600px) {
 .container .col-xs-4 {
  width: 50%;
 }
}
@media (max-width: 400px) {
 .container .col-xs-4 {
  width: 100%;
 }
}
/* NEW CHANGES */
.modal .stars .star-1,
.modal .stars .star-2,
.modal .stars .star-3,
.modal .stars .star-4,
.modal .stars .star-5 {
	color: #6AAEE8;
}
.modal .stars .star-1:hover,
.modal .stars .star-2:hover,
.modal .stars .star-3:hover,
.modal .stars .star-4:hover,
.modal .stars .star-5:hover {
	color: #2065A0;
}
.modal .stars .star-1.active,
.modal .stars .star-2.active,
.modal .stars .star-3.active,
.modal .stars .star-4.active,
.modal .stars .star-5.active {
	color: #df294b;
}
#commentform #submit:hover {
	background: #333;
}

.woocommerce-product-search input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #555;
}
.outofstock .product-cover:after {
	position: absolute;
	content: 'Out of stock';
	background: red;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.5em;
	top: 0;
	right: 0;
	margin: 14px;
	padding: 3px 9px;
	border-radius: 5px;
}
.shipping.checkout-product {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.shipping li {
	min-height: 10px;
	border: 0;
	padding: 0;
}
.shipping li label {
	margin-right: 20px;
}
.shipping li input {
	margin-right: 6px;
}
.shipping_method li {
	display: block;
	min-height: 10px;
	border: 0;
}
/*demo store notice on top*/
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
.admin-bar p.demo_store {
    top: 32px;
}
.content { 
	position: relative;
    z-index:1; 
}</pre></body></html>