html {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
}
body {
  color: #2f3333;
  font-size: 15px;
  margin: 0px;
  background: #ffffff; 
  line-height: 21px;
  min-width: 260px;
  font-family: 'PT Sans', sans-serif;
}
td,
th,
input,
textarea,
select,
a {
  font-size: 13px;
}
a { 
    color: #131622;
    text-decoration: none;
}

a:active {
  background: transparent;
}
a:focus,
a:active,
a:visited {
  outline: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
iframe {
  border: 1px solid #E6E6E6;
}
legend {
  display: block;
  width: 100%; 
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
}
img {
  max-width: 100%;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label {
  margin-bottom: 5px;
}
select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
  padding: 6px;
  border:1px solid #e0e0e0;
  font: normal 13px 'Arial';
  color: #2f3333;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
                  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}

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

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

textarea,
textarea.form-control {
  min-width: 100%;
  max-width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 38px;
  /* In IE7, the height of the select element cannot be changed by height, only 
  font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 38px;
}
select {
  width: 280px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
  margin-top: 0px;
  margin-bottom: 20px;
}

p {
    line-height: 1.6em;
    margin: 15px 0;
    padding: 0;
}
a,
a:visited,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; 
}
a:hover {
  text-decoration: none;
  color: #fa7103;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a img {
  border: none;
}
form {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
h1,
.style-1 {
 	color: #333333;
	font: 700 36px PT Sans;
	margin: 0;
	padding: 0 0 10px;
}
.style-1 {
  font-weight: bold;
}

h3 {
  color: #323232;
}

h2, h3 {
    font-size: 36px;
}
.p0 {
  padding: 0px !important;
}
.m0 {
  margin: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
#body {
  overflow: hidden;
}




/***********************/
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.0.3');
  src: url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tcenter {
  text-align: center !important;
}
.fancybox {
  text-decoration: none;
}
.fancybox:hover {
  text-decoration: underline;
}
.account-success #content p {
  margin-bottom: 5px;
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wrapper2{
  position: relative;
}

.extra-wrap {
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
a#hidden {
  display: none;
  visibility: hidden;
}
/* back to top */
#back-top {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  right: 30px;
}
#back-top span {
  background: #131622;
  border-radius: 620px;
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  transition: all 0.3s ease;
}
#back-top span:after {
  display: block;
  content: "\f106";
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 37px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 42px;
  height: 42px;
  left: 0;
  top: 0;
  border-radius: 620px;
}
#back-top span:hover {
  background: #e56664;
}
/* header-style */
.header-modules {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
}
/* layout */
#container {
  text-align: left;
}
/* TM header */
header {
  background-color: #ffffff;
  position: relative;
  color: #9d9d9d;
}
header {
	padding-bottom: 35px;
}
.header_ins {
	background: #015eba;
}

.header_top {
    margin-bottom: 31px;
}

#main {
    margin-top: 15px;
}

#logo {
	margin-top: 27px;
	margin-left: -28px;
	float: left;
}
#logo a {
	display: inline-block;
	position: relative;
	z-index: 1;
  	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#logo b {
	font-size: 40px;
  	margin-left: 27px;
  	color: #fff;
}
#welcome {
  float: right;
  clear: right;
  margin: 15px 0;
}
#welcome li {
  float: right;
  margin-left: 15px;
  font-weight: 300;
}
#welcome li a {
  font-size: 15px;
  font-weight: 300;
  color: #131622;
  line-height: 20px;
}
#welcome li a i {
  display: none;
}
#welcome li a:hover {
  color: #e56664;
}
.block-language {
  color: #999;
  line-height: 17px;
}
.block-language img {
  cursor: pointer;
}
.header_right {
	float: right;
}


.header_user {
	display: block;
	clear: both;
	padding-top: 1px;
}
.header_user li {
	display: inline-block;
	margin-right: 17px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
.header_user li a {
	font-size: 15px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
.header_user li i {
	margin: 2px 7px 0 0px;
	font-size: 14px;
	line-height: 1.5em;
	color: #facb04;
}
.header_user li a:after {
	position: absolute;
	opacity: 0;
	bottom: 0;
	right: 50%;
	left: 50%;
	content: "";
	border-bottom: 2px solid #facb04;
	
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_user li a:hover:after {
	opacity: 1;
	border-bottom-color: ;
	left: 0;
	right: 0;
}

.header_user li a:hover {
	color: #facb04;
}



.header_currency {
	display: inline-block;
}
.header_currency select {
	width: 0 !important;
  	height: 0 !important;
  	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 45px;
}
.header_currency .jq-selectbox__select {
	height: 25px;
	padding: 0 12px 0 0px;
	color: ;
}
.header_currency .jq-selectbox__select-text {
	line-height: 24px;
}
.header_currency .jq-selectbox__trigger i {
	right: 2px;
	top: 4px;
	color: ;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: ;
	border: 1px solid ;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	text-align: center;
}
.header_currency .jq-selectbox__dropdown ul li + li {
	margin-top: 1px;
}

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

.cart_search {
	text-align: right;
	display: inline-block;
	float: right;
	margin-bottom: 47px;
	position: relative;
    z-index: 101;
}
.cart_search .heading .cart_toggle {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 148px;
	text-align: center;
	padding: 6px 6px 18px 0px;
	cursor: pointer;
}
.cart_search .heading .cart_toggle:before {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top:-11px;
	bottom:-1px;
	content: "";
	background: #6ad12a;
	-moz-transform:    rotate(5deg) translateZ(0);
	-o-transform:      rotate(5deg);
	-webkit-transform: rotate(5deg) translateZ(0);
	transform:         rotate(5deg) translateZ(0);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cart_search .heading .cart_toggle i {
	padding-right: 15px;
	font-size: 43px;
	color: #fff;
	cursor: pointer;
}
.cart_search .heading .cart_toggle .cart-total-items .count {
	display: inline-block;
	padding-top: 14px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.cart-total-items{
  display: inline-block;
	padding-top: 14px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.cart_search .heading .cart_toggle:hover:before {
	background: #fa7103;
}
/* menu 
============================================================================================== */
header .toprow {
  float: right;
}
header .toprow-1 {
  z-index: 100;
  position: fixed;
  display: none;
  background-color: #323232;
  width: 100%;
  left: 0;
  top: 0;
}

/*Stick up
=====================================================*/
.isStuck_wrapper.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.isStuck_wrapper.isStuck .menu_badge {
	display: none;
}

.isStuck_wrapper.isStuck .sf-menu > li > a {
	font-size: 22px;
}
.isStuck_wrapper.isStuck .sf-menu > li > a:before {
	bottom: -2px;
}
.isStuck_wrapper.isStuck .sf-menu > li > a {
	padding: 8px 21px;
}
.isStuck_wrapper.isStuck .sf-menu > li > ul {
	top: 34px;
}
.isStuck_wrapper.isStuck .header_search:before {
	bottom: 10px;
}
.isStuck_wrapper.isStuck .header_search #search-submit:hover {
	-moz-transform: rotate(0deg) scale(1) translateZ(0);
	-o-transform: rotate(0deg) scale(1) translateZ(0);
	-webkit-transform: rotate(0deg) scale(1) translateZ(0);
	transform: rotate(0deg) scale(1) translateZ(0);
}
/* TM header styles
============================================================================================== */
/* header links 
============================================================================================== */
.custom_block label {
  text-transform: uppercase;
  font-weight: normal;
}
.toprow .links .login_h a {
  max-height: 20px;
  max-width: 104px;
  overflow: hidden;
  white-space: nowrap;
}
/* menu-gadget 
============================================================================================== */
#menu-gadget {
  display: none;
}
/* search 
============================================================================================== */
.header_search {
	float:right;
	z-index: 1;
	position: relative;
	margin-top: -3px;
}

.header_search input{
  box-shadow: none;
}

.header_search:before {
	top:-8px;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: -15px;
	position: absolute;
	background: #e0e0e0;
	content:"";
	-moz-transform:    rotate(-3deg) translateZ(0);
	-o-transform:      rotate(-3deg) translateZ(0);
	-webkit-transform: rotate(-3deg) translateZ(0);
	transform:         rotate(-3deg) translateZ(0);
	}
.header_search form {
	position:relative;
	width:270px;
	padding-right:45px;
	z-index: 0;
}
.header_search #search-field {
	border:none;
  	background: transparent;
	height:57px;
	width:100%;
	padding-top:18px;
	padding-bottom:18px;
	padding-left: 5px;
}
.header_search #search-submit {
	position:absolute;
  	background: transparent;
  	border:none;
	right:0px;
	top:0px;
	bottom:16px;
	font-size:24px;
	width:62px;
	padding-top:11px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
.header_search #search-submit:hover {
	color: #bd20c7;
	-moz-transform:    rotate(-360deg) scale(2) translateZ(0);
	-o-transform:      rotate(-360deg) scale(2) translateZ(0);
	-webkit-transform: rotate(-360deg) scale(2) translateZ(0);
	transform:         rotate(-360deg) scale(2) translateZ(0);
	    
}
/* SHOWCASE */
#showcase {
	margin-top: 47px;
}
#showcase .page_heading {
	padding-bottom: 19px;
}
.custom_showcase {
	margin-top: 30px;
}
.custom_showcase .ins {
	padding-bottom: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.custom_showcase a {
	display: block;
	position: relative;
}
.custom_showcase a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid #e0e0e0;
	
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	 
}
.custom_showcase a:hover:before {
	-o-transform:      rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform:         rotate(-5deg);
}


.title1 {
	text-transform: uppercase;
	font-size: 57px;
	font-weight: 700;
	line-height: 0.85em;
	letter-spacing: -3px;
	color: #333333;
	
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	 }
.title1 span {
	font-weight: 300;
	display: block;
	font-size: 47px;
}

.custom_showcase a:hover .title1 {
	color: #015eba;
}
/*BANNERS
==================================================*/
.banner a {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 108px;
	padding-bottom: 121px;
}
.banner__1 {
	position: relative;
	margin: 50px 0 48px;
	background-color: #5cbe24;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
.banner__1:hover {
	background-color: #6ad12a;
} 
.banner p {
	color: #fff;
}

.banner__2 {
	position: relative;
	margin: 50px 0 41px;
	background-color: #fa7103;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
.banner__2:hover {
	background-color: #fab703;
} 

.title2 {
	font-size: 86px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.88em;
	letter-spacing: -6px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
}
.title2 span {
	display: block;
	font-weight: 100;
}

.parallax_box.banner__1 a {
	
        background: url(https://static.insales-cdn.com/assets/1/7603/916915/1728660165/banner1_img.png);
        background-position: 20% 0;
        background-repeat: no-repeat;
        transition: none;
		-webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	
}
.parallax_box.banner__2 a {
	
        background: url(https://static.insales-cdn.com/assets/1/7603/916915/1728660165/banner2_img.png);
        background-position: 100% 0;
        background-repeat: no-repeat;
        transition: none;
		-webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	
}
/* aside link style
========================================================*/
aside .info li {
  position: relative;
  clear: both;
  padding: 2px 0;
}
aside .info li a i,
.afine li a i,
.acount li a i {
  font-size: 17px;
  margin-right: 10px;
}
aside .info li a,
.afine li a,
.acount li a {
  line-height: 20px;
  font-size: 14px;
}
aside.info li,
.afine li,
.acount li {
  padding: 3px 0;
}
aside .info li a + a i,
.afine li a + a i,
.acount li a + a i {
  display: none;
}
aside .info li a + a,
.afine li a + a,
.acount li a + a {
  padding-left: 0;
  background: none;
}
aside .info li a:hover,
.afine li a:hover,
.acount li a:hover {
  color: #e56664;
}
/* box-filter button
========================================================*/
.box-filter .box-content .button {
  margin-top: 10px;
}

/* warning
========================================================*/

.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
}
.success {
  background: #eaf7d9 url('success.png') 10px center no-repeat;
  border: 1px solid #e6e6e6;
}
.warning {
  background: #ffd1d1 url('warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  padding-left: 30px!important;
}
.attention > span {
  float: right;
  font-size: 20px;
}
.attention {
  background: #FFF5CC;
  border: 1px solid #F2DD8C;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  cursor: pointer;
}
.required {
  color: #ff7409;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
table.form {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
  text-align: center!important;
}
.checkout-content .buttons #button-payment {
  margin-top: 10px;
}
.checkout-product td.price {
  font-size: 12px;
}
.checkout-product td.total {
  text-align: center!important;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
}
table.list tbody td a {
  text-decoration: underline;
}
table.list tbody td {
  vertical-align: top;
}
table.list .left {
  text-align: left;
}
table.list .right {
  text-align: right;
}
table.list .center {
  text-align: center;
}
.pagination {
  display: inline-block;
  width: 100%;
}
.account-order .button-order-right {
  float: right;
  margin-top: -3px;
}
.account-order .pagination {
  margin-bottom: 25px;
}
.pagination .links {
  float: left;
  margin-right: 10px;
}
.pagination .links a {
  display: inline-block;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
}
.pagination .links a:hover {
  border: 1px solid #e56664;
}
.pagination .links b:hover {
  cursor: default;
}
.pagination .links b {
  border: 1px solid #e56664;
  display: inline-block;
  padding: 4px 10px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: top;
}
.pagination .results {
  float: left;
  margin: 5px 0px;
}
/* button
========================================================*/
a.button.details {
  margin-left: 10px;
}
a.button,
.button {
	display: inline-block;
  	background: #04cffa;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 19px;
    padding: 16px 42px;
    transition: all 0.3s ease-in-out 0s;
}
a.button:hover,
.button:hover {
  background: #bd20c7;
  color: #ffffff;
}
input[type="submit"].button,
input[type="button"].button,
.compare-info a.button {
  display: inline-block;
  	background: #04cffa;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 19px;
    padding: 16px 42px;
    transition: all 0.3s ease-in-out 0s;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type="submit"].button:hover,
input[type="button"].button:hover,
.compare-info a.button:hover {
  background: #bd20c7;
  color: #ffffff;
}

.compare-info a.button{
  padding: 13px 34px;
}

a.button-i {
  display: inline-block;
  padding: 5px;
}
a.button-i i {
  font-size: 26px;
  color: #e56664;
}
a.button-i i:hover {
  color: #7e7e7e;
}
/* image products
========================================================*/
.buttons {
  overflow: hidden;
}
.checkout-content .buttons {
  overflow: hidden;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right .mt {
  margin-top: 10px;
}
.buttons .right a.button {
  margin-top: 10px;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#module_cart .content {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 2px #DDDDDD;
  clear: both;
  display: none;
  padding: 8px;
  position: relative;
  top: -1px;
}
#module_cart.active .heading {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-top: 5px;
  padding-bottom: 6px;
  padding-top: 10px;
}
#module_cart.active .content {
  display: block;
}
#module_cart .cart .name {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#module_cart .cart {
  margin-bottom: 10px;
  width: 100%;
}
#module_cart .cart td .quantity {
  font-weight: bold;
}
#module_cart .cart td {
  border-bottom: 1px solid #e6e6e6;
  padding: 2px 3px;
  vertical-align: top;
}
#module_cart .cart td a {
  font-weight: normal;
}
#module_cart .cart .image {
  display: none;
}
#module_cart .cart .image img {
  border: 1px solid #e6e6e6;
  text-align: left;
}
#module_cart .cart .name small {
  line-height: 14px;
}
#module_cart .cart td.quantity {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0px;
  vertical-align: middle;
}
#module_cart .cart td.total {
  text-align: center;
  vertical-align: middle;
}
#module_cart .cart .remove {
  text-align: right;
  padding: 2px 2px;
  vertical-align: middle;
}
#module_cart .cart .remove img {
  cursor: pointer;
}
#module_cart table.total {
  clear: left;
  float: right;
  margin-bottom: 10px;
  padding: 5px;
}
.total-right {
  text-align: right!important;
}
#module_cart .total-left {
  padding-right: 18px;
}
#module_cart table.total td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  text-align: left;
}
#module_cart .checkout .button {
  margin-bottom: 10px;
}
#module_cart .checkout {
  clear: both;
  text-align: right;
}
#module_cart .empty {
  text-align: left;
  line-height: 17px;
  padding: 5px 0;
}
.product-list #image {
  float: left;
  margin-top: 0px;
  z-index: 0;
}
.product-grid #image {
  float: left;
  margin-top: 0px;
  z-index: 0;
}

.product-grid .compare{
	margin-bottom: 10px;
}

.home-block #image {
  float: left;
  margin-top: 0px;
  z-index: 0;
}
/* box */
.box {
  margin-bottom: 20px;
}
.description {
  font-size: 14px;
  font-weight: 300;
}
/* box products */
.box .box-content .box-product ul li.first-in-line {
  clear: left;
}
aside .box .box-content .box-product ul {
  width: auto;
  margin: 0;
}
aside .box .box-content .box-product ul > li {
  width: 100%;
  margin: 0;
  max-width: 270px;
  padding: 0;
}
.box-filter li {
  line-height: 25px;
}
.box-filter label {
  cursor: pointer;
  display: inline;
  padding-left: 5px;
}
.prod-stock {
  font-style: italic;
  color: #6ba239;
  font-size: 16px;
}
.box-product {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.box.subcat {
  border-bottom: 0;
  padding-bottom: 0;
}
.box-product.box-subcat {
  margin-top: 0 !important;
}
.box-product.box-subcat .name.subcatname {
  padding-top: 4px;
  overflow: hidden;
}
.box-product.box-subcat .name.subcatname a:hover {
  color: #323232;
}
.box-product.box-subcat .name.subcatname a {
  margin-bottom: 0;
  color: #e56664;
  font-style: normal;
}
#content .box .box-content .box-product ul li.cat-height {
  border: 0px;
  margin-bottom: 0;
}
.zoom-top img {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zoom-top a:hover {
  background-color: #7E7E7E;
}
.zoom-top a {
  display: block;
  width: 30px!important;
  height: 30px!important;
  background-color: #e56664;
  color: #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 25;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}
.zoom-top a:before {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f00e";
  width: 30px;
  line-height: 30px;
}
.box-product > li.tree-div {
  margin-right: 0;
}
.box-product > li {
  width: 176px;
  display: inline-block;
  vertical-align: top;
  margin-right: 42px;
  margin-bottom: 28px;
}
#module_cart .cart .name a {
  text-decoration: none;
  line-height: 17px;
}
#module_cart .cart .name a:hover {
  text-decoration: underline;
}
.box-product .image {
  display: block;
  text-align: center;
}
.box-product .name a {
  display: inline;
}
.box-product .rating {
  display: block;
  margin-top: 7px;
  margin-bottom: 0px;
}
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.afine {
  list-style: none;
  margin: 0;
  padding: 0;
}
.afine li:first-child,
.acount li:first-child {
  border: 0px;
}
.afine li a + a {
  background: none;
  padding-left: 0;
}
.acount {
  list-style: none;
}
.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul li a {
  text-decoration: none;
  line-height: normal;
}
.content ul li:first-child {
  border: none;
}
.content ul li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.content ul li a i {
  font-size: 17px;
  margin-right: 9px;
}
.wishlist-product td a {
  text-decoration: none;
}
.wishlist-product td {
  vertical-align: middle!important;
  text-align: center;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* box category
========================================================*/
.fa.fa-angle-up:before {
  content: "\f106" !important;
}
li.parent > i:hover {
  cursor: pointer;
}
li.parent > i {
  float: right;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 4px;
}
.box.category li {
  position: relative;
}
.box.category .box-content {
  padding-bottom: 20px;
}
.box-category > ul > li.active > a i,
.box-category > ul > li > a:hover i {
  color: #7e7e7e;
}
.box-category > ul > li > a i {
  font-size: 21px;
  color: #e56664;
}
.box-category > ul > li > a {
  display: inline-block;
  font-weight: bold;
  color: #323232;
}
.box-category > ul > li.active > a,
.box-category > ul > li > a:hover {
  color: #e56664;
}
.box-category > ul > li:first-child {
  border: 0;
}
.box-category > ul > li {
  position: relative;
  padding: 5px 0;
}
.box-category > ul > li strong {
  display: none;
}
.box-category > ul > li.last {
  border: none;
}
.box-category > ul > li ul {
  display: none;
  margin: 10px 0 10px 25px;
}
.box-category > ul > li span.close:hover {
  cursor: pointer;
}
.box-category > ul > li li.parent > i {
  line-height: 20px;
  vertical-align: middle;
}
.box-category > ul > li ul > li.active > a,
.box-category > ul > li ul > li > a:hover {
  color: #e56664;
}
.box-category > ul > li ul > li {
  padding: 3px 0;
}
.box-category > ul > li ul > li > a {
  text-decoration: none;
  display: inline-block;
  color: #323232;
}
.box-category > ul > li ul > li > a.active {
  color: #e56664;
}
.box-category > ul > li:first-child {
  border-top: 0;
}
.act-cat {
  position: absolute;
  top: 9px;
  right: 6px;
}
.info-about2,
.info-about3,
.info-about4 {
  display: none;
}
/* category page*/
h1.style-1,
.style-1 {
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.category-list {
  overflow: auto;
  margin-bottom: 20px;
}
.category-list ul {
  float: left;
  width: 25%;
  list-style: none;
  padding: 0;
}
.capcha {
  width: 143px;
}
.sitemap-info ul li {
  padding-bottom: 4px;
  padding-left: 14px;
  padding-top: 4px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: bold;
  color: #e56664;
}
.sitemap-info ul li a i {
  color: #e56664;
  font-size: 17px;
  margin-right: 9px;
}
.sitemap-info ul li a:hover i {
  color: #7e7e7e;
}
.sitemap-info ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.category-list .div a {
  text-decoration: underline;
}
/* manufacturer */
.manufacturer-list {
  overflow: auto;
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
}
.manufacturer-heading span {
  background: #323232;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0;
  width: 50px;
  text-align: center;
}
.manufacturer-heading {
  background: #f9f9f9;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
}
.manufacturer-content {
  padding: 30px 40px;
  overflow: hidden;
}
.manufacturer-list ul li a i {
  color: #e56664;
  font-size: 17px;
  font-weight: normal;
  line-height: 18px;
  margin-right: 9px;
}
.manufacturer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box.manufacturers li {
  padding: 5px 0;
}
.box.manufacturers li a {
  display: inline-block;
  text-decoration: none;
}
/* product */
.product-filter .product-compare {
  float: left;
  margin-left: 10px;
}
.product-filter select {
  margin-bottom: 0;
}
.product-filter {
  overflow: hidden;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 30px;
}
.product-filter .display {
  float: right;
}
.product-filter .display li {
  float: left;
}
.product-filter .display li i {
  font-size: 30px;
  line-height: 1em;
  margin-left: 15px;
  color: #131622;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-filter .display li i:hover {
  color: #e56664;
}
.product-filter .display li.selected i {
  color: #e56664;
}
.product-filter .display a {
  font-weight: bold;
}
.product-filter .sort b {
  padding-right: 7px;
  color: #323232;
  text-transform: uppercase;
}
.product-filter .sort select {
  width: 160px;
}
.product-filter .sort {
  float: left;
  font-weight: bold;
}
.product-filter .limit select {
  width: 72px;
}
.product-filter .limit b {
  padding-right: 5px;
  color: #323232;
  text-transform: uppercase;
}
.product-filter .limit {
  margin-left: 13px;
  float: left;
}
.product-list ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.product-list ul li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.product-list .left {
  position: relative;
}
.product-list .right {
  text-align: left;
}
.product-list .name {
  margin-bottom: 10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
  vertical-align: top;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  font-weight: normal;
  font-size: 28px;
}
#list_b i,
#grid_b i {
  color: #e56664;
  cursor: default;
}
.product-filter .display {
  position: relative;
}
.product-filter .display b {
  float: left;
  color: #323232;
  text-transform: uppercase;
  display: none;
}
.product-list .description {
  overflow: hidden;
  margin-bottom: 15px;
}
.product-grid ul li {
  text-align: left;
  position: relative;
  margin-bottom: 7px;
  float: left;
}
.isotope {
  margin-right: -22px;
}
.product-grid ul li.first-in-line {
  clear: left;
}
.extra-prod input {
  padding-bottom: 4px;
}
.extra-prod {
  padding-top: 6px;
}
.or {
  padding-top: 3px;
}
.product-grid.list .rating {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 10px;
}
.product-grid.list .col-sm-4.element {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.product-grid.list .image {
  float: left;
  margin: 0 3% 0 0;
  width: 20%;
}
.product-grid.list .image img {
  width: 100%;
}
.product-grid.list .padding {
  position: relative;
}
.product-grid.list .description {
  display: block;
  float: none;
}
.product-grid.list .left_block {
  float: left;
  width: 77%;
}
.product-grid.list .left_block .left_block_inner {
  width: 70%;
  float: left;
  padding-right: 10px;
}
.product-grid.list .left_block .cart-button {
  float: right;
  width: 30%;
  padding: 20px 10px;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}
.product-grid.list .left_block .cart-button .rating {
  height: auto;
}
.product-grid.list .left_block .cart-button .compare-added {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  display: block;
  width: auto;
  height: auto;
  white-space: pre-line;
}

.compare-added:hover .tooltip{
	display: none !important;
}

.product-grid.list .padding {
  overflow: hidden;
}
.product-grid .compare a:after,
.product-grid .compare a:before {
  display: none;
}
.product-grid .description {
  display: none;
}
.product-grid .image {
  display: block;
  margin: 0 0 15px 0;
  text-align: center;
}
.product-grid .name {
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.product-grid .description {
  overflow: hidden;
  display: none;
}
.product-grid .rating {
  display: block;
  position: absolute;
  left: 20px;
  top: 5px;
  margin-bottom: 10px;
}
.product-grid ul li.col-sm-4 {
  width: 33%;
}
.product-grid ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-grid .price-old {
  text-decoration: line-through;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .price .price-old {
  font-weight: normal;
  color: #fb3144;
  font-size: 18px;
  margin-top: 10px;
}
.product-list .price,
.product-grid .price {
  display: block;
  margin-bottom: 5px;
  line-height: normal;
  color: #fa7103;
  font-size: 25px;
}

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

.product-list .price-tax {
  font-size: 12px;
  display: block;
}
.content-border h2 {
  margin-bottom: 30px;
}
.content-border {
  border: 1px solid #e6e6e6;
  padding: 30px 40px;
  margin-bottom: 30px;
}
/* Product */
#compare {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#full_gallery {
  display: none;
  max-width: 270px;
  position: relative;
}
#full_gallery .prev {
  left: 0;
}
#full_gallery .next {
  right: 0;
}
#full_gallery .prev:hover,
#full_gallery .next:hover {
  color: #e56664;
}
#full_gallery .prev,
#full_gallery .next {
  color: #7e7e7e;
  font-size: 19px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
}

.product-info .compare {
  width: 45%;
  float: right;
}
.product-info .compare a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  border: 1px solid #e4e4e6;
  color: #2b2e39;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
}
.product-info .compare a:hover {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}
.product-info .compare a:after,
.product-info .compare a:before {
  display: none;
}
#default_gallery {
  float: left;
}
#zoom1 img {
  background: #efeeee;
}
.image-additional .next:hover,
.image-additional .prev:hover {
  color: #e56664;
}
.image-additional .prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 40%;
  margin: 0;
  font-size: 19px;
  color: #7e7e7e;
}
.image-additional .next {
  color: #7e7e7e;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 40%;
  margin: 0;
  font-size: 19px;
}
.product-info .share > span {
  margin-bottom: 20px;
  display: inline-block;
}
.share iframe {
  border: 0px solid #E6E6E6;
}
.product-info {
  padding-bottom: 23px;
  margin-top: 0;
}
.product-info h1.view {
  display: none;
}
.product-info h1 {
  color: #323232;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-info #default_gallery.left {
  position: relative;
  z-index: 5;
  float: left;
  width: 340px;
  height: 100%;
  margin-bottom: 7px;
}
.product-info .image-additional {
  overflow: hidden;
  max-width: 70px;
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
.product-info .image-additional img {
  background: #efeeee;
}
.product-info .image-additional li {
  float: left;
  max-width: 70px;
}
.product-info .image-additional li.last {
  margin-right: 0;
}
.product-info .image-additional a {
  display: block;
}
.product-info .description .product-section {
  color: #e56664;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-info .description .product-section span {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section div.prod-stock {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section .btn-rew {
  float: none;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 0;
}
.product-info .description .product-section .btn-rew a {
  margin-right: 10px;
}
.product-info .description .product-section .btn-rew a i {
  font-size: 16px;
  color: #e56664;
  line-height: 1em;
  width: 1em;
}
.product-info .description .product-section a {
  color: #e56664;
}
.product-info .description .product-section a:hover {
  color: #323232;
}

.product-info .description .product-section .prod-stock {
  display: inline-block;
  background-color: #015eba;
  color: #fff;
  font-style: normal;
  padding: 3px 7px;
  margin: 0 9px;
}

.product-info .description .product-section span {
  color: #323232;
}
.product-info .price {
  text-transform: uppercase;
  color: #323232;
  font-size: 13px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  padding: 13px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  color: #e56664;
  font-size: 31px;
}
.product-info .price .price-old {
  color: #7e7e7e;
  margin-left: 10px;
}
.product-info .price .price-tax {
  color: #e56664;
  text-transform: none;
  font-weight: normal;
  margin-left: 10px;
}
.product-info .price .discount {
  text-transform: none;
  font-weight: normal;
}
.product-info .price .reward {
  padding-top: 10px;
  display: block;
}
.product-info .minimum {
  margin-top: 5px;
}
.product-info .cart-top {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.product-info .cart-top > label {
  float: left;
  width: 45%;
}
.product-info .cart-top .button-prod {
  display: block;
  clear: both;
}
.tab-content ul {
  margin-left: 25px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.product-info .wishlist a span,
.product-info .compare a span {
  display: inline-block;
}
.product-info .wishlist i,
.product-info .compare i {
  font-size: 17px;
  line-height: 20px;
  color: #2b2e39;
}
.product-info .wishlist a,
.product-info .compare a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  border: 1px solid #e4e4e6;
  color: #2b2e39;
  width: auto;
  float: none;
  height: auto;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
}
.product-info .wishlist a:hover,
.product-info .compare a:hover {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}
.product-info .wishlist a:hover i,
.product-info .compare a:hover i {
  color: #ffffff;
}
.product-info .options {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.q-mini {
  width: 30px;
}
img#captcha {
  vertical-align: top;
  margin-bottom: 20px;
}

#tab-review{
	margin-top: 20px;
}

#tab-review input[name="captcha"] {
  margin-right: 20px;
  margin-bottom: 10px;
}
.border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-info .gallery li {
  max-width: 270px;
  float: left;
  height: 424px;
}
.ps-carousel-item img {
  background-color: #EFEEEE;
}
.ps-zoom-pan-rotate img {
  background-color: #EFEEEE;
}
.product-info .gallery li img {
  background-color: #EFEEEE;
}
.button-prod {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  color: #2b2e39;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
}
.button-prod:hover {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}
.product-info .review {
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}
a.button-prod:hover {
  color: #ffffff;
}
a.button-prod i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 9px;
}
.product-info .review a:hover {
  color: #e56664;
}
.product-info .review a {
  color: #7e7e7e;
}
.product-info .review a + a:hover {
  color: #7e7e7e;
}
.product-info .review a + a {
  color: #e56664;
  margin-left: 20px;
}
.product-info .review img {
  float: left;
  margin-right: 20px;
}
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-heading i {
  font-size: 26px;
  color: #e56664;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs .tab-heading i:hover {
  color: #131622;
}
.tabs .tab-heading {
  padding: 8px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-bottom: 4px solid #e56664;
  background-color: #f9f9f9;
  font-size: 15px;
}
.tabs .tab-content {
  padding: 20px 10px;
  border-top: none;
  border: 1px solid #e6e6e6;
}
#tab-review.tabs .tab-content {
  padding: 20px 10px;
}
/* compare block */
.compare-block {
  margin-bottom: 20px;
}
.compare-block .image {
  margin-right: 10px;
}
.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}
.compare-info {
  width: 100%;
}

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

.compare-info td{
	padding: 0;
}

.block-compare {
  position: relative;
  overflow: hidden;
}
.td-price {
  font-weight: bold;
  font-size: 16px;
}
.compare-info .prod-stock {
  margin: 0 auto;
  float: none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #6BA239;
  color: #FFFFFF;
  display: inline-block;
  font-style: normal;
  margin: 0 9px;
  padding: 0 7px;
}
.compare-info td.name a:hover {
  color: #7e7e7e;
}
.compare-info td.name a {
  text-decoration: none;
  font-size: 12px;
  color: #e56664;
}
.compare-info td.last {
  border-right: 0;
}
.compare-info thead td:first-child {
  text-align: left;
}
.compare-info td:first-child {
  background-color: #F9F9F9;
  color: #323232;
  font-weight: bold;
  text-align: right;
}
.compare-info td.image2 {
  text-align: center;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
.compare-info .price-old {
  font-weight: normal;
  text-decoration: line-through;
  display: block;
  font-size: 15px;
}
.compare-info td.td-price .price-old {
  color: #7e7e7e;
}
.compare-info td.td-price {
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  color: #e56664;
}
/* wishlist */
.wishlist-product2 {
  display: none;
}
.wishlist-product {
  margin-bottom: 25px;
}
.wishlist-product tbody .name a:hover {
  color: #4a4a4a;
}
.wishlist-product tbody .name a {
  font-family: Arial, sans-serif;
  color: #e56664;
  font-size: 16px;
}
.wishlist-product tbody .model {
  text-align: center;
  font-size: 17px;
}
.wishlist-product tbody .stock {
  text-align: center;
}
.wishlist-product tbody .quantity {
  text-align: right;
}
.checkout-product .table td.price {
  text-align: left;
  font-size: 13px;
  color: #7e7e7e;
}
.table .total,
.table .price {
  text-align: center;
  font-size: 17px;
  font-family: Arial, sans-serif;
  color: #e56664;
  font-weight: bold;
  white-space: nowrap;
}
.table thead td {
  font-size: 12px !important;
}
.table .price s {
  color: #323232;
  font-weight: normal;
  display: block;
}
input#sub_category {
  background: none;
  float: left;
  margin-left: -20px;
}
/* contact page */
.contact-info {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-info .contact-box i {
  color: #e56664;
  font-size: 26px;
  width: 1.25em;
}
.contact-info .contact-box {
  margin-bottom: 20px;
  line-height: 26px;
}
.contact-info .contact-box b {
  color: #323232;
  text-transform: uppercase;
  margin-left: 10px;
}
.contact-info iframe {
  min-height: 200px;
  max-height: 300px;
}
.contact-info figure {
  margin: 0;
}
.content.contact-f textarea {
  max-width: 100%;
}
.content.contact-f {
  border: 1px solid #e6e6e6;
  padding: 40px 40px 20px;
}
.content.contact-f div.buttons,
.content.contact-f div.captcha {
  margin-top: 20px;
}
/* checkout page */
.checkout-heading {
  background-color: #f9f9f9;
  color: #323232;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #e56664;
  font-weight: bold;
  padding: 15px 100px 15px 15px;
  margin-top: 10px;
}
.checkout-content {
  display: none;
}
.checkout-content {
  margin-top: -1px;
  padding: 20px 40px;
  border: 1px solid #e6e6e6;
}
.checkout-content .login-content .heading h2 {
  font-size: 20px;
}
.checkout-content .login-content p.login-padd {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 6px;
}
.checkout-heading {
  position: relative;
}
.checkout-heading > a {
  position: absolute;
  right: 20px;
  top: 15px;
}
.checkout-content label a:hover {
  text-decoration: underline;
}
.checkout-content label a {
  color: #e56664;
}
/* login page */
.login-content .right,
.login-content .left {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
.login-content .heading {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.login-content .content > p {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.login-content .heading i {
  font-size: 56px;
  color: #e56664;
  float: left;
  margin-right: 14px;
}
.login-content .heading h2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 23px;
  color: #323232;
}
.login-content .heading b {
  font-size: 13px;
  color: #737373;
  font-style: italic;
  font-weight: normal;
}
.login-content .form-horizontal .controls input {
  width: 94%;
  max-width: 100%;
}
.login-content .login-buttons {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.buttons .right label {
  text-align: left;
}
.login-content {
  overflow: hidden;
}
.login-content .left p + p {
  margin-bottom: 16px;
}
.link-login {
  text-decoration: underline;
  display: inline-block;
  color: #e56664;
  font-style: italic;
  margin-left: 15px;
  margin-top: 5px;
}
.link-login:hover {
  text-decoration: none;
}
.padd-form {
  display: block;
  padding-bottom: 5px;
}
.login-content .right .content p {
  margin-bottom: 15px;
}
.login-content .right .content b {
  display: block;
}
#register .content {
  border: none!important;
  padding: 0!important;
}
/* orders */
.order-list,
.return-list {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.order-content span,
.heading-order-list span {
  color: #e56664;
}
.heading-order-list {
  background-color: #f9f9f9;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #323232;
  padding: 20px;
}
.order-list .order-id,
.return-list .return-id {
  width: 49%;
  float: left;
}
.order-list .order-status,
.return-list .return-status {
  font-weight: bold;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
}
.order-list .order-content,
.return-list .return-content {
  padding: 20px;
  color: #323232;
  font-weight: bold;
}
.order-list .order-content div .button {
  margin-top: 3px;
}
.order-list .order-info {
  text-align: right;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
/* returns */
.return-box-2 {
  padding: 15px 20px 19px 20px;
  margin-bottom: 10px;
}
.return-box-2 .buttons .right {
  float: left;
}
.return-box-2 .buttons {
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.return-p {
  padding-left: 17px;
}
.return-p p {
  margin-bottom: 13px;
}
.return-list {
  margin-bottom: 10px;
}
#content .content.return-box {
  padding: 14px 10px 11px 20px;
  margin-bottom: 10px;
}
.content.return-box h2 {
  margin-bottom: 14px;
}
#content .content.return-box .left {
  width: 320px;
}
#content .content.return-box .right {
  width: 320px;
}
.content.return-box label {
  font-size: 12px;
  font-weight: bold;
}
.content.return-box input {
  margin-top: 6px;
  margin-bottom: 7px;
  width: 310px;
}
.content.return-box .error {
  padding-bottom: 5px;
  display: block;
}
.return-box-3 {
  margin-bottom: 20px;
  padding: 14px 10px 10px 20px;
}
.return-box-3 h2 {
  margin-bottom: 15px;
}
.return-box-3 textarea {
  width: 310px;
  height: 188px;
  max-width: 310px;
  max-height: 188px;
}
.return-box-3 .return-captcha {
  width: 320px;
  margin-top: -3px;
}
.return-box-3 .return-captcha b {
  padding-bottom: 6px;
  display: block;
}
.return-box-3 .return-captcha input {
  width: 170px;
  margin-bottom: 10px;
}
.return-box-3 .return-additional {
  margin-bottom: 11px;
}
.return-box-3 .buttons {
  padding: 0;
  margin-bottom: 0;
}
/* button */
.button-return-right-i:hover,
.button-return-right:hover {
  color: #e56664;
  cursor: pointer;
}
.button-return-right {
  border: 0px;
  background: none;
  font-weight: bold;
  color: #757475;
  padding: 0;
  line-height: 32px;
  min-height: 32px;
  display: inline-block;
}
#return-product .button-return-right-i {
  position: relative;
}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
  position: absolute;
  right: 0;
  z-index: 4;
  top: 3px;
}
#return-product input.button-return-right {
  padding-right: 31px;
  position: relative;
  z-index: 5;
}
a.button-return-left:hover,
a.button-return-right:hover,
a.button-order-right:hover,
a.button-cont-right:hover,
a.button-back-left:hover,
a.button-inf-left:hover {
  color: #e56664;
}
a.button-return-left,
a.button-return-right,
a.button-order-right,
a.button-cont-right,
a.button-back-left,
a.button-inf-left {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-right: 0px;
  color: #7e7e7e;
  vertical-align: top;
}
a.button-back-left i,
.button-back-left i,
.button-return-right-i i,
a.button-return-left i,
a.button-cont-right i {
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  margin: 0 9px;
}
i.fa.fa-arrow-circle-right {
  margin-right: 0 !important;
}
a.button-order-right {
  padding: 0;
}
a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
.wishlist-product a.button-wislish-left span,
a.button-inf-left span {
  line-height: 1.2em;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
a.button-return-left span,
a.button-back-left span,
a.button-wislish-left span {
  padding: 5px 0px 5px 14px;
  background: url('marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-inf-left span {
  padding: 5px 14px 5px 0px;
  background: url('marker-button-right.png') right 8px no-repeat;
}
.cart-bottom a i.fa.fa-check {
  margin-right: 0;
}
.cart-bottom a.button-cont-right {
  margin-right: 20px;
}

.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary {
	border: 0px !important;
	padding: 16px 42px;
	font-size: 19px;
	color: #fff;
	background: #04cffa;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none;
	
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	

}

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



.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	background: #bd20c7;
	color:#fff;
}


.column_center .page_heading, .page_heading {
    color: #333333;
    font: 700 36px/0.85em PT Sans;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
}

.page_heading span {
    font-weight: 100;
}

.widget_best_sellers .product_price .compare-at-price {
    color: #fb3144;
    font-size: 27px;
    font-weight: 300;
}

.

*, *::before, *::after {
    box-sizing: border-box;
}
.widget_best_sellers h3.widget_header {
    text-align: left;
}
.column .widget h3.widget_header, h3.widget_header {
    color: #333333;
    font: 700 36px PT Sans;
    margin: 0;
    padding: 0 0 10px;
}

h3.widget_header span {
    font-weight: 300;
}

.product_name {
    color: #2f3333;
    font-size: 15px;
    font-weight: normal;
}

/* BLOG */
.homepage_blog {
	position: relative;
	margin-top: 50px;
	padding-top: 109px;
	text-align: center;
	padding-bottom: 123px;
	
background: url(https://static.insales-cdn.com/assets/1/7603/916915/1728660165/homepage_blog_bg.jpg) 50% 0 no-repeat;
	
}
.homepage_blog__article {
	margin-top: 44px;
}
.homepage_blog__title {
	min-height: 80px;
	margin-bottom: 24px;
}
.homepage_blog__title a {
	font-size: 24px;
	font-weight: bold;
	color: #04cffa;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homepage_blog__article + .homepage_blog__article .homepage_blog__title a {
	color: #5cbe24;
}
.homepage_blog__article + .homepage_blog__article + .homepage_blog__article .homepage_blog__title a {
	color: #fab703;
}
.homepage_blog__title a:hover {
	color: #fff !important;
}

.homepage_blog__content {
	color: #fff;
}

.homepage_blog__content img{
  margin: 15px 0;
}

.homepage_blog__content img {
	margin-bottom: 20px;
}
.homepage_blog__content p {
	line-height: 1.55em;
}
.homepage_blog__article .btn {
	padding: 0;
	background: none;
	text-decoration: underline;
	font-size: 19px;
	margin-top: 2px;
}
.homepage_blog__article .btn:hover {
	color: #fa7103;
}

/*Footer
================================================================*/
footer {
	padding-top:30px;
	background:#015eba;
}
footer,
footer a {
	color:#fff;
}

.footer_block h3 {
	padding-top:30px;
	font-size: 24px;
	font-weight: bold;
	min-height: 50px;
	color: #fff;
}
.footer_block ul {
	margin-top:25px;
}
.footer_block ul li {
	max-width: 100%;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer_block ul li + li {
	margin-top:10px;
}
.footer_block ul li a {
	font-size:15px;
	position:relative;
	
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	;
}


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


.footer_block__5 {
	float: right;
}


.footer_block__5 .socials_block {
	padding-top: 8px;
	text-align: right;
	margin-top: 0;
	margin-top:30px;
}
.footer_block__5 .socials_block li {
	display:inline-block;
	margin:0px 0px 0 3px;
	display: inline-block;
	overflow: visible !important;
}
.socials_block li a {
  	display:block;
 	position:relative;
  	z-index:1;
}
.socials_block li i {
	text-align: center;
	font-size:28px;
	padding-top:28px;
	width:83px;
	height:83px;
	display:block;
	border-radius:50%;
	z-index: 1;
	    position:relative;
	background:#4465f6;
	color:#fff;
	
-webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	        -ms-transition: all .5s ease-in-out;
	         -o-transition: all .5s ease-in-out;
	                transition: all .5s ease-in-out;
	;
}
.socials_block li a:after {
	z-index: -1;
	position:absolute;
	left:-1px;
	right:-1px;
	bottom:-1px;
	top:-1px;
	border:2px solid #015eba;
	content:"";
	border-radius:50%;
	
-webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	        -ms-transition: all .5s ease-in-out;
	         -o-transition: all .5s ease-in-out;
	                transition: all .5s ease-in-out;
	;
}

.socials_block li a:hover:after {
	position:absolute;
	left:-5px;
	right:-5px;
	bottom:-5px;
	top:-5px;
	content:"";
	border-radius:50%;
	border:2px solid #fa7103;
}
.socials_block li a i:hover {
	background: #fa7103;
}

.socials_block li i.fa-twitter {
	background: #83e05c;
}
.socials_block li i.fa-facebook {
	background: #83e05c;
}
.socials_block li i.fa-youtube {
	background: #ffffff;
}
.socials_block li i.fa-instagram {
	background: #83e05c;
}
.socials_block li i.fa-pinterest {
	background: #ffffff;
}
.socials_block li i.fa-google-plus {
	background: #ffffff;
}
.socials_block li i.fa-tumblr {
	background: #ffffff;
}



footer .copyright {
	margin-top: 68px;
	padding-bottom:40px;
	background: #014c9b;
}
footer .copyright p {
	margin-top: 19px;
	font-size: 12px;
	font-weight: 300;
}
footer .copyright a {
	color: #fff;
}
footer .copyright a:hover {
	color: #fa7103;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #bd20c7;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
	border-radius:50%;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
#back_top:hover {
	background: #fb3144;
}




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

/* NO SIDEBAR */
.sidebar_none {
}


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


/* RIGHT SIDEBAR */
.sidebar_right {
}


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


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


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


.product_wrap .product-price {
  margin: 15px 0 0 0;
  padding: 0;
}

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


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

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

#purchase #add-to-cart {
  height: 37px;
  margin: 15px 10px 0 0;
  padding: 0px 15px;
}
.product_wrap #purchase label,
.product_wrap #purchase #quantity,
.product_wrap #purchase #add-to-cart {
  float:left; 
}

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

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


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

.product_desc{
	color: #777777;
}

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



/* ========================= RELATED PRODUCTS==================================== */
.widget_related_products h3 {
  margin: 30px 0 0 0;
  font-size: 36px;
  font-weight:700;
}

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

ul.product_listing_related .product_img a {
  padding:10px;
}
ul.product_listing_related .product_name {
  min-height:0px;
  margin-top:5px;
}
ul.product_listing_related .product_price .money {
  font-size:30px;
}


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

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

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

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



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

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

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

-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	
}
.product_images .bx-controls a:hover {
  background: rgba(51, 51, 51, 1);
  }

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

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


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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

}

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

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

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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


/********************************************************************************************************
                                                     CONTACTS PAGE
********************************************************************************************************/

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


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


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



/* 404 PAGE */
.template-404 h2,
.template-404 h2 a {
  vertical-align: baseline;
    font-size:25px;
    line-height:1.2em;
}


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

#google_map img {
	max-width: none !important;
}
/********************************************************************************************************
                      BX SLIDER
********************************************************************************************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://static.insales-cdn.com/assets/1/7603/916915/1728660165/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

}

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

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

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

.isStuck_wrapper {
    background: none repeat scroll 0 0 #015eba;
    height: 34px;
    z-index: 100;
}


/*  BREADCRUMBS */
.breadcrumb {
  margin: 20px 0 35px;
  color: #fff;
  background: #fa7103;
  padding:10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
  color: #fff;
  
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	;
}
.breadcrumb a:hover {
  color: #333333;
}



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



/* PAGINATION */

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

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

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


/********************************************************************************************************
                                                      SIDEBAR WIDGETS
********************************************************************************************************/

.column .widget h3.widget_header, h3.widget_header {
    color: #333333;
    font: 700 36px PT Sans;
    margin: 0;
    padding: 0 0 10px;
}
h3.widget_header span {
    font-weight: 300;
}
.widget_best_sellers h3.widget_header {
    text-align: left;
}
.column .widget ul.list {
    border-bottom: 1px solid #e0e0e0;
}
.column .widget ul.list li {
    padding: 10px 0;
}
.column .widget ul.list li + li {
    border-top: 1px solid #e0e0e0;
}
.column .widget ul.list li a {
    color: #2f3333;
}
.column .widget ul.list li.active a, .column .widget ul.list li a:hover {
    color: #fa7103;
}

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

.product_info{
  text-align: center;
}

#own_preloader { z-index:1000; text-align: center; vertical-align: middle; font-weight: bold; width:200px; height:60px; 
width: 100%;
position: fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
z-index: 99999!important;

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


.page_preloader {
  width: 100%;
  height: 100%;
  background: url(https://static.insales-cdn.com/assets/1/7603/916915/1728660165/bx_loader.gif) 50% 50% no-repeat #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

/********************************************************************************************************
                                                     CART PAGE
********************************************************************************************************/

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

.empty-cart-message{
  font-size: inherit;
  line-height: inherit;
}
.cart-list form > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

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

.cart-list .product_name {
  margin-right: 20px;
}

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

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

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

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

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

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

.cart_buttons {
  margin: 30px 0;
}

.cart_instructions textarea {
  width: 100%;
}

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



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

.column_center .page_heading, .page_heading {
    text-transform: none;
}

/* 10.1 LINKS LIST */
.column .widget ul.list {
  border-bottom: 1px solid #e0e0e0;
}
.column .widget ul.list li {
  padding: 10px 0;
}
.column .widget ul.list li + li {
  border-top: 1px solid #e0e0e0;
}
.column .widget ul.list li a {
  color: #2f3333;
}

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


/*  SIDEBAR PRODUCT LISTING */
.best-sellers-home .product {
  margin-top:30px;
}

.widget_best_sellers .product_price {
  color: ;
}
.widget_best_sellers .product_price .compare-at-price {
  font-weight: 300;
  font-size: 27px;
  color: ;
}
.widget_best_sellers .product_links form {
  display: inline-block;
}

.product_listing_sidebar .product {
  margin-top:20px;
}
.product_listing_sidebar .product .prod_inside {
  padding:20px 10px 32px;
  text-align:left;
}
.product_listing_sidebar .product_img {
  max-width:90px;
  float:left;
  margin-right:15px;
}
.product_listing_sidebar .product_img a {
  padding:5px}
.product_listing_sidebar .product_info {
  overflow:hidden;
}

.product_listing_sidebar .product_price .money {
  font-size:25px;
}
.product_listing_sidebar .product_price .money.compare-at-price {
  font-size:18px;
  margin-top: 5px;
}

.product_listing_sidebar .product_links .btn {
  padding:7px 12px 9px;
}
.product_listing_sidebar .product_links .btn:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
    
}


/********************************************************************************************************
                                                      BLOG
********************************************************************************************************/

/*  POSTS LISTING */
#blog {
}

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

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

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

.blog-article_meta-comments a{
	float: right;
	padding: 17px 0 0 15px;
	color: #fa7103;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-article_meta-comments a:hover {
	color: #333;
}

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

.blog-article_meta-tags a {
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



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

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



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

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

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

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

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

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

#feedback_commit{
	background: none repeat scroll 0 0 #04cffa;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 19px;
    padding: 16px 42px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#feedback_commit:hover{
	background: #bd20c7;
	color:#fff;
}


/*========================= Comments ====================*/

.row_form label{
	display: inline-block;
	min-width: 80px;
}

.row_form + .row_form{
	margin-top: 15px;
}

.row_form + #review_review_fields{
	margin-top: 15px;
}


.tabs .tab-heading i{
	color: #fa7103;
}

.tabs .tab-heading{
	border-bottom: 4px solid #fa7103;
}

/*===================== About us =============================*/

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

.rte img {
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 100%;
}

.rte h3 {
    font-size: 24px;
    font-weight: 400;
}

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

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

.list-style-1{
    list-style-position: inside;
    list-style-type: square;
}

.list-style-2{
    list-style-position: inside;
    list-style-type: decimal;
    background: transparent;
    border: 0 none;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    outline: medium none !important;
    padding: 0;
    vertical-align: top;
}

/*=================== Widget_content======================*/

.widget_content .list{
	list-style: none;
}

.widget_content .list a:hover{
	color: #fa7103;
}

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

.mobile_compare{
	display: none;
}


/******* start add-to-cart plus minus ***************/
.number_product > span {
  display: block;
  width: 49px;
  height: 49px;
  background-color: transparent;
  color: #1a1a1a;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #e4e4e6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.number_product .quantity_input {
  width: 80px;
  border-left: none;
  border-right: none;
  height: 49px;
  line-height: 47px;
  box-shadow: none;
  text-align: center;
}
.number_product > span:hover,
.number_product > span:active {
  color: #fff;
  background-color: #2f2e2e;
  border-color: #2f2e2e;
}
.fa-plus-sign:before {
  content: "\f067";
}
.fa-minus-sign:before {
  content: "\f068";
}
.number_product > * {
  float: left;
}
/******* end add-to-cart plus minus ***************/


/*====================== PRODUCT INFO=============================================================*/

.product-info .description .product-section {
  color: #e74c3c;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-info .description .product-section span {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section div.prod-stock {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section .btn-rew {
  float: none;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 0;
}
.product-info .description .product-section .btn-rew a {
  margin-right: 10px;
}
.product-info .description .product-section .btn-rew a i {
  font-size: 16px;
  color: #e74c3c;
  line-height: 1em;
  width: 1em;
}
.product-info .description .product-section a {
  color: #e74c3c;
}
.product-info .description .product-section a:hover {
  color: #323232;
}
.product-info .description .product-section .prod-stock span {
  display: inline-block;
  background-color: #015eba; 
  color: #fff;
  font-style: normal;
  padding: 3px 7px;
  margin: 0 9px;
}

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

.product-info .description .product-section span {
  color: #323232;
}
.product-info .price {
  text-transform: uppercase;
  color: #323232;
  font-size: 13px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  padding: 13px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  color: #e74c3c;
  font-size: 31px;
}
.product-info .price .price-old {
  color: #fb3144;
  margin-left: 10px;
}
.product-info .price .price-tax {
  color: #e74c3c;
  text-transform: none;
  font-weight: normal;
  margin-left: 10px;
}
.product-info .price .discount {
  text-transform: none;
  font-weight: normal;
}
.product-info .price .reward {
  padding-top: 10px;
  display: block;
}
.product-info .minimum {
  margin-top: 5px;
}
.product-info .cart-top {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.product-info .cart-top > label {
  float: left;
  width: 45%;
}
.product-info .cart-top .button-prod {
  display: block;
  clear: both;
}
.tab-content ul {
  margin-left: 25px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.product-info .wishlist a span,
.product-info .compare a span {
  display: inline-block;
}
.product-info .wishlist i,
.product-info .compare i {
  font-size: 17px;
  line-height: 20px;
  color: #323232;
}
.product-info .wishlist a,
.product-info .compare a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #bababa;
  width: auto;
  float: none;
  height: auto;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
}
.product-info .wishlist a:hover,
.product-info .compare a:hover {
  background: #bababa;
  border-color: #bababa;
}

.product-info .options {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.q-mini {
  width: 30px;
}
img#captcha {
  vertical-align: top;
  margin-bottom: 20px;
}
#tab-review input[name="captcha"] {
  margin-right: 20px;
  margin-bottom: 10px;
}
.border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-info .gallery li {
  max-width: 270px;
  float: left;
  height: 424px;
}
.ps-carousel-item img {
  background-color: #EFEEEE;
}
.ps-zoom-pan-rotate img {
  background-color: #EFEEEE;
}
.product-info .gallery li img {
  background-color: #EFEEEE;
}
.button-prod {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #04cffa;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  outline: none;
  text-transform: uppercase;
}
.button-prod:hover {
  background: #bd20c7;
  border-color: #bababa;
  color: #ffffff;
}
.product-info .review {
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}
a.button-prod:hover {
  color: #ffffff;
}
a.button-prod i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 9px;
}
.product-info .review a:hover {
  color: #e74c3c;
}
.product-info .review a {
  color: #7e7e7e;
}
.product-info .review a + a:hover {
  color: #7e7e7e;
}
.product-info .review a + a {
  color: #e74c3c;
  margin-left: 20px;
}
.product-info .review img {
  float: left;
  margin-right: 20px;
}
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-heading i {
  font-size: 26px;
  color: #e74c3c;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs .tab-heading i:hover {
  color: #31353d;
}
.tabs .tab-heading {
  padding: 8px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-bottom: 4px solid #e74c3c;
  background-color: #f9f9f9;
  font-size: 15px;
}
.tabs .tab-content {
  padding: 20px 10px;
  border-top: none;
  border: 1px solid #e6e6e6;
}
#tab-review.tabs .tab-content {
  padding: 20px 10px;
}
/* compare block */
.compare-block {
  margin-bottom: 20px;
}
.compare-block .image {
  margin-right: 10px;
}
.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}
.compare-info {
  width: 100%;
}
.block-compare {
  position: relative;
  overflow: hidden;
}
.td-price {
  font-weight: bold;
  font-size: 16px;
}
.compare-info .prod-stock {
  margin: 0 auto;
  float: none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #6BA239;
  color: #FFFFFF;
  display: inline-block;
  font-style: normal;
  margin: 0 9px;
  padding: 0 7px;
}
.compare-info td.name a:hover {
  color: #7e7e7e;
}
.compare-info td.name a {
  text-decoration: none;
  font-size: 12px;
  color: #e74c3c;
}
.compare-info td.last {
  border-right: 0;
}
.compare-info thead td:first-child {
  text-align: left;
}
.compare-info td:first-child {
  background-color: #F9F9F9;
  color: #323232;
  font-weight: bold;
  text-align: right;
}
.compare-info td.image2 {
  text-align: center;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
.compare-info .price-old {
  font-weight: normal;
  text-decoration: line-through;
  display: block;
  font-size: 15px;
}

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

.compare-info td.td-price .price-old {
  color: #7e7e7e;
}
.compare-info td.td-price {
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  color: #e74c3c;
}

.cart-button .cart{
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.cart-button .compare a{
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}

.short_description{
	margin-bottom: 25px;
}


.padding{
	padding-top: 20px;
}

.rating_wrapper .radio{
	display: inline-block;
	padding-left: 0;
}

.rating_wrapper .rating_block{
	
}

/*===================================MAP ADDRESS==================================================*/

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

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

/*==============================MINI CART===============================*/

.cart-position {
  margin-bottom: 20px;
}

#cart {
  z-index: 29;
  position: relative;
}

#cart .heading{
	position: relative;
	z-index: 9999;
}

#cart.active .content {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto !important;
}
#cart.active .content .mini-cart-info {
  display: block;
}
#cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 71px;
  background: #fff;
  width: 257px;
  padding: 20px;
  float: right;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
  right: 0;
  border: 1px solid #e6e6e6;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}
#cart .heading > a:hover b {
  color: #131622;
}
#cart .heading > a:hover span.link_a b {
  color: #131622;
}
#cart .heading span.link_a {
  display: block;
  background: url(bg_cart.png) 0 0 no-repeat;
  color: #e56664;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  padding-left: 59px;
  transition: all 0.3s ease;
}
#cart .heading span.link_a i {
  font-size: 20px;
  line-height: normal;
}
#cart .heading span.link_a i.fa.fa-angle-down {
  font-size: 21px;
  margin-left: 15px;
  display: none;
}
#cart .heading span.link_a strong {
  display: none;
}
#cart .heading span.link_a > b {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #e56664;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#cart .heading span.link_a #cart-total {
  display: inline-block;
padding-top: 14px;
font-weight: bold;
font-size: 24px;
color: #fff;
}
header #cart table.total {
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  float: right;
  clear: left;
  margin-bottom: 5px;
}
header #cart table.total tr {
  padding: 0px 10px 0px 10px;
}
header #cart table.total td {
  color: #323232;
  padding-left: 5px;
  padding-right: 10px;
}
header #cart table.total td .t-price {
  font-size: 13px;
  font-weight: bold;
}
header #cart table.total td b {
  color: #7e7e7e;
  font-size: 13px;
  font-style: italic;
}
header #cart .checkout a.button {
  margin-bottom: 5px;
}
header #cart .content .checkout {
  text-align: center;
  clear: both;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-top: 5px;
}
header #cart .empty {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
header #cart .cart {
  width: 100%;
  margin-bottom: 5px;
}
header #cart .cart .remove padding:10px 0 > span {
  font-size: 15px;
}
cursor:pointer header #cart .cart .remove padding:10px 0 > span:hover {
  color: #e56664;
}
header #cart .cart .remove img {
  float: left;
  cursor: pointer;
}
header #cart .cart .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}
header #cart .cart .remove i:hover {
  cursor: pointer;
}
header #cart .cart td.price {
  font-size: 12px;
  line-height: 12px;
}
header #cart .cart td.total {
  font-size: 12px;
  color: #c81908;
  text-align: right;
}
header #cart .cart td.name a i {
  text-decoration: none;
  margin-right: 10px;
}
header #cart .cart td.name a {
  margin-top: 0px;
  display: inline-block;
}
header #cart .cart td .total {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
header #cart .cart .item-cart-1 td {
  padding-top: 0;
}
header #cart .cart td {
  color: #000;
  vertical-align: top;
}
header #cart .cart .image {
  padding-right: 15px;
  width: 47px;
}
header #cart .cart .image img {
  text-align: left;
  width: 47px;
  max-width: 100%;
}
header #cart .cart .name small {
  color: #666666;
}
header #cart .cart .quantity {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #a6a4a4;
  text-transform: uppercase;
}
header #cart .cart tr {
  background: none;
}
.cart tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.cart-module .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}
.cart-module .cart .remove img {
  float: left;
}
.remove span:hover i {
  color: #e56664;
}
.cart-module .cart .remove span {
  width: 11px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
}
.cart-module .cart .remove {
  width: 20px;
  text-align: center!important;
  padding-top: 8px;
}
.cart-module .cart .remove img {
  cursor: pointer;
}

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

/*Widget collections*/
.column .widget ul.list {
  border-bottom: 1px solid #e0e0e0;
}
.column .widget ul.list li {
  padding: 10px 0;
  position: relative;
}

.column .widget ul.list li i{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  
-webkit-transition: all .3s ease-in-out;
	     -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	                transition: all .3s ease-in-out;
	
}

.column .widget ul.list li i:hover{
  color: #2f3333;
}

.column .widget ul.list li + li {
  border-top: 1px solid #e0e0e0;
}
.column .widget ul.list li a {
  color: #2f3333;
  background: transparent;
  display: block;
  margin-left: 5px;
}
.column .widget ul.list li.active{
  display: block;
}
.column .widget ul.list li.active a{
  display: block;
  margin-right: 35px;
  margin-left: 5px;
}

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

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

.column .widget ul.list ul.sub-col-list li{
  position: relative;
  padding: 5px 0;
}

.column .widget ul.list ul.sub-col-list li a{
  color: #2f3333;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**/

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

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

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


#main_content .box-container-msg,
#main_content .box-container{
	margin-top: 15px;
}

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

.header_right > .contacts {
    float: left;
  color: white;
}
