/* UP v.1.0 */

body {
	font-weight: 400;
	line-height: 20px;
	letter-spacing: normal;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1, h2, h3 {
    margin-top: 25px;
	letter-spacing: 2px;
}
h1, h2 {
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 25px;
}

/* Default font size */
.fa {
	font-size: 14px;
}
.fa-angle-down {
	font-size: 10px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a:hover, a:focus, button:focus {
	text-decoration: none;
	outline:none;
}
a, i, button, input {
	transition: all 0.15s ease-in 0s;
}
legend {
	font-size: 16px;
	padding: 30px 0px 15px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
label {
	font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 8px 0 0;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group-btn > .btn {
    margin-left: 3px!important;
}

img {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}
.img-thumbnail-theme {
	border-radius: 0;
	padding: 5px;
}
.img-rounded {
    border-radius: 10px;
}
hr {
	border-width: 1px;
}
.well {
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 30px;
}
.well h2 {
	margin-top: 10px;
	font-size: 26px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
body.modal-open { 
    overflow-y: inherit;
	overflow-x: hidden;
    padding-right: inherit!important; 
}
.form-control {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #f1f2f2;
	background-color: #fcfcfc;
	color: #4c5867;
	margin-bottom: 10px;
}
.form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
	opacity: 0.7;
	font-size: 10px;
	color: #9ba9ba;
}
.form-control:-ms-input-placeholder {
	opacity: 0.7;
	color: #9ba9ba;
}
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, .form-control:focus {
    border: 1px solid #c4ccd9;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);	
}

/* Top Promo Message Slider */
#top-custom-block-wrapper {
	position: relative;
	text-align: center;
    z-index: 999;
}
#top-custom-block-content {
	position: relative;
    width: auto;
	max-width: 1170px;	
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
	overflow: hidden;
}
#top-custom-block-content h1,
#top-custom-block-content h2,
#top-custom-block-content h3 {
	margin: 15px 0;
}
#open-top-custom-block {
	position: absolute;
    display: block;
	width: 34px;
    height: 33px;
    right: 0px;
}
#open-top-custom-block i { 
    position: absolute;
    display: block;
	font-size: 14px;
	top: 11px;
	right: 8px;
	transition: all 0.2s ease-in 0s;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}

/* Top Bar */
#top {
	padding: 7px 0px 5px 0;
	margin: 0;
	min-height: 34px;
}
#top .container {
	width: 100%;
	padding: 0 30px;
}
#top #form-language .language-select, #top #form-currency .currency-select {
	text-align: left;
	padding: 15px 20px;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
}
#top #form-currency .btn-group > .btn, #form-currency .dropdown-menu {
	margin-right: 4px!important;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links ul {
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .fa-phone {
	margin-right: 3px;
}
#top .btn-group > .btn {
	padding: 0 10px;
	margin-top: -3px;
}
#top .btn-group > .btn img, #form-language img {
	margin: -2px 4px 0 0;
}

.my-account-dropdown-menu {
	margin: 7px 0 0 0;
	min-width: 221px;
}
.my-account-dropdown-menu li {
	padding: 0;
	text-align: center;
}
.my-account-dropdown-menu li.register {
	border-bottom: none;
}
.my-account-dropdown-menu li.logout {
	border-bottom: none;
}
.my-account-dropdown-menu li.logout a {
	min-height: 50px;
	height: 53px;
	padding-top: 18px;
}
.my-account-dropdown-menu i {
	font-size: 38px;
	margin: 10px 0 11px;
}
.my-account-dropdown-menu li a {
	min-height: 100px;
	padding: 10px 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#form-language .dropdown-menu, #form-currency .dropdown-menu {
	margin: 10px 0 0;
}

/* Header */
header {
	min-height: 90px;
	padding: 0;	
}
.wrapper.boxed header .container {
	width: 100%;	
}

/* Logo */
#logo {
	margin: 10px 0;
	text-align: center;
	max-height: 70px;
	line-height: 63px;
}
#logo h1, #logo-menu h1 {
	font-family: 'Dosis';
	font-weight: bold;
	font-size: 31px;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
#logo-menu-container {
	display: none;
}
.is-sticky #logo-menu-container {
	display: block;
	position: relative;
	float: left;
	padding: 5px 30px 5px 0;
	text-align: left;
	width: auto;
	height: 58px;
	animation-duration: 0.9s;
    animation-name: logo-menu-container;
}
@keyframes logo-menu-container
{
    0% { opacity: 0; }
	50% { opacity: 0; }
    100% { opacity: 1; }
}
#logo-menu {
	height: 48px;
	line-height: 43px;
	vertical-align: middle;
}
#logo-menu h1 {
	margin-top: 5px;
}
#logo-menu img {
	vertical-align: middle;
	display: inline;
}
.is-sticky #logo-menu img {
	max-height: 50px;
}

/* Header Buttons */
.buttons-header {
	width: 100px;
	height: 90px;
	text-align: center;
	padding: 19px 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	margin: 0 auto;
}
.buttons-header button, .buttons-header span.button-text, #cart span.button-text {
	transition: all 0.15s ease-in 0s;
}

/* Information Block */
#information-block {
	float: left;
}
#information-block i {
	font-size: 28px;
	margin-top: 1px;
	margin-left: 1px;
}
.col-sm-8 #information-block {
	border-right: none;
	float: right;
}

/* Contact Block */
#contact-block {
	float: left;
}
#contact-block i {
	font-size: 28px;
	margin-left: 1px;
}
.col-sm-8 #contact-block {
	border-right: none;
	float: right;
}

/* Search */
#search {
	margin: 25% 0 0;
}
#search .input-lg {
	height: 80px;
	line-height: 40px;
	padding: 0 40px;
	font-size: 20px;
	letter-spacing: 2px;
	border: none;
}
#search .input-lg:focus {
	border-right: none;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
}
#search .form-control::-moz-placeholder {
	font-size: 20px;
}
#search .form-control::-webkit-input-placeholder {
	font-size: 20px;
}
#search .input-group-addon {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-radius: 0;
	padding: 0;
}
#search .input-group-addon .btn {
	width: 80px;
	height: 78px;
	border-radius: 0;
	border: none;
}
#search .input-group-addon i {
	font-size: 32px;
}
#search-block {
	float: right;
}
#search-block .btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0;
	background: none;
	font-size: 10px;
	float: none;
}
#search-block i {
	font-size: 28px;
	margin-right: 3px;
}

/* Cart */
#cart {
	float: right;
	
}
#cart > .btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0;
	background: none;
	line-height: inherit;
	float: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#cart.open > .btn {
	background: none;
	box-shadow: none;
	text-shadow: none;
}
#cart #cart-total {
	font-family: 'Dosis';
	font-size: 33px;
	font-weight: bold;
	padding-top: 4px;
	transition: all 0.15s ease-in 0s;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 320px;
	margin-top: 1px;
}
#cart .dropdown-menu table {
	margin-bottom: 0;
}
#cart .dropdown-menu li > div {
	min-width: 400px;
	padding: 0 30px;
}
#cart .dropdown-menu li p {
	margin: 30px 10px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1), #cart .table-striped > tbody > tr:nth-child(2n+1) > td {
	background: none;
}
#cart .table-striped > tbody > tr:first-child > td {
	border-top: none;
}
#cart .table > tbody > tr > td {
	padding: 20px 5px;
}
#cart .table > tbody > tr > td:first-child {
	padding: 15px 25px 15px 30px;
	width: 108px;
}
#cart span.name {
	white-space: normal;
}
#cart span.name a {
	font-weight: bold;
	font-size: 13px;
}
#cart span.price {
	font-size: 13px;
}
#cart span.quantity {
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
}
#cart button.item-remove {
	background: none;
	padding: 2px 4px;
}
#cart button.item-remove i {
	font-size: 12px;
}
#cart .table.cart-total {
	margin: 15px 0;
}
#cart .table.cart-total > tbody > tr > td:first-child {
	width: auto;
	text-align: left;
}
#cart .table.cart-total > tbody > tr > td {
	padding: 5px 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
}
#cart .checkout {
	padding: 20px 30px;
	margin: 0 -30px;
}
#cart .checkout a {
	width: 45%;
}

/* Scrolled Top Bar */
#menu-sticky-wrapper {
	display: inline;
}
.is-sticky #menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;	
	left: 0;
    width: 100%;
	padding: 0;
	margin-left: 0;
    z-index: 999;
	min-height: 58px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	animation-duration: 0.6s;
    animation-name: is-sticky-menu;
}
@keyframes is-sticky-menu
{
    0% { top:-58px;opacity:0; }
    100% { top:0px;opacity:1; }
}

.is-sticky #menu .nav > li > a {
    line-height: 58px;
}
.is-sticky #custom-bar-wrapper {
	display: none;
}

/* Information Toggle Block */
.sidebar-opacity {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;   
    visibility: hidden;
    transition: all 0.5s ease;
}
.sidebar-opacity.toggled {
    opacity: 1;   
    visibility: visible;
}
#sidebar-wrapper {
    position: fixed;
	top: 0;
    left: 0px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
	overflow-x: hidden;
    transition: all 0.5s ease;
	z-index: 1000;
}
#wrapper.toggled #sidebar-wrapper {
    width: 300px;
	left: 300px;
}
#menu-toggle-close {
	padding: 0;
	width: 50px;
	float: right;
}
#menu-toggle-close span {
	font-family: 'Dosis';
    font-size: 48px;
	font-weight: normal;
	float: right;
	line-height: 10px;
}

/* Contact Us Toggle Block */
.sidebar-opacity.contact-toggled {
    opacity: 1;   
    visibility: visible;
}
#sidebar-wrapper-contact {
    position: fixed;
	top: 0;
    left: 0px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
	overflow-x: hidden;
    transition: all 0.5s ease;
	z-index: 1000;
}
#wrapper.contact-toggled #sidebar-wrapper-contact {
    width: 300px;
	left: 300px;
}
#contact-toggle-close {
	padding: 0;
	width: 50px;
	float: right;
}
#contact-toggle-close span {
	font-family: 'Dosis';
    font-size: 48px;
	font-weight: normal;
	float: right;
	line-height: 10px;
}
#sidebar-wrapper-contact li:last-child {
	border-bottom: none;
}
#sidebar-wrapper-contact div {
	padding: 0 30px 20px;
}
#sidebar-wrapper-contact div.comment {
	margin-top: 20px;
}
#sidebar-wrapper-contact h5 {
	margin: 20px 0 15px;
}
#sidebar-wrapper-contact h5 a {
	display: inline;
	padding: inherit;
	width: inherit;
}
#sidebar-wrapper-contact h5 a i {
	color: #62cefb;
}
#sidebar-wrapper-contact a.btn-default {
	margin: 20px 0 5px;
	padding: 7.5px 15px;
}
#sidebar-wrapper-contact a.btn-primary {
	margin-top: 40px;
	padding: 12.5px 15px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
}
.sidebar-nav li a {
    width: 100%;
	padding: 15px 30px;
	display: block;
	border: none;
}
.sidebar-nav li a:hover {
	border: none;
}
.sidebar-nav li a#menu-toggle-close:hover {
    border: none;
}
.sidebar-nav > .sidebar-title {
    font-size: 16px;
    letter-spacing: 2px;
	padding: 30px 20px 30px 30px;
}
.sidebar-nav > .sidebar-title a {
	border: none;
}

/*  Gradent to all drop down menus  */
.dropdown-menu, .dropdown-menus {
	padding: 0;
	border: none;
	border-radius: 0;
}
.dropdown-menu li:last-child, .dropdown-menus li:last-child {
	border-bottom: none!important;
}
.dropdown-menu li > a, .dropdown-menus li > a {
	padding: 15px 20px;
}
.dropdown-menu li > a:hover, .dropdown-menus li > a:hover, .dropdown-menu li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.dropdown-highlight {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all 0.2s ease-in 0s;	
}
.dropdown-highlight:hover, .dropdown-highlight:focus {
	text-decoration: none;
}

/*  Main Menu  */
.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 40px;
}
.navbar .main-menu {
	padding-left: 0;
}
.navbar .main-menu, .navbar .main-menu > li {
    float: none;
    display: inline-block;
}
#menu {
	background-repeat: repeat-x;
	min-height: 58px;
}
#menu .main-menu {
	display: inline;
	margin-bottom: 0;
}
#menu .main-menu > li {
	margin-right: -4px;
	transition: all 0.2s ease-in 0s;
}
#menu .main-menu > li > a {
	padding: 0 15px 0 15px;
	min-height: 15px;
	line-height: 58px;
	display: block;
	position: relative;
	letter-spacing: 1px;
}
#menu .main-menu > li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu .dropdown-menus {
	text-align: left;
	padding-bottom: 0;
	position: absolute;
	padding: 0;
	transition: all 0.2s ease-in 0s;		
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#menu .dropdown-menus > ul, #menu .dropdown-menus > div {
	display: table-cell;
	vertical-align: top;
}
#menu .dropdown-menus > ul.cat-img {
	vertical-align: bottom;
}
#menu .dropdown-menus > ul.cat-img img {
	min-width: 280px;
	min-height: 300px;
}
#menu .dropdown-menus a {
	min-width: 230px;
	display: block;
	padding: 15px 30px;
	clear: both;
	line-height: 20px;
	width: 100%;
}
#menu .main-menu > li .dropdown-menus li > a + .dropdown-menus {
	left: 230px;
	margin-top: -50px;
}
#menu .main-menu > li .dropdown-menus li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}

#menu #homepage.homepage-text i, #menu #homepage.homepage-icon span, #menu #homepage.homepage-dontshow {
	display: none;
}
#menu #homepage.homepage-icontext span {
	margin-left: 5px;
}

#menu .menu_oc .dropdown-menus li:last-child, #menu .dropdown-menus > .cat-img img {
	margin-bottom: 60px;
}
#menu .menu_oc .dropdown-menus li .dropdown-menus li:last-child {
	margin-bottom: 0;
}

#menu .dropdown-menus a.see-all {
	display: block;
	padding: 20px;
	border-radius: 0;
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 0;
	letter-spacing: 1px;
}

#menu #menu_hor .dropdown-menus {
	padding: 25px 15px 30px;
}
#menu #menu_hor .dropdown-menus ul {
	background-position: right 50%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#menu #menu_hor .dropdown-menus ul ul {
	margin-bottom: 0;
}
#menu #menu_hor .dropdown-menus ul.col-sm-3:nth-child(5n+5), #menu #menu_hor .dropdown-menus ul.col-sm-4:nth-child(4n+4), #menu #menu_hor .dropdown-menus ul.col-sm-2:nth-child(7n+7), #menu #menu_hor .dropdown-menus ul.col-sm-5-pr:nth-child(6n+6), #menu #menu_hor .dropdown-menus ul.col-sm-7-pr:nth-child(8n+8), #menu #menu_hor .dropdown-menus ul.col-sm-8-pr:nth-child(9n+9) {
	clear: both;
}
#menu #menu_hor .dropdown-menus li.main-cat > a {
	border-top: 1px solid transparent;
	margin: 0 0 10px;
	font-size: 15px;
	text-align: center;
	min-width: inherit;
	padding: 10px;
}
#menu #menu_hor .dropdown-menus li.sub-cat {
	line-height: 40px;
}
#menu #menu_hor .dropdown-menus li.sub-sub-cat {
	padding-left: 15px;
}
#menu #menu_hor .dropdown-menus li.sub-cat > a {
	padding: 10px 0;
	min-width: inherit;
	display: inline;
}
#menu-categories-custom-block-wrapper {
	margin-top: 15px;
	padding: 0;
}
#menu #menu_hor .dropdown-menus li.main-cat > a, #menu #menu_hor .dropdown-menus li.sub-cat, #menu #menu_hor .dropdown-menus li.sub-sub-cat {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#menu_brands .dropdown-menus {
	text-align: center;
	padding: 10px 15px;
}
#menu_brands .dropdown-menus .brand-item {
	margin-bottom: 20px;
}
#menu_brands .dropdown-menus a {
	min-width: inherit;
	padding: 0;
}
#menu_brands .image {
	padding: 5px 10px;
	display: inline;
}
.wrapper.framed #menu_brands .image {
	padding: 5px 0;
	display: inline;
}
#menu_brands .image img {
	max-width: 100%;
}
#menu_brands .brand-item .name {
	padding: 10px;
}
#menu_brands > div.logo .name {
	display: none;
}
#menu_brands > div.name .image {
	display: none;
}
#menu_brands > div.name {
	padding: 25px 10px 10px;
}

#menu .menu_custom_block .dropdown-menus {
	padding: 25px 30px 30px;
}
#menu .menu_custom_block .dropdown-menus li {
	min-width: 230px;
	display: block;
	padding: 10px 0px;
	clear: both;
	line-height: 20px;
	width: 100%;
	letter-spacing: 1px;
}

.is-sticky #menu #menu_hor .dropdown-menus, .is-sticky #menu_brands .dropdown-menus, .is-sticky #menu .menu_custom_block .dropdown-menus {
	position: absolute;
	left: 0;
	margin-left: 0!important;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

/*  Main Menu Labels  */
.menu_label {
    color: #FFFFFF!important;
	position: absolute;
    top: -9px;
	right: 15px;
    display: block;
    height: 18px;
	line-height: 18px;
    padding: 0 8px;
	white-space: nowrap;
    z-index: 998;
	border-radius: 2px;
}
.menu_label:after {
	position: absolute;
    bottom: -2px;
	right: 7px;
    content: " ";
	width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.is-sticky .menu_label {
    top: 3px;
	height: 16px;
	line-height: 16px;
}

/* Custom Bar below Main Menu */
#custom-bar-wrapper {
	text-align: center;
}
#custom-bar-content {
	position: relative;
    width: auto;
	max-width: 1170px;	
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
	overflow: hidden;
}
#custom-bar-content h1,
#custom-bar-content h2,
#custom-bar-content h3 {
	margin: 0;
}

/* Content */
#content {
	min-height: 600px;
	padding: 30px 30px 45px;
}
#content p {
	margin: 25px 0;
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}
.panel-default > .panel-heading {
	background-color: inherit;
	border-color: inherit;
	border-radius: 0;
	padding: 25px 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
#content .panel-default > .panel-heading {
	margin-left: -30px;
	margin-right: -30px;
	border-bottom: none;
}
#content .panel-default > .module-heading {
	padding-bottom: 0;
}
#content .panel-default > .panel-heading h2 {
	margin: 20px 0;
}
#column-left .panel-default > .panel-heading h2, #column-right .panel-default > .panel-heading h2 {
	font-size: 16px;
	margin: 0;
	letter-spacing: 2px;
}
#column-left .panel-default li, #column-right .panel-default li {
	list-style: none;
}

.panel > .list-group .cat-mod-child .list-group-item:first-child {
    border-top: none;
}
.panel-body {
	padding: 30px 15px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}
.cat-mod-child {
	border-top: none;
	background: #none;
}
.list-group .cat-mod-child a {
	padding: 5px 30px 15px;
}
a.list-group-item.active {
}

.filters .list-group-item, .filters .list-group-item.hover, .filters .list-group-item.focus, .filters .list-group-item.active {
	background-color: inherit!important;
	border: none!important;
}
.filters a.list-group-item {
	padding: 25px 30px 0;
	font-size: 14px;
	font-weight: bold;
}
.filters div.list-group-item {
	padding: 5px 30px 0;
}
.filters .panel-footer {
	background-color: inherit;
	border: none;
	padding: 25px 30px 40px;
}
.filters .btn {
	width: 100%;
}

/* Footer */
footer {
	margin-top: 40px;
	transition: all 0.7s ease-in-out 0s;
}
footer h5 {
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#features {
	padding: 40px 0;
}
#features span.f-icon {
    display: block;
    float: left;
	position: relative;
	width: 40px;
	margin-right: 20px;
}
#features span.f-icon i {
	font-size: 38px;
	line-height: 40px;
}
#features a:hover span.f-icon i {
	font-size: 44px;
    line-height: 40px;
}
#features .f-title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}
#features .f-subtitle {
	display: block;
	letter-spacing: 0.05em;
    line-height: 20px;
}
#features .modal-body h1 {
	margin: 0 0 25px;
}
#features .modal-body h1 + p {
	margin: 0 0 45px;
	font-size: 16px;
	letter-spacing: 2px;
}

#information {
	padding: 30px 0 40px;
}
#information li {
	list-style: inside disc;
	line-height: 26px; 
}
#information p {
	line-height: 26px;
	margin-bottom: 20px;
}

#powered {
	padding: 25px 0;
}
#powered p {
	margin-bottom: 0;
}
#powered span#footer-news {
	margin-right: 10px;
	float: left;
}
#controls i {
	margin-left: 15px;
}

#social-payment li#footer-social, #social-payment li#footer-payment {
	display: block;
	float: right;
	width: 50px;
	text-align: center;
}
#social-payment i {
	font-size: 21px;
}
#footer-payment .dropdown-menu {
	background-color: #FFFFFF;
}
#footer-payment .dropdown-menu li, #footer-payment .dropdown-menu li:last-child {
	border-bottom: 1px solid #f4f7f7;
}
#footer-payment .dropdown-menu li > a, #footer-payment .dropdown-menu li > img {
    padding: 0;
}
#footer-payment .dropdown-menu li:hover > a {
	opacity: 0.7;
}
#footer-social ul.dropdown-menu, #footer-payment ul.dropdown-menu {
	margin-bottom: 26px;
	margin-right: 15px;
	width: 100%;
	min-width: 270px;
}
#footer-social .col-sm-3, #footer-payment .col-sm-4 {
	padding-left: 0;
    padding-right: 0;
}
#footer-social .dropdown-menu li {
	border-bottom: none;
	text-align: center;
}
#footer-social .dropdown-menu li > a {
    padding: 22px 5px;
}
#footer-social .dropdown-menu li > a:hover, #footer-payment .dropdown-menu li > a:hover {
	background-color: inherit;
}
#footer-social .dropdown-menu li:hover {
	opacity: 0.9;
}
#footer-social .col-sm-3 i, #footer-social .col-sm-3 i:hover {
	font-size: 26px;
	color: #ffffff;
}
#footer-social li.facebook {
	background-color: #3B5998;
}
#footer-social li.twitter {
	background-color: #4BB8E2;
}
#footer-social li.google {
	background-color: #D73A1A;
}
#footer-social li.rrs {
	background-color: #F29735;
}
#footer-social li.pinterest {
	background-color: #C92026;
}
#footer-social li.vimeo {
	background-color: #44A4E3;
}
#footer-social li.flickr {
	background-color: #C3C3C3;
}
#footer-social li.linkedin {
	background-color: #0087CD;
}
#footer-social li.youtube {
	background-color: #DB3B1B;
}
#footer-social li.dribbble {
	background-color: #DA467F;
}
#footer-social li.instagram {
	background-color: #A27358;
}
#footer-social li.behance {
	background-color: #00A8ED;
}
#footer-social li.skype {
	background-color: #00AEF0;
}
#footer-social li.tumblr {
	background-color: #3B5876;
}
#footer-social li.reddit {
	background-color: #FF4400;
}
#footer-social li.vk {
	background-color: #4C75A3;
}

/* Breadcrumb */
.breadcrumb {
	margin: -25px 0 15px;
	padding: 0;
	border: none;
	background: none;

}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '-';
	padding: 0 3px;
}
.breadcrumb > li + li a {
	margin-left: 3px;
}
.pagination {
	margin: 0;
}
.pagination > li {
    display: inline-block;
	margin-right: 5px;
}
.pagination > li > a, .pagination > li > span {
	padding: 3.5px 10px;
}

/* Buttons */
.buttons {
	margin: 1em 0;
}
#content .buttons .pull-right {
	margin-bottom: 30px;
}
.btn {
	padding: 7.5px 15px;
	font-size: 10px;
	border: none;
	letter-spacing: normal;
}
.btn-default, .btn-primary {
	letter-spacing: 1px;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn:focus {
	outline: none;
	color: inherit;
	background-color: inherit;
}
.btn-xs {
	font-size: 10px;
}
.btn-sm {
	font-size: 10px;
}
.btn-lg {
	padding: 15px 20px;
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .popover {
	font-size: 10px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10px;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border: 3px solid #faa732;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	border: 3px solid #da4f49;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border: 3px solid #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	border: 3px solid #df5c39;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}

/* List */
.list-group a {
	padding: 15px 30px;
	border-bottom: 1px solid transparent;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	border-bottom: 1px solid transparent;
	border-radius: 0;
}
a.list-group-item, a.list-group-item:hover, a.list-group-item:focus {
	background: none;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	color: inherit;
	background: none;
	border-bottom: 1px solid transparent;
}
.panel-default.panel-category a.list-group-item.active {
	border-bottom: none;
}
a.list-group-item:first-child, .accordion li.dcjq-parent-li:first-child, .accordion li.dcjq-parent-li ul li,  .dr-menu ul li:first-child, .dr-menu ul li a, #accordion-mobile.accordion li {
	border-top: none!important;
}
.list-unstyled {
	line-height: 26px;
}

/* Carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* Category Page*/
#title_above_content {
	width: 100%;
	margin-top: -40px;
	min-height: 250px;
	background-position: center top;
	background-repeat: repeat;
}
#wrapper.full-width #title_above_content, #wrapper.full-width-border #title_above_content {
	margin-top: 0;
}
#title_above_content + .container {
	margin-top: -100px;
}
#wrapper.full-width #title_above_content + .container, #wrapper.full-width-border #title_above_content + .container {
	margin-top: -140px;
}
#title_above_content h1 {
	margin-top: 45px;
}
#wrapper.framed #title_above_content .container, #wrapper.full-width #title_above_content .container, #wrapper.full-width-border #title_above_content .container {
	padding-left: 30px;
	padding-right: 30px;
}
#wrapper.framed #title_above_content.product_top_title .container {
	padding-left: 0;
	padding-right: 0;
}
#wrapper.framed #title_above_content.category_top_title + .container .breadcrumb {
	margin: -25px 30px 15px;
}
#title_above_content + .container .cat-description {
	text-align: left;
}

#content h1, #content h2 {
    position: relative;
}
#content h1:before, #content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 20%;
}
.cat-description, .cat-img {
	padding: 0;
}
.cat-description {
	padding: 0 0 25px;
}
.col-sm-6.cat-description {
	padding: 0 15px 25px 0;
}
#content .cat-description p {
	margin: 0 0 15px;
}
.product-items-wrapper {
	margin-bottom: 30px;
}
.col-sm-6.cat-img {
	padding: 0 0 0 15px;
}
.cat-img img {
	float: right;
}
.cat-img .img-thumbnail, .category-list .img-thumbnail {
	background-color: transparent;
}
.category-list {
	margin-left: -30px;
    margin-right: -30px;
	padding-left: 0;
    padding-right: 0;
}
.category-list > div {
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
.category-list .image {
	padding: 5px 10px;
	width: 100%;
	height: 100%;
}
.category-list img, .category-list .subcam {
	margin: 5px auto 10px;
	width: 80px;
	height: 80px;
	transition: all 0.1s ease-in 0s;
}
.category-list .image:hover img, .category-list .image:hover i, #menu_brands a:hover .image i, .box-category-home a:hover .image i, .box-manufacturers-home a:hover .image i {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.category-list .subcam i {
	margin-top: 10px;
	transition: all 0.1s ease-in-out 0s;
}
.category-list i, #menu_brands .image i, .box-manufacturers-home .image i, .box-category-home .image i {
	font-size: 54px;
	opacity: 0.4;
}
#menu_brands .image i {
	line-height: 100px;
	transition: all 0.2s ease-in-out 0s;
}
.subcatname {
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.category-list-oc {
	margin-bottom: 25px;
}
.category-list-oc ul {
	padding-left: 0;
}
.category-list-oc li {
	list-style: none;
	line-height: 25px;
}
.product-filter > div {
	padding-left: 0;
	padding-right: 5px;
}
.product-filter button {
	padding: 7px 9px 5px 10px;
	margin-right: 5px;
}
.product-filter button i {
	font-size: 14px;
}
.framed .product-filter a#compare-total.btn {
	padding: 7.5px 9px;
}
.framed .product-filter button {
	padding: 7px 6px 5px 7px;
}
.product-filter label {
	margin-top: 7px;
}
.product-filter .form-control {
	margin-bottom: 0px;
}
.pagination-box .col-sm-6 {
	padding-left: 0;
    padding-right: 0;
}
.pagination-box .col-sm-6.text-right {
	margin-top: 3px;
}

/* Product list */
span.badge-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	transition: all 0.2s ease-in 0s;
}
.product-left span.badge-wrapper {
	top: 15px;
	left: 25px;
}
.product-left .image-main:hover span.badge-wrapper {
	opacity: 0.2;
}
span.badge.sale, span.badge.new {
	display: table-cell;
	color: #FFFFFF;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 60px;
	border-radius: 60px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	float: left;
	clear: both;
	transition: all 0.2s ease-in 0s;
}

.product-grid .flybar, .product-gallery .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.2s 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, .product-gallery .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: 45px;
	left: 0;
	width: 70%;
	margin: 0 15%;
	text-align: center;
	min-height: 36px;
	padding: 10px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-grid .flybar .flybar-quickview a, .product-gallery .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: 70%;
	margin: 0 15%;
	text-align: center;
	min-height: 30px;
	padding: 10px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-grid > div:hover .flybar, .product-gallery > 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: 25px;
}
.product-list .flybar .rating, .product-list .flybar .flybar-cart input, .product-grid .list-quickview {
	display: none;
}
.product-grid .wishlist, .product-grid .compare, .product-grid .info, .product-list .wishlist, .product-list .compare, #content .box-product .wishlist, #content .box-product .compare, #content .box-product .info, .product-box-slider-flexslider .wishlist, .product-box-slider-flexslider .compare, .product-box-slider-flexslider .info, .product-bottom-related-flexslider .wishlist, .product-bottom-related-flexslider .compare, .product-bottom-related-flexslider .info {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	opacity: 0;
}
.product-grid .wishlist, #content .box-product .wishlist {
	top: 10px;
	right: 10px;
}
.product-list .wishlist, .product-box-slider-flexslider .wishlist, .product-bottom-related-flexslider .wishlist {
	top: 10px;
	right: 43px;
}
.product-list > div:hover .wishlist, .product-grid > div:hover .wishlist, .product-list > div:hover .compare, .product-grid > div:hover .compare, .product-grid > div:hover .info, .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, .product-box-slider-flexslider li:hover .info, .product-bottom-related-flexslider li:hover .info, #content .box-product > div:hover .wishlist, #content .box-product > div:hover .compare, #content .box-product > div:hover .info {
	opacity: 1;
}
.product-grid .compare, #content .box-product .compare {
	top: 50px;
	right: 10px;
}
.product-list .compare, .product-box-slider-flexslider .compare, .product-bottom-related-flexslider .compare {
	top: 50px;
	right: 43px;
}

.product-grid .info, #content .box-product .info {
	top: 90px;
	right: 10px;
}
.product-box-slider-flexslider .info, .product-bottom-related-flexslider .info {
	top: 90px;
	right: 43px;
}
.product-list button.info {
	display: none;
}

.product-thumb {
	overflow: auto;
	padding: 30px 15px 0;
}
.product-slider .product-thumb {
	padding: 20px 15px 0;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s ease-in-out 0s;
}
.product-gallery .product-thumb .image img {
	border: none;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 0px;
}
.product-grid p.description, .product-gallery p.description {
	display: none;
}
.product-grid .product-thumb, #product-tabs .product-grid .product-thumb {
	padding-bottom: 20px;
}
#product-tabs .owl-item .product-grid .product-thumb {
	padding-bottom: 0;
}
.product-grid .image a img.thumb_swap, .product-list .image a img.thumb_swap, .product-right-sm-related .image a img.thumb_swap {
	position: absolute;
	top: 0px;
	left: 0;
    margin-left:auto;
    margin-right:auto;
	opacity: 0;
}
.product-grid .image a img.thumb_swap {
    right:0;
}
.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 .item:hover a img.thumb_swap {
	opacity: 1;
}
.product-thumb .caption {
	padding: 0px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .caption {
	min-height: 120px;
}

.product-thumb .name {
	padding: 0;
}
.product-thumb h4 {
	margin-top: 25px;
	margin-bottom: 5px;
}
.product-thumb h4 a {
	letter-spacing: 2px;
}
#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	letter-spacing: 1px;
}
.product-thumb .product_box_brand {
	margin-top: -3px;
	margin-bottom: 10px;
	padding: 0;
}
.product-thumb .product_box_brand a {
	letter-spacing: 2px;
}
#content .product-thumb p.description {
	margin: 20px 0;
	padding: 0;
}
.product-thumb .rating {
	padding: 0 0 5px;
}
.rating .fa-stack {
	font-size: 8px;
	width: 1.8em;
}
.rating .fa-star {
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	display: none;
}
.rating .fa-star-o {
	color: #e5e5e5;
	font-size: 15px;
}
h2.price {
	margin: 0;
}
#content .product-thumb p.price {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 16px;
}
#column-left .product-thumb p.price, #column-right .product-thumb p.price {
	margin-top: 10px;
}
.price-old {
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f1f7f8;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}
.product-thumb .button-group button:first-child {
	color: #707c8c;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ffffff;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	background-color: #62cefb;
	text-decoration: none;
	cursor: pointer;
}

.product-grid .caption .cart, .product-grid .list-quickview, .product-gallery .caption .cart, .product-gallery .list-quickview {
    display: none;
}
.product-list .product-list-buttons {
	padding: 0;
}
.product-list .cart, .product-list .list-quickview {
	margin: 5px 5px 30px 0;
	float: left;
}

.product-gallery {
	overflow: hidden;
}
.product-gallery .wishlist, .product-gallery .compare, .product-gallery .info, .product-gallery .thumb_swap {
    display: none;
}
.product-gallery .product-thumb .caption {
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	transition: all 0.2s ease-in 0s;
	opacity: 0;
}
.product-gallery:hover .product-thumb .caption {
	top: 20%;
	opacity: 1;
}
.product-gallery:hover span.badge.sale, .product-gallery:hover span.badge.new {
	opacity: 0;
}
.product-gallery .name, .product-gallery .product_box_brand, .product-gallery .rating, .product-gallery p.price {
	text-align: center;
}
.product-gallery-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}
.product-gallery .product-thumb {
	padding: 0;
}
.product-gallery .product-thumb .caption {
	min-height: inherit;
}
.product-gallery:hover .product-thumb img {
	opacity: 0.1;
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* Product Box */
#column-left .product-module .row,
#column-right .product-module .row {
	margin-left: 0;
	margin-right: 0;
}
#column-left .product-items-1,
#column-right .product-items-1 {
	margin-bottom: 0;
}
#column-left .product-items-0 > div, #column-left .product-items-1 .product-layout-slider,
#column-right .product-items-0 > div, #column-right .product-items-1 .product-layout-slider {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0;
	clear: both;
}
#column-left .product-items > div:hover, 
#column-right .product-items > div:hover {
	background: none;
	box-shadow: none;
}
#column-left .product-thumb,
#column-right .product-thumb {
    padding: 0 15px;
}
#column-left .product-items-0 .image,
#column-right .product-items-0 .image {
    display: block;	
	float: left;
	max-width: 62px;
}
#column-left .product-items .caption,
#column-right .product-items .caption {
	min-height: inherit;
}
#column-left .product-items-0 .name,
#column-right .product-items-0 .name {
    clear: none;
	padding-left: 75px;
}
#column-left .product-items-0 .name h4,
#column-right .product-items-0 .name h4 {
    font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}
#column-left .product_box_brand,
#column-right .product_box_brand {
	display: none;
}
#column-left .product-items p.price,
#column-right .product-items p.price {
	font-size: 16px;
}
#column-left .product-items-0 p.price,
#column-right .product-items-0 p.price {
    clear: none;
	margin-top: 0;
	padding-left: 75px;
}
#column-left .product-items-0 span.badge-wrapper,
#column-right .product-items-0 span.badge-wrapper {
	display: none;
}
#column-left .product-items-0 .rating,
#column-right .product-items-0 .rating {
	padding-left: 75px;
	margin-top: 3px;
}
#column-left .product-items-0 .flybar,
#column-right .product-items-0 .flybar,
#column-left .product-items-0 button,
#column-right .product-items-0 button {
	display: none;
}

.thumbnail, a.thumbnail {
	background-color: inherit;
	border: none;
    border-radius: 0;
	padding: 0;
}
.thumbnail img, a.thumbnail img {
	margin-left: inherit;
	margin-right: inherit;
}
a.thumbnail:hover, a.thumbnail:active, a.thumbnail:focus {
	opacity: 0.8;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
}
.thumbnails > li {
	margin-left: 15px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border: none;
}
.image-additional-wrapper a {
	margin-bottom: 10px;
}
.image-additional a:hover {
	opacity: 0.8;
}
.thumbnails .image-additional.col-sm-12 {
	padding-left: 0;
    padding-right: 0;
}
.thumbnails .col-sm-9 {
	padding-left: 10px;
    padding-right: 0;
}
.thumbnails .image-additional > div {
	padding: 0 10px;
	display: block;
}
.product-left .row {
	margin-left: -10px;
    margin-right: -10px;
}

/* Product Page */
.product-page h1 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.prev, .next {
	position: fixed;
	bottom: 25%;
	width: 180px;
	height: 250px;
	z-index: 5;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.prev {
	left: -150px;
}
.next {
	right: -150px;
}
.prev-img, .next-img, .prev-arrow, .next-arrow {
	display: inline-block;
	text-align: center;
	float: left;
}
.prev-img, .next-img {
	width: 150px;
}
.prev-arrow, .next-arrow {
	width: 30px;
}
.prev-arrow i, .next-arrow i {
	font-size: 25px;
	line-height: 250px;
}
.prev-img-link:hover + .prev-arrow-link i, .next:hover .next-arrow-link i {
	display: none;
	opacity: 0;
}
.prev-img-link img, .next-img-link img {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}
.prev-img-link:hover img, .next:hover .next-img-link img {
	opacity: 1;
}
.next-arrow {
	float: left;
}
.next-img {
	float: right;
}
.prev:hover {
	left: 0;
	width: 150px;
}
.next:hover {
	right: 0;
	width: 150px;
}
.prev-name, .next-name {
	width: 150px;
	height: 50px;
	line-height: 47px;
	transition: all 0.2s ease-in 0s;
}

.addthis_toolbox {
	margin: 10px 0 30px;
}
.product-buy h1 {
	margin: 10px 0 30px;
}
#content .product-buy h2 {
	margin: 25px 0 15px;
	padding-bottom: 0;
	text-align: left;
	font-size: 31px;
	letter-spacing: normal;
}
#content .product-buy h2:before {
	border-bottom: none;
}
.product-buy ul.pf {
	margin-bottom: 25px;
}
#content .product-buy ul.pp li.product-special h2 {
	margin: 5px 0 15px;
	font-size: 31px;
}
.product-buy .price-old {
	margin-left: 0;
	text-decoration: none;
}
.product-buy .rating span.fa {
	margin: 5px 3px 10px 0;
}
.product-buy .rating .fa-star, .product-buy .rating .fa-star-o {
	font-size: 17px;
}
.product-buy .rating .fa-pencil {
	font-size: 13px;
}
.product-buy .rating a {
	margin-right: 15px;
}
.product-buy .rating a.btn {
	margin-top: 0px;
	margin-left: 20px;
}
.product-buy .form-group .btn {
	margin: 0 7px 20px 0;
}
.product-buy .form-group .btn-primary {
	padding: 12.5px 75px;
}
.product-buy .form-group .btn-default.wcs {
	padding: 8px 8px 7px 10px;
	margin-bottom: 10px;
}
div.qty input {
	float: left;
	margin-bottom: 20px;
}
input#input-quantity {
	max-width: 70px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	border: none;
}
input.dec, input.inc {
	width: 34px;
    height: 45px;
	font-size: 21px;
}
input.dec {
	margin-right: 1px;
	border: none;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
input.inc {
	margin-left: 1px;
	margin-right: 15px;
	border: none;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.product-share {
	margin-top: 10px;
}
.product-share span {
    height: 22px!important;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
}

.product-right-sm-logo {
	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 {
	width: 100%;
}
.product-right-sm-logo a img {
	height: auto;
    max-width: 100%;
}
.product-right-sm-logo a.see-all {
	margin: 5px 0 5px;
	display: inline-table;
	text-overflow: ellipsis;
    white-space: normal;
}

.product-right-sm-info {
	padding: 10px 0;
}
.product-right-sm-info-content {
	overflow: hidden;
}
.product-right-sm-info .up-theme-modal {
    margin-bottom: 25px;
	display: block;
}
.product-right-sm-info .up-theme-modal:last-child {
    margin-bottom: 0;
}
.product-right-sm-info span.p-icon {
    display: block;
    float: left;
	width: 38px;
	height: 38px;
}
.product-right-sm-info span.p-icon i {
	font-size: 32px;
	line-height: 38px;
}
.product-right-sm-info a:hover span.p-icon i {
	font-size: 38px;
}
.product-right-sm-info span.p-title {
	display: block;
	padding-left: 52px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.product-right-sm-info span.p-subtitle {
	display: block;
	padding-left: 52px;
}
.product-right-sm-info .modal-body .content-product-fb, #features .modal-body .content-footer-fb {
	margin: 7% 10%;
}
#content .product-right-sm-info .modal-body h1 {
	margin: 0 0 25px;
	padding-bottom: 0;
}
#content .product-right-sm-info .modal-body h1:before {
	border: none;
}
#content .product-right-sm-info .modal-body h1 + p {
	margin: 0 0 45px;
	font-size: 16px;
	letter-spacing: 2px;
}

#content .product-right-sm-related > .panel-heading {
	margin-left: 0;
	margin-right: 0;
	padding: 25px 0;
}
.product-right-sm-related {
	position: relative;
	margin: 20px 0;
}
.product-right-sm-related .item {
	padding: 10px 0 20px;
}
.product-right-sm-related .image {
	position: relative;
}
.product-right-sm-related .image img {
	transition: all 0.2s ease-in-out 0s;
}
.product-right-sm-related .image a {
	display: block;
}
.product-right-sm-related .name h4 {
	margin-bottom: 5px;
    margin-top: 25px;
}
.product-right-sm-related .name a {
	letter-spacing: 2px;
}
.product-right-sm-related .product_box_brand {
	margin-bottom: 10px;
    margin-top: -3px;
}
.product-right-sm-related .product_box_brand a {
	letter-spacing: 2px;
}
.product-right-sm-related .rating {
	padding-bottom: 5px;
}
#content .product-right-sm-related p.price {
	font-size: 16px;
	margin-bottom: 0;
    margin-top: 10px;
}
.owl-pagination {
    top: 0px!important;
}
.owl-controls .owl-page {
    margin: 0 4px!important;
}
.owl-controls .owl-page span {
	width: 14px!important;
	height: 14px!important;
	box-shadow: none!important;	
}

#content .product-tags {
	margin-bottom: 40px;
}
#content .product-tags p {
	margin: 0 0 10px;
}
.product-tags a, .product-bottom-tags a {
	margin: 0 5px 8px 0;
	padding: 5px 15px;
}
#content .product-bottom-tags {
	margin-bottom: 40px;
}
#content .product-bottom-tags p {
	margin: 25px 0 10px;
}

#product-tabs {
	margin-top: 60px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.tabs-products #product-tabs {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#product-tabs > div {
	padding-left: 0;
	padding-right: 0;
}
#product-tabs .nav-tabs {
	margin: -1px 0 0;
	border-bottom: none;
	text-align: center;
}
#product-tabs .nav-tabs li.pt {
	display: inline-block;
	float: none;
}
.nav-tabs > li > a, .nav-tabs > li.active > a {
	font-size: 16px;
	font-weight: bold;
	padding: 20.5px 25px;
	border-radius: 0;
	letter-spacing: 1px;
}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a:focus {
	background: none;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#product-tabs .tab-content, .tabs-products #product-tabs .tab-content {
	padding: 20px 0 0;
}
#content .tab-content p {
    margin: 15px 0;
}
#tab-review .col-sm-12 {
	padding-left: 0;
    padding-right: 0;
}
#product-tabs .product-thumb {
	padding: 0 15px;
}

/* Contact Page */
.contact-map {
	background: #FFFFFF;
	margin-bottom: 15px;
    padding: 25px;
	width: 100%;
	height: 510px;
}
#map_div {
    height: 460px;
    margin: 0;
    padding: 0;
    width: auto;
}

/* Banner */
.banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.banner div img {
	margin-bottom: 20px;
}
.up-theme-banner {
	clear: both;
    display: block;
    overflow: hidden;
}
#content .up-theme-banner {
	margin: 0 -15px;
}
#content .up-theme-banner div {
	padding-top: 15px;
	padding-bottom: 15px;
}
.up-theme-banner div {
	text-align: center;
	width: 100%;
}
#column-left .up-theme-banner div, #column-right .up-theme-banner div {
	text-align: center;
	width: 100%;
	padding: 0;
}
.up-theme-banner-title {
	position: absolute;
	bottom: 40px;
	left: -999px;
	text-align: left;
	transition: all 0.3s ease-in 0s;
}
.slide-0 .up-theme-banner-title {
	left: 45px;
}
.up-theme-banner-item {
	overflow: hidden;
}
.up-theme-banner-item:hover .up-theme-banner-title {
	left: 45px;
}
.up-theme-banner-title h2 {
	color: #ffffff;
	text-shadow: 1px 1px 3px #666666;
	font-size: 21px;
	padding-right: 30px;
	padding-bottom: 20px!important;
	margin: 0;
}
#content .up-theme-banner-title h2:before {
    margin-left: 0;
    margin-right: 0;
}
.up-theme-banner-item img {
	transition: all 0.5s ease-in 0s;
}
.up-theme-banner-item:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.up-theme-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease-in 0s;
	opacity: 0;
}
.up-theme-banner-item:hover .up-theme-banner-bg {
	opacity: 1;
}
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 .up-theme-gallery-content {
	margin: 0 -15px;
}
#content .up-theme-gallery-content div {
	padding-top: 0;
	padding-bottom: 30px;
}
#up-theme-gallery a {
	margin-bottom: 0;
}
#up-theme-gallery a:hover {
	opacity: 0.8;
}
#column-left .up-theme-gallery-content, #column-right .up-theme-gallery-content {
	margin: 0;
}
#column-left .up-theme-gallery-content div, #column-right .up-theme-gallery-content div {
	padding: 0px;
}
.up-theme-gallery-content .gallery-hover-box {
    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;
}
.up-theme-gallery-content .gallery-hover-box i {
	font-size: 38px;
    line-height: 48px;
}
.up-theme-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: 247px;	
	z-index: 937;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 247px;
	z-index: 937;
}	
.facebook_left #facebook_icon {
	float: right;
	text-align: center;
	height: 54px;
    width: 46px;
	right: -46px;
	background-color: #3B5998;
	cursor: pointer;	
	position: relative;	
    z-index: 938;	
}
.facebook_right #facebook_icon {
	float: left;
	text-align: center;
	height: 54px;
    width: 46px;
	left: -46px;
    background-color: #3B5998;
	cursor: pointer;
	position: relative;	
    z-index: 938;	
}
#facebook_icon i, #twitter_icon i, #video_box_icon i, #custom_box_icon i {
	color: #FFFFFF;
	font-size: 19px;
	line-height: 54px;
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: right;
	top: -54px;
	position: relative;
    z-index: 939;		
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: left;
	top: -54px;
	position: relative;	
    z-index: 939;		
}

/*  Twitter Widget  */
.twitter_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 187px;	
	z-index: 934;
}
.facebook_left + .twitter_left {
	top: 302px;
}
.twitter_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 247px;
	z-index: 934;
}
.facebook_right + .twitter_right {
	top: 302px;
}
.twitter_left #twitter_icon {
	float: right;
	text-align: center;
	height: 54px;
    width: 46px;
	right: -46px;
    background-color: #4BB8E2;
	cursor: pointer;	
	position: relative;	
    z-index: 935;	
}
.twitter_right #twitter_icon {
	float: left;
	text-align: center;
	height: 54px;
    width: 46px;
	left: -46px;
    background-color: #4BB8E2;
	cursor: pointer;
	position: relative;	
    z-index: 935;	
}
.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: 936;		
}
.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: 936;		
}

/*  Video Box Widget  */
.video_box_left {
    width: 588px;
    height: 343px;
    position: fixed;
	left: -588px;
	top: 247px;
	z-index: 931;
}
.facebook_left + .video_box_left, .twitter_left + .video_box_left, .facebook_left + .twitter_right + .video_box_left {
	top: 302px;
}
.facebook_left + .twitter_left + .video_box_left {
	top: 357px;
}
.video_box_right {
    width: 588px;
    height: 343px;	
    position: fixed;
	right: -588px;
	top: 247px;
	z-index: 931;
}
.facebook_right + .video_box_right, .twitter_right + .video_box_right, .facebook_right + .twitter_left + .video_box_right {
	top: 302px;
}
.facebook_right + .twitter_right + .video_box_right {
	top: 357px;
}
.video_box_left #video_box_icon {
	float: right;
	text-align: center;
	height: 54px;
    width: 46px;
	right: -46px;
	position: relative;	
    z-index: 932;		
}
.video_box_right #video_box_icon {
	float: left;
	text-align: center;
	height: 54px;
    width: 46px;
	left: -46px;
	position: relative;	
    z-index: 932;		
}
.video_box_right .video_box {
    background-color: #FFFFFF;
    float: right;
	width: 588px;
	height: 343px;
	top: -54px;
	position: relative;	
    z-index: 933;
	padding: 10px;
}
.video_box_left .video_box {
    background-color: #FFFFFF;
    float: left;
	width: 588px;
	height: 343px;
	top: -54px;
	position: relative;	
    z-index: 933;
	padding: 10px;
}

/*  Custom Box Widget  */
.custom_box_left {
    width: 245px;
    height: 399px;
    position: fixed;
	left: -245px;
	top: 247px;
	z-index: 928;
}
.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: 302px;
}
.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: 357px;
}
.facebook_left + .twitter_left + .video_box_left + .custom_box_left {
	top: 412px;
}
.custom_box_right {
    width: 245px;
    height: 399px;	
    position: fixed;
	right: -245px;
	top: 247px;
	z-index: 928;
}
.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: 302px;
}
.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: 357px;
}
.facebook_right + .twitter_right + .video_box_right + .custom_box_right {
	top: 412px;
}
.custom_box_left #custom_box_icon {
	float: right;
	text-align: center;
	height: 54px;
    width: 46px;
	right: -46px;
	position: relative;	
    z-index: 929;		
}
.custom_box_right #custom_box_icon {
	float: left;
	text-align: center;
	height: 54px;
    width: 46px;
	left: -46px;
	position: relative;	
    z-index: 929;		
}
.custom_box_right .custom_box {
    float: right;
	width: 245px;
	height: auto;
	top: -54px;
	position: relative;	
    z-index: 930;
	padding: 20px;
}
.custom_box_left .custom_box {
    float: left;
	width: 245px;
	height: auto;
	top: -54px;
	position: relative;	
    z-index: 930;
	padding: 20px;
}

/*  Category and Brand Walls  */
.box-category-home, .box-manufacturers-home {
	text-align: center;
}	
.box-category-home > .ca4, .box-manufacturers-home > .ca4 {
    clear: none;
	width: 25%;
}
.box-category-home > .ca5, .box-manufacturers-home > .ca5 {
    clear: none;
	width: 20%;
}
.box-category-home > .ca6, .box-manufacturers-home > .ca6 {
    clear: none;
	width: 16.66667%;
}
.box-category-home .image {
	min-height: 150px;
}
.box-category-home .image i {
	line-height: 150px;
}
.box-manufacturers-home .image {
	min-height: 100px;
}
.box-manufacturers-home .image i {
	line-height: 100px;
}
.box-manufacturers-home > div.style-1 .name {
	display: none;
}
.box-manufacturers-home > div.style-2 .image {
	display: none;
}

.box-category-home a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
}	
.box-category-home .name, .box-category-home .subcat li a, .box-manufacturers-home .name {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}	
.box-category-home .subcat ul {
	padding-left: 0;
	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 {
	background-position: bottom right;
	background-repeat: no-repeat;
}
.box-category-home .subcat a {
	font-weight: normal;
	text-align: left;
    padding: 10px 0;
}
.box-category-home .name {
	margin-bottom: 10px;
}
.box-category-home .name, .box-manufacturers-home .name {
	padding: 10px;
	transition: all 0.2s ease-in-out;
}


/* Information Module Effect */
.dr-menu > div  {
	position: relative;
}
.dr-menu > div .dr-icon {
	top: 25px;
	right: 25px;
	position: absolute;
}
#column-left .dr-menu.panel-default > .panel-heading, #column-right .dr-menu.panel-default > .panel-heading {
	border-bottom: none;
	text-align: left;
}
.dr-menu > div .dr-icon i {
	font-size: 21px;
	cursor: pointer;
}
.dr-menu ul {
	list-style: none;
	height: 0;
    overflow: hidden;
	opacity: 0;
	position: relative;
	z-index: 0;
	pointer-events: none;
	margin-bottom: 0;
}
.dr-menu.dr-menu-open ul {
	opacity: 1;
    height: auto;
	opacity: 1;
	z-index: 98;
	pointer-events: auto;
	margin-left: 0;
	padding-left: 0;
}
.dr-menu ul li {
	display: block;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	margin-bottom: 0;
}
.dr-menu.dr-menu-open ul li {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.dr-menu.dr-menu-open ul li:nth-child(2) { transition-delay: 135ms; }
.dr-menu.dr-menu-open ul li:nth-child(3) { transition-delay: 170ms; }
.dr-menu.dr-menu-open ul li:nth-child(4) { transition-delay: 205ms; }
.dr-menu.dr-menu-open ul li:nth-child(5) { transition-delay: 240ms; }
.dr-menu.dr-menu-open ul li:nth-child(6) { transition-delay: 275ms; }
.dr-menu.dr-menu-open ul li:nth-child(7) { transition-delay: 310ms; }
.dr-menu.dr-menu-open ul li:nth-child(8) { transition-delay: 345ms; }
.dr-menu.dr-menu-open ul li:nth-child(9) { transition-delay: 380ms; }
.dr-menu.dr-menu-open ul li:nth-child(10) { transition-delay: 415ms; }
.dr-menu ul li a {
	display: inline-block;
	width: 100%;
}

/*  EU Cookie Message  */
.cookie-message {
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0px;
    padding: 30px 200px 30px 210px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
}
.cookie-message .my-close-button {
    position: absolute;
    top: 35px;
	right: 70px;
    cursor: pointer;
}
span.cookie-img {
    position: absolute;
    top: -15px;
	left: 80px;
}

/*  Notifications  */
.alert {
	padding: 0 55px;
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 90px;
	border: none;
	border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
	z-index: 99;
	line-height: 90px;
	letter-spacing: 1px;
}
.wrapper.framed .alert, .wrapper.full-width-border .alert {
	top: 0;
	z-index: 999;
}
#tab-review .alert {
	top: 0;
	z-index: 99;
}
.product-buy .alert {
	position: fixed;
	bottom: 0;
	top: inherit;
	margin-bottom: 0;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.quickview-content .alert-success, .quickview-content .product-buy .alert {
	top: 0;
}
.alert-success i, .alert-info i, .alert-danger i {
	font-size: 48px;
	line-height: 90px;
	float: left;
	margin-right: 55px;
}
.alert-success .close, .alert-info .close, .alert-danger .close {
	font-family: 'Dosis';
    font-size: 68px;
    font-weight: normal;
    text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 0px;
	right: 30px;
}
.alert-danger, .alert-danger .close {
	color: #da4f49;
}

/* Table */
.table {
    margin-bottom: 40px;
}
.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: 15px;
}
.table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.01);
}
.table > tbody + tbody {
	border-top: none;
}
.table > thead {
	background-color: rgba(0, 0, 0, 0.01);
}
.table .btn, .table .btn-primary {
	border: none!important;
	padding: 2px 4px!important;
	background: none!important;
}
.table .btn-danger {
	color: #da4f49!important;
}
.table .btn-info {
	color: #62cefb!important;
}
.table .btn i {
	font-size: 16px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

/* Tooltip */
.tooltip {
  line-height: 2;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding: 8px 0;
  margin-top: 0px;
}
.tooltip-inner {
  padding: 4px 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #4c5867;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tooltip .tooltip-arrow {
  display: none;
}

/* Modal */
.modal-content {
	border: none;
	border-radius: 0;
}
.modal-header, .modal-body, .modal-footer {
	padding: 25px 30px;
}
.modal-backdrop.in {
    opacity: 1;
}

/* UP Theme Modal */
.up-theme-modal .modal, .up-theme-modal.modal {
    overflow-y: auto;
}
.up-theme-modal .modal-open {
    overflow: auto;
}
.up-theme-modal .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.up-theme-modal .modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.up-theme-modal .modal-header {
	border-bottom: none;
}
.up-theme-modal .modal-body {
	padding: 15px 30px;
}
.modal-body #search {
	margin: 240px 20% 0;
}
.up-theme-modal .modal-body .close {
	font-family: 'Dosis';
	width: 50px;
	height: 50px;
	background: none;
	font-size: 68px;
	font-weight: normal;
	text-shadow: none;
	opacity: 1;
}

/*  UP Theme Modal PopUp  */
.up-theme-modal-popup .modal, .up-theme-modal-popup.modal {
    overflow-y: auto;
}
.up-theme-modal-popup .modal-open {
    overflow: auto;
}
.up-theme-modal-popup .modal-dialog {
	margin: 50px auto;
	width: 800px;
}
.up-theme-modal-popup .modal-content {
	border: none;
	border-radius: 0;
	min-height: 100px;
}
.up-theme-modal-popup .modal-header {
	border-bottom: none;
}
.up-theme-modal-popup .modal-body {
	padding: 0;
}
.up-theme-modal-popup .modal-body .close {
	width: 30px;
	height: 30px;
	font-family: 'Dosis';
	font-size: 68px;
	line-height: inherit;
	font-weight: normal;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 15px;
	right: 15px;
}
.up-theme-modal-popup .modal-body .close span {
	position: fixed;
	top: 13px;
	right: 18px;
}

/*  Parallax  */
.content-parallax-block {
	margin-left: -60px;
	margin-right: -60px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	padding: 60px 30px;
}
.content-parallax-block h1:before, .content-parallax-block #content h2:before {
    margin-left: 40%;
    margin-right: 40%;
}

/*  owl carousel  */
.owl-carousel {
	box-shadow: none!important;
	border: none!important;
	border-radius: 0!important;
}
#content .owl-carousel {
	background-color: transparent!important;
	margin: 0 0 20px;
}
.owl-wrapper-outer {
	box-shadow: none!important;
	border: none!important;
	border-radius: 0!important;
}
.owl-controls {
	margin: 20px 0 5px;
}
.owl-carousel .owl-buttons div {
    text-shadow: none!important;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 1!important;
}
.owl-carousel.carousel-module {
	margin: 0 0 30px!important;
}
#column-left .banner-module, #column-right .banner-module {
	margin: 0!important;
}

.image-additional-wrapper .owl-controls .owl-buttons .owl-prev, .image-additional-wrapper .owl-controls .owl-buttons .owl-next {
	top: 40%;
}
.image-additional-wrapper.owl-carousel:hover .owl-buttons .owl-prev {
	left: 0;
}
.image-additional-wrapper.owl-carousel:hover .owl-buttons .owl-next {
	right: 0;
}

#column-left .owl-carousel.carousel-module, #column-right .owl-carousel.carousel-module {
	margin: 0!important;
	padding: 25px 10px 20px;
}
.owl-carousel.carousel-module img {
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel.carousel-module .owl-controls .owl-buttons .owl-prev, .owl-carousel.carousel-module .owl-controls .owl-buttons .owl-next {
	top: 42%;
}
#column-left .owl-carousel.carousel-module .owl-controls, #column-right .owl-carousel.carousel-module .owl-controls {
	margin: 20px 0 0;
}
.owl-carousel.slideshow-module .owl-controls {
	margin: 25px 0 15px;
}

/*  Magnific PopUp  */
.mfp-figure::after {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)!important;
}
.mfp-bottom-bar {
	background: #000000;
	padding: 15px 20px;
	margin-top: -40px!important;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.mfp-counter {
	top: 15px!important;
	right: 20px!important;
	color: #999999!important;
}
.mfp-close {
	opacity: 1!important;
}

/*  Date Picker  */
.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover, .bootstrap-datetimepicker-widget td span:hover, .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background: rgba(0, 0, 0, 0.02)!important;
}

/*  Bootstrap  */
.product-layout.col-xs-1, .product-layout.col-sm-1, .product-layout.col-md-1, .product-layout.col-lg-1, .product-layout.col-xs-2, .product-layout.col-sm-2, .product-layout.col-md-2, .product-layout.col-lg-2, .product-layout.col-xs-3, .product-layout.col-sm-3, .product-layout.col-md-3, .product-layout.col-lg-3, .product-layout.col-xs-4, .product-layout.col-sm-4, .product-layout.col-md-4, .product-layout.col-lg-4, .product-layout.col-xs-5, .product-layout.col-sm-5, .product-layout.col-md-5, .product-layout.col-lg-5, .product-layout.col-xs-6, .product-layout.col-sm-6, .product-layout.col-md-6, .product-layout.col-lg-6, .product-layout.col-xs-7, .product-layout.col-sm-7, .product-layout.col-md-7, .product-layout.col-lg-7, .product-layout.col-xs-8, .product-layout.col-sm-8, .product-layout.col-md-8, .product-layout.col-lg-8, .product-layout.col-xs-9, .product-layout.col-sm-9, .product-layout.col-md-9, .product-layout.col-lg-9, .product-layout.col-xs-10, .product-layout.col-sm-10, .product-layout.col-md-10, .product-layout.col-lg-10, .product-layout.col-xs-11, .product-layout.col-sm-11, .product-layout.col-md-11, .product-layout.col-lg-11, .product-layout.col-xs-12, .product-layout.col-sm-12, .product-layout.col-md-12, .product-layout.col-lg-12, .product-layout-slider, .product-layout-grid {
	padding-left: 0;
	padding-right: 0;
}
.product-items-1 {
	margin-left: -15px;
    margin-right: -15px;
}
/*
#content > .row {
	margin-left: 0;
	margin-right: 0;
}
*/
.wrapper {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
	
.wrapper.boxed > .container {
	width: 940px;
}
.wrapper.boxed #features .container, .wrapper.boxed #information .container, .wrapper.boxed #powered .container, .wrapper.boxed #footer_custom .container {
	width: 940px;
} 
@media (max-width: 767px) {
.wrapper.boxed > .container {
	width: auto;
}
.wrapper.boxed #features .container, .wrapper.boxed #information .container, .wrapper.boxed #powered .container, .wrapper.boxed #footer_custom .container {
	width: auto;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.wrapper.boxed > .container {
    width: 724px;
}
.wrapper.boxed #features .container, .wrapper.boxed #information .container, .wrapper.boxed #powered .container, .wrapper.boxed #footer_custom .container {
	width: 724px;
}  
}
@media (min-width: 1200px) {
.wrapper.boxed > .container, .wrapper.boxed > #title_above_content > .container {
    width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper.boxed > #title_above_content > .container {
    padding-left: 0;
    padding-right: 0;
}
.wrapper.boxed #features .container, .wrapper.boxed #information .container, .wrapper.boxed #powered .container, .wrapper.boxed #footer_custom .container {
	width: 1170px;
}
}
.wrapper.boxed #features .row, .wrapper.boxed #information .row, .wrapper.boxed #powered .row, .wrapper.boxed #footer_custom .row {
	margin-left: -30px;
	margin-right: -30px;
}
@media (max-width: 767px) {
.wrapper.boxed #features .row, .wrapper.boxed #information .row, .wrapper.boxed #powered .row, .wrapper.boxed #footer_custom .row {
	margin-left: 0;
	margin-right: 0;
}
}

.wrapper.framed {
	max-width: 940px;
	margin: 25px auto;
	padding: 25px;
}

@media (max-width: 767px) {
.wrapper.framed {
	margin: 0;
	padding: 0;
}
}
@media (min-width: 1200px) {
.wrapper.framed {
    max-width: 1170px;
}
}

.wrapper.full-width .navbar, .wrapper.full-width-border .navbar {
	margin-bottom: 0;
}
.wrapper.full-width footer, .wrapper.full-width-border footer {
    margin-top: 0;
}
.wrapper.full-width .breadcrumb, .wrapper.full-width-border .breadcrumb {
    margin: 15px 30px;
}
@media (min-width: 980px) {
.wrapper.full-width #column-left.col-sm-3, .wrapper.full-width #column-right.col-sm-3, .wrapper.full-width-border #column-left.col-sm-3, .wrapper.full-width-border #column-right.col-sm-3 {
	max-width: 20%;
}
.wrapper.full-width #content.col-sm-9, .wrapper.full-width-border #content.col-sm-9 {
	width: 80%;
}
}
.wrapper.full-width #content.col-sm-6, .wrapper.full-width-border #content.col-sm-6 {
	width: 60%;
}

@media (max-width: 767px) {
.wrapper.full-width-border {
	border: none!important;
}
}

body > .wrapper > .container, header > .container, header > .container .col-sm-4, header > .container .col-sm-8 {
	padding-left: 0;
	padding-right: 0;
}
header > .container .col-sm-4.header-logo {
	padding-left: 30px;
	padding-right: 30px;
}
.container {
	width: inherit;
}
.container > .row {
	margin-left: 0;
	margin-right: 0;
}
#column-left, #column-right {
	padding-left: 0;
	padding-right: 0;
}
#tab-review .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.list-inline > li {
	padding-left: 10px;
	padding-right: 10px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
    border: none;
}

.content-padd {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}
.padd-t-b-40 { 
    padding-top: 40px;
	padding-bottom: 40px;
}
.padd-t-b-30 { 
    padding-top: 30px;
	padding-bottom: 30px;
}
.padd-t-b-25 { 
    padding-top: 25px;
	padding-bottom: 25px;
}
.padd-t-b-20 { 
    padding-top: 20px;
	padding-bottom: 20px;
}
.padd-t-b-15 { 
    padding-top: 15px;
	padding-bottom: 15px;
}
.padd-t-b-10 { 
    padding-top: 10px;
	padding-bottom: 10px;
}
.padd-t-b-5 { 
    padding-top: 5px;
	padding-bottom: 5px;
}
.padd-t-b-0 { 
    padding-top: 0;
	padding-bottom: 0;
}
.padd-t-40 { padding-top: 40px; }
.padd-t-30 { padding-top: 30px; }
.padd-t-25 { padding-top: 25px; }
.padd-t-20 { padding-top: 20px; }
.padd-t-15 { padding-top: 15px; }
.padd-t-10 { padding-top: 10px; }
.padd-t-5 { padding-top: 5px; }
.padd-t-0 { padding-top: 0px; }

.padd-b-40 { padding-bottom: 40px; }
.padd-b-30 { padding-bottom: 30px; }
.padd-b-25 { padding-bottom: 25px; }
.padd-b-20 { padding-bottom: 20px; }
.padd-b-15 { padding-bottom: 15px; }
.padd-b-10 { padding-bottom: 10px; }
.padd-b-5 { padding-bottom: 5px; }
.padd-b-0 { padding-bottom: 0px; }

.padd-10 { padding: 10px; }
.padd-20 { padding: 20px; }
.padd-30 { padding: 30px; }
.padd-40 { padding: 40px; }
.padd-50 { padding: 50px; }

.marg-b-50 { margin-bottom: 50px; }
.marg-b-40 { margin-bottom: 40px; }
.marg-b-30 { margin-bottom: 30px; }
.marg-b-25 { margin-bottom: 25px; }
.marg-b-20 { margin-bottom: 20px; }
.marg-b-15 { margin-bottom: 15px; }
.marg-b-10 { margin-bottom: 10px; }
.marg-b-5 { margin-bottom: 5px; }
.marg-b-0 { margin-bottom: 0px; }

.col-sm-5-pr, .col-sm-7-pr, .col-sm-8-pr {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.col-sm-5-pr {
	width: 20%;
}
.col-sm-7-pr {
	width: 14.28571%;
}
.col-sm-8-pr {
	width: 12.5%;
}
