/*------------------------------------------------------------------
Project:	eShop
Version:	2.0
Created: 18/05/2017
-------------------------------------------------------------------*/

/* ===== General ===== */

html.menu-opened { overflow: hidden; }
body {
	height: auto;
	overflow-x: hidden;
}
ul {
	margin-bottom: 0;
	list-style: none;
}
a:hover,
a:focus,
button:hover,
button:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
}
.nocontent {
	padding: 30px 0;
}
.nocontent p {
	color: #d12b10;
	font-size: 30px;
}

/* Containers */

.menu-opened #page-body { cursor: url(/images/cursor_close.png), progress; }
.menu-opened #page-body:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
	background: rgba(0,0,0,0.5);
    z-index: 99999;
}

section.eshop-section {
	margin-bottom: 45px;
}
.border-container {
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}
@media (min-width: 1092px) {
	.top-search {
		margin-top: 17px;
	}
}
@media (min-width: 1200px) {
	.container {
	    width: 1200px !important;
	}
}

.page-heading {
    color: #434343;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
}

/* Headings */
.section-heading {
	margin: 0 0 20px;
	position: relative;
}
.section-heading h2 {
    color: #333e48;
	font-size: 25px;
    font-weight: normal;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 13px;
	margin: 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.section-heading h2:before {
	content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    width: 115px;
    height: 2px;
    position: absolute;
    background-color: #d12b10;
}
.section-heading p {
	color: #747474;
	line-height: 28px;
	margin: 0;
}

/* Theme buttons */
.btn.btn-theme {
	color: #fff;
	width: 100%;
	padding: 5px;
	font-size: 13px;
	line-height: 27px;
	border-radius: 25px;
	border: 1px solid #d12b10;
	background-color: #d12b10;
	transition: all .35s ease-in-out;
}
.btn.btn-theme.btn-theme-big {
	font-size: 14px;
	line-height: 40px;
}
.btn.btn-theme:hover {
	border-color: #003070;
	background-color: #002c76;
}

/* colors */
.btn-theme.btn-theme-gray {
	border-color: #333e48;
	background-color: #333e48;
}
.btn-theme.btn-theme-graylight {
	border-color: #e6e6e6;
	background-color: #e6e6e6;
}
.btn-theme.btn-theme-gray:hover,
.btn-theme.btn-theme-graylight:hover {
	border-color: #d12b10;
	background-color: #d12b10;
}

/* Quantity */
.quantity {
	position: relative;
}
.quantity input {
	color: #a0a0a0;
	width: 100%;
	height: 34px;
	min-height: 34px;
	padding: 7px 15px;
	border-radius: 15px;
	border: 1px solid #eaeaea;
}
.quantity .qty-inner > span {
	top: 7px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background-color: #ededed;
}
.quantity .qty-inner > span.qty-up {
	right: 35px;
}
.quantity .qty-inner > span.qty-down {
	right: 10px;
}

/* ===== Menu mobile ===== */

.menu-mobile {
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	position: fixed;
	border-radius: 0;
	background-color: #fff;
	padding-top: 0 !important;
	transform: translate(-280px, 0);
	transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 100000;
}
.menu-mobile.opened {
	transform: translate(0px, 0px);
}
.menu-mobile .main-nav {
	padding: 0;
}
.menu-mobile .main-nav > li {
	position: relative;
}
.menu-mobile .main-nav li a {
	color: #333e48;
	font-weight: bold;
	line-height: 26px;
	padding: 12px 18px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	transition: all .3s;
}
.menu-mobile .main-nav li.menu-mobile-open > a {
	color: #fff;
	background-color: #d12b10;
}
.menu-mobile .main-nav li.menu-mobile-open > span {
	color: #fff;
}
.menu-mobile .main-nav li .expand {
	bottom: 0;
	width: 100%;
	text-align: right;
	line-height: 50px;
	padding-right: 20px;
	position: absolute;
	cursor: pointer;
}
.menu-mobile .main-nav li > .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
	position: relative;
}
.menu-mobile .main-nav .menu-mobile-open > .dropdown-menu {
	display: block;
}
.menu-mobile .main-nav li > .dropdown-menu li a {
	font-weight: normal;
	padding-left: 30px;
}
.menu-mobile .main-nav li > .dropdown-menu li a:hover {
	color: #d12b10;
    font-weight: bold;
	background-color: transparent;
}

/* ===== Header ===== */

.top-bar {
	font-size: 13px;
	padding: 8px 0;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
.top-bar-list li {
	line-height: 28px;
	padding: 0 15px;
	display: inline-block;
}
.top-bar-list {
	padding: 0;
}
.top-bar-list li:first-child {
	padding-left: 0;
}
.top-bar-list i {
	color: #d12b10;
	margin-right: 6px;
}
.top-bar-right {
	text-align: right;
}
.top-bar-right > ul > li {
	position: relative;
}
.top-bar-right > ul > li:before {
	content: '';
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    background: #cad5d5;
}
.top-bar-right > ul > li:last-child:before {
	display: none;
}
.top-bar-right .top-bar-list a {
	transition: color .3s ease-in-out;
}
.top-bar-right .top-bar-list a,
.top-bar-right .top-bar-list i {
	color: inherit;
}
.top-bar-right .top-bar-list a:hover {
	color: #d12b10;
	text-decoration: none;
}
.top-bar-right .or {
	color: #959595;
}
.header-middle {
	padding: 2px 0;
}
.header-logo {
	text-align: center;
}
.searchbox .navbar-form {
	margin: 0;
	padding: 0;
	position: relative;
	border-radius: 25px;
	border: 2px solid #d12b10;
}
.searchbox .navbar-form input[type="text"] {
	width: 100%;
	height: 35px;
	padding-left: 25px;
	padding-right: 25px;
	border: 0;
	box-shadow: none;
	border-radius: 23px;
}
.searchbox .navbar-form button {
    top: 0;
    right: -3px;
    color: #000;
    width: 75px;
    height: 100%;
    border: none;
	position: absolute;
    border-radius: 0 25px 25px 0;
	background-color: #d42916;
}
.top-cart {
	padding-top: 13px;
	text-align: right;
}
.top-cart a {
	color: inherit;
}
.top-cart a:hover {
	text-decoration: none;
}
.top-cart i {
	font-size: 24px;
}
.top-cart .number {
	position: relative;
	display: inline-block;
}
.top-cart .number .n-item {
	top: 6px;
	left: -13px;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	background-color: #d12b10;
}
.top-cart .number .money {
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
}
.top-cart .navbar-responsive-menu {
	float: left;
	padding: 0;
	margin-top: -8px;
}
.top-cart .navbar-responsive-menu .btn-navbar {
	color: #fff;
	font-size: 21px;
	width: 45px;
	height: 45px;
	line-height: 48px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	background-color: #d12b10;
}
.header-bot {
	background-color: #fff;
}
.header-bot.header-fixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	box-shadow: 0 0 10px #ddd;
    border-bottom: 1px solid #eaeaea;
	z-index: 1001;
}
.header-bot .sticky-logo {
	padding-top: 4px;
	display: none;
}
.header-bot.header-fixed .sticky-logo {
	display: block;
}
.header-bot.header-fixed .vertical-menu {
	display: none;
}

/* ===== Menu ===== */

.navbar {
	padding: 20px 0;
	min-height: auto;
}
.navbar .navbar-brand {
	padding: 0;
}
.navbar .logo {
	width: 60%;
}
.navbar-nav > li {
	padding: 0 17px;
}
.navbar-nav > li > a {
	padding: 15px 0;
}
.vertical-menu .navigation {
	position: relative;
}
.vertical-menu .head {
	color: #000;
	font-size: 18px;
	padding: 5px 20px;
	/*background-color: #d12b10;*/
	background-color: #d12b10;
	border-radius: 10px;
	cursor: pointer;
}
.vertical-menu .opened .head,
.templateIndex .vertical-menu .head {
	border-radius: 10px 10px 0px 0px;
}
.vertical-menu .head i {
    top: -1px;
	font-size: .7em;
    margin-right: 8px;
	position: relative;
}
.vertical-menu .navbar,
.vertical-menu .collapse.navbar-collapse,
.vertical-menu .main-nav {
	padding: 0;
	max-height: initial;
}
.vertical-menu .navbar {
	width: 100%;
	position: absolute;
	padding-bottom: 12px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	display: none;
	z-index: 2;
}
.templateIndex .vertical-menu .navbar {
	display: block;
}
.vertical-menu .main-nav li {
	padding: 0 17px;
}
.vertical-menu .main-nav li.dropdown {
	position: static;
	border-radius: 0 0 10px 10px;
	/*box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);*/
}
.vertical-menu .main-nav li.dropdown:after {
	content: '\f105';
	font-size: 16px;
	font-weight: bold;
	float: right;
	margin-top: -33px;
	margin-right: 10px;
	font-family: FontAwesome;
	transition: all 0.3s;
}
.vertical-menu .main-nav li.dropdown.hover > a,
.vertical-menu .main-nav li.dropdown.hover:after {
	color: #d12b10;
	font-weight: bold;
}
.vertical-menu .main-nav a {
	color: #333e48;
	line-height: 26px;
	font-weight: normal;
	padding: 7px 0;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s;
}
.vertical-menu .main-nav li:last-child > a {
	border-bottom: none;
}
.vertical-menu .main-nav a:hover,
.vertical-menu .main-nav a:focus {
	color: #d12b10;
	font-weight: bold;
}
.vertical-menu .main-nav li.dropdown > .dropdown-menu {
	top: -4%;
	left: 100%;
	width: 270px;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
}
.vertical-menu .main-nav li.dropdown:hover > .dropdown-menu {
	display: block;
}
.vertical-menu .main-nav li.dropdown > .dropdown-menu:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	position: absolute;
	background-color: #d12b10;
}
.vertical-menu .main-nav li.dropdown > .dropdown-menu li a:hover {
	background-color: #fff;
}
.horizontal-menu .navbar-collapse {
	padding: 0; 
}
.horizontal-menu .main-nav {
	padding: 0;
	margin: 0;
}
.horizontal-menu .main-nav li {
	float: left;
	padding: 0 17px;
	position: relative;
}
.horizontal-menu .main-nav li a {
	color: #000;
	font-size: 16px;
	padding: 5px 0;
	display: block;
	transition: color .3s ease-in-out;
}
.horizontal-menu .main-nav li.dropdown:after {
	content: '\f107';
	top: 5px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
	position: absolute;
	font-family: FontAwesome;
	transition: color .3s ease-in-out;
}
.horizontal-menu .main-nav li:hover a,
.horizontal-menu .main-nav li.dropdown:hover:after {
	color: #d12b10;
}
.horizontal-menu .main-nav li.dropdown.hover > a:after {
	content: '\f0d8';
	left: 35%;
	bottom: -9px;
	color: #d12b10;
	position: absolute;
	font-family: FontAwesome;
}
.horizontal-menu .main-nav li.dropdown:hover > .dropdown-menu {
	display: block;
}
.horizontal-menu .main-nav li.dropdown > .dropdown-menu {
	top: 96%;
	width: 270px;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #d12b10;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
}
.horizontal-menu .main-nav li.dropdown > .dropdown-menu li {
	float: none;
	padding: 0 18px;
}
.horizontal-menu .main-nav li.dropdown > .dropdown-menu a {
	color: #333e48;
	font-size: 14px;
	padding: 5px 0;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.3s;
}
.horizontal-menu .main-nav li.dropdown > .dropdown-menu li:last-child a {
	border-bottom: none;
}
.horizontal-menu .main-nav li.dropdown > .dropdown-menu a:hover {
	color: #d12b10;
	font-weight: bold;
	background-color: #fff;
}

/* ===== Login & Register ===== */

.page-login {
	padding-bottom: 40px;
}
.page-login .section-heading h2 {
	text-transform: none;
	margin-bottom: 10px;
}
.page-login form button[type="submit"] {
	font-weight: bold;
	line-height: 27px !important;
	padding: 10px 30px;
	margin-top: 20px;
}
.page-login .links p {
	margin-bottom: 5px;
}
.page-login .links p a {
	color: #d12b10;
}
.page-login .links p a:hover {
	text-decoration: underline;
}
.page-login .lost-password-form {
	margin-top: 26px;
	display: none;
}
.page-login .lost-password-form button[type="submit"] {
	margin: 0;
}
.alert.alert-error {
	text-align: center;
	border-color: #ebccd1;
	background-color: #f2dede;
}
.alert.alert-error p {
	color: #a94442;
	margin-bottom: 6px;
}
.alert.alert-error ul {
	padding-left: 0;
}

/* ===== Home slideshow ===== */

.swiper-container {
	width: 100%;
	max-height: 485px;
	background-color: #fff;
}
.swiper-pagination .swiper-pagination-bullet {
	transition: all .3s;
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 4px;
	background-color: #d12b10;
	opacity: 1;
}

/* ===== Home top banner ===== */

.home-top-banner .banner-item {
	position: relative;
}
.home-top-banner .banner-item a:before {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
	transition: all 0.35s ease 0s;
    background-color: rgba(0,0,0,0.1);
}
.home-top-banner .banner-item a:hover:before {
	width: 100%;
	height: 100%;
}

/* ===== Tabs general ===== */

.nav-tab-wrapper .nav-tabs {
	text-align: center;
}
.nav-tab-wrapper .nav-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.nav-tab-wrapper .nav-tabs li {
	float: none;
	margin: 0 auto;
	padding: 0 20px;
	display: inline-block;
}
.nav-tab-wrapper .nav-tabs li a {
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	padding: 0 0 9px;
	margin: 0;
	border: none;
	position: relative;
}
.nav-tab-wrapper .nav-tabs li a:active,
.nav-tab-wrapper .nav-tabs li a:focus {
	background-color: #fff;
}

.nav-tab-wrapper .nav-tabs li.active a:hover,
.nav-tab-wrapper .nav-tabs li.active a:focus {
	border: none;
}
.nav-tab-wrapper .nav-tabs li a:before {
	content: '';
    left: 50%;
    bottom: -1px;
	width: 0;
    height: 2px;
    position: absolute;
    background-color: #d12b10;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1;
}
.nav-tab-wrapper .nav-tabs li a:after {
	content: "\f0d7";
    left: 0;
    right: 0;
    bottom: -15px;
	color: #d12b10;
	font-family: FontAwesome;
	position: absolute;
	transition: all 0.3s ease;
	opacity: 0;
}
.nav-tab-wrapper .nav-tabs li a:hover:before,
.nav-tab-wrapper .nav-tabs li.active a:before {
	left: 0;
	width: 100%;
	opacity: 1;
}
.nav-tab-wrapper .nav-tabs li a:hover:after,
.nav-tab-wrapper .nav-tabs li.active a:after {
	opacity: 1;
}

/* ===== Home tabs ===== */

.home-tabs {
	margin-top: 70px;
}
.home-tabs .nav-tabs {
	float: right;
	width: 66.66666667%;
}

/* Home tabs content */
.special-offer-product {
	margin: -16px 15px 0 0;
	border: 2px solid #d12b10;
	border-radius: 20px;
}
.special-offer-product .product-wrapper {
	padding: 25px 20px 30px;
}
.special-offer-product .special-product-label .spl-text {
    color: #343f49;
	font-size: 28px;
	line-height: 26px;
    display: inline-block;
}
.special-offer-product .special-product-label .spl-text strong {
	display: block;
}
.special-offer-product .special-product-label .spl-save {
	float: right;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #343f49;
}
.special-offer-product .product-wrapper .product-image {
    margin: 7px 0 15px;
	transition: all 0.35s ease 0s;
}
/* Start: Product name */
.special-offer-product .product-wrapper .product-content .product-name {
	font-size: 16px;
	margin: 0 0 13px;
}
.special-offer-product .product-wrapper .product-content .product-name a {
	color: #0062bd;
	transition: color .3s ease-in-out;
}
.special-offer-product .product-wrapper .product-content .product-name a:hover {
	color: #d12b10;
}
/* End: Product name */
.special-offer-product .product-wrapper .product-content .product-price {
	color: #343f49;
	font-size: 20px;
	margin-top: 5px;
}
.special-offer-product .product-wrapper .product-content .product-price .price-compare {
    color: #383838;
    font-size: 18px;
	margin-right: 13px;
	vertical-align: text-top;
    text-decoration: line-through;
}
.special-offer-product .product-wrapper .product-content .product-price .price-sale {
	color: #d12b10;
	font-size: 30px;	
}
.special-offer-product .product-wrapper .product-content .product-price .price {
	font-size: 30px;
}
.special-offer-product .product-wrapper .product-content .deal-progress .deal-stock {
	color: #383838;
	font-size: 15px;
	text-align: left;
	padding: 26px 0 13px;
}
.special-offer-product .product-wrapper .product-content .deal-progress .progress {
	border-radius: 10px;
	margin-bottom: 0;
	box-shadow: none;
}
.special-offer-product .product-wrapper .product-content .deal-progress .progress .progress-bar {
	border-radius: 10px;
	box-shadow: none;
	background-color: #d12b10;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .deal-text {
	color: #383838;
	font-size: 15px;
	padding-top: 15px;
	display: block;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown {
	padding: 0;
	margin-top: 15px;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li:last-child {
	margin-right: 0;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li span {
	font-size: 26px;
	padding: 3px 8px;
	display: block;
	border-radius: 6px;
	background-color: #e6e6e6;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li span:after {
	content: ':';
	top: -3px;
	right: -11px;
	font-size: 30px;
	position: absolute;
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li:last-child span:after {
	content: '';
}
.special-offer-product .product-wrapper .product-content .wrapper-countdown .countdown li p {
	font-size: 13px;
	margin: 3px 0 0;
	text-transform: uppercase;
}
.home-tabs .product-grid-item .product-wrapper {
	padding: 15px 25px;
}
.home-tabs .product-grid-item .product-wrapper:after,
.products-grid .product-wrapper:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: -10.5%;
	position: absolute;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	transform: rotateX(45deg);
	transform-origin: bottom;
    box-shadow: 0 0 5px 0 #c6c6c6;
    transition: all 0.35s ease 0s;
	opacity: 0;
	z-index: -1;
}
.products-grid.products-page .product-wrapper:after {
	top: -13px;
	bottom: -13.5%;
}
.home-tabs .product-grid-item .product-wrapper:hover:after,
.products-grid .product-wrapper:hover:after {
	opacity: 1;
	transform: rotateX(0);
}
.home-tabs .product-wrapper .product-image {
	position: relative;
}
.home-tabs .product-wrapper .product-image .product-wrapper-info {
	position: relative;
}
.home-tabs .product-grid-item {
	padding: 0;
	margin-bottom: 20px;
}
.home-tabs .product-grid-item .product-wrapper:before,
.products-grid .product-grid-item .product-wrapper:before {
	content: '';
	left: 0;
	top: 45px;
	bottom: 80px;
	width: 1px;
	position: absolute;
	background-color: #eaeaea;
}
.home-tabs .product-grid-item .product-wrapper:before {
	bottom: 40px;
}
.home-tabs .product-grid-item:nth-child(3n+1) .product-wrapper:before,
.products-grid .product-grid-item:first-child .product-wrapper:before {
	display: none;
}
.home-tabs .product-grid-item .product-type,
.products-grid .product-wrapper .product-type {
	color: #747474;
	font-size: 12px;
	min-height: 20px;
	margin-bottom: 4px;
}
.home-tabs .product-grid-item .product-name,
.products-grid .product-wrapper .product-name {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	margin-bottom: 15px;
}
.home-tabs .product-grid-item .product-name {
	position: absolute;
}
.home-tabs .product-grid-item .product-name a,
.products-grid .product-wrapper .product-name a {
	color: #0062bd;
	transition: color .3s;
}
.home-tabs .product-grid-item .product-name a:hover,
.products-grid .product-wrapper .product-name a:hover {
	color: #d12b10;
}
.home-tabs .product-grid-item .featured-img,
.products-grid .product-wrapper .featured-img {
	margin-bottom: 15px;
	position: relative;
}
.products-grid .product-wrapper .featured-img img {
	margin: 0 auto
}
.products-grid.products-page .product-grid-item {
	margin-bottom: 50px;
	max-height: 340px;
}
.products-grid.products-page .product-grid-item .product-wrapper:before {
	top: 10px;
	bottom: 30px;
}
.products-grid.products-page .product-grid-item:nth-child(4n+1) .product-wrapper:before {
	display: none;
}
.home-tabs .product-grid-item .featured-img {
	margin-top: 45.6px;
}
.home-tabs .product-grid-item .featured-img .product-label {
	top: 10px;
	left: 0;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	letter-spacing: .5px;
	text-transform: uppercase;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	display: block;
	background-color: #343f49;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper,
.products-grid .product-wrapper .product-content .price-cart-wrapper {
	padding: 0 38px 13px 0;
	position: relative;
	/*border-bottom: 1px solid transparent;*/
}
.home-tabs .product-grid-item .product-wrapper:hover .product-content .price-cart-wrapper,
.products-grid .product-wrapper:hover .product-content .price-cart-wrapper {
	border-bottom-color: #eaeaea;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .product-price,
.products-grid .product-wrapper .product-content .price-cart-wrapper .product-price {
	padding-top: 5px;
	overflow: hidden;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .product-price .price,
.products-grid .product-wrapper .product-content .price-cart-wrapper .product-price .price {
	color: #343f49;
    font-size: 20px;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .product-price .price-compare {
    color: #848484;
    font-size: 12px;
    margin-left: 6px;
	text-decoration: line-through;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .product-price .price-sale {
	color: #d12b10;
    font-size: 20px;
    font-weight: 400;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .add-cart-button,
.products-grid .product-wrapper .product-content .price-cart-wrapper .add-cart-button {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 1;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .add-cart-button .add-to-cart,
.products-grid .product-wrapper .product-content .price-cart-wrapper .add-cart-button .add-to-cart {
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	border: none;
	border-radius: 50%;
	background-color: #e6e6e6;
	transition: background-color .6s ease
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .add-cart-button .add-to-cart:hover,
.products-grid .product-wrapper .product-content .price-cart-wrapper .add-cart-button .add-to-cart:hover {
	background-color: #d12b10;
}
.home-tabs .product-grid-item .product-content .price-cart-wrapper .add-cart-button i,
.products-grid .product-wrapper .product-content .price-cart-wrapper .add-cart-button i {
	font-size: 20px;
	line-height: 34px;
}
.home-tabs .product-grid-item .product-content .product-button,
.products-grid .product-wrapper .product-button {
	left: 0;
    right: 0;
    bottom: -10.5%;
    width: 100%;
	text-align: center;
	border: 1px solid #eaeaea;
	padding-bottom: 15px;
	border-top: 0;
	position: absolute;
	border-radius: 0px 0px 5px 5px;
	transform: translateY(20px);
	transition: all 0.35s ease-out 0.25s;
	opacity: 0;
}
.products-grid.products-page .product-wrapper .product-button {
	bottom: -13.5%;
}
.home-tabs .product-grid-item .product-wrapper:hover .product-button,
.products-grid .product-wrapper:hover .product-button {
	opacity: 1;
	transform: translateY(0);
}
.home-tabs .product-grid-item .product-content .product-button > div,
.products-grid .product-wrapper .product-button > div {
	display: inline-block;
}
.home-tabs .product-grid-item .product-content .product-button a,
.products-grid .product-wrapper .product-content .product-button a {
	color: #747474;
	font-size: 13px;
	transition: color .3s;
}
.home-tabs .product-grid-item .product-content .product-button a:hover,
.products-grid .product-wrapper .product-content .product-button a:hover {
	color: #d12b10;
}
.home-tabs .product-grid-item .product-content .product-button a i,
.products-grid .product-wrapper .product-content .product-button a i {
	margin-right: 3px;
}
.home-tabs .product-grid-item .product-content .product-button .quick-shop-button,
.products-grid .product-wrapper .product-content .product-button .quick-shop-button {
	margin-right: 10px;
}
.home-tabs .products-pagination {
	padding-top: 30px;
}
.products-pagination .pagination .active a,
.products-pagination .pagination a:hover {
	color: #fff;
	border-color: #d12b10;
	background-color: #d12b10;
}

/* ===== Home partners ===== */

.home-partners {
	padding: 8px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.home-partners-list {
	padding: 0;
}
.home-partners-list img {
	margin: 0 auto;
	filter: grayscale(1);
	transition: filter .3s;
}
.home-partners-list a:hover img {
	filter: grayscale(0);
}
.home-partners-list .slick-prev {
	left: 20px;
}
.home-partners-list .slick-next {
	right: 20px;
}

/* ===== Product page ===== */

.page-product .nav-tab-wrapper .nav-tabs {
	border-bottom: none;
}
.page-product .more-view-image {
	margin-bottom: 20px;
}
.page-product .more-view-image,
.page-product .product-info {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.page-product .more-view-image .gallery-image-thumb {
	padding: 0;
	max-height: 78px;
	overflow: hidden;
}
.page-product .more-view-image .gallery-image-thumb li {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
}
.page-product .more-view-image .gallery-image-thumb li a {
	display: block;
	position: relative;
}
.page-product .more-view-image .gallery-image-thumb li a img {
	border: 2px solid #eaeaea;
}
.page-product .more-view-image .gallery-image-thumb li a:hover:after,
.page-product .more-view-image .gallery-image-thumb li a.active:after {
	content: '';
	bottom: 1px;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: #d12b10;
}
.page-product .more-view-image .gallery-image-thumb .slick-prev {
	left: 0;
}
.page-product .more-view-image .gallery-image-thumb .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
}
.page-product .more-view-image .gallery-image-thumb .slick-next {
	right: 10px;
}
.page-product .more-view-image .gallery-image-thumb .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
}
.page-product .more-view-image .gallery-image-thumb .slick-prev:hover,
.page-product .more-view-image .gallery-image-thumb .slick-next:hover {
	color: #fff;
	background-color: #d12b10;
}
.page-product .more-view-image .gallery-image-thumb .slick-prev:hover:before,
.page-product .more-view-image .gallery-image-thumb .slick-next:hover:before {
	color: #fff !important;
	opacity: 1;
}
.page-product .product-info .product-type {
	color: #747474;
	font-size: 12px;
	margin-bottom: 5px;
}
.page-product .product-info h1 {
	color: #333e48;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
}
.page-product .product-info .product-rating {
	margin-bottom: 14px;
}
.page-product .product-info .product-rating {
	direction: rtl;
	text-align: left;
	unicode-bidi: bidi-override;
}
.page-product .product-info .product-rating span {
	font-size: 16px;
	width: 1.1em;
	cursor: pointer;
	display: inline-block;
}
.page-product .product-info .product-rating span:hover:before,
.page-product .product-info .product-rating span:hover ~ span:before,
.page-product .product-info .product-rating span.selected:before,
.page-product .product-info .product-rating span.selected ~ span:before {
	content: "\f005";
	color: #d12b10;
	font-family: 'FontAwesome';
   	position: absolute;
}
.page-product .product-info .social-sharing {
	padding-bottom: 10px;
}
.page-product .product-info .social-sharing .product-share {
	padding: 0;
}
.page-product .product-info .social-sharing .product-share li {
	margin-right: 10px;
	display: inline-block;
}
.page-product .product-info .social-sharing .product-share li a {
	color: #333e48;
	font-size: 18px;
	line-height: 28px;
	transition: color .3s;
}
.page-product .product-info .social-sharing .product-share li a:hover {
	color: #d12b10;
}
.page-product .product-info .product-description {
	color: #747474;
	line-height: 1.6;
	text-align: justify;
}
.page-product .product-action .product-action-container {
	padding: 15px 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	border: 2px solid #ddd;
}
.page-product .product-action #stock {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.page-product .product-action #stock span {
	color: #8f8e94;
	font-size: 13px;
	display: inline-block;
}
.page-product .product-action #stock span.stock {
	color: #5bb300;
	padding-left: 5px;
	font-weight: bold;
}
.page-product .product-action #stock span.stock.no-stock {
	color: #d9534f;
}
.page-product .product-action .product-price {
	color: #333e48;
	font-size: 35px;
	margin: 11px 0 17px;
	position: relative;
}
.page-product .product-action .product-price .price-sale {
	padding-top: 20px;
	display: block;
}
.page-product .product-action .product-price .price-compare {
	top: 7px;
	left: 0;
	color: #848484;
	font-size: 12px;
	text-decoration: line-through;
	position: absolute;
}
.page-product .product-action .quantity-products {
	width: 135px;
}
.page-product .product-action .quantity-products label {
	color: #333e48;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	display: block;
}
.page-product .product-action .action-button {
	margin: 30px 0 6px;
}
.page-product .product-action .action-button button:disabled {
	cursor: not-allowed !important;
	pointer-events: all !important;
	border: none;
}
.page-product .product-action .action-button button:disabled {
	background-color: #F8A46F;
}
.page-product .product-action .add-to-wishlist,
.page-product .product-action .add-to-compare {
	color: #747474;
	padding: 6px 5px 6px 0;
	transition: color .3s;
}
.page-product .product-action .add-to-wishlist:hover,
.page-product .product-action .add-to-compare:hover {
	color: #d12b10;
}
.page-product .product-detail-tab {
    padding: 40px 0;
	background: #f9f9f9;
}
.page-product .product-detail-tab .product-simple-tab {
	padding-top: 35px;
	background-color: #fff;
}
.page-product .product-detail-tab .product-simple-tab .tab-content {
	padding: 60px 70px;
	position: relative;
}
.page-product .product-detail-tab .product-simple-tab .tab-content:before {
	content: '';
	top: -12px;
	left: 30px;
	right: 30px;
	height: 1px;
	position: absolute;
	background-color: #ddd;
}
.page-product .product-detail-tab .product-simple-tab .tab-content .tab-pane p,
.page-product .product-detail-tab .product-simple-tab .tab-content .tab-pane ul {
	color: #747474;
	font-size: 15px;
    line-height: 28px;
	margin-bottom: 40px;
}
.page-product .product-detail-tab .product-simple-tab .tab-content .tab-pane ul {
	list-style-type: initial;
}

/* ===== Footer ===== */

footer {
	margin-top: 0;
}
footer p i {
	color: #fff;
	margin-right: 3px;
	font-size: 16px !important;
}

/* ===== Scroll to top ===== */

#scroll-to-top {
	right: 25px;
	bottom: 10px;
	position: fixed;
	transition: all .2s ease-out 0s;
	opacity: 0;
	z-index: 9;
}
#scroll-to-top.on {
	bottom: 10%;
	opacity: 1;
}
#scroll-to-top i {
	width: 42px;
	height: 42px;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #d12b10;
	transition: opacity .3s ease-in-out;
	opacity: .6;
}
#scroll-to-top a:hover i {
	opacity: 1;
}

/* ===== Modal ===== */

.addcart-modal .close {
	top: -17px;
	right: -17px;
	color: #fff;
	width: 35px;
	height: 35px;
	opacity: 1;
	position: absolute;
	border-radius: 50%;
	background-color: #d12b10;
}
.addcart-modal .modal-body {
	padding: 0;
}
.addcart-modal .modal-body .note {
	color: #5bb300;
	padding: 30px;
	margin-bottom: 0;
}
.addcart-modal .modal-body .addcart-modal-product {
	/*padding: 0px 30px 20px;*/
	padding: 0px 30px 70px;
}
.addcart-modal .modal-body .addcart-modal-product .addcart-modal-image {
	float: left;
	margin-right: 30px;
}
.addcart-modal .modal-body .addcart-modal-product .addcart-modal-info .addcart-modal-title {
    color: #0062bd;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	transform: translateY(20px);
}
.addcart-modal .modal-body .addcart-modal-product .addcart-modal-info .addcart-modal-qty {
	margin-bottom: 8px;
}
.addcart-modal .modal-body .addcart-modal-product .addcart-modal-info .addcart-modal-price {
	font-size: 18px;
}
.addcart-modal .modal-body .addcart-modal-action {
	padding: 20px 0 40px;
	margin: 0 30px;
	border-top: 1px solid #eaeaea;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-number {
	font-size: 16px;
    margin-bottom: 15px;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-subtotal {
	font-size: 30px;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-button {
	padding-top: 20px;
	overflow: hidden;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-button .btn {
	line-height: 27px;
	padding: 10px 30px;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-button .btn i.left {
	margin-right: 7px;
	vertical-align: middle;
}
.addcart-modal .modal-body .addcart-modal-action .addcart-modal-button .btn i.right {
	float: right;
	margin-top: 8px;
	margin-left: 7px;
}

/* ===== Cart ===== */

.page-cart .cart-empty {
	font-size: 15px;
	display: none;
	margin-bottom: 30px;
}
.page-cart .cart-empty p {
	margin: 0;
	line-height: 25px;
}
.page-cart .cart-empty a {
	color: inherit;
	transition: color .3s;
}
.page-cart .cart-empty a:hover {
	color: #d12b10;
}
.page-cart .cart-table {
	margin-bottom: 30px;
}
.page-cart .cart-table table {
	margin-bottom: 0;
}
.page-cart .cart-table table thead th  {
	color: #747474;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.page-cart .cart-table tbody td {
	text-align: center;
	padding: 30px 20px;
	vertical-align: middle;
}
.page-cart .cart-table tbody tr:last-child td {
	border-bottom: 1px solid #eaeaea;
}
.page-cart .cart-table td.action button {
  	color: #7a7a7a;
	font-size: 23px;
	padding: 0;
	border: 0;
	background: none;
}
.page-cart .cart-table td.action button:hover,
.page-cart .cart-table td.action button:focus,
.page-cart .cart-table td.action button:active {
	color: #d12b10;
}
.page-cart .cart-table td.item-image img {
	margin: 0 auto;
	display: block;
}
.page-cart .cart-table td.item-title {
	text-align: left;
}
.page-cart .cart-table td.item-title a,
.page-cart .cart-table td.item-price,
.page-cart .cart-table td.item-total {
	color: #3e3e3e;
	font-size: 17px;
	transition: color .3s;
}
.page-cart .cart-table td.item-title a {
	font-size: 15px;
}
.page-cart .cart-table td.item-title a:hover {
	color: #d12b10;
}
.page-cart .cart-table td.item-qty .quantity {
	width: 115px;
	margin: 0 auto;
}
.page-cart .price {
    color: #2c2c2c;
    font-size: 16px;
	text-align: right;
    padding: 3px 25px;
}
.page-cart .cart-action {
	text-align: right;
	margin-bottom: 30px;
}
.page-cart .cart-action .btn {
	color: #333e48;
	font-size: 16px;
	width: auto;
	padding: 10px 30px;
	margin-left: 13px;
	display: inline-block;
}
.page-cart .cart-action button.btn:hover {
	color: #fff;
}

/* ===== Checkout ===== */

.page-checkout .checkout {
	background-color: #FAFAFA;
}
.page-checkout .sidebar {
	position: relative;
}
.page-checkout .main {
	background-color: #fff;
}
.page-checkout .order-summary_items {
	border-bottom: 1px solid #e1e1e1;
}
.page-checkout .checkout-table {
    /*max-height: 243px;
    overflow-y: scroll;*/
}
.page-checkout .checkout-table td {
	border-top: none;
}
.page-checkout .checkout-table .product-thumbnail {
	width: 4.6em;
	height: 4.6em;
	position: relative;
	border-radius: 6px;
	border: 1px solid #e1e1e1;
}
.page-checkout .checkout-table .product-thumbnail img {
	height: 100%;
	border-radius: 6px;
}
.page-checkout .checkout-table .product-thumbnail .product-quantity {
	top: -8px;
	right: -8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0.15em 0.65em;
	border-radius: 50%;
	position: absolute;
	background-color: rgba(153,153,153,0.9);
}
.page-checkout .checkout-table .product-description,
.page-checkout .checkout-table .product-price {
    font-size: 12px;
	font-weight: bold;
	/*padding-top: 10px;*/
}
.page-checkout .checkout-table .product-price {
    font-size: 14px;
    text-align: right;
}
.page-checkout .order-summary_totals .subtotals {
	padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.page-checkout .order-summary_totals .subtotals p {
    color: #717171;
    margin-bottom: 6px;
}
.page-checkout .order-summary_totals .subtotals p:last-child {
    margin-bottom: 0;
}
.page-checkout .order-summary_totals .subtotals p b {
    color: #414141;
}
.page-checkout .order-summary_totals .total {
    padding: 30px 0 20px;
}
.page-checkout .order-summary_totals .total p {
    font-size: 16px;
    margin-bottom: 0;
}
.page-checkout .order-summary_totals .total p b {
    top: -5px;
    font-size: 26px;
    position: relative;
}
.page-checkout .main {
    padding-bottom: 30px;
}
.page-checkout .main .customer-information .heading h2 {
    font-size: 23px;
    margin: 0 0 16px;
}
.page-checkout .main .customer-information .avatar {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e1e1e1;
}
.page-checkout .main .customer-information .name {
    padding-top: 10px;
}
.page-checkout .main .customer-information .name p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 3px;
}
.page-checkout .main .customer-information .name .logout {
    color: inherit;
    font-size: 15px;
    text-decoration: underline;
}
.page-checkout .main .address {
    margin-top: 30px;
}
.page-checkout

/* ===== Related products ===== */

.related-products {
	padding: 30px 0 10px;
}
.related-products .related-product {
	display: inline-block;
}
.related-products .related-product {
	position: relative;
}
.related-products .slick-list {
	min-height: 355px;
	overflow-y: visible;
}
.related-products .product-wrapper {
	padding: 15px;
}
.related-products .related-product .product-wrapper:before {
	bottom: 43px;
}
.related-products .slick-next:before {
	content: '\f105';
    font-family: 'FontAwesome';
}
.related-products .slick-prev:before {
	content: '\f104';
    font-family: 'FontAwesome';
}
.related-products .heading-arrows {
	top: 18px;
	right: 30px;
	position: absolute;
	display: inline-block;
}
.related-products .heading-arrows .slick-prev {
	left: -16px;
}
.related-products .slick-dots {
	bottom: 5px;
}

/* ===== Collections ===== */

.collection-item {
	padding: 0;
}
.collection-item .collection-inner {
	max-height: 320px;
	padding: 20px 20px 50px;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.35s ease 0s;
}
.collection-item .collection-inner:hover {
	box-shadow: 0 0 5px 0 #c6c6c6;
}
.collection-item .collection-inner:before {
	content: '';
	top: 50px;
	left: 0;
	bottom: 50px;
	width: 1px;
	display: block;
	position: absolute;
	background: #eaeaea;
}
.collection-item:first-child .collection-inner:before {
	display: none;
}
.collection-item .collection-inner .name {
	font-size: 18px;
	font-weight: normal;
	margin: 20px auto 0;
}
.collection-item .collection-inner .name a {
	color: #333e48;
}

/* ===== Profile ===== */

.account-detail {
	padding-bottom: 30px;
}
.account-detail .customer-info {
	margin-top: 25px;
	margin-bottom: 20px;
}
.account-detail .customer-info p {
	margin: 8px 0;
}
.account-detail .fa {
	color: #d12b10;
	font-size: 18px;
	margin-right: 7px;
}
.account-detail .last-connection {
	font-size: 12px;
}
.addresses {
	padding-bottom: 40px;
}
.addresses .add-address-btn {
	width: auto;
	padding: 0 30px;
}
.addresses .add-address-btn .fa {
	margin-right: 3px;
	vertical-align: middle;
}
.new-address-form {
	padding-top: 30px;
	display: none;
}
.profile-sidebar .nav li a {
	border-radius: 3px;
	background-color: #e6e6e6;
}
.profile-sidebar .nav li.active a,
.profile-sidebar .nav li a:hover {
	color: #fff;
	background-color: #d12b10;
}
.profile-sidebar .btn-upload-image {
	color: #fff;
	margin-top: 10px;
	border-color: #333e48;
	background-color: #333e48;
	transition: all .3s;
}
.profile-sidebar .btn-upload-image:hover {
	border-color: #d12b10;
	background-color: #d12b10;
}

/* ===== Breadcrumb ===== */

.breadcrumb {
	margin-bottom: 30px;
	background-color: #fff;
}
.breadcrumb li a,
.breadcrumb li.active {
	color: #333e48;
	line-height: 25px;
	padding: 5px 18px;
	display: inline-block;
	transition: color 0.3s;
}
.breadcrumb li a:hover {
	color: #d12b10;
}
.breadcrumb li:first-child a {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	display: none;
}

/* ===== Form ===== */

.control-wrapper {
	margin-bottom: 20px;
}
.control-wrapper label {
	margin-bottom: 5px;
	display: block;
}
.control-wrapper input[type="text"],
.control-wrapper input[type="number"],
.control-wrapper input[type="tel"],
.control-wrapper input[type="password"],
.control-wrapper input[type="email"],
.control-wrapper select {
	width: 100%;
	height: 50px;
	padding: 15px 30px;
	border-radius: 20px;
	display: block;
	border: 1px solid #eaeaea;
	transition: none;
}
.control-wrapper input[type="text"]:focus,
.control-wrapper input[type="number"]:focus,
.control-wrapper input[type="tel"]:focus,
.control-wrapper input[type="password"]:focus,
.control-wrapper input[type="email"]:focus,
.control-wrapper select:focus {
	outline: none;
	background-color: #eaeaea;
}
.control-wrapper.hidden-control {
	display: none;
}
.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}
.ckbox input[type="checkbox"] {
	margin-left: 10px;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #d12b10;
	background-color: #d12b10;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}

/* ===== Libraries fixed styles ===== */

/* Animate.css */
.header-bot.fadeInUp.animated ,
.dropdown .fadeInUp.animated,
.dropdown .fadeInRight.animated{
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
}

/* Bootstrap tooltip */
.tooltip {
	min-width: 125px;
}
.tooltip .tooltip-inner {
	background-color: #d12b10;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #d12b10;
}

/* Bootstrap accordion */
.panel-default > .panel-heading a {
	padding: 10px 15px;
	display: block;
}
.panel-collapse.collapse.in .panel-body {
	display: block !important;
}
.panel-body .btn-action {
	margin-left: 6px;
	border-color: #d12b10;
	background-color: #d12b10;
}

/* Slick.js */
.slick-list {
	z-index: 0;
}
.slick-prev {
	left: 20px;
	z-index: 9;
}
.slick-next {
	right: 20px;
	z-index: 9;
}
.slick-prev:before,
.slick-next:before {
	color: #747474 !important;
}
.slick-dots.expand-bullet > li {
	width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
	transition: all .3s;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots.expand-bullet > li:hover,
.slick-dots.expand-bullet > li.slick-active {
	width: 30px;
	border-radius: 4px;
	background-color: #d12b10;
	opacity: 1;
}
.slick-dots.expand-bullet > li button {
	width: 0;
	height: 0;
	padding: 0;
}
.slick-dots.expand-bullet > li button:before {
	display: none;
}
footer h3{
	font-family: "Droid Sans" !important;
	font-weight: normal !important;
	font-size: 18px;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}
.titulosFooter{
	padding: 0px 0px !important;
	margin-bottom: 25px;
	font-weight: normal !important;
	font-family: "Droid Sans" !important;
	color: #e1e1e1 !important;
	font-size: 18px;
	line-height: 32px;
	text-rendering: optimizelegibility;
}
.borderless td, .borderless th {
	border: none !important;
}
.btn-main {
	background-color: #d12b10 !important;
	color: #FFFFFF !important;
}

@media (max-width: 576px) {
	.logo {
		height: 80px;
		margin-top: 10px;
	}
}

@media (min-width: 576px) {
	.logo {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.logo {
		width: 240px;
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.logo {
		margin-top: 22px;
		width: 235px;
	}
}

@media (min-width: 1200px) {
	.logo {
		margin-top: 22px;
		width: 245px;
		height: auto;
	}
}
