/* 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;
}

blockquote {
    line-height: 25px;
    font-style: italic;
}

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;
}
figure.wp-caption:not(.aligncenter){
	width: auto !important;
}
hr {
	border-width: 1px;
}
.well {
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 30px;
}
.well h2 {
	margin-top: 10px;
	font-size: 26px;
}

table{
	width: 100%;
	/*border: 1px solid #F4F7F7;*/
}

tr{
}
td,th{
	padding: 8px;
}

thead th{
}
.wp-caption{}
/*.wp-caption-text{}*/
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{
	float: right;
	margin-left: 15px;
}
.alignleft{
	float:left;
	margin-right: 15px;
}
.aligncenter{
	float: none;
	margin: auto;
}
.screen-reader-text{
	display: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.dspnone{
    display:none;
}
.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;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
@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 #currency .currency-select {
	text-align: left;
	padding: 15px 20px;
}
#top #currency .currency-select:hover {
	text-shadow: none;
}
#top #currency .btn-group > .btn, #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, #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;
}
#language .dropdown-menu, #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 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: fixed;
    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;
    list-style-type: none;
}
.sidebar-nav ul.sub-menu{
    list-style-type: none;
}

#secondary .menu{
	position: relative;
}
.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,.main-menu > ul {
	display: inline;
	margin-bottom: 0;
}
#menu .main-menu > li, .main-menu > ul > li {
  display: inline-block;
  margin-right: -4px;
  transition: all 0.2s ease-in 0s;
}
#menu .main-menu > li > a, .main-menu > ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 58px;
  min-height: 15px;
  padding: 0 15px;
  position: relative;
}
#menu .main-menu > li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu ul.sub-menu,
#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: 1;
	list-style-type: none;
}
#menu ul.sub-menu ul.sub-menu{
    left: 100%;
    top: 0;
}
#menu li:hover .dropdown-menus > li > ul.sub-menu{
    position:static;
    opacity: 1;
    visibility: visible;
}
#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 ul.sub-menu > li > a,
#menu .dropdown-menus a {
	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 {
	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: static;
    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 .main-menu > li.menu_custom_block > ul.sub-menu.dropdown-menus > li.menu-sub-items-no-border > a,
#menu .main-menu > li.menu_custom_block > ul.sub-menu.dropdown-menus > li.menu-item-has-bg > a,
#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 .dropdown-menus.menu_brands a{
    padding: 10px;
}
#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 .menu_brands.dropdown-menus {
  padding: 25px 15px 10px;
  text-align: center;
}
#menu .menu_brands.dropdown-menus .brand-item {
	margin-bottom: 20px;
}
#menu .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.logo .name {
	display: none;
}
.menu_brands.name .image {
	display: none;
}
.menu_brands.name {
	padding: 25px 10px 10px;
}

#menu ul.dropdown-menus{
    position: absolute;
    text-align: left;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in 0s;
    list-style: none;
    padding:0;
    z-index: 1;
	min-width: 150px;
}

#menu .main-menu > li > ul.dropdown-menus{
    top: 100%;
    left: 0;
}
#menu li:hover > ul.sub-menu{
    opacity: 1;
     visibility: visible;
}
#menu .main-menu li.menu-item-has-children{
    position: relative;
}
#menu .main-menu li.menu-item-has-children.menu_custom_block,
#menu .main-menu > li{
    position: inherit;
}

#menu .menu_custom_block .dropdown-menus > ul.list-unstyled{
    min-width: 230px;
}

#menu .menu_custom_block ul.sub-menu.dropdown-menus {
	padding: 25px 15px 30px;
        top: auto;
        z-index: -1;
        left: auto;
}
#menu li.menu_custom_block:hover> ul.sub-menu.dropdown-menus{
    z-index: 100;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus li {
	min-width: 230px;
	display: block;
	padding: 0px;
	clear: both;
	line-height: 20px;
	width: 100%;
	letter-spacing: 1px;
}
#menu ul.sub-menu:not(.dropdown-menus){
    padding: 0;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li > ul.dropdown-menus{
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-sub-items-no-border > ul.sub-menu > li,
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-item-has-bg > ul.sub-menu > li
{
    border: none !important;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-item-has-bg > ul.sub-menu > li > a,
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-sub-items-no-border > ul.sub-menu > li > a{
    display: block;
    padding: 10px 0;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-item-has-bg > a,
#menu .menu_custom_block ul.sub-menu.dropdown-menus > li.menu-sub-items-no-border > a{
    font-weight: 700;
    text-align: center;
}

#menu .menu_custom_block ul.sub-menu.dropdown-menus[class*="child-items-col-"] > li{
    display: table-cell;
    vertical-align: top;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    border: none;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus[class*="child-items-col-"] > li > ul.sub-menu{
    position: static;
}
/* custom menu column styles */

#menu .menu_custom_block ul.sub-menu.dropdown-menus.child-items-col-2 > li{
    width: 0.1666666666666667%;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus.child-items-col-3 > li {
    max-width: 25%;
    float: left;
    clear: none;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus.child-items-col-4 > li{
    width: 0.3333333333333333%;
}
#menu .menu_custom_block ul.sub-menu.dropdown-menus.child-items-col-6 > li{
    width: 0.5%;
}

#menu .menu_custom_block ul.sub-menu.dropdown-menus li.menu-item-has-bg > ul.sub-menu{
    background-size: auto;
    background-position: right 50%;
    background-repeat: no-repeat;
}
.is-sticky #menu #menu_hor .dropdown-menus, .is-sticky #menu .menu_brands.dropdown-menus {
    position: absolute;
    left: 0;
    margin-left: 0!important;
}
.is-sticky #menu .menu_custom_block ul.sub-menu.dropdown-menus > li > ul.dropdown-menus{
    visibility: hidden;
    opacity: 0;
}
.is-sticky #menu li:hover ul.dropdown-menus{
    opacity: 1;
    visibility: visible;
}

#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;
}
@media all and (max-width: 767px){
	#content{
		display: inline-block;
		width: 100%;
	}
}
#content p {
	margin: 25px 0;
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}
.product-right-sidebar .panel-heading,
.panel-default > .panel-heading{
	background-color: inherit;
	border-radius: 0;
	padding: 25px 30px;
	font-size: 16px;
	letter-spacing: 2px;
}
.product-right-sidebar .panel-heading{
    padding: 0 0 25px;
    border-bottom: none;
    margin: 0;
}
#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 ul{
	border-radius: 4px;
	border-width: 0 !important;
}
.pagination li {
    display: inline-block !important;
	margin-right: 5px !important;
	border-width: 0 !important;
}
.pagination li > a, .pagination li > span {
	padding: 5px 10px !important;
}

/* Buttons */
.buttons {
	margin: 1em 0;
}
#content .buttons .pull-right {
	margin-bottom: 30px;
}
.widget_product_tag_cloud .tagcloud a,
.btn {
	padding: 7.5px 15px;
	font-size: 10px;
	border: none;
	letter-spacing: normal;
        line-height: 1.42857;
}
.widget_product_tag_cloud .tagcloud a,
.btn-default, .btn-primary {
	letter-spacing: 1px;
}
.widget.panel.panel-default.widget_text {
  padding-bottom: 0;
}
.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 */
#column-left .list-group,
#column-right .list-group{
    margin-bottom: 0;
}
#column-left .list-group .widget.woocommerce:not(.widget_product_categories) .panel,
#column-right .list-group .widget.woocommerce:not(.widget_product_categories) .panel
{
    padding-bottom: 20px;
}

.list-group ul:not(.product_list_widget) 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;
}
.widget{
	padding-bottom: 30px;
}
.widget.widget_product_categories,
.widget.widget_nav_menu{
	padding-bottom: 0;
}
.widget_product_categories a.active {
	border-bottom: none;
}
a.list-group-item:first-child, .accordion li.dcjq-parent-li:first-child, .accordion li.dcjq-parent-li li,  .dr-menu ul li:first-child, .dr-menu ul li a {
	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%;
	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 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;
}
.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 > li {
    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-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 {
	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: 17px;
}
.product-filter .btn-group 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;
}
.flybar .flybar-cart a.btn-primary,
.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 {
    right: 10px;
    top: 80px;
}
.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 div.description, .product-gallery div.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: 5px;
	padding: 0;
}
.widget-area .widget_product_search .woocommerce-product-search,
.widget-area .widget_price_filter .price_slider_wrapper {
  display: block;
  padding: 20px 20px 5px 30px;
}
.widget-area .widget_product_search .woocommerce-product-search .search-field {
  border: 1px solid #f1f2f2;
  margin: 5px 0 10px;
  padding: 7px 10px;
  width: 100%;
}
.widget-area .widget_layered_nav ul li {
  list-style: outside none none;
  margin: 8px 0;
  padding: 0 0 1px;
}
.woocommerce-product-search > input[type="submit"],
.widget_price_filter button[type="submit"] {
  border: medium none;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 20px;
  font-size: 10px;
  letter-spacing: 1px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1.15em;
  margin: 15px 0 0;
  padding: 12px 20px;
  font-size: 10px;
  letter-spacing: 1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #5ac7c0 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: ew-resize;
  height: 20px;
  margin-left: -10px;
  outline: 0 none;
  position: absolute;
  top: -7px;
  width: 20px;
  z-index: 2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ccc;
  border: 0 none;
  border-radius: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #5ac7c0;
  border: 0 none;
  border-radius: 10px;
  display: block;
  font-size: 13px;
  position: absolute;
  z-index: 1;
}
.widget-area .widget_layered_nav ul{
  padding: 10px 20px 10px 30px;
}
.widget-area .product_list_widget{
  padding: 10px 15px 10px 15px !important;
}
.product-thumb .product_box_brand a {
	letter-spacing: 2px;
}
#content .product-thumb div.description {
	margin: 20px 0;
	padding: 0;
}
.product-thumb .rating {
  padding: 5px 0;
}
.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 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
}

#column-left .product-thumb p.price, #column-right .product-thumb p.price {
	margin-top: 5px;
}
.price del {
	text-decoration: line-through;
	margin-left: 10px;
}
.price ins{
	text-decoration: none;
}
.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 .rating .star-rating,
.product-grid-wrapper .rating .star-rating,
.product-list-wrapper .rating .star-rating{
	display: inline-block !important;
	font-size: 13px;
	letter-spacing: 3px;
	width: 6.3em;
	float: none !important;
}
.product-gallery-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}
ul.product-items{
	padding: 0 !important;
}
.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;
}
.woocommerce ul.product_list_widget li,
#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;
}
.woocommerce ul.product_list_widget li{
  padding: 30px 30px 0;
}
.woocommerce .product-right-sm ul.product_list_widget li{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.woocommerce .product-right-sm ul.product_list_widget li+ li{
    padding-top: 30px;
}
.woocommerce ul.product_list_widget li,
.woocommerce ul.product_list_widget li a{
    border: none;
}
.woocommerce ul.product_list_widget li .star-rating{
    margin-bottom: 8px;
}
#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,
.product_list_widget li a {
    font-size: 13px;
	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;
	margin: 0;
}
.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;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: auto;
    max-width: 100%;
    margin-right: 0;
    position: relative;
}
.woocommerce #content div.product .image-additional-wrapper div.thumbnails a{
    width: 100%;
    margin-right: 0;
}
.woocommerce table.cart td.actions .coupon .input-text{
    width: 110px !important;
}
.woocommerce .cart .coupon input.button {
    float: none;
    padding: 8px 15px;
    border-radius: 5px;
}
.woocommerce table.shop_table.cart td {
    height: 100px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 100px;
    width: auto;
    max-width: none;
}
.product-left .row {
	margin-left: -10px;
    margin-right: -10px;
}

/* Product Page */
.product-page h1 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.single-product .prev,
.single-product .next {
	position: fixed;
	bottom: 25%;
	width: 180px;
	height: 250px;
	z-index: 5;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.single-product .prev {
	left: -150px;
}
.single-product .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;
}
.single-product .prev:hover {
	left: 0;
	width: 150px;
}
.single-product .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;
}

.woocommerce #content div.product .product-buy p.price {
	margin: 25px 0 15px;
	padding-bottom: 0;
	text-align: left;
	font-size: 31px;
	letter-spacing: normal;
}
.woocommerce #content div.product .product-buy p.price: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 del {
	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;
}
.woocommerce .product .product-buy .btn-default.wcs, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .product-buy .form-group .btn {
  margin: 0 7px 0 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.product-buy .form-group .btn-primary {
	padding: 12.5px 75px;
}
.woocommerce .product .product-buy .btn-default.wcs {
	padding: 8px 8px 7px 10px;
	margin-bottom: 10px;
}
div.qty input {
	float: left;
	margin-bottom: 20px;
}
.woocommerce .summary-content .quantity .qty {
  background-color: #f1f1f1 ;
  border:none;
  border-radius: 5px;
  height: 43px;
  margin-right: 5px;
  width: 60px;
}
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-sidebar{
    padding: 20px 0;
}
.product-right-sidebar + .product-right-sidebar{
    border-top: 1px solid;
}

.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;
}
.widget_product_tag_cloud .tagcloud a,
.product-tags a, .product-bottom-tags a {
	margin: 0 5px 8px 0;
	padding: 5px 15px;
        display: inline-block;
}
#content .product-bottom-tags {
	margin-bottom: 40px;
}
#content .product-bottom-tags p {
	margin: 25px 0 10px;
}
.up-sidebar-menu-container{
	border-bottom-width: 0 !important;
}
/*#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;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    margin-right: 15px;
    position: static;
    width: 32px;
}
.woocommerce .commentlist .star-rating {
    float: none;
}
#content .commentlist td[itemprop="description"] p{
    margin: 0 0 15px;
}
.product-buy .cart .input-text.qty.text {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 3;
  margin: 0 15px 0 0;
  min-width: 70px;
}
@media (max-width: 767px) {
.product-buy .cart .input-text.qty.text {
	margin-bottom:20px;
}
}
.product-buy .review-link-wrap {
    clear: left;
    float: none;
    margin-top: 10px;
}
.product-buy .review-link-wrap a{
    margin-right: 15px;
}

.woocommerce .commentlist{
    padding-left: 0;
}

/* 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;
    margin: 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;
	position: relative;
	padding: 15px;
    margin: -15px;
}
.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-content a {
	margin-bottom: 0;
}
.up-theme-gallery-content 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-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 > .ca4:nth-child(5n+5), .box-manufacturers-home > .ca4:nth-child(5n+5), .box-category-home > .ca5:nth-child(6n+6), .box-manufacturers-home > .ca5:nth-child(6n+6), .box-category-home > .ca6:nth-child(7n+7), .box-manufacturers-home > .ca6:nth-child(7n+7) {
	clear: both;
}
*/

.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 > td {
    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: -30px;
	margin-right: -30px;
	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;
}
.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 .owl-carousel.banner-module, #column-right .owl-carousel.banner-module {
	margin: 0!important;
}

.image-additional-wrapper .owl-controls .owl-buttons .owl-prev, .image-additional-wrapper .owl-controls .owl-buttons .owl-next {
	top: 35%;
}
.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;
	max-width: 100%;
}
.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;
}
.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%;
}


/* Shop Sidebar */
ul.product-categories,
ul.product-categories ul {
    list-style: none;    
    display: block; 
    padding:0;
    margin:0;
}
ul.product-categories li.parent-cat, 
ul.product-categories > li {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
/*ul.product-categories li + li{
    border-top: 1px solid #FFFFFF;
}*/
ul.product-categories li a,
ul.product-categories li .count{
    color:#464646;
    text-transform: uppercase;  
    display: inline;
}
ul.product-categories li .count{
  opacity: 0.6;
}
ul.product-categories > li > a {
    display: inline-block;
    padding: 10px 2px 10px 15px;
}

.box ul.product-categories li{
    list-style-type: none;
}
ul.product-categories li .expand {
    display: block;
    float: right;
    height: 39px;
    margin: 0;
    width: 39px;
  transition: all 0.3s ease-in-out 0s
}
ul.product-categories li .expand:hover{
    cursor:pointer;
}
ul.product-categories li .expand.plus{
    background: url("../images/plus_red.png") center no-repeat;
}
ul.product-categories li .expand.plus:hover{
    background: url("../images/plus_red_hover.png") center no-repeat;
}
ul.product-categories li .expand.minus{
    background: url("../images/minus_red.png") center no-repeat;
}
ul.product-categories li .expand.minus:hover{
    background: url("../images/minus_red.png") center no-repeat;
}
ul.product-categories li ul.children {
    display: none;
    padding-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
}
ul.product-categories > li > ul.children > li {
    padding: 0;
}

ul.product-categories > li > ul > li > ul.children > li {
    padding: 0;
}
ul.product-categories > li > ul > li > ul.children > li > a:hover {
    padding-left: 48px;
}
ul.product-categories > li > ul > li > ul.children > li > a{
  display: inline-block;
    padding: 10px 2px 10px 45px;
  line-height: 1.6;
}
ul.product-categories li li {
    background: none;
    list-style: none;    
}

/*ul.product-categories > li{
	border-bottom:1px  solid #f4f7f7; 
}*/

ul.product-categories li a{
	border: none!important;
}

/* over write css for shop left side bar */

.woocommerce ul.product_list_widget li img {
  background: none;
  border: 0 solid #eaeaea;
  box-shadow: none;
  float: left;
  height: auto;
  margin-left: 0;
  margin-right: 15px;
  padding: 0;
  width: 75px;
}

.woocommerce ul.product_list_widget li .amount,.widget_swpf_products_carousel span.amount {
  font-size: 15px;
  font-weight: 700;
}
.widget_products ins,.widget_top_rated_products ins {
  text-decoration: none;
}

#column-left ul.menu > li > a {
    padding: 15px 30px;
    border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    border-radius: 0;
    display: block;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
  color: #4c5867;
}

#column-left ul.menu{
	padding: 0px;
}
/* css for sidebar */
.up-sidebar-left{
  float: left !important;
}

.up-content-left{
  float: right !important;
}
.debug_menu{
	position: relative!important;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
	margin-bottom: 0 !important;
}
.up-pr0{
	padding-right: 0 !important;
}
.up-pl5{
	padding-left: 5px !important;
}

#main .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{

	background:none!important;
}

#main .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, 
 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
  border:none!important;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
 .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  text-align: center!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background:none!important;
  border:none!important;

}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab:hover,
.vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active{
  border-top: 1px solid #5ac7c0;
}

#main .nav-tabs > li > a, .nav-tabs > li.active > a {
  border-radius: 0!important;
  font-size: 16px!important;
  font-weight: bold!important;
  letter-spacing: 1px!important;
  padding: 20.5px 25px!important;
}

.vc_tta-tab > a {
  font-size: 16px !important;
}
/* remove list style */
.sidebar-nav.list-group.debug_menu > ul{
	list-style: none!important;
}

.sidebar-nav.list-group.debug_menu > ul{
	padding-left: 0px;
}

/* Footer menu */
.widget .menu{
  margin: 0;
  padding: 0;
}

.alignright{
	float: right;
}

#social-payment .dropup{
	position: static;
}
li.product-layout {
  list-style: outside none none;
}

.product-box-slider-owl .owl-item li{
	width: 100% !important;
}

.widget_swpf_products_carousel .product-box-slider{
	padding: 30px 15px 0;
}
.widget_swpf_products_carousel.product-right-sidebar .product-box-slider{
	padding: 0;
}

/*
Theme Name: UpTheme
Theme URI: http://underscores.me/
Author: Smart Data Soft
Author URI: http://smartdatasoft.com
Description: Powerfull woocommerce theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uptheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hill-theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*blog*/



/*
* Name: Blog Manager
* Version: 1.3.2
* Author: Echothemes
* Author URL: http://www.echothemes.com
* Copyright (c) 2011 - 2013  Echothemes. All right Reserved
*/

#blogCatArticles { margin-bottom:5px; overflow:hidden; }
   #blogCatArticles p, #blogArticle p { margin-bottom:20px; }
   #blogCatArticles p iframe { width: 750px !important; }
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a, #blogCatArticles .articleHeader h3, #blogCatArticles .articleHeader h3 a {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
}
#blogCategory { margin-bottom:25px; overflow:hidden; }
/*   .articleCat { margin-bottom:15px; padding-top:15px; }*/
   .articleHeader { margin:15px 0; }
   .blog.single-post .articleHeader { margin:0 0 15px; }
.articleHeader span, .articleHeader span a {
	color: #b6b6b6;
	font-size: 13px;
}
      .articleHeader span a { text-decoration:none; }
         .articleHeader span a:hover { text-decoration:none; }
   .articleContent { overflow:hidden; }
      #blogCatArticles .imageFeatured { padding:0px; margin:0 20px 20px 0; border:0px solid #e4e4e4; background:#fff; float:left; }
      #blogCatArticles .articleContent span ol, #blogCatArticles .articleContent span ul { float:left; }
      .articleContent .readMore { margin-top:40px; padding:0 0 15px; }
         .articleContent .readMore span a { text-decoration:none; text-transform:uppercase; }
         .articleContent .readMore span a:hover { text-decoration:none; }
#blogArticle {  }
   #blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a  { margin:0; }
   .tags-update { text-align:right; margin-top:10px; }
      .tags-update .tags { float:left; }
         .tags-update .tags a { font-style: normal; }
      .updateInfo { font-size:11px; display:block; }
   .articleBottom { margin-top:20px; position:relative; }
      .articleBottom > div { margin-bottom:20px; width:100%; float:left; }
      .articleBottom h4, #blogCategory h4 { margin:25px 0 10px; font-size:16px; clear:both; letter-spacing:0; }
      .articleBottom ul, #blogCategory ul { margin:0 0 0 20px; padding:0; list-style:none; float:left; width:40%; }
         .articleBottom li, #blogCategory li { padding:3px 0; padding-left:15px; background:url(../image/arrow.gif) no-repeat 0 7px; }
      .articleBottom #articleRelated { display:block; margin-bottom:20px; width:100%; float:left; }
      .articleBottom #productRelated { display:block; margin-bottom:20px; width:100%; float:left; }
         #productRelated .box-product { width:100%; margin:0; }
            #productRelated .relProduct { width:19%; margin:0 0 15px; background:none; padding:10px; text-align:center; }
		#blogArticle .attention img { margin:0 10px; }
   #articleComments { padding:50px 0 30px; clear:left; }
	#articleComments h4 {
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}
         #articleComments h4 span { font-size:14px; font-weight:normal; }
      #articleComments #comments { overflow:hidden; }
         #comments .commentEmpty { padding:8px 10px; border:0px solid #d8d8d8; margin-bottom:10px; }
         #comments .commentList { list-style:none; padding:0; margin:15px 0 0; }
            .commentList li { min-height:75px; padding:15px 15px 15px 100px; margin-bottom:0px; position:relative; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }
               .childComment li { border:1px solid #fff; }
            .commentList li .avatar { background:#fff; padding:0px; position:absolute; left:0px; top:20px; }
            .commentList li .badge { background:#222; padding:1px 4px; color:#fff; font-size:10px; letter-spacing:1px; margin-right:4px; text-shadow:1px 1px 0 #333; cursor:default; }
               .commentList li .default { background:#0555C6; }
               .commentList li .top, .commentList li .admin { background:#FF0000; }
            .commentList li .name, .commentList li .name a { font-size:15px; text-decoration:none; cursor:default; }
               .commentList li .name a { cursor:pointer; }
               .commentList li .name a:hover { text-decoration:underline; }
            .commentList li .created { font-size:11px; margin:2px 0 8px; }
            .commentList li .reply { text-align:right; height:32px; margin-top:10px; }
               .commentList li .reply a { background:#999; color:#fff; font-size:12px; padding:5px 10px 6px; text-decoration:none; text-transform:uppercase; display:inline-block; }
               .commentList li .reply a:hover { background:#666; }
            .commentList .even { border-top:1px solid #F3F3F3; }
               .childComment .even { border-top:1px solid #F3F3F3; }
            .commentList .odd { border-top:1px solid #F3F3F3; }
               .childComment .odd { border-top:1px solid #F3F3F3; }
         #comments .pagination { font-size:11px; border:none; padding:0; margin-top:5px; }
            #comments .pagination .links a, #comments .pagination .links b { font-size:10px; padding:2px 5px; }
            #comments .pagination .links a { background:#fff; color:#666; }
            #comments .pagination .links b { background:#0481CF; color:#fff; }
      #articleComments #commentRespond { padding:15px 0; }
         #commentRespond h4 { font-size:18px; }
            #commentRespond #commentTitle { }
               #comments #commentTitle { display:none; }
            #commentRespond #replyTitle { display:none; }
               #comments #commentRespond { margin-top:15px; border-top:1px solid #ccc; }
               #comments #replyTitle { display:block; margin-bottom:10px; }
         #commentRespond #cancelCommentReply { background:#666; font-size:11px; padding:3px 10px; float:right; margin-top:-27px; text-decoration:none; color:#fff; }
			#commentRespond #cancelCommentReply:hover { background:#333; }
         #commentRespond table { width:100%; }
         #commentRespond input[type="text"], #commentRespond textarea { padding:5px 4px; background:#fff; }
            #commentRespond input[disabled]  { background:none; border:none; }
            #commentRespond input[type="text"]  { width:100%; }
               #commentRespond .captcha input[type="text"]  { width:85px; }
            #commentRespond textarea { width:100%; display:block; }
         #commentRespond td { padding:3px 5px 3px 0px; }
         #commentRespond td:first-child { width:125px; vertical-align:top; padding-top:6px; }
            #commentRespond td.captcha { padding-top:0; }
               #commentRespond td.captcha div { overflow:hidden; }
               #commentRespond td.captcha span { float:right; min-width:120px; }
               #commentRespond td.captcha span.captchaImage { padding-top:9px; margin-right:25px; }
         #commentRespond .error { font-size:11px; color:#d00; display:inline-block; margin:0 8px; }
         #commentRespond .right { text-align:right; padding:15px 7px 10px; float:none; }
.blogSearch { margin:15px 0; overflow:hidden; }
   .blogSearch ul { line-height:20px; list-style:none; margin:0; padding:0; }
   .blogSearch a { text-decoration:none; }
      .blogSearch a:hover { text-decoration:underline; }
   .blogSearch .title { font-size:14px; }
   .blogSearch .info, .blogSearch .readmore { color:#888; font-style:italic; font-size:11px; }
   .blogSearch img { background:#f8f8f8; padding:3px; border:1px solid #e8e8e8; }
   .blogSearch p { margin:0; }
   
   .blogSearch .plain { padding-left:20px; margin-bottom:15px; }
      .blogSearch .plain li { padding-left:15px; background:url(../image/arrow.gif) no-repeat 0 6px; }
      .blogSearch .plain .info { margin-left:15px; }
   .blogSearch .compact { }
      .blogSearch .compact li { width:47%; height:120px; float:left; padding:0 1.5%; }
      .blogSearch .compact div { margin-left:110px; }
         .blogSearch .compact .title { font-size:18px; }
         .blogSearch .compact .info { display:block; }
      .blogSearch .compact img { float:left; }
   .blogSearch .grid { }
      .blogSearch .grid > div { display:inline-block; vertical-align:top; margin-bottom:25px; }
      .blogSearch .grid img { margin:0 auto; display:block; margin-bottom:8px; }
      .blogSearch .grid .info { display:block; font-size:10px; }
#tab-related-article { overflow:hidden; }
   #tab-related-article ul { line-height:20px; list-style:none; margin:0; padding:0; }
      #tab-related-article li { width:31%; float:left; padding:0 1%; min-height:160px; overflow:hidden; }
   #tab-related-article a { text-decoration:none; }
      #tab-related-article a:hover { text-decoration:underline; }
   #tab-related-article .blogTitle { font-size:14px; display:block; }
   #tab-related-article .blogImage { float:left; margin-right:10px; }
   #tab-related-article .info { color:#888; font-style:italic; font-size:11px; margin-right:8px; }
   #tab-related-article img { background:#f8f8f8; padding:3px; border:1px solid #e8e8e8; }
   #tab-related-article p { margin:0; }
.blockClear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;	}

/* Blog Class Suffix */
#blogCatArticles.imageBlock  .imageFeatured { display:block; margin:0 auto 15px; float:none; }

.blogCol2 .articleCat { float:left; width:46%; padding:1% 2%; margin:0; }
.blogCol3 .articleCat { float:left; width:31%; padding:0.5% 1%; }
.blogCol4 .articleCat { float:left; width:23%; padding:0.5% 1%; margin:0; }
   .blogCol4 .articleHeader { margin:8px 0; }
   .blogCol4 .articleHeader h3, .blogCol4 .articleHeader h3 a { font-size:20px!important; }
   .blogCol4 .articleHeader span { display:none; visibility:hidden; }
.blogCol2 .imageFeaturedLink, .blogCol3 .imageFeaturedLink, .blogCol4 .imageFeaturedLink { display:block; }
.imageContent { background:#f4f4f4; padding:4px; margin:0 10px 10px 0; border:1px solid #e4e4e4; }
.articleCat .articleHeader span {
    color: #B6B6B6;
    font-size: 13px;
}
.articleCat .articleContent .blockClear .entry-meta{
   display:none;
}
.articleCat{
	border-bottom: 1px solid #F4F7F7;
	padding-bottom: 30px;
    margin-bottom: 30px;
}
.blogimageFeaturedLink{

float: left;
padding-right: 20px;
}
.articleHeader h1{
   font-size:24px;
}
.attachment-post-thumbnail.wp-post-image{
   width:100%;
   margin-bottom:10px;
}
.articleHeader span,.articleHeader,.created{
/*   color:#B6B6B6;*/
}
.name{
   color: #4BB8E2;
}
#blogpostRelated h4 {
	margin: 20px 0 25px;
}
#blogpostRelated .relProduct.columns.relblogpost .image{
	min-height: inherit;
	margin-bottom: 15px;
}
#blogpostRelated .relProduct.columns.relblogpost .image img{
	width: 100%;
}

#blogpostRelated .entry-meta{
   display:none;
}
#blogpostRelated .price{
   font-size: 13px;
}
p.nocomments {
	float:left;
	padding-top: 15px;
        clear:both;
}
.articleContent .gallery-item {
  display: inline-block;
  width: 20%;
  padding: 5px 10px 5px 0;
  vertical-align: text-top;
}
@media all and (max-width: 767px){
    .articleContent .gallery-item {
        width: 50%;
    }
}

/*
* Name: Blog Manager
* Version: 1.3.2
* Author: Echothemes
* Author URL: http://www.echothemes.com
* Copyright (c) 2011 - 2013  Echothemes. All right Reserved
*/

/* General */
.blogModule { margin-bottom:10px; }
   .blogModule .box-heading { color:#222; font-size:16px; font-weight:bold; line-height:18px; }
   .blogModule ul{ line-height:18px; list-style:none; padding:0; margin:0; }
      .blogModule li { overflow:hidden; margin-bottom:10px; list-style:none!important; line-height:normal!important; }
         .blogModule li:last-child { margin-bottom:0; }
      .blogModule li a { text-decoration:none; line-height:normal!important; }
      .blogModule li a:hover { text-decoration:none; }
   .blogModule .image img { float:left; padding:4px; border:1px solid #EAEAEA; background:#fff; margin-right:13px;}
   .blogModule .title { font-size:14px; display:block; margin-bottom:5px; }
   .blogModule .image + .title { margin-bottom:0;}
   .blogModule .title + .info  span{ padding-left:63px;}  
   .blogModule .info { font-size:11px; display:block;}
   .blogModule p { margin:0; }

/* Layout */
.row-2, .row-3, .row-4 { float:left; padding-left:2%; }
   .row-first { clear:left; padding-left:0; }
   .row-2 { width:49%; }
   .row-3 { width:32%; }
   .row-4 { width:23.5%; }

/* Styling */
.boxPlain { } /* overwrite default .box style */
   .boxPlain .box-heading { padding:7px 8px; border:none; background:none; -webkit-border-radius:0; -moz-border-radius:0; -khtml-border-radius:0; border-radius:0; }
   .boxPlain .box-content { padding:9px 8px; border:none; background:none; }

.artPlain { }
   .artPlain ul { }
      .artPlain li { padding-left:12px; margin:0; background:url(../image/arrow.gif) no-repeat 0 4px; }
   .artPlain .title { font-size:13px; }
   .artPlain .image, .artPlain .info { display:none; visibility:hidden; }

/* show article module horizontally */
.artHorz-2 ul, .artHorz-3 ul, .artHorz-4 ul, .artHorz-5 ul { overflow:hidden; }
   .artHorz-2 li, .artHorz-3 li, .artHorz-4 li, .artHorz-5 li { float:left; }
   .artHorz-2 li { margin:5px 1% 10px; width:47.9% }
   .artHorz-3 li { margin:5px 1% 10px; width:30.9% }
   .artHorz-4 li { margin:5px 1%; width:22.9% }
   .artHorz-5 li { margin:5px 0.5%; width:18.9% }

/* Spesific Modules */
.blogCategories { }
   .blogCategories ul{ line-height:20px; }
      .blogCategories ul ul { margin:4px 0; }
   .blogCategories li { margin:0; line-height:26px!important; }
      .blogCategories li a { font-size:13px; line-height:16px; }
      .blogCategories li .blogActive { font-weight:bold; }

.recentArticles { }

.popularArticles { }

.recentComments { }
   .blogModule .recentComments .image { float:left; padding:4px; border:1px solid #EAEAEA; background:#fff; margin-right:13px; }
   .blogModule .recentComments, .blogModule .recentComments .title { font-size:12px; }
   
.blogTags { }

.blogArchives { }
   #blogArchive ul { display:none; }
   .blogArchives ul{ line-height:20px; }
      .blogArchives ul ul { margin:4px 0; }
   .blogArchives li { margin:0;}
      .blogArchives li a { font-size:13px; line-height:26px!important; }
         .blogArchives li li a { font-size:12px; }
         .blogArchives li li li a { font-size:11px; }
      .blogArchives li .blogActive { font-weight:bold; }
#content h1 {
  /*background: #fff none repeat scroll 0 0;*/
  line-height: 26px;
    margin: 15px 0 30px;
  padding: 10px 0 35px !important;
  /*text-align: left;*/
  text-transform: uppercase;
  word-wrap: break-word;
}
@media all and (max-width: 767px){
#content h1{
	line-height: normal;
	}
.commentList li{
	padding-left: 0;
    padding-right: 0;
}
.commentList li .avatar {
    position: static;
    margin-bottom: 10px;
}
}
.nav-links {
  padding: 0;
}
.comment-reply-title {
  text-align: left;
  text-transform: uppercase;
}
#articleComments p.form-submit {
    display: inline-block;
    text-align: right;
    margin-top: 5px;
    width: 100%;
}
#articleComments p.form-submit input {
	/*background-color: #4BB8E2;*/
	background-color: #5AC7C0;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 12px 30px;
    box-shadow: none;
    border: none;
    text-shadow: none;
    white-space: nowrap;
    font-size: 12px;
}

#articleComments p.form-submit input:hover{
	background-color: #4BB8E2;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
#articleComments label {
	font-size: 13px
}
#articleComments input[type="text"], textarea {
    width: 100%;
    display: block;
    background: #FFFFFF;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    margin: 5px 0;
    height: auto;
    box-shadow: none;
}
#articleComments span.note {
    display: block;
    font-size: 10px;
    margin: 0;
    color: #B6B6B6;
}
#articleComments ul {
	list-style: none;
}

.up-blog-sidebar .widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: normal;
}
.up-blog-sidebar .widget ul li{
	padding: 15px 30px;
	border-bottom: 1px solid #F4F7F7;
	text-transform: uppercase;
}
.up-blog-sidebar .widget_product_categories .product-categories li {
  padding: 0;
}
.woocommerce .quantity .qty {
  color: #333;
  text-align: center;
  width: 3.631em;
}
#content .product-info .tab-content p {
    margin: 15px 10px !important;
}
.uptheme-post-meta .up-post-author,
.uptheme-post-meta .up-post-category,
.uptheme-post-meta .up-post-tags,
.uptheme-post-meta .up-post-date{
	margin-right: 15px;
}
.woocommerce .woocommerce-checkout .form-row.form-row.notes {
  margin-top: 50px !important;
}
.articleContent input {
    padding: 10px 15px;
    border-radius: 4px;
}
@media all and (max-width: 767px){
.articleContent input[type="text"],
.articleContent input[type="password"]{
	width:100%;
}
}
.articleContent input[type="submit"],
.more-link{
	display: inline-block;
	padding: 10px 20px;
	background-color: #5AC7C0;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border:none;
}
.articleContent input[type="submit"]:hover,
.more-link:hover{
	background-color: #62CEFB;
	color: #fff;
}

.articleContent .readMore .comment{
	float: right;
}
.nav-links.uptheme_post_nav{
	border-bottom: 1px solid #F4F7F7;
	border-top: 1px solid #F4F7F7;
	padding: 15px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.nav-links.uptheme_post_nav a + a{
	float: right;
}
div.up-post-tags{
	margin-bottom: 40px;
}

#blogpostRelated .name{
	text-align: left !important;
	font-size: 15px;
	color: #4C5867;
	margin-bottom: 15px;
}

#blogpostRelated .name a{
	color: inherit;
        word-wrap: break-word;
}

#blogpostRelated .name a:hover{
	color: #5AC7C0;
}

#blogpostRelated .desc p{
	margin-top: 0;
}

#blogpostRelated .cart a{
	padding: 9px 15px;
	background-color: #5AC7C0;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
}

#blogpostRelated .cart a:hover{
	background-color: #4BB8E2;
}


.product-box-slider .name,
.product-box-slider .product_box_brand,
.product-box-slider .price,
.product-box-slider .rating,
.product-box-slider .cart{
    text-align: left !important;
}

.product-box-slider-owl .related.products h2{
	display: none;
}

.product-box-slider-owl .product-thumb .caption{
	min-height: 0;
}
#content .product-box-slider-owl .product-thumb p.price{
	margin-bottom: 0;
}

.product-box-slider-owl .product-thumb{
	padding: 0;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

#content h1, #content h2 {
    position: relative;
}
body.search-no-results #content > h1 {
  line-height: normal;
}
#content h1:before, #content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 20%;
}
body.search-no-results #content > h1:before{
    content: none;
}
.woocommerce #content div.product .product-buy h1.product_title {
	margin: 10px 0 30px;
}

.woocommerce .woocommerce-product-rating .star-rating{
	letter-spacing: 5px;
    font-size: 15px;
    width: 6.8em;
}
#yith-quick-view-content h1.product_title.entry-title {
    color: #C5C5C5 !important;
}
.product-tags a{
	display: inline-block;
	padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 10px;
}

.product-tags a:hover{
	background-color: #62CEFB;
	color: #fff;
}

.vc_tta.vc_general .vc_tta-panel-body{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.panel-heading.module-heading > h2{
	margin-top: 0;
}

#cart .checkout{
	text-align: center;
}

#cart .checkout a{
	margin-right: 5px;
}

#cart .checkout a + a{
	margin-right: 0;
}

#cart .cart-total tr{
	border-bottom-width: 0;
}

#cart .table.table-striped > tbody > tr > td{
	border-width: 0;
}

#cart .remove-product a{
	font-style: 10px;
}

.wpb_image_grid .wpb_image_grid_ul>li{
	margin-left: 0;
}

.page.type-page .entry-footer{
	display: none;
}

.uptheme-currency-dropdown .btn{
	text-align: left;
}

.admin-bar .sticky-wrapper.is-sticky > .navbar{
	top: 32px !important;
}

.admin-bar .sticky-wrapper.is-sticky #menu {
    animation-name: is-sticky-menu-admin-bar;
}
@keyframes is-sticky-menu-admin-bar
{
    0% { top:-58px;opacity:0; }
    100% { top:32px;opacity:1; }
}

.uptheme-searchform .input-group-addon{
	padding: 0;
	border: none;
}

.uptheme-searchform .input-group-addon .btn-default{
	border-radius: 0 !important;
}

.uptheme-searchform .form-control{
	padding: 25px 16px;
}
#product-37 .woocommerce-message{
  border-top-color: #5ac7c0;
}
#product-37 .woocommerce-message::before {
  color: #5ac7c0;
  content: "";
}
#product-37 .woocommerce-message {
  background-color: #f1f7f8;
}
.related.products .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
#footer_custom_bottom .widget.widget_text{
	padding-bottom: 0;
}
#content .modal-content .modal-body h1 {
  background: none;
  margin-bottom: 0;
}
.product-layout.product-gallery.col-lg-4 {
  width: 33.3343%;
}

.vc_tta.vc_general .vc_tta-tab > a {
  padding: 20px 25px !important;
  display: block;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    float: none;
    display: block;
    clear: both;
}
.category-product-items.product-grid-wrapper.owl-carousel.owl-theme .col-lg-3.col-md-3 {
  width: 100%;
}
.woocommerce #review_form #respond p.comment-form-rating {
    display: inline-block;
}
.product-info .onsale {
  z-index: 22;
}
@media all and (min-width: 768px){
#respond form>.row{
    margin-right: 0px;
    margin-left: 0px;
}
}
.products.owl-carousel.owl-theme .owl-item [class*="col-lg-"]{
  width: 100%;
}
.product-box-slider-owl .section-title{
    display: none;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
    float:none;
    width: 100%;
    margin-right: 0;
}
.woocommerce #content div.product div.imagesholder div.images.col-sm-9, .woocommerce div.product div.imagesholder div.images.col-sm-9, .woocommerce-page #content div.product div.imagesholder div.images.col-sm-9, .woocommerce-page div.product div.imagesholder div.images.col-sm-9{
    width: 75%;
}
.woocommerce table.cart td.actions .input-text{
    width: 120px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  border-radius: 5px;
  padding: 7px 5px;
}
#yith-quick-view-content .product-left .product_meta.product-tags,#yith-quick-view-content .product-left .product_meta.product-tags{
    display: none;
}
#product-information .woocommerce h2.section-title {
  margin-top: 80px;
}
.single-product.woocommerce .image.image-main {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .price del{
    display:inline;
}
.up-theme-modal-popup .modal-dialog {
    margin-bottom: 45px;
}
#yith-quick-view-content span.onsale {
    display: none;
}
#accordion-mobile {
    display: none;
}
@media (max-width: 767px){
	#menu-mobile #accordion-mobile {
		display:block;
	}
}
@media (max-width: 767px){
.buttons-header {
    width: 33.3333%;
    height: 80px;
    padding: 14px 5px 0;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  float: none;
  margin-bottom: 0 !important;
}
.uptheme_compare_btn {
  margin-bottom: 30px;
}
.product-filter label {
  margin-right: 20px;
}
}
.wrapper.full-width .category_top_title .breadcrumb {
    margin-left: 0;
    margin-right: 0;
}
/* blog */
.widget_calendar .calendar_wrap {
  display: block;
  margin: 0 20px 0 30px;
}
.up-blog-sidebar .widget_archive select,.up-blog-sidebar .widget_categories select {
  display: block;
  margin: 20px 20px 10px 30px;
  padding: 8px 5px;
  width: 80%;
}
.up-blog-sidebar .widget_search {
	padding-bottom:0;
}
.up-blog-sidebar .widget_search .uptheme-searchform {
  display: inline-block;
  margin: 20px 20px 10px 30px;
}

.up-blog-sidebar .widget_tag_cloud .tagcloud, 
.up-blog-sidebar .widget_text .textwidget {
  display: block;
  margin: 10px 20px 10px 30px;
}
.up-blog-sidebar .widget_tag_cloud .tagcloud a {
  line-height: normal;
}
.up-blog-sidebar .widget_text .textwidget p strong {
  display: block;
  margin-top: 15px;
}
.up-blog-sidebar .widget_text .textwidget .wp-caption-text {
  margin: 15px 0;
}
.up-blog-sidebar .widget_text .textwidget select {
  display: block;
  padding: 8px 5px;
  width: 100%;
}
.up-blog-sidebar .widget ul li:last-child,
.up-blog-sidebar .menu-primary-menu-container ul.sub-menu li:last-child {
  border-bottom: medium none;
}
.up-blog-sidebar .widget_nav_menu ul.menu > li{
    padding-left: 0;
    padding-right: 0;
}
.up-blog-sidebar .widget_nav_menu ul.sub-menu ul.sub-menu > li {
    border-bottom: medium none;
    padding-left: 0;
    padding-right: 0;
}
/* tab menu */

.vc_tta.vc_general .vc_tta-tab {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.vc_tta-panels-container h4.vc_tta-panel-title {
    display: none;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 0 0 1px;
}

.vc_tta.vc_general .vc_tta-tabs-list {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    padding: 0;
    margin: -1px 0 0 -1px;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow: hidden;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a {
    cursor: default;
    text-decoration: none;
    color: inherit;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-bottom-color: transparent;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    display: none;
    content: '';
    position: absolute;
    border-width: inherit;
    border-color: inherit;
    border-style: inherit;
    width: 100vw;
    height: 200vw;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before {
    display: block;
    height: auto;
    top: 100%;
    right: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.product-filter .btn.active {
    box-shadow: none;
}
