
/******************************************************/
/*	KORONA - EXTREME POWERFUL & FLUID RESPONSIVE OPENCART THEME WITH HUNDREDS OPTIONS
/*	Author: 321cart.com
/*	Author URI: https://www.321cart.com/
/*	Theme Version: 1.2
/*	OpenCart Version: 2.0.1.1
/******************************************************/


/*  General Styles  */

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	text-decoration: none;
}
a {
	transition: all 0.2s ease-in 0s;
	cursor: pointer;
	text-decoration: none;
}
a:visited { 
    text-decoration: none; 
}
a:link:after, a:visited:after {
    content: "";
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	line-height: 1.5;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
ul {
	list-style-type: none;
}

.welcome {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: normal;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	background: #FFFFFF;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
	padding: 7px;
	margin: 5px 0;
	width: auto;
	height: auto;
	box-shadow: none;
	transition: all 0.15s linear 0s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    border: 1px solid #CCCCCC;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);	
}
label {
	cursor: pointer;
	display: inline;
}
pre {
    font-family: inherit;
	line-height: 18px;
}
small {
    font-size: 90%;
}
.highlight {
    background: none;
}
fieldset {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

/* Buttons */

button {
	background: transparent;
    box-shadow: none;
	border: none;
	outline: none;
}
.button, a.button, input.button {
    border: none;
	box-shadow: none;
    font-size: 12px;
    text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 9px 12px;
	transition: all 0.2s ease-in 0s;
	-webkit-appearance: none;
}
.button-exclusive, a.button-exclusive, input.button-exclusive {
    border: none;
	box-shadow: none;
    font-size: 12px;
    text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 12px 22px;
	transition: all 0.2s ease-in 0s;
	-webkit-appearance: none;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Tables */

table {
    background: none;
    border: none;
    margin: 0;
}
table thead, table tfoot {
    background: none;
}
table tbody tr:nth-child(2n) {
    background: none;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 25%;
	vertical-align: middle;
}
table.form td {
	padding: 4px;
}
table tbody tr td {
	vertical-align: middle;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table.list thead td {
	padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
	float: none;
}
table.list .right {
	text-align: right;
	padding: 7px;
	float: none;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}

/* Layout */

.wrapper {
    margin: 20px auto;
	padding: 0 10px;
    width: auto;
	max-width: 980px;
	overflow: hidden;
}
.row {
    min-width: inherit;
	width: 960px;
}
@media (min-width: 980px) and (max-width: 1040px) {
.wrapper {
	margin: 20px 30px;
}	
}
@media (min-width: 768px) and (max-width: 979px) {
.wrapper {
	margin: 20px 10px;
}
}

#midsection {
	margin-top: 25px;
}
#content {
	min-height: 400px;
	margin-bottom: 20px;
}
#column-left {
	margin-bottom: 30px;
}
#column-right {
	float: right;
	margin-bottom: 30px;
}
#column-left + #column-right + #content {
    width: 50%;
}
#column-right + #content {
	width: 75%;
} 
#column-left + #content {
	width: 75%;
} 
.op {
	float: none;
}
#column-left + .op, #column-left + #column-right + .op {
	float: left;
}

/* Top Custom Block */

#top-custom-block-wrapper {
	position: relative;
	margin-top: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
    z-index: 99995;
}
#top-custom-block-content {
	position: relative;
    width: auto;
	max-width: 1170px;	
	margin: 0 auto;
	padding: 25px 20px;
	text-align: center;
	overflow: hidden;
}
#open-top-custom-block {
	position: absolute;
    display: block;
	width: 34px;
    height: 21px;
    right: 10px;
    text-indent: -99999px;
}
#open-top-custom-block span.tl1, #open-top-custom-block span.tl2, #open-top-custom-block span.tl3 { 
    position: absolute; 
    display: block; 
	width: 16px; 
	height: 2px; 
	right: 9px; 
	background-color: #FFFFFF; 
	transition: all 0.2s ease-in 0s; 
}
#open-top-custom-block.open span.tl1, #open-top-custom-block.open span.tl2, #open-top-custom-block.open span.tl3 {  
	width: 22px;
	right: 6px;  
}
#open-top-custom-block span.tl1 { top: 6px; }
#open-top-custom-block span.tl2 { top: 10px; } 
#open-top-custom-block span.tl3 { top: 14px; }  

/* Scrolled Top Bar */

.is-sticky #header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;	
	left: 0;
    width: 100%;
	padding: 0;
	margin-left: 0;
    z-index: 7999;
	opacity: 0.97;
}
.is-sticky #header #t-header {
	min-height: inherit;
	padding: 10px 0 5px;
}
.is-sticky #header #logo {
	padding: 0;
}
.is-sticky #header #logo img {
    max-height: 42px;
}
.is-sticky #header #search {
	margin-top: 2px;
}
.is-sticky #header #cart {
    top: 0px;
}
.is-sticky #header #menu {
	min-height: 40px;
	height: 40px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
}
.is-sticky #header #menu #homepage a, .is-sticky #header #menu_v > a, .is-sticky #header #menu_h > a, .is-sticky #header .menu_oc > a, .is-sticky #header #menu_brands > a, .is-sticky #header .menu_links a, .is-sticky #header #menu_custom_menu > a, .is-sticky #header .menu_custom_block > a, .is-sticky #header #menu_informations > a, .is-sticky #header #menu_contacts > a {
    line-height: 40px;
}

/* Top line */

#top-line {
	min-height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-left: -10px;
	margin-right: -10px;
	text-transform: uppercase;
}

/* Top Links */

#top-custom, #top-login, #top-register, #top-logged, #top-wishlist, #top-cart, #top-checkout {
	float: left;
	font-size: 10px;
	padding: 0 10px;
}
#top-custom a, #top-login a, #top-register a, #top-logged a, #top-wishlist a , #top-cart a, #top-checkout a {
	font-size: 10px;
}

/*  Share, My Account, Currency & Language dropdowns  */

.currency, .language, .my-account {
	height: 28px;
}
#currency-dropdown .arrow, #language-dropdown .arrow, #my-account .arrow {
	background: url("../image/arrow-down-gray.png") no-repeat 100% 55%;
	padding: 14px 0 14px 14px;
	width: 8px;
	height: 8px;
	position: relative;
	float: right;
	cursor: default;	
}
#language-dropdown.dropdown_l, #currency-dropdown.dropdown_l {
	position: relative;
	padding: 0;
    z-index: 9998;
	font-size: 11px;
}
#my-account.dropdown_l {
	position: relative;
	padding: 0;
    z-index: 9999;
	font-size: 11px;
}
.dropdown_l ul {
	display: none;
    margin: 0 -11px 0;
    list-style-type: disc;
	width: auto;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);	
}
.dropdown_l .selected_l, .dropdown_l li, .dropdown_l li a {
    display: block;
	padding-bottom: 0;
    text-decoration: none;
	text-align: left;
}
.dropdown_l li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.07);
}
.dropdown_l li:last-child {
    border-bottom: none;
}
.dropdown_l li button {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-in 0s; 
}
.dropdown_l li a, .dropdown_l li button {
	text-decoration: none;
	padding: 5px 25px 5px 15px;
	line-height: 19px;
	display: block;
	white-space: nowrap;
	font-size: 10px;
}
.dropdown_l li a:hover, .dropdown_l li button:hover {
	padding-left: 18px;
}
.dropdown_l li a img {
	padding: 4px 4px 4px 0!important;
}
.dropdown_l .selected_l {
    line-height: 28px;
    float: left;
	margin-left: 2px;
	cursor: default;
	font-size: 10px;
}
.dropdown_l .options_l {
    cursor: pointer;
    line-height: 11px;
    display: none;
	clear: both;
}
#language-dropdown img {
	cursor: pointer;
	display: inline-block;
	padding: 9px 4px 7px 0;
	margin-right: 0;
    vertical-align: top;	
}

/* Header */

#header {
	margin: 0 -10px;
	padding: 0 10px;
	position: relative;
}
#t-header {
	min-height: 100px;
	padding: 10px 0;
}

/* Logo */

#header #logo {
	position: relative;
    width: 100%;
	padding: 12px 0 5px;
}

/*  Search bar  */

#header #search {
	position: relative;
    width: 100%;
	margin-bottom: 2px;
}
#header .button-search {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 42px;
	height: 26px;
	cursor: pointer;
}
#header #search input {
	width: 100%;
	height: 38px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    margin: 0 24px 0 0;
    padding: 5px 0 5px 15px;
	transition: all 0.15s linear 0s;
}
#header #search input:focus {
	border-style: solid;
    border-width: 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);	
	outline: 0;
}
#header .button-search button {
	position: absolute;
	right: 6px;
	top: 3px;
	cursor: pointer;
	transition: all 0.2s ease-in 0s; 
}
#header .button-search button i {
	color:#ABABAB;
	font-size:19px;
	opacity: 0.85;
}
#header #search-popular, #header #search-popular a {
	font-size: 10px;
	text-transform: uppercase;
}
#header #search-popular {
	color: #CCCCCC;
	text-align: center;
}
#header #search-popular a {
	color: #B6B6B6;
	margin: 0px 2px;
}
#header #search-popular a:hover {
	color: #ED5053;
}

/*  Mini Cart  */

#header #cart {
	position: absolute;
	top: 21px;
	right: 10px;
	z-index: 999;
	min-width: 230px;
}
#header #cart .heading {
	float: right;
	padding-right: 0;
	height: 44px;
	position: relative;
	z-index: 100;
	cursor: pointer;
	transition: all 0.2s ease-in 0s; 
}
#header #cart .heading #cart-icon {
	display: block;
	float: left;
	width: 45px;
	height: 44px;
	margin-right: 10px;
}
#header #cart .heading #cart-tt {
	display: block;
	float: left;
	text-align: left;	
}
#header #cart .heading #cart-text {
    display: block;
	font-size: 14px;
	font-family: PT Sans Narrow;
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 0;
	color: white;
}
#header #cart .heading #cart-total {
	display: block;
	margin-top: 3px;
}
#header #cart .content {
	top: 50px;
	padding: 8px;
	min-height: 150px;
	min-width: 350px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-width: 5px;
	border-style: solid;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	vertical-align: top;
	padding: 10px 5px;
}
.mini-cart-info .image {
	min-width: 1px;
}
.mini-cart-info .name a {
	text-transform: uppercase;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove button {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
	text-transform: uppercase;
}
#header #cart .checkout {
	text-align: center;
	clear: both;
	margin: 25px auto 10px;
}
#header #cart .checkout a.button {
	padding: 12px;
}
#header #cart .checkout .mini-cart-button {
	width: 40%;
}
#header #cart .checkout .mini-checkout-button {
	width: 50%;
}
#header #cart .text-empty {
	padding: 50px 25px;
	text-align: center;
	font-size: 18px;
}

/* Main Menu */

#menu {
	width: 100%;
	min-height: 54px;
	padding: 0;
	float: left;
	clear: both;
	font-weight: normal!important;
}
#menu #homepage, .menu_oc, #menu_v, #menu_h, #menu_brands, .menu_links, #menu_custom_menu, .menu_custom_block, #menu_informations, #menu_contacts {
	transition: all 0.2s ease-in-out 0s;	
}

/*  Main Menu Homepage Link  */

#menu #homepage {
	display: block;
	float: left;
	min-width: 54px;
	min-height: 54px;
    margin-bottom: 0;
    padding: 0 15px;
	position: relative;
	text-align: center;
}
#menu #homepage a {	
	line-height: 54px;
}
#menu #homepage a img {
	padding-top: 18px;
}
#menu #homepage.homepage-text img, #menu #homepage.homepage-icon span, #menu #homepage.homepage-dontshow {
	display: none;
}
#menu #homepage.homepage-icontext span {
	margin-left: 5px;
}
.is-sticky #menu #homepage a img {
	padding-top: 11px;
}
.is-sticky #menu #homepage {
	min-height: 40px;
}

/*  Main Menu Categories Opencart Style  */

.menu_oc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_oc {
	float: left;
	z-index: 20;
}
.menu_oc > a {
	line-height: 54px;
	display: block;
	padding: 0 15px;
	z-index: 5;
	position: relative;	
}
.menu_oc > div {
	position: absolute;
	z-index: 6;
	padding: 0;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.menu_oc:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.menu_oc > div > ul {
	display: table-cell;
}
.menu_oc ul > li:last-child  {
	border-bottom: none;
}
.menu_oc ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	min-width: 200px;
	max-width: 201px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_oc ul > li > a:hover {
	padding-left: 18px;
}
.menu_oc > div > ul > li > div {
	position: absolute;
	left: 200px;
	margin-top: -39px;	
	z-index: 6;
	padding: 0;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
}
.menu_oc > div> ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.menu_oc > div > ul > li > div > ul {
	display: table-cell;
}
.menu_oc ul > li ul > li:last-child {
	border-bottom: none;
}
.menu_oc ul > li ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 200px;
}
.menu_oc ul > li ul > li > a:hover {
	padding-left: 18px;
}

/*  Main Menu Categories Vertical Style  */

#menu_v ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_v {
	float: left;
	z-index: 20;
}
#menu_v > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
	cursor: pointer;
}
#menu_v > div {
	position: absolute;
	z-index: 6;
	padding: 0;
	transition: all 0.2s ease-in 0s;
	opacity: 0;
	visibility: hidden;
}
#menu_v:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_v > div > ul {
	display: table-cell;
}
#menu_v ul + ul {
	padding-left: 20px;
}
#menu_v ul > li:last-child  {
	border-bottom: none;
}
#menu_v ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	min-width: 170px;
	max-width: 171px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_v ul > li > a:hover {
	padding-left: 18px;
}
#menu_v > div > ul > li > div {
	position: absolute;
	left: 170px;
	margin-top: -39px;	
	z-index: 5;
	padding: 0;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
}
#menu_v > div > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_v > div > ul > li > div > ul {
	display: table-cell;
}
#menu_v > div > ul > li ul + ul {
	padding-left: 0;
}
#menu_v > div > ul > li ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 170px;
}
#menu_v > div > ul > li ul > li > a:hover {
	padding-left: 18px;
}
#menu_v > div > ul > li > div > ul > li > div {
	position: absolute;
	left: 170px;
	margin-top: -39px;	
	z-index: 5;
	padding: 0;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
}
#menu_v > div > ul > li > div > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_v > div > ul > li > div > ul > li > div > ul {
	display: table-cell;
}
#menu_v > div > ul > li > div > ul > li ul + ul {
	padding-left: 0;
}
#menu_v > div > ul > li > div > ul > li ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 170px;
}
#menu_v > div > ul > li > div > ul > li ul > li > a:hover {
	padding-left: 18px;
}

/*  Main Menu Categories Horizontal Style  */

#menu_h ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_h {
	float: left;
	z-index: 20;
}
#menu_h > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
	cursor: pointer;
}

#menu_h > div {
	position: absolute;
	z-index: 6;
	padding: 15px 10px;
	transition: all 0.2s ease-in 0s;	
	opacity: 0;
	visibility: hidden;
}
#menu_h > div > div {
	padding: 0 5px;
	margin-bottom: 10px;
}
#menu_h > div > div ul {
	background-position: bottom right;
	background-repeat: no-repeat;
}
#menu_h > div > div > div.image {
	text-align: center;
}
#menu_h > div > div > div.image img {
	max-width: 80px;
}
#menu_h:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_h > div > ul {
	display: table-cell;
}
#menu_h ul > li {
	overflow: hidden;
}
#menu_h span a {
	display: block;
	letter-spacing: normal;
	padding: 10px 25px 10px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_h span a:hover {
	padding-left: 18px;
}
#menu_h ul > li:last-child  {
	border-bottom: none;
}
#menu_h ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_h ul > li > a:hover {
	padding-left: 18px;
}
#menu_h ul > li ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 30px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu_h ul > li ul > li > a:hover {
	padding-left: 33px;
}

@media only screen and (min-width: 768px) {
#menu_h .four {
    clear: none !important;
}
#menu_h .four:nth-child(3n+1) {
    clear: left !important;
}
#menu_h .three {
    clear: none !important;
}
#menu_h .three:nth-child(4n+1) {
    clear: left !important;
}
#menu_h .five-nb {
    clear: none !important;
	width: 20%;
}
#menu_h .five-nb:nth-child(5n+1) {
    clear: left !important;
}
#menu_h .two {
    clear: none !important;
}
#menu_h .two:nth-child(6n+1) {
    clear: left !important;
}
}

/*  Main Menu Brands Wall  */

#menu_brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_brands {
	float: left;
	z-index: 19;
}
#menu_brands > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;
}
#menu_brands > div {
	position: absolute;
	z-index: 6;
	padding: 5px 5px 15px;
	transition: all 0.2s ease-in 0s;	
	opacity: 0;
	visibility: hidden;
}
#menu_brands:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_brands > div > div {
    display: table-cell;
    text-align: center;
	padding: 10px 10px 0;	
}
#menu_brands > div > div > .image {
	padding: 0 5px;
}
#menu_brands > div > div > .name {
	padding: 10px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
	transition: all 0.2s ease-in 0s;
}
#menu_brands > div.logo > div > .name {
	display: none;
}
#menu_brands > div.name > div > .image {
	display: none;
}

@media only screen and (min-width: 768px) {
#menu_brands .four {
    clear: none !important;
}
#menu_brands .four:nth-child(3n+1) {
    clear: left !important;
}
#menu_brands .three {
    clear: none !important;
}
#menu_brands .three:nth-child(4n+1) {
    clear: left !important;
}
#menu_brands .five-nb {
    clear: none !important;
	width: 20%;
}
#menu_brands .five-nb:nth-child(5n+1) {
    clear: left !important;
}
#menu_brands .two {
    clear: none !important;
}
#menu_brands .two:nth-child(6n+1) {
    clear: left !important;
}
#menu_brands .eight-nb {
    clear: none !important;
	width: 12.5%;
}
#menu_brands .eight-nb:nth-child(8n+1) {
    clear: left !important;
}
#menu_brands .ten-nb {
    clear: none !important;
	width: 10%;
}
#menu_brands .ten-nb:nth-child(10n+1) {
    clear: left !important;
}
#menu_brands .one {
    clear: none !important;
}
#menu_brands .one:nth-child(12n+1) {
    clear: left !important;
}
}

/*  Main Menu Custom Links  */

.menu_links {
    display: block;
	float: left;	
}
.menu_links a {	
    line-height: 54px;
	display: block;	
	position: relative;	
	padding: 0 15px;
}

/*  Main Menu Custom Menu  */

#menu_custom_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_custom_menu {
	float: left;
	z-index: 18;
}
#menu_custom_menu > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
}
#menu_custom_menu > div {
	position: absolute;
	z-index: 6;
	padding: 0;
	transition: all 0.2s ease-in 0s;	
	opacity: 0;
	visibility: hidden;
}
#menu_custom_menu:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_custom_menu > div > ul {
	display: table-cell;
}
#menu_custom_menu ul > li:last-child  {
	border-bottom: none;
}
#menu_custom_menu ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 170px;
}
#menu_custom_menu ul > li > a:hover {
	padding-left: 18px;
}

/*  Main Menu Custom Blocks  */

.menu_custom_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_custom_block {
	float: left;
	z-index: 17;
}
.menu_custom_block > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
}
.menu_custom_block > div {
	position: absolute;
	z-index: 6;
	padding: 15px 10px 20px;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
}
.menu_custom_block:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.menu_custom_block > div > ul {
	display: table-cell;
	vertical-align: top;
}
.menu_custom_block table ul > li {
	list-style: none inside;
	padding: 10px 25px 10px 15px;
}
.menu_custom_block .ngw {
	display: block;
	letter-spacing: normal;
	padding: 12px 25px 13px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_custom_block td {
	padding: 0 5px;
}


/*  Main Menu Informations  */

#menu_informations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_informations {
	float: left;
	z-index: 16;
}
#menu_informations > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
}
#menu_informations > div {
	position: absolute;
	z-index: 6;
	padding: 15px 10px;
	transition: all 0.2s ease-in 0s;
	opacity: 0;
	visibility: hidden;
}
#menu_informations:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_informations > div > ul {
	display: table-cell;
	vertical-align: top!important;
}
#menu_informations > div > ul > li {
	padding: 0 5px;
}
#menu_informations div span {
	display: block;
	letter-spacing: normal;
	padding: 10px 25px 10px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_informations ul > li:last-child {
    border-bottom: none;
}
#menu_informations ul > li > a {
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	overflow: hidden;
    text-overflow: ellipsis;
}
#menu_informations ul > li > a:hover {
	padding-left: 18px;
}
#menu_informations .s4 {
	width: 33.33333%;
}
#menu_informations .s6 {
	width: 50%;
}
#menu_informations .s12 {
	width: 100%;
}

/*  Main Menu Contacts  */

#menu_contacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_contacts {
	float: left;
	z-index: 15;
}
#menu_contacts > a {
	background: url("../image/arrow-down-gray.png") no-repeat 93% 53%;
	line-height: 54px;
	display: block;
	padding: 0 25px 0 15px;
	z-index: 5;
	position: relative;	
}
#menu_contacts > div {
	position: absolute;
	z-index: 6;
	padding: 15px 10px;
	transition: all 0.2s ease-in 0s;	
	opacity: 0;
	visibility: hidden;
}
#menu_contacts:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu_contacts > div > ul {
	display: table-cell;
	vertical-align: top;
}
#menu_contacts > div > ul > li {
	padding: 0 5px;
}
#menu_contacts > div > ul > li > .ngw {
	display: block;
	letter-spacing: normal;
	padding: 12px 25px 13px 15px;
	margin: 0 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_contacts > div > ul > li > a.button {
	margin: 0 0 15px;
}
#menu_contacts span.mm {
	font-size: 12px;
    font-weight: normal;
	text-transform: none;
	display: block;
	clear: none;
    padding-left: 50px;
}
#menu_contacts .mc {
	margin-bottom: 10px;
	min-height: 36px;
	clear: left;
}
#menu_contacts span.mm_icon {
	background-color: rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	transition: all 0.2s ease-in 0s;
}
#menu_contacts .s6 {
	width: 50%;
}
#menu_contacts .s12 {
	width: 100%;
}

/*  Main Menu Labels  */

.menu_label {
    color: #FFFFFF!important;
	position: absolute;
    top: -10px;
	right: 25px;
    display: block;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
	line-height: 20px;
    padding: 0 7px;
	white-space: nowrap;
    z-index: 998;
}
.menu_label:after {
	position: absolute;
    bottom: -3px;
	right: 7px;
    content: "";
	width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

/*  Breadcrumbs  */

ul.breadcrumbs {
	background: none;
	border: none;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 15px;
}
ul.breadcrumbs li {
	padding: 0 8px 0 0;
}
ul.breadcrumbs li:before {
    content: "/";
	opacity: 0.3;
	font-size: 11px;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
    padding-left: 8px;
}
ul.breadcrumbs li:hover a {
	text-decoration: none;
}
#product-top ul.breadcrumbs {
	margin-top: 5px;
	margin-bottom: 0;
}

/*  Notifications  */

.alert, .quickview-success {
	padding: 40px 40px 40px 80px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 10px;
	right: 10px;
	max-width: 350px;
	border-width: 5px;
	border-style: solid;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 999999;
}
.alert-success, .quickview-success {
	background: url('../image/success.png') 25px center no-repeat;
}
.alert-info {
	background: url('../image/warning.png') 25px center no-repeat;
}
.alert i {
	display: none;
}
.alert .close {
	float: right;
	position: absolute;
	top: 7px;
	right: 7px;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/*  Pagination  */

.pagination-results {
	width: 100% !important;
	float: left;
	padding-top: 8px;
	margin: 20px 0 10px 0;
}
.pagination-results > div {
	padding: 0;
}
ul.pagination {
	display: inline-block;
	width: 100% !important;
	float: left;
	margin-left: 0;
}

.results {
	display: inline-block;
	float: right;
	margin-left: 0;
}
ul.pagination li {
	margin-left: 0;
	margin-right: 2px;
}
ul.pagination li.active {
	color: #FFFFFF;
	width: 32px;
	height: 32px;	
	line-height: 32px;
	border-radius: 32px;
	text-align: center;	
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
}
ul.pagination li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 32px;
	text-align: center;
    color: #464646;
	display: inline-block;
	text-decoration: none;
}
ul.pagination li a:hover {
	color: #FFFFFF;
}
.results {
	float: right;
	text-align: right;
	margin-top: 3px;
}
#review .pagination {
	margin-bottom: 10px;
}

/* Tabs */

.htabs {
	height: 40px;
	line-height: 16px;
}
.htabs a {
	padding: 12px 25px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-right: 1px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 12px;
	font-weight: normal;
}
#tab-description ul {
	list-style-type: disc;
	padding-left: 60px;
}
#tab-description td {
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#tab-review input[type="text"], #tab-review textarea {
	width: 100%;
}
#tab-review img#captcha {
	margin-top: 10px;
}
.tab-content {
	padding: 20px 25px;
	margin-bottom: 30px;
	z-index: 2;
	overflow: auto;
	width: auto;
	clear: both;
}
.tabs-products .tab-content {
	background: none;
	padding: 15px 0;
	width: auto;
	clear: both;
	overflow: visible;
}
.tabs-products {
	display: table;
	margin: 25px 0;
	width: 100%;
}
.tabs-products .nav-tabs {
	text-align: center; 
}
.tabs-products .nav-tabs > li,
.tabs-products .nav-tabs > li.active {
	display: inline-block;
	float: none;
	padding: 0px;
	margin: 0 3px;
}
.tabs-products .nav-tabs a {
	padding: 12px 25px;
	font-size: 17px;
	line-height: 40px;
}
.tabs-products .product_box_brand {
    margin: -3px 0 0;
}

/* Products Slider */

.products-slider {
	text-align: center !important;
}

/* Box */

.box ul {
	margin-bottom: 0;
}
.box ul li {
    line-height: 26px;
	list-style: square inside none;
}

/* Box Content */

#content .box {
	clear: both;
	margin-bottom: 25px;
	display: table;
	width: 100%;
}
#content h1 {
	line-height: 34px;
	padding: 0 0 5px;
	margin: 0;
}
#content .box-heading {
	line-height: 24px;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
}

/* Box Left Column */

#column-left .box {
	margin-bottom: 25px;
}
#column-left .box .box-heading, #column-left .product-box-slider .box-heading {
	font-size: 20px;
}
#column-left .box .box-content {
	display: table;
	width: 100%;
} 
#column-left .box .box-content ul li a {
	font-size: 13px;
    text-transform: uppercase;
} 

/* Box Right Column */

#column-right .box {
	margin-bottom: 25px;
}
#column-right .box .box-heading, #column-right .product-box-slider .box-heading {
	font-size: 20px;
}
#column-right .box .box-content {
	display: table;
	width: 100%;
} 
#column-right .box .box-content ul li a {
	font-size: 13px;
    text-transform: uppercase;
} 

/*  Banner Slider  */

#banner-slider {
	margin-bottom: 25px;
}

/*  Category and Brand Walls  */

#homepage-category-wall, #homepage-brands-wall {
	margin-bottom: 30px;
}
#homepage-category-wall .box-heading, #homepage-brands-wall .box-heading {
	margin-bottom: 20px;
}
.box-category-home, .box-manufacturers-home {
	text-align: center;
}	
.box-category-home > .ca4, .box-manufacturers-home > .ca4 {
    clear: none;
	width: 25%;
}
.box-category-home > .ca4:nth-child(4n+1), .box-manufacturers-home > .ca4:nth-child(4n+1) {
    clear: left;
}
.box-category-home > .ca5, .box-manufacturers-home > .ca5 {
    clear: none;
	width: 20%;
}
.box-category-home > .ca5:nth-child(5n+1), .box-manufacturers-home > .ca5:nth-child(5n+1) {
    clear: left;
}
.box-category-home > .ca6, .box-manufacturers-home > .ca6 {
    clear: none;
	width: 16.66667%;
}
.box-category-home > .ca6:nth-child(6n+1), .box-manufacturers-home > .ca6:nth-child(6n+1) {
    clear: left;
}
.box-category-home .image, .box-manufacturers-home .image {
	margin-top: 15px;
	margin-bottom: 10px;
}
.box-category-home .image a, .box-category-home .image a:hover {
	background: none;
}	
.box-category-home a {
	display: block;
	font-size: 14px;
	padding: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-transform: uppercase;
}	
.box-category-home .subcat ul {
	margin-bottom: 0;
}
.box-category-home .subcat li {
	list-style: none;
}
.box-category-home .subcat li:last-child {
	border-bottom: none;
}
.box-category-home .subcat {
	text-align: left;
	margin-bottom: 20px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.box-category-home .subcat a {
	font-size: 11px;	
	font-weight: normal;
    padding: 10px 25px 10px 15px;
	margin-bottom: 0;
}
.box-category-home .subcat a:hover {
	padding-left: 18px;
}
.box-manufacturers-home > div, .box-category-home > div {
	margin-bottom: 15px;
	transition: all 0.2s ease-in 0s;
}
.box-manufacturers-home .name a {
	float: left;
	width: 100%;
	padding: 10px;
	letter-spacing: 1px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-transform: uppercase;
}

/* Box Product */

#column-left .box-product > div,
#column-right .box-product > div {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	clear: both;
	border: none!important;	
}
#footer .box-product > div {
	width: 100%!important;
	margin: 0;
	padding: 0 0 7px 0;
	clear: both;
	border: none!important;	
}
#column-left .box-product > div:hover,
#column-right .box-product > div:hover,
#footer .box-product > div:hover {
	background: none;
	box-shadow: none;
}
#column-left .box-product .image,
#column-right .box-product .image,
#footer .box-product .image {
    display: block;	
	float: left;
	max-width: 62px;
}
#column-left .box-product .image img,
#column-right .box-product .image img,
#footer .box-product .image img,
.mini-cart-info .image img {
	background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 4px;
	max-width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
#column-left .box-product .name,
#column-right .box-product .name,
#footer .box-product .name {
    clear: none;
	padding-left: 75px;
	line-height: 18px;
}
#column-left .box-product .name a,
#column-right .box-product .name a,
#footer .box-product .name a {
    font-size: 14px;
}
#column-left .product_box_brand,
#column-right .product_box_brand {
	display: none;
}
#column-left .box-product .price,
#column-right .box-product .price,
#footer .box-product .price {
    clear: none;
	padding-left: 75px;	
	font-size: 15px;
}
#column-left .box-product .price-old,
#column-right .box-product .price-old,
#footer .box-product .price-old {
	text-decoration: line-through;
	font-size: 12px;	
}
#column-left .box-product .price-new,
#column-right .box-product .price-new,
#footer .box-product .price-new {
	font-size: 15px;
}
#column-left .box-product span.badge-wrapper,
#column-right .box-product span.badge-wrapper {
	display: none;
}
#column-left .box-product .rating,
#column-right .box-product .rating,
#footer .box-product .rating {
	padding-left: 75px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#column-left .box-product .rating img,
#column-right .box-product .rating img,
#footer .box-product .rating img {
	width: 60px;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: none;
}
.box-product .panel {
    padding: 5px;
}
[class*="column"] + [class*="column"]:last-child { float: left; }

/* Box Category */

.box-category {
	margin-bottom: 25px;
}
.box-category .box-heading-category {
	font-size: 20px;
	padding: 10px 15px;
}
.box-category .box-content-category {
	padding: 0;
} 
.box-category .box-content-category, .box-category .box-content-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.box-category .box-content-category ul > li > a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-category .box-content-category ul > li > a.active {
	font-weight: bold;
}
.box-category .box-content-category ul > li > ul > li {
	padding: 0;
}
.box-category .box-content-category ul > li > ul > li > a:active {
	font-weight: bold;
}
.box-category .box-content-category ul > li ul {
	display: none;
}
.box-category .box-content-category ul > li a.active + ul {
	display: block;
}

/* Box Filter */

.box-filter {
    margin-bottom: 25px;
}
.box-filter .box-heading {
    font-size: 20px;
}
ul.box-filter-content {
	list-style: none;
	margin: 0;
}
.box-filter label {
	text-transform: uppercase;
}
ul.box-filter-content ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
ul.box-filter-content span {
	font-weight: bold;
	font-size: 13px;
    text-transform: uppercase;
	display: block;
	padding-bottom: 7px;
}
ul.box-filter-content > li ul {
	padding-bottom: 10px;
}
ul.box-filter-content > li ul li {
	line-height: 24px;
}
a#button-filter {
	margin: 5px 0 10px;
}

/* Box Account */

.box-account ul {
	list-style: none;
	margin: 0;
}
.box-account ul li {
	line-height: 26px;
}

/* Content */

#content .content {
	padding: 20px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content .content input[type="text"], 
#content .content input[type="password"],
#content .content input[type="email"],
#content .content input[type="tel"] {
	width: 100%;	
}
#content .content ul {
	margin-bottom: 0px;
}
#content .content ul li {
	list-style: none;
	line-height: 26px;
}

/* Manufacturer */

.manufacturer-list {
	overflow: auto;
	margin-bottom: 25px;
}
.manufacturer-heading {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-content a {
	text-transform: uppercase;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* Category */

.category-info {
	overflow: auto;
	margin: 10px 0;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-info img {
	height: auto !important;
}
.category-list {
	overflow: hidden;
	margin: 10px 0 20px;
}
.category-list ul {
	float: left;
	width: 25%;
	margin-bottom: 0;
}
.category-list ul li {
	list-style: none;
	line-height: 26px;
}
.category-list > div {
    text-align: center;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}
.category-list img {
	float: left;
	transition: all 0.2s ease-in-out 0s;
}
.category-list a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.category-list .subcatname {
	padding: 10px;
	text-transform: uppercase;
	position: absolute;
	bottom: 7%;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all 0.2s ease-in 0s;
	opacity: 0.9;
}
.product-filter {
	padding: 2px 10px;
	margin-bottom: 15px;
	overflow: auto;
}
.product-filter .display, .product-compare, .product-filter .limit, .product-filter .sort {
	padding-top: 5px;
	padding-bottom: 5px;
}
.product-filter .display {
	float: left;
	margin: 7px 10px 0 2px;
    padding-right: 5px;	
}
.product-filter .sort {	
	text-align: right;
	margin-left: 10px;
    margin-right: 10px;
}
.product-filter .limit {
	float: right;
	text-align: right;
	margin-left: 10px;	
}
.product-filter .display button {
    cursor: pointer;
	padding: 0 0 0 1px;
}
.product-compare {
	float: left;
    font-weight: bold;
    margin-top: 6px;
    padding-left: 15px;
	padding-right: 15px;
}
.product-compare a.button {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}


span.badge-wrapper {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 5;
}
.product-list span.badge-wrapper {
	position: absolute;
	top: 3px;
	left: 13px;
	z-index: 5;
}
.product-left span.badge-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
}
.product-box-slider-flexslider span.badge-wrapper, .product-bottom-related-flexslider span.badge-wrapper {
	position: absolute;
	top: 3px;
	left: 13px;
	z-index: 5;
}
span.badge.sale, span.badge.new {
	display: table-cell;
	color: #FFFFFF;
	font-size: 13px;	
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	margin-bottom: 2px;
	float: left;
	clear: both;
}


.product-list > div {
	padding-top: 10px;
	padding-bottom: 35px;
	padding-right: 15px;
	width: 100%!important;
	transition: all 0.3s cubic-bezier(.22, .56, .25, .72) 0s;
	height:auto;	
}
.product-list .row {
	overflow: hidden;
}
.product-list > div + div {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, 0.05);
}
.product-list .image {
	position: relative;
	float: left;
	padding: 0 10px 50px;
	width: 25%;
	margin-right: 3%;
}
.product-list img.thumb_swap {
	transition: all 0.3s ease-in-out 0s;
	padding: 0 10px;
}
.product-list .name {
	padding: 5px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list .name a {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-list .product_box_brand {
	margin: -3px 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-list .description {
	line-height: 15px;
	padding: 10px 0;
}
.product-list .rating {
	padding-top: 5px;
}
.product-list .price {
	padding: 5px 0 10px;
	font-size: 17px;
}
.product-list .price-old {
	font-size: 13px;
    text-decoration: line-through;
}
.product-list .price-new {
	font-size: 17px;
}
.product-list .price-tax {
	font-size: 13px;
	font-weight: normal;
}
.product-list .list-quickview {
	padding: 10px 0;
	min-height: 36px;
}
.product-list .list-quickview a {
	position: absolute;
	min-width: 15%;
	min-height: 30px;
	padding: 7px 12px;
	overflow: hidden;
	text-align: center;
    text-overflow: ellipsis;
	text-transform: uppercase;
    white-space: nowrap;
	opacity: 0.95;
}
.product-list .cart {
	clear: right;
	padding: 10px 0;
}
.product-list .cart button {
	position: absolute;
	min-width: 15%;
	min-height: 36px;
	padding: 10px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
	text-transform: uppercase;
    white-space: nowrap;
	opacity: 0.95;
}
.product-list .six {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(0, 0, 0, 0.05);
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid, .box-product {
	width: 100%;
	background-color: white;
}
.product-grid > div, .box-product > div {
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.3s cubic-bezier(.22, .56, .25, .72) 0s;
}
.product-grid > div:hover, .box-product > div:hover {
	border-color: transparent;
}
.product-grid .image, .product-list .image {
	min-height: 100px;
}
.product-grid .image, .box-product .image, .product-box-slider-flexslider .image, .product-bottom-related-flexslider .image {
	position: relative;
	overflow: hidden;
}
#content .product-grid .image a img, #content .box-product .image a img, .product-box-slider-flexslider .image a img, .product-bottom-related-flexslider .image a img, .product-right-sm-related .image a img {
	transition: all 0.3s ease-in-out 0s;
	transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.product-grid .image a img.thumb_swap, .product-list .image a img.thumb_swap, #content .box-product .image a img.thumb_swap, #column-left .box-product .image img.thumb_swap, #column-right .box-product .image img.thumb_swap, .product-right-sm-related .image a img.thumb_swap, #footer .image a img.thumb_swap {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.product-box-slider-flexslider .image a img.thumb_swap, .product-bottom-related-flexslider .image a img.thumb_swap {
	position: absolute;
	top: 0;
	left: 5%;
	opacity: 0;
}
.product-right-sm-related .image a img.thumb_swap {
	padding: 5px;
}
.product-grid div:hover .image a img.thumb_swap, .product-list div:hover .image a img.thumb_swap, #content .box-product div:hover .image a img.thumb_swap, .product-box-slider-flexslider li:hover .image a img.thumb_swap, #column-left .box-product div:hover .image img.thumb_swap, #column-right div:hover .box-product .image img.thumb_swap, .product-bottom-related-flexslider li:hover .image a img.thumb_swap, .product-right-sm-related li:hover .image a img.thumb_swap, #footer .box-product > div:hover .image a img.thumb_swap {
	opacity: 1;
}
.product-grid .flybar, #content .box-product .flybar, .product-box-slider-flexslider .flybar, .product-bottom-related-flexslider .flybar {
	position: absolute;
	bottom: -84px;
	width: 100%;
	height: 84px;
	transition: all 0.1s ease-in 0s;	
	z-index: 5;
	opacity: 0;
}
.product-list .flybar, #column-left .box-product .flybar, #column-right .box-product .flybar {
	display: none;
}
.product-grid .flybar .flybar-cart button, #content .box-product .flybar .flybar-cart button, .product-box-slider-flexslider .flybar .flybar-cart button, .product-bottom-related-flexslider .flybar .flybar-cart button {
	position: absolute;
	top: 35px;
	left: 0;
	width: 80%;
	margin: 0 10%;
	text-align: center;
	min-height: 36px;
	padding: 10px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	opacity: 0.95;
}
.product-grid .flybar .flybar-quickview a, #content .box-product .flybar .flybar-quickview a, .product-box-slider-flexslider .flybar .flybar-quickview a, .product-bottom-related-flexslider .flybar .flybar-quickview a {
	position: absolute;
	left: 0;
	width: 80%;
	margin: 0 10%;
	text-align: center;
	min-height: 30px;
	padding: 7px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	opacity: 0.95;
}
.product-grid > div:hover .flybar, #content .box-product > div:hover .flybar, .product-box-slider-flexslider ul > li:hover .flybar, .product-bottom-related-flexslider ul > li:hover .flybar {
	opacity: 1;
	bottom: 0;
}
.product-list .flybar .rating, .product-list .flybar .flybar-cart input, .product-grid .list-quickview {
	display: none;
}
.product-grid .wishlist, .product-grid .compare, .product-list .wishlist, .product-list .compare, #content .box-product .wishlist, #content .box-product .compare, .product-box-slider-flexslider .wishlist, .product-box-slider-flexslider .compare, .product-bottom-related-flexslider .wishlist, .product-bottom-related-flexslider .compare {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	text-indent: -9999px;
	z-index: 5;
	opacity: 0;
}
.product-grid .wishlist, .product-list .wishlist, .product-box-slider-flexslider .wishlist, .product-bottom-related-flexslider .wishlist, #content .box-product .wishlist {
	background: url("../image/korona-wishlist-36.png") 0px 36px rgba(235, 235, 235, 1.0);
}
.product-grid .wishlist:hover, .product-list .wishlist:hover, .product-box-slider-flexslider .wishlist:hover, .product-bottom-related-flexslider .wishlist:hover, #content .box-product .wishlist:hover {
	background: url("../image/korona-wishlist-36.png") 0px 0px rgba(255, 255, 255, 1.0) !important;
}
.product-grid .compare, .product-list .compare, .product-box-slider-flexslider .compare, .product-bottom-related-flexslider .compare, #content .box-product .compare {
	background: url("../image/korona-compare-36.png") 0px 36px rgba(235, 235, 235, 1.0);
}
.product-grid .compare:hover, .product-list .compare:hover, .product-box-slider-flexslider .compare:hover, .product-bottom-related-flexslider .compare:hover, #content .box-product .compare:hover {
	background: url("../image/korona-compare-36.png") 0px 0px rgba(255, 255, 255, 1.0) !important;
}
.product-grid .wishlist, #content .box-product .wishlist {
	top: 4px;
	right: 3px;
}
.product-list .wishlist, .product-box-slider-flexslider .wishlist, .product-bottom-related-flexslider .wishlist {
	top: 4px;
	right: 13px;
}
.product-list > div:hover .wishlist, .product-grid > div:hover .wishlist, .product-list > div:hover .compare, .product-grid > div:hover .compare, .product-box-slider-flexslider li:hover .wishlist, .product-bottom-related-flexslider li:hover .wishlist, .product-box-slider-flexslider li:hover .compare, .product-bottom-related-flexslider li:hover .compare, #content .box-product > div:hover .wishlist, #content .box-product > div:hover .compare {
	opacity: 0.95;
}
.product-grid .compare, #content .box-product .compare {
	top:42px;
	right: 3px;
}
.product-list .compare, .product-box-slider-flexslider .compare, .product-bottom-related-flexslider .compare {
	top:42px;
	right: 13px;
}
.product-grid .rating {
	position: relative;
	transition: all 0.3s ease-in 0s;
}
.product-grid .rating, #content .box-product .rating {
	margin-top: 5px;
}
.product-grid .name, #content .box-product .name {
	margin: 12px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-grid .name a, #content .box-product .name a {
	font-size: 15px;
	line-height: 17px;
}
.product-grid .product_box_brand {
	margin: -3px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_box_brand span, .product_box_brand a {
    font-size: 10px;
    font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-grid .description {
	display: none;
}
.product-grid .price, #content .box-product .price {
	margin: 7px 0 10px;
	font-size: 17px;
}
.product-grid .price-old, #content .box-product .price-old {
    font-size: 12px;
    text-decoration: line-through;
}
.price-tax {
	font-size: 12px;
}
.price-new {
	font-size: 17px;
}
.product-grid .cart, #content .box-product .cart {
	display: none;
}
.product-grid .cart input.button, #content .box-product .cart input.button {
    padding: 7px 10px 8px;
}

@media only screen and (min-width: 768px) {
.product-grid > .six, .box-product > .six, .tab-content div.pr2 {
    clear: none !important;
}
.product-grid > .six:nth-child(2n+1), .box-product > .six:nth-child(2n+1), .tab-content div.pr2:nth-child(2n+1) {
    clear: left !important;
}
.product-grid > .four, .box-product > .four, .tab-content div.pr3 {
    clear: none !important;
}
.product-grid > .four:nth-child(3n+1), .box-product > .four:nth-child(3n+1), .tab-content div.pr3:nth-child(3n+1) {
    clear: left !important;
}
.product-grid > .three, .box-product > .three, .tab-content div.pr4 {
    clear: none !important;
}
.product-grid > .three:nth-child(4n+1), .box-product > .three:nth-child(4n+1), .tab-content div.pr4:nth-child(4n+1) {
    clear: left !important;
}
.product-grid > .five-noc, .box-product > .five-noc, .tab-content div.pr5 {
    clear: none !important;
	width: 20%;
}
.product-grid > .five-noc:nth-child(5n+1), .box-product > .five-noc:nth-child(5n+1), .tab-content div.pr5:nth-child(5n+1) {
    clear: left !important;
}
.product-grid > .two, .box-product > .two, .tab-content div.pr6 {
    clear: none !important;
}
.product-grid > .two:nth-child(6n+1), .box-product > .two:nth-child(6n+1), .tab-content div.pr6:nth-child(6n+1) {
    clear: left !important;
}
.product-grid > .seven-noc, .box-product > .seven-noc, .tab-content div.pr7 {
    clear: none !important;
	width: 14.28571%;
}
.product-grid > .seven-noc:nth-child(7n+1), .box-product > .seven-noc:nth-child(7n+1), .tab-content div.pr7:nth-child(7n+1) {
    clear: left !important;
}
.product-grid > .eight-noc, .box-product > .eight-noc, .tab-content div.pr8 {
    clear: none !important;
	width: 12.5%;
}
.product-grid > .eight-noc:nth-child(8n+1), .box-product > .eight-noc:nth-child(8n+1), .tab-content div.pr8:nth-child(8n+1) {
    clear: left !important;
}
}

/* Product */

#product-top .product-top-1 {
	padding: 0 0 5px;
	min-height: 30px;
}
#product-top .product-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
.product-description-l, .product-description-l span {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-description-b .product-description-l {
	clear: both;
}
.product-description-b {
	padding: 20px 5px;
}
.prev-next a {width: 28px; height: 28px; border-radius: 28px; margin: -20px 0 0; display: block; background-image: url(../image/nav_arrows_medium.png); position: absolute; top: 50%; z-index: 1; cursor: pointer; opacity: 1; -webkit-transition: all .3s ease;}
.prev-next a.product-next {background-position: 100% 100%; top: 15px; right: 10px;}
.prev-next a.product-next:hover {background-position: 100% 0;}
.prev-next a.product-prev {background-position: 0 100%; top: 15px; right: 39px;}
.prev-next a.product-prev:hover {background-position: 0 0;}
.prev-next a.product-prev-tip, .prev-next a.product-next-tip {
	background-color: #2A2A2A;
	background-image: none;
	color: #FFFFFF;
	position: absolute;
	top: -160px;
	right: -3px;
	width: 85px;
	height: auto;
	margin: 0;
	padding: 5px;
	border-radius: 0px;
	text-indent: 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in 0s;
	letter-spacing: normal;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.prev-next .product-next:hover + a.product-next-tip, .prev-next .product-prev:hover + a.product-prev-tip {
    top: -145px;
	opacity: 1;
	visibility: visible;
}
.prev-next a .prev-next-product span {
	width: 100%;
	float: left;
	font-size: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-info {
	margin-bottom: 35px !important;
}
.product-info .image {
	background: #FFFFFF;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
	width: 100%;
	height: 100%;
}
.product-info .image img {
	width: 99.99999%;
}
.product-info .image .zoom-b {
	background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0.05);
	position: absolute;
	right: 15px;
    bottom: 15px;
	width: 50px;
    height: 50px;
	line-height: 50px;
	border-radius: 50px;
	transition: all 0.2s ease-in 0s;
    z-index: 999;
	display: none;
}
.product-info .image .zoom-b:hover {
	background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0.1);
}
.product-info .image-additional {
	margin-left: -5px;
	margin-right: -5px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional-left {
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional .ia1 {
	width: 16.66667%;
}
.product-info .image-additional .ia2, .product-info .image-additional .ia5 {
	width: 25%;
}
.product-info .image-additional .ia3 {
	width: 14.28571%;
}
.product-info .image-additional .ia4 {
	width: 8.33333%;
}
.product-info .image-additional .ia6 {
	width: 33.33333%;
}
.product-info .image-additional .ia7 {
	width: 20%;
}
.product-info .image-additional img, .product-info .image-additional-left img {
	background: #FFFFFF;
	padding: 5px;
}
.product-info .image-additional a {
	float: left;
	display: block;
    padding: 0 5px;
	margin-bottom: 10px;
}
.product-info .image-additional-left a {
	float: none;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
}
.product-info.ppl1-7 {
	margin-right: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible!important;
}
.product-description-brand {
	padding: 0 0 5px;
	letter-spacing: 1px;
}
.product-description-brand, .product-description-brand span,.product-description-brand a {
	font-size: 13px;
	text-transform: uppercase;
}
#content .product-page-title h1 {
	border-bottom: none;
	padding: 10px 0 5px;
	font-size: 34px;
}
.product-info .price {
	overflow: auto;
	padding: 20px 5px;
	font-size: 28px;
	font-weight: bold;
}
.product-info .price-reg {
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}
.product-info .price-new {
    font-size: 28px;
	font-weight: bold;
}
.product-info .price-old {	
	font-size: 16px;
    font-weight: normal;
	text-decoration: line-through;
}
.product-info .saved {
	padding-top: 10px;
	font-weight: normal;
}
.product-info .you-save {	
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-info .save-percent {	
	font-size: 16px;
}
.product-info .tax {
	padding-top: 5px;
}
.product-info .price-tax {
	font-size: 16px;
	font-weight: normal;
}
.product-info .price-tax-text {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-info .price .reward, .product-info .price .discount {
	padding-top: 15px;
	font-size: 13px;	
	font-weight: normal;
	text-transform: uppercase;
}

.product-under-image-custom-block {
	margin-top: 5px;
	padding: 15px 0;
}
.product-buy-custom-block {
	padding: 15px 5px;
}
.product-buy-custom-block .box, .product-right-sm-custom .box {
	margin-bottom: 0!important;
}
.product-under-image-custom-block .box-heading, .product-buy-custom-block .box-heading, .product-right-sm-custom .box .box-heading{
	border-bottom: none!important;
	padding: 0!important;
	font-size: 14px!important;
	text-align: left!important;
}
.product-right-sm-custom {
	padding: 15px 0;
}

.product-info .options {
	padding: 15px 5px;
}
.product-info .options h5 {
	float: none;
	clear: both;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}
.product-info .options .option {
	text-transform: uppercase;
}
.product-info .options input,
.product-info .options textarea,
.product-info .options select,
.product-info .options button {
	margin-bottom: 15px;
}
.product-info .options textarea,
.product-info .options select {
	width: 100%;
}
.product-info .options button {
	cursor: pointer;
	padding: 8px 10px;
	margin: 5px 5px 10px;
	transition: all 0.2s ease-in 0s;
}
.product-info .options label {
	display: inherit;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	cursor: pointer;
}
.product-info .cart {
    overflow: auto;
    padding: 25px 3px;
}
.product-info .add-to-cart {
    float: left;
    width: 100%;
}
.product-info .add-to-cart input,
.product-info .add-to-cart button {
	display: inline;
	padding: 10px 15px;
	margin: 2px 0;
	height: 38px;
}
.product-info .add-to-cart input.i-d-quantity {
	background: rgba(252, 252, 252, 0.95);
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-left: none;
	border-right: none;
	height: 38px;
	padding-left: 5px;
}
.product-info .cart div {
	float: left;
    vertical-align: middle;
}
.product-info .cart .dec, .product-info .cart .inc {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    box-shadow: none;
	width: 34px;
    height: 38px;
    padding: 4px 0;
	font-size: 14px;
	line-height: 14px;
    transition: all 0.15s linear 0s;
}
.product-info .cart .add-to-cart div {
	margin-right: 0px;
	margin-left: 0px;
	display: inline;
}
.product-info .cart .dec {
	background-image: url("../image/quantity-minus.png");
}
.product-info .cart .inc {
	background-image: url("../image/quantity-plus.png");
}
.product-info .cart #qty-text {
	padding-top: 17px;
	padding-right: 10px;
}
.product-info .cart #qty, .product-info .cart #qty-dec, .product-info .cart #qty-inc {
	padding-top: 0px;
}
.product-info .cart button.button-exclusive {
	margin-left: 10px;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
}
.product-info .wishlist-compare-friend {
    margin-top: 15px;
    width: 100%;
}
.prod-wishlist, .prod-compare {
	float: left;
	margin-right: 12px;
	padding: 3px 0;
}
.prod-friend {
	float: left;
	margin-right: 0;
	padding: 3px 0;
}
.prod-wishlist button, .prod-compare button, .prod-friend a {
	font-size: 10px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}
span.wishlist, span.compare, span.friend {
	float: left;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	margin-right: 5px;
	transition: all 0.2s ease-in 0s;
}
span.wishlist {
	background: url("../image/korona-wishlist-28.png") 0px 28px rgba(255, 255, 255, 1.0);
}
button:hover span.wishlist {
	background: url("../image/korona-wishlist-28.png") 0px 0px rgba(255, 255, 255, 1.0) !important;
}
span.compare {
	background: url("../image/korona-compare-28.png") 0px 28px rgba(255, 255, 255, 1.0);
}
button:hover span.compare {
	background: url("../image/korona-compare-28.png") 0px 0px rgba(255, 255, 255, 1.0) !important;
}
span.friend {
	background: url("../image/korona-friend-28.png") 0px 28px rgba(255, 255, 255, 1.0);
}
a:hover span.friend {
	background: url("../image/korona-friend-28.png") 0px 0px rgba(255, 255, 255, 1.0) !important;
}

.product-share {
	margin-top: 12px;
	padding: 20px 0 0;
	width: 100%;
}
.product-share span {
    height: 24px!important;
	margin-bottom: 10px;
	display: inline-block;
}
.product-info .review {
    padding: 20px 5px 20px;
}
.product-info .review > div {
	color: rgba(0, 0, 0, 0.2);
	line-height: 16px;
}
.product-info .review > div a {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.product-info .review .review-stars {
	float: left;
	width: 100%;
    margin: 0 15px 5px 0;
	line-height: normal;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	background-color: #FFFFFF;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
.review-list .reviews-left {
	margin-top: 10px;
	padding: 70px 10px 10px!important;
	color: #464646;
	text-align: center;
	background: url("../image/mw_1.png") no-repeat scroll 0 0 #FFFFFF;
	background-position: center top;
}
.review-list .reviews-left span {
	color: #B6B6B6;
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
.review-list .reviews-right {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 40px;
	border-left: 1px solid #F3F3F3;
	color: #464646;
	font-size: 13px;
	min-height: 130px;
}
.review-list .review-arrow {
	position: absolute;
	margin-top: -18px;
	margin-left: -66px;
	width: 26px;
	height: 55px;
	background: url("../image/review-arrow.png") no-repeat;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.product-right-sm-logo {
	padding: 7px 0 4px;
	text-align: center;
}
.product-right-sm-logo img:hover {
	opacity: 0.8;
	transition: all 0.2s ease-in-out 0s;
}
.product-right-sm-logo a {
	display: block;
}
.product-right-sm-logo a.see-all {
    padding: 5px 10px;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: transparent!important;
}
.product-right-sm-info {
	padding: 20px 0 10px;
}
.product-right-sm-info-content {
	overflow: hidden;
    margin-bottom: 10px;
}
.product-right-sm-info span.p_icon {
    display: block;
    float: left;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	transition: all 0.2s ease-in 0s;
	text-align: center;
}
.product-right-sm-info span.p_icon i {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 38px;
}
.product-right-sm-info span.p_title {
	display: block;
	padding-left: 52px;
	padding-top: 1px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	transition: all 0.2s ease-in 0s;
}
.product-right-sm-info span.p_subtitle {
	display: block;
	padding-left: 52px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
.product-right-sm-related {
	padding: 0 0 20px 0;
	position: relative;
}
.product-right-sm-related-flexslider .slides > li:first-child {
	display: block; 
	-webkit-backface-visibility: visible;
}
.product-right-sm-related-flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
.product-right-sm-related .image {
	width: 35%;
    margin-bottom: 0;
    padding: 5px 5px 0;
}
.product-right-sm-related span.badge.sale {
	position: absolute;
	border-radius: 0;
    font-size: 11px;
	top: 5px;
    left: 5px;
	width: inherit;
	height: auto;
	line-height: inherit;
    padding: 1px 3px;
}
.product-right-sm-related .name {
    margin-left: 40%;
}
.product-right-sm-related .name a {
	font-size: 14px;
}
.product-right-sm-related .description-r {
    margin-left: 40%;
	margin-top: 3px;
}
.product-right-sm-related .price {
    margin-left: 40%;
	padding: 5px 0;
	font-size: 14px;
	border-top: none!important;
	overflow: inherit;
}
.product-right-sm-related .price-new {
	font-size: 14px;
}
.product-right-sm-related .price-old {
	font-size: 12px;
}
.product-right-sm-related .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.product-right-sm-related .flex-direction-nav a {width: 28px; height: 28px; border-radius: 28px; margin: -20px 0 0; display: block; background-image: url(../image/sliders/flex/bg_direction_nav_medium.png); position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.product-right-sm-related .flex-direction-nav .flex-next {background-position: 100% 100%; top: 28px; right: 0px; }
.product-right-sm-related .flex-direction-nav .flex-next:hover {background-position: 100% 0; }
.product-right-sm-related .flex-direction-nav .flex-prev {background-position: 0 100%; top: 28px; right: 29px;}
.product-right-sm-related .flex-direction-nav .flex-prev:hover {background-position: 0 0; }
.product-right-sm-related .flex-direction-nav .flex-disabled {opacity: 0.5!important; cursor: default;} 

.product-right-sm-tags {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
}
.product-right-sm-tags div {
    float: left;
}
.product-right-sm-tags div a {
	display: block;
    font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0 4px 4px 0;
    padding: 4px 8px 5px;
}
.product-related-grid {
	float: left;
	clear: both;
	margin-bottom: 25px;
}

.products-slider .products-slider-slides {
	margin: 20px auto;
}
#column-left .products-slider .products-slider-slides, #column-right .products-slider .products-slider-slides {
	margin: 0 auto;
}
#tab-description img {
	width: 100% !important;
	height: auto !important;
}

@media only screen and (min-width: 1440px) {
.products-slider-slides { max-width: 1316px; }
.products-slider-slides li { width: 188px!important; }

#column-left + #content .products-slider-slides, #column-right + #content .products-slider-slides { max-width: 752px!important; }
#column-left + #column-right + #content .products-slider-slides { max-width: 564px!important; }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
.products-slider-slides { max-width: 1128px; }
#column-left + #content .products-slider-slides, #column-right + #content .products-slider-slides { max-width: 752px!important; }

}
@media only screen and (min-width: 1044px) and (max-width: 1279px) {
.products-slider-slides { max-width: 940px; }
#column-left + #content .products-slider-slides, #column-right + #content .products-slider-slides { max-width: 564px!important; }

}
@media only screen and (min-width: 880px) and (max-width: 1043px) {
.products-slider-slides { max-width: 752px; }
#column-left + #content .products-slider-slides, #column-right + #content .products-slider-slides { max-width: 564px!important; }

}
@media only screen and (min-width: 768px) and (max-width: 879px) {
.products-slider-slides { max-width: 564px; }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.products-slider-slides { max-width: 376px; }

}
@media only screen and (max-width: 479px) {
.products-slider-slides { max-width: 188px; }

}

.product-bottom-related {
	margin-bottom: 30px;
	position: relative;
}
.product-bottom-related h2 {
	padding: 5px 0;
}
.product-bottom-related-flexslider .slides > li:first-child {
	display: block; 
	-webkit-backface-visibility: visible;
	max-width: 20%;
}
.product-bottom-related-flexslider .slides > li {
	position: relative;
	display: none; 
	-webkit-backface-visibility: hidden;
}
.product-bottom-related .image {
	text-align: center;
}
.product-bottom-related .image img {
	width: 90%;
}
.product-bottom-related span.sale-icon {
	position: absolute;
	top: 3px;
    left: 12px;
	padding: 15px 10px;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50px;
}
.product-bottom-related .name {
	text-align: left;
	margin: 8px 5% 0;
}
.product-bottom-related .name a {
	font-size: 14px;
	text-transform: uppercase;
}
.product-bottom-related .price {
	font-size: 15px;
	margin: 0 5% 10px;
}
.product-bottom-related .price-old {
	font-size: 12px;
    text-decoration: line-through;
}
.product-bottom-related .cart {
	padding: 0 5%;
}
.product-bottom-related .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.product-bottom-related .flex-direction-nav li { background: none; border: none;}
.product-bottom-related .flex-direction-nav a {width: 28px; height: 28px; border-radius: 28px; margin: -20px 0 0; display: block; background-image: url(../image/sliders/flex/bg_direction_nav_medium.png); position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.product-bottom-related .flex-direction-nav .flex-next {background-position: 100% 100%; top: 28px; right: 0px; }
.product-bottom-related .flex-direction-nav .flex-next:hover {background-position: 100% 0; }
.product-bottom-related .flex-direction-nav .flex-prev {background-position: 0 100%; top: 28px; right: 29px;}
.product-bottom-related .flex-direction-nav .flex-prev:hover {background-position: 0 0; }
.product-bottom-related .flex-direction-nav .flex-disabled {opacity: 0.5!important; cursor: default;} 

.product-box-slider {
	display: block;
	clear: both;
	overflow: hidden;	
	position: relative;
	margin-bottom: 25px;
}
#column-left .product-box-slider-flexslider .slides > li:first-child, #column-right .product-box-slider-flexslider .slides > li:first-child {
	max-width: 100%;
}
.product-box-slider-flexslider .slides > li:first-child {
	display: block; 
	-webkit-backface-visibility: visible;
	max-width: 20%;
}
.product-box-slider-flexslider .slides > li {
	position: relative;
	display: none; 
	-webkit-backface-visibility: hidden;
}
.product-box-slider .image {
	text-align: center;
}
.product-box-slider .image img {
	width: 90%;
}
.product-box-slider span.sale-icon {
	position: absolute;
	top: 3px;
    left: 12px;
	padding: 15px 10px;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50px;
}
.product-box-slider .name {
	margin: 8px 5% 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-box-slider .name a {
	font-size: 14px;
	line-height: 16px;
}
.product-box-slider .product_box_brand, .product-bottom-related-flexslider .product_box_brand {
	margin: -3px 5% 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-box-slider .rating, .product-bottom-related-flexslider .rating {
	margin: 5px 5% 0;
}
.product-box-slider .price {
	font-size: 15px;
	margin: 0 5% 10px;
}
#column-left .product-box-slider .price, #column-right .product-box-slider .price {
    margin: 0 5%;
}
.product-box-slider .price-old {
	font-size: 12px;
    text-decoration: line-through;
}
.product-box-slider .cart {
	padding: 0 5%;
}
#column-left .product-box-slider .cart, #column-right .product-box-slider .cart {
    display: none;
}
.product-box-slider .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.product-box-slider .flex-direction-nav li { background: none; border: none;}
.product-box-slider .flex-direction-nav a {width: 28px; height: 28px; border-radius: 28px; margin: -20px 0 0; display: block; background-image: url(../image/sliders/flex/bg_direction_nav_medium.png); position: absolute; top: 50%; z-index: 5; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.product-box-slider .flex-direction-nav .flex-next {background-position: 100% 100%; top: 30px; right: 0px; }
.product-box-slider .flex-direction-nav .flex-next:hover {background-position: 100% 0; }
.product-box-slider .flex-direction-nav .flex-prev {background-position: 0 100%; top: 30px; right: 29px; left: auto;}
.product-box-slider .flex-direction-nav .flex-prev:hover {background-position: 0 0; }
.product-box-slider .flex-direction-nav .flex-disabled {opacity: 0.5!important; cursor: default;} 

#column-left .product-box-slider .flex-direction-nav .flex-next, #column-right .product-box-slider .flex-direction-nav .flex-next {top: 22px; right: 7px; left: inherit; }
#column-left .product-box-slider .flex-direction-nav .flex-prev, #column-right .product-box-slider .flex-direction-nav .flex-prev {top: 22px; right: 36px; left: inherit;}
#column-left .products-slider-slides, #column-right .products-slider-slides { max-width: 188px; }

.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	text-align: left;

}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
}
.compare-table {
	overflow-x: scroll;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
}
.compare-info .name a {
	text-transform: uppercase;
	font-size: 13px;
}
.compare-info .price-old {
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through;
}

/* Wish List */

.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: bold;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
.login-content .right input[type="text"], .login-content .right input[type="password"] {
	width: 99%
}

/* Orders */

.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

/* Returns */

.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}

/* Cart */

.cart-info {
    margin-bottom: 15px;
}
.cart-info table {
	width: 100%;
	border-collapse: collapse;
}
.cart-info td {
	padding: 12px 10px;
}
.cart-info thead td {
	font-weight: bold;
	text-transform: uppercase;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
}
.cart-info tbody .image img {
	border: none;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .name a {
	font-size: 12px;
	text-transform: uppercase;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
	font-weight: normal;
}
.cart-info .quantity input {
	display: inline;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-module #coupon input, .cart-module #voucher input, .cart-module #shipping input {
	margin: 5px 0 10px;
	padding: 9px 12px 10px;
	float: right;
}
.cart-total {
	overflow: auto;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
	padding: 15px 0;
	width: 100%;
	border-radius: 0;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-total td.right {
	float: none;
	width: 90%;
}
.cart-total .total-l {
	text-transform: uppercase;
	font-size: 12px;
}
.cart-total .total-r {
	font-size: 13px;
}

/* Checkout */

.checkout-heading {
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-content input[type="password"], 
.checkout-content input[type="text"],
.checkout-content textarea {
	width: 100%;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
}

/* Contact Page */

.contact-map {
	background: #FFFFFF;
	margin-bottom: 15px;
    padding: 10px;
	width: 100%;
	height: 380px;
}
#map_div {
    height: 360px;
    margin: 0;
    padding: 0;
    width: auto;
}
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 100% !important;
	margin-bottom: 20px;
}
.contact-info .right {
	float: left;
	width: 100% !important;
}
.contact-info span.mm {
	display: block;
	clear: none;
    padding-left: 50px;
}
.contact-info .mc {
	clear: left;
    margin-bottom: 10px;
    min-height: 36px;
}
.contact-info span.mm_icon {
	background-color: rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	transition: all 0.2s ease-in 0s;
}
.contact-form input {
	width: 99%;
}
.contact-form img {
	margin: 10px 0 5px;
}

/* Sitemap */

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul {
    list-style-type: none;
	line-height: 24px;
}
.sitemap-info ul li, .sitemap-info ul li a {
	font-size: 13px;
}
.sitemap-info ul li ul li, .sitemap-info ul li ul li a {
	font-size: 12px;
}

/* Footer */

#footer {
	margin: 0 -10px;
	padding: 0 10px;
}
#footer_fbox {
	margin: 0 -10px;
	padding: 20px 10px 10px;
	min-height: 109px;
	text-align: center;
}
#footer_fbox span.p_icon {
    display: block;
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 64px;
	transition: all 0.2s ease-in 0s;
	margin: 0 auto;
}
#footer_fbox span.p_icon i {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 64px;
}
#footer_fbox span.p_title {
	display: block;
	padding: 12px 5px 5px;
	text-transform: uppercase;
}
#footer_fbox span.p_title {
	font-size: 14px;
	line-height: 18px;
	transition: all 0.2s ease-in 0s;
}
#footer_fbox span.p_subtitle {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 15px;
}
.reveal-modal img {
	min-width: 100%;
	height: auto!important;
}

#footer_about {
	margin: 0 -10px;
	padding: 10px;
}
#footer_about p {
	margin-bottom: 5px;
}
#footer_about_logo {
	padding: 70px 0; 
	text-align: center;
}
#footer_information [class="s2.4 columns"] {
	width: 20%;
}
#footer_information .s3, #footer_fbox .s3 {
	width: 25%;
}
#footer_information .s4 {
	width: 33.33333%;
}
#footer_information .s6, #footer_powered .s6 {
	width: 50%;
}
#footer_information .s12, #footer_powered .s12 {
	width: 100%;
}
#footer_about h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#footer_information span.mm {
	display: block;
	clear: none;
    padding-left: 50px;
}
#footer_information .mc {
	margin-bottom: 10px;
	min-height: 36px;
	clear: left;
}
#footer_information span.mm_icon {
    display: block;
    float: left;
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	transition: all 0.2s ease-in 0s;
}
#footer_follow_us {
	padding: 5px 10px 10px;
}
#footer_follow_us .social_widget ul {
	margin-bottom: 0;
	transition: all 0.2s ease-in 0s;
	opacity: 0.85;
}
#footer_follow_us .social_widget ul:hover {
	opacity: 1;
}
#footer_follow_us .social_widget ul li {
	width: 38px;
    height: 38px;
	border-radius: 38px;
	margin: 3px 5px 3px 0;
	float: none;
	display: inline-block;
	box-shadow: none;
}
#footer_follow_us .social_widget ul li a {
    display: block;
    line-height: 38px;
    overflow: hidden;
    text-indent: -9999px;
}
#footer_follow_us .social_widget ul li.facebook {
	background-image: url("../image/follow_us/icon-facebook-38.png");
	background-color: #3B5998;
}
#footer_follow_us .social_widget ul li.twitter {
	background-image: url("../image/follow_us/icon-twitter-38.png");
	background-color: #4BB8E2;
}
#footer_follow_us .social_widget ul li.google {
	background-image: url("../image/follow_us/icon-google-38.png");
	background-color: #D73A1A;
}
#footer_follow_us .social_widget ul li.rrs {
	background-image: url("../image/follow_us/icon-rss-38.png");
	background-color: #F29735;
}
#footer_follow_us .social_widget ul li.pinterest {
	background-image: url("../image/follow_us/icon-pinterest-38.png");
	background-color: #C92026;
}
#footer_follow_us .social_widget ul li.vimeo {
	background-image: url("../image/follow_us/icon-vimeo-38.png");
	background-color: #44A4E3;
}
#footer_follow_us .social_widget ul li.flickr {
	background-image: url("../image/follow_us/icon-flickr-38.png");
	background-color: #C3C3C3;
}
#footer_follow_us .social_widget ul li.linkedin {
	background-image: url("../image/follow_us/icon-linkedin-38.png");
	background-color: #0087CD;
}
#footer_follow_us .social_widget ul li.youtube {
	background-image: url("../image/follow_us/icon-youtube-38.png");
	background-color: #DB3B1B;
}
#footer_follow_us .social_widget ul li.dribbble {
	background-image: url("../image/follow_us/icon-dribbble-38.png");
	background-color: #DA467F;
}
#footer_follow_us .social_widget ul li.instagram {
	background-image: url("../image/follow_us/icon-instagram-38.png");
	background-color: #A27358;
}
#footer_follow_us .social_widget ul li.behance {
	background-image: url("../image/follow_us/icon-behance-38.png");
	background-color: #00A8ED;
}
#footer_follow_us .social_widget ul li.skype {
	background-image: url("../image/follow_us/icon-skype-38.png");
	background-color: #00AEF0;
}
#footer_follow_us .social_widget ul li.forrst {
	background-image: url("../image/follow_us/icon-forrst-38.png");
	background-color: #50B64B;
}
#footer_follow_us .social_widget ul li.bing {
	background-image: url("../image/follow_us/icon-bing-38.png");
	background-color: #FFA616;
}
#footer_follow_us .social_widget ul li.myspace {
	background-image: url("../image/follow_us/icon-myspace-38.png");
	background-color: #008EDE;
}
#footer_follow_us .social_widget ul li.tumblr {
	background-image: url("../image/follow_us/icon-tumblr-38.png");
	background-color: #3B5876;
}
#footer_follow_us .social_widget ul li.reddit {
	background-image: url("../image/follow_us/icon-reddit-38.png");
	background-color: #FF4400;
}
#footer_information {
	margin: 0 -10px;
	padding: 10px;
}
#footer_information ul li {
	list-style: circle inside none;
}
#footer_information h3 {
	padding-bottom: 10px;
}
#footer_information a {
	line-height: 24px;
}
#footer_information img {
	height: auto!important;
}
#footer_information a.button-exclusive {
	width: 100%;
	padding: 10px 22px;
}

#footer_powered {
	margin: 0 -10px;
	padding: 10px;
}
#footer_powered #powered_content p {
	margin-bottom: 0;
}
#footer_powered #payment_logos {
	text-align: right;
	padding-top: 3px;
}

#footer_custom {
	margin: 0 -10px;
	padding: 10px 10px 15px 10px;
}
#footer_custom p {
	margin-bottom: 0;
}

/* Banner */

.banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.banner div img {
	margin-bottom: 20px;
}
.korona-banner {
	clear: both;
    display: block;
    overflow: hidden;
}
#content .korona-banner {
	margin: 0 -10px;
}
.korona-banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
#column-left .korona-banner div, #column-right .korona-banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}
div.pr1  {
	width: 100%;
}
div.pr2 {
	width: 50%;
}
div.pr3 {
	width: 33.33333%;
}
div.pr4 {
	width: 25%;
}
div.pr5 {
	width: 20%;
}
div.pr6 {
	width: 16.66667%;
}
div.pr7 {
	width: 14.2857%;
}
div.pr8 {
	width: 12.5%;
}

/* Gallery */

#content #korona-gallery {
	margin-bottom: 5px;
}
#content #korona-gallery .box-heading {
	margin-bottom: 20px;
}
.korona-gallery-content {
	clear: both;
    display: block;
    overflow: hidden;
}
#content .korona-gallery-content {
	margin: 0 -10px;
}
.korona-gallery-content div {
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
    position: relative;
}
#content #korona-gallery img {
	background: #FFFFFF;
	padding: 5px;
}
#korona-gallery a:hover {
	opacity: 0.8;
}
#column-left .korona-gallery-content, #column-right .korona-gallery-content {
	margin-bottom: 0;
	display: block!important;
}
#column-left .korona-gallery-content div, #column-right .korona-gallery-content div {
	text-align: center;
	margin-bottom: 0;
	padding: 0px;
}
.korona-gallery-content img {
	float: left;
}
.korona-gallery-content .gallery-hover-box {
    background: url("../image/button-search-white.png") no-repeat scroll center center;
    border-radius: 50px;
    display: block;
	position: absolute;
	top: 50%;
    left: 50%;
	width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    transform: scale(0);
    transition: 0.2s ease-in-out 0s;
	opacity: 1;
}
.korona-gallery-content a:hover .gallery-hover-box {
    transform: scale(1);
}

/*  Popup Message  */

#popup-message p {
	margin-bottom: 0;
}
#popup-message img {
	height: auto !important;
}

/*  Facebook Likebox Widget  */

.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 208px;	
	z-index: 99937;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 208px;
	z-index: 99937;
}	
.facebook_left #facebook_icon {
	float: right;
	height: 54px;
    width: 46px;
	right: -46px;
    background: url("../image/facebook_lb_l.png") no-repeat;
	cursor: pointer;	
	position: relative;	
    z-index: 99938;	
}
.facebook_right #facebook_icon {
	float: left;
	height: 54px;
    width: 46px;
	left: -46px;
    background: url("../image/facebook_lb_r.png") no-repeat;
	cursor: pointer;
	position: relative;	
    z-index: 99938;	
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: right;
	top: -54px;
	position: relative;
    z-index: 99939;		
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: left;
	top: -54px;
	position: relative;	
    z-index: 99939;		
}

/*  Twitter Widget  */

.twitter_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 148px;	
	z-index: 99934;
}
.facebook_left + .twitter_left {
	top: 263px;
}
.twitter_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 208px;
	z-index: 99934;
}
.facebook_right + .twitter_right {
	top: 263px;
}
.twitter_left #twitter_icon {
	float: right;
	height: 54px;
    width: 46px;
	right: -46px;
    background: url("../image/twitter_lb_l.png") no-repeat;
	cursor: pointer;	
	position: relative;	
    z-index: 99935;	
}
.twitter_right #twitter_icon {
	float: left;
	height: 54px;
    width: 46px;
	left: -46px;
    background: url("../image/twitter_lb_r.png") no-repeat;
	cursor: pointer;
	position: relative;	
    z-index: 99935;	
}
.twitter_right .twitter_box {
    background-color: #FFFFFF;
	border: 4px solid #4BB8E2;
    float: right;
	top: -54px;
	width: 245px;
	height: auto;
	padding: 0 10px;
	position: relative;
    z-index: 99936;		
}
.twitter_left .twitter_box {
    background-color: #FFFFFF;
	border: 4px solid #4BB8E2;
    float: left;
	top: -54px;
	width: 245px;
	height: auto;
	padding: 0 10px;
	position: relative;	
    z-index: 99936;		
}

/*  Video Box Widget  */

.video_box_left {
    width: 588px;
    height: 343px;
    position: fixed;
	left: -588px;
	top: 208px;
	z-index: 99931;
}
.facebook_left + .video_box_left, .twitter_left + .video_box_left, .facebook_left + .twitter_right + .video_box_left {
	top: 263px;
}
.facebook_left + .twitter_left + .video_box_left {
	top: 318px;
}
.video_box_right {
    width: 588px;
    height: 343px;	
    position: fixed;
	right: -588px;
	top: 208px;
	z-index: 99931;
}
.facebook_right + .video_box_right, .twitter_right + .video_box_right, .facebook_right + .twitter_left + .video_box_right {
	top: 263px;
}
.facebook_right + .twitter_right + .video_box_right {
	top: 318px;
}
.video_box_left #video_box_icon {
	float: right;
	height: 54px;
    width: 46px;
	right: -46px;
    background: url("../image/video_box_l.png") no-repeat;
	position: relative;	
    z-index: 99932;		
}
.video_box_right #video_box_icon {
	float: left;
	height: 54px;
    width: 46px;
	left: -46px;
    background: url("../image/video_box_r.png") no-repeat;
	position: relative;	
    z-index: 99932;		
}
.video_box_right .video_box {
    background-color: #FFFFFF;
    float: right;
	width: 588px;
	height: 343px;
	top: -54px;
	position: relative;	
    z-index: 99933;
	padding: 10px;
}
.video_box_left .video_box {
    background-color: #FFFFFF;
    float: left;
	width: 588px;
	height: 343px;
	top: -54px;
	position: relative;	
    z-index: 99933;
	padding: 10px;
}

/*  Custom Box Widget  */

.custom_box_left {
    width: 245px;
    height: 399px;
    position: fixed;
	left: -245px;
	top: 208px;
	z-index: 99928;
}
.facebook_left + .custom_box_left, .twitter_left + .custom_box_left, .video_box_left + .custom_box_left, .facebook_left + .twitter_right + .custom_box_left, .facebook_left + .video_box_right + .custom_box_left, .facebook_right + .twitter_left + .video_box_right + .custom_box_left, .facebook_left + .twitter_right + .video_box_right + .custom_box_left, .twitter_left + .video_box_right + .custom_box_left {
	top: 263px;
}
.facebook_left + .twitter_left + .custom_box_left, .facebook_left + .video_box_left + .custom_box_left, .twitter_left + .video_box_left + .custom_box_left, .facebook_left + .twitter_right + .video_box_left + .custom_box_left, .facebook_left + .twitter_left + .video_box_right + .custom_box_left {
	top: 318px;
}
.facebook_left + .twitter_left + .video_box_left + .custom_box_left {
	top: 373px;
}
.custom_box_right {
    width: 245px;
    height: 399px;	
    position: fixed;
	right: -245px;
	top: 208px;
	z-index: 99928;
}
.facebook_right + .custom_box_right, .twitter_right + .custom_box_right, .video_box_right + .custom_box_right, .facebook_right + .twitter_left + .custom_box_right, .facebook_right + .video_box_left + .custom_box_right, .facebook_left + .twitter_right + .video_box_left + .custom_box_right, .facebook_right + .twitter_left + .video_box_left + .custom_box_right, .twitter_right + .video_box_left + .custom_box_right {
	top: 263px;
}
.facebook_right + .twitter_right + .custom_box_right, .facebook_right + .video_box_right + .custom_box_right, .twitter_right + .video_box_right + .custom_box_right, .facebook_right + .twitter_left + .video_box_right + .custom_box_right, .facebook_right + .twitter_right + .video_box_left + .custom_box_right {
	top: 318px;
}
.facebook_right + .twitter_right + .video_box_right + .custom_box_right {
	top: 373px;
}
.custom_box_left #custom_box_icon {
	float: right;
	height: 54px;
    width: 46px;
	right: -46px;
    background: url("../image/custom_box_l.png") no-repeat;
	position: relative;	
    z-index: 99929;		
}
.custom_box_right #custom_box_icon {
	float: left;
	height: 54px;
    width: 46px;
	left: -46px;
    background: url("../image/custom_box_r.png") no-repeat;
	position: relative;	
    z-index: 99929;		
}
.custom_box_right .custom_box {
    float: right;
	width: 245px;
	height: auto;
	top: -54px;
	position: relative;	
    z-index: 99930;
	padding: 10px;
}
.custom_box_left .custom_box {
    float: left;
	width: 245px;
	height: auto;
	top: -54px;
	position: relative;	
    z-index: 99930;
	padding: 10px;
}

/*  Revo  */

a.korona_revo_button {
	font-family: Georgia!important;
    font-size:18px!important;
	font-weight:normal;
	transition: all 0.2s ease-in 0s;
}
a.korona_revo_button_2 {
	font-family: Armata!important;
    font-size:18px!important;
	font-weight:normal;
	transition: all 0.2s ease-in 0s;
}
a.korona_revo_button_4 {
	font-family: Bree Serif!important;
    font-size:18px!important;
	font-weight:bold;
	transition: all 0.2s ease-in 0s;
}

/*  BS  */

.dropdown-menu {
    position: absolute;
    z-index: 1000!important;
    display: none;
    float: left;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    top: 100%;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		  font-size: 14px;
    list-style: outside none none;
}
.bootstrap-datetimepicker-widget table thead tr th, .bootstrap-datetimepicker-widget table tfoot tr td {
    padding: 8px 0 9px;
}
.bootstrap-datetimepicker-widget .btn {
    font-size: 12px;
}
.bootstrap-datetimepicker-widget td {
    color: #424242;
}
.bootstrap-datetimepicker-widget table thead tr th:last-child {
	border-right: none;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-time:before {
    content: "\e023";
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.nav-tabs {
	height: 40px;
	line-height: 16px;
	margin-bottom: 0;
}
.nav-tabs > li {
	padding: 12px 25px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-right: 1px;
}
.nav-tabs > li.active {
	padding-bottom: 12px;
	font-weight: normal;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.product-info .options .input-group {
    display: inline-flex;
}
.product-info .options .control-label {
	cursor: default;
}
.panel-group .panel { 
    border: none; 
	margin: 0 0 2px 0; 
	padding: 10px 25px; 
}
#accordion .input-group, #accordion .panel-collapse {
	margin-bottom: 15px;
}
.input-group input#input-coupon,
.input-group input#input-voucher,
select#input-country,
select#input-zone,
input#input-postcode {
	width: 100%;
	margin-bottom: 15px;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
    -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.tooltip {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	margin-top: -3px;
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 0.9;
}
.owl-carousel {
	margin: 0 0 25px!important; 
	background: none!important; 
	border: none!important; 
	box-shadow: none!important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.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: 8px;
    vertical-align: top;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-style: solid;
  border-width: 5px;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  padding: 8px;		  
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}