
@import "libraries/lib.css";
@import "libraries/lightslider-master/lightslider.css";
@import "libraries/slick/slick-theme.css";
@import "libraries/slick/slick.css";
@import "libraries/Stroke-Gap-Icon/stroke-gap-icon.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/woocommerce.css";
@import "css/shortcode.css";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

/* * Body */

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #191919;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

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

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}



/* * Header */

main,footer {
	overflow-x: hidden;
}

#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}

/* - Top Header */
.top-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eeeeee;
	line-height: 45px;
	width: 100%;
}
.top-header .contact {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}
.top-header .contact li {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
}
.top-header .contact li:first-of-type {
	padding-left: 0;
}
.top-header .contact li::after {
	background-color: #e7e7e7;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.top-header .contact li:last-of-type::after {
	display: none;
}
.top-header .contact li a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #646464;
	letter-spacing: 0.14px;
	text-decoration: none;
}
.top-header .contact li a span {
	color: #777;
	font-weight: 400;
}
.top-header .contact li a:hover {
	color: #646464;
}
.top-header .contact li a > i {
	font-size: 14px;
	padding-right: 10px;
	vertical-align: middle;
}
.top-header .dropdown-bar {
	float: right;
}
.top-header .dropdown-bar label {
	color: #777;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;	
	font-size: 14px;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}
.top-header .language-dropdown.dropdown {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}
.top-header .language-dropdown.dropdown:last-of-type {
	padding-right: 0;
}
.top-header .language-dropdown.dropdown::after {
	background-color: #e7e7e7;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.top-header .language-dropdown.dropdown:last-of-type::after {
	display: none;
}
.top-header .dropdown .btn {
	background-color: transparent;
    box-shadow: none;
    color: #191919;
    font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: 0.13px;
	text-transform: uppercase;
    outline: medium none;
    padding: 0;
}
.top-header .language-dropdown.dropdown li a {
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .language-dropdown.dropdown li a:hover {
	background-color: #96004b;
	color: #fff;
}
.top-header .dropdown .btn > span {
	margin-left: 10px;
	margin-top: -5px;
}

/* - Top Header 1 */

.top-header-1 {
	background-color: #96004b;
	border-bottom: none;
}
.top-header-1 .contact li a {
	color: #fff;
}
.top-header-1 .contact li a span {
	color: #fff;
}
.top-header-1 .contact li a:hover {
	color: #191919;
}
.top-header-1 .dropdown-bar label {
	color: #fff;
}
.top-header-1 .dropdown .btn {
	color: #fff;
}


/* - Middle Header */
.middle-header {
	margin-top: 5px;
	margin-bottom: 15px;
}
.middle-header .logo-block {
	/*max-width: 100%;*/
	margin-top: 22px;
}
.middle-header .logo-block a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #191919;
	text-decoration: none;
}
.middle-header .logo-block a img {
	padding-right: 8px;
}
.middle-header .logo-block a span {
	color: #96004b;
}
.header-info .input-group {
	margin-top: 20px;
}
.header-info .input-group .input-group-btn .btn-default {
	border-radius: 0;
	border-color: #eaeaea;
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	padding: 10.5px 28px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
}
.header-info .btn-default .caret {
	margin-left: 12px;
}
.header-info .input-group .input-group-btn .btn-default:hover,
.header-info .input-group .input-group-btn .btn-default:focus {
	background-color: transparent;
}
.header-info .input-group .input-group-btn .btn-default:focus {
	box-shadow: none;
	outline: none;
}
.header-info .dropdown-menu > li > a:focus, 
.header-info .dropdown-menu > li > a:hover {
	background-color: #96004b;
	color: #fff;
}
.header-info .input-group .form-control{
	height: 43px;
	border-right: none;
	border-color: #eaeaea;
	color: #c1c1c1;
	box-shadow: none;
	font-family: 'Ubuntu', sans-serif;
	
	font-size: 14px;
	letter-spacing: 0.52px;
}

.header-info .input-group span .btn-search {
	color: #c3c3c3;
	padding: 10.5px 12px;
	background-color: transparent;
	border: 1px solid #eaeaea;
	border-left: none;
	border-radius: 0;
}
.header-info .input-group span .btn-search:focus {
	box-shadow: none;
	outline: none;
}
.middle-header .add-to-cart {
	margin-top: 12px;
}
.middle-header .cart {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
.middle-header .cart li a{
	position: relative;
	padding-left: 55px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0;
}
.middle-header .cart li a > i {
	background-color: #96004b;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: 8px;
	left: 0;
	text-align: center;
}
.middle-header .cart li a h3 {
	color: #191919;
	display: inline-block;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 5px;
	letter-spacing: 0.52px;
	margin-top: 0;
	text-transform: uppercase;
}
.middle-header .cart li a h5 {
	margin: 0;
	color: #777;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
.middle-header .cart li a h5 span {
	color: #96004b;
}

/* - Middle Header 1 */

.middle-header-1 .col-md-5.col-sm-4.col-xs-4 {
	text-align: center;
}
.middle-header-1 .col-md-3.col-sm-2.col-xs-2.add-to-cart {
	text-align: right;
}

/* - Menu Block */
.menu-block {
	background-color: #c80064;
}

/* - Menu Block 1 */
.menu-block-1 {
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
}

/* - Detail Section*/
.detail-section {
	background-color: #363636;
	text-align: center;
	padding: 10px 0;
}
.detail-section ul {
	padding-left: 0;
	margin-bottom: 0;
}
.detail-section ul li {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-left: 54px;
	padding-right: 54px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
.detail-section ul li span {
	color: #96004b;
	padding-left: 3px;
}
.detail-section ul li::after {
	background-color: #5d5d5d;
    content: "";
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.detail-section ul li:last-of-type::after {
	display: none;
}
.detail-section ul li i {
	background-color: #96004b;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 32px;
	margin-right: 12px;
	height: 32px;
	width: 32px;
	text-align: center;
}


/* * Footer */

/* - Footer Main */

.footer-main {
	background-color: #191919;
	padding-top: 75px;
	padding-bottom: 75px;
}
.footer-main .footer-header a {
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 75px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-main .footer-header a span {
	color: #96004b;
}
.footer-main .footer-social ul {
	padding-left: 0;
	margin-bottom: 60px;
}
.footer-main .footer-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-main .footer-social ul li a {
	background-color: #96004b;
	border-color: #96004b;
	border: 1px solid #999;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .footer-social ul li a:hover {
	background-color: #96004b;
	border-color: #96004b;
	color: #fff;
}
.footer-main .ftr-widget h3 {
	color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.45px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 22px;
    position: relative;
    text-transform: uppercase;
}
.footer-main .ftr-widget h3::before {
	content: "";
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #fff;
	display: inline-block;
	position: absolute;
}
.footer-main .ftr-widget p,
.footer-main .ftr-widget p a {
	color: #999;
}
.footer-main .ftr-widget p {
	line-height: 26px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}

/* - About Widget */
.about-widget p i {
	padding-right: 12px;
}
.about-widget {
	padding-right: 46px;
}


/* - Link Widget */
.link-widget ul,
.instagram-widget ul,
.contact-widget ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
}
.link-widget ul li {
	margin-bottom: 15px;
}
.link-widget ul li a,
.contact-widget ul li a {
	font-size: 14px;
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.51px;
	text-decoration: none;
}
.link-widget ul li a,
.footer-main .ftr-widget p a { 
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}
.link-widget ul li a:hover,
.footer-main .ftr-widget p a:hover,
.contact-widget ul li a:hover { 
	color: #96004b; 
}

/* - Contact Widget */
.contact-widget p {
	padding-left: 40px;
	position: relative;
	margin-bottom: 17px;
}
.contact-widget p i {
	position: absolute;
	left: 0;
}
.contact-widget li {
	margin-bottom: 15px;
}

/* - Instagram Widget */
.instagram-widget {
	padding-left: 12px;
}
.instagram-widget ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* - Bottom Footer */
.bottom-footer {
	background-color: #191919;
	padding: 22px 0;
}
.bottom-footer .footer-content {
	border-top: 1px solid #333;
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: left;
	
}
.bottom-footer .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
.bottom-footer .breadcrumb > li + li::before {
	display: none;
}
.bottom-footer .breadcrumb > .active {
	color: #96004b;
}
.bottom-footer .breadcrumb li {
	margin: 0 14px;
}
.bottom-footer .breadcrumb li:last-of-type {
	margin: 0;
}
.bottom-footer .breadcrumb li, 
.bottom-footer .breadcrumb li a {
	color: #999;
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    text-decoration: none;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.bottom-footer .breadcrumb li a:hover {
	color: #96004b;
}
.bottom-footer .footer-copyright {
	display: inline-block;
}
.bottom-footer .footer-copyright p {
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: 0.44px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* * Page Banner */

.page-banner {
	background-color: #c80064;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 350px;
    min-height: 350px;
    position: relative;
    text-align: center;
	z-index: 1;
}
.page-banner::before {
	background-color: rgba(200, 0, 100, 0.25);
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	z-index: -1;
}
.page-banner-content h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 11% 0;
	text-transform: uppercase;
}
.page-banner.contactenos {
	background-image: url("imagenes/banner-contactenos.jpg");
}
.page-banner.medico {
	background-image: url("imagenes/banner-medico.jpg");
}
.page-banner.escolar {
	background-image: url("imagenes/banner-escolar.jpg");
}
.page-banner.bar-restaurant {
	background-image: url("imagenes/banner-bar-restaurant.jpg");
}
.page-banner.gaming {
	background-image: url("imagenes/banner-gaming.jpg");
}
.page-banner.salon-belleza-spa {
	background-image: url("imagenes/banner-salon-belleza-spa.jpg");
}
.page-banner.mobiliario-oficina {
	background-image: url("imagenes/banner-mobiliario-oficina.jpg");
}
.page-banner.mobiliario-oficina-accesorios-repuestos {
	background-image: url("imagenes/banner-mobiliario-oficina-accesorios-repuestos.jpg");
}
.page-banner.mobiliario-oficina-lockers {
	background-image: url("imagenes/banner-mobiliario-oficina-lockers.jpg");
}
.page-banner.mobiliario-oficina-libreros {
	background-image: url("imagenes/banner-mobiliario-oficina-libreros.jpg");
}
.page-banner.mobiliario-oficina-archivadores {
	background-image: url("imagenes/banner-mobiliario-oficina-archivadores.jpg");
}
.page-banner.mobiliario-oficina-counters {
	background-image: url("imagenes/banner-mobiliario-oficina-counters.jpg");
}
.page-banner.mobiliario-oficina-mesas-reunion {
	background-image: url("imagenes/banner-mobiliario-oficina-mesas-reunion.jpg");
}
.page-banner.mobiliario-oficina-mesas-auxiliares {
	background-image: url("imagenes/banner-mobiliario-oficina-mesas-auxiliares.jpg");
}
.page-banner.mobiliario-oficina-mesas-centro {
	background-image: url("imagenes/banner-mobiliario-oficina-mesas-centro.jpg");
}
.page-banner.mobiliario-oficina-estaciones-operativas {
	background-image: url("imagenes/banner-mobiliario-oficina-estaciones-operativas.jpg");
}
.page-banner.mobiliario-oficina-estaciones-trabajo {
	background-image: url("imagenes/banner-mobiliario-oficina-estaciones-trabajo.jpg");
}
.page-banner.silloneria-oficina {
	background-image: url("imagenes/banner-silloneria-oficina.jpg");
}
.page-banner.silloneria-oficina-sillones-ejecutivos {
	background-image: url("imagenes/banner-silloneria-oficina-sillones-ejecutivos.jpg");
}
.page-banner.silloneria-oficina-sillones-gerentes {
	background-image: url("imagenes/banner-silloneria-oficina-sillones-gerentes.jpg");
}
.page-banner.silloneria-oficina-secretarias-operativas {
	background-image: url("imagenes/banner-silloneria-oficina-secretarias-operativas.jpg");
}
.page-banner.silloneria-oficina-sillones-visita {
	background-image: url("imagenes/banner-silloneria-oficina-sillones-visita.jpg");
}
.page-banner.silloneria-oficina-sillones-espera {
	background-image: url("imagenes/banner-silloneria-oficina-sillones-espera.jpg");
}

/* * Section Header */
.section-header {
	text-align: center;
	margin-bottom: 70px;
}
.section-header h3 {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 36px;
	margin-top: 0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
}
.section-header h3::after {
	background-color: #96004b;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 64px;
	height: 3px;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Top Header */
	.top-header .language-dropdown .dropdown-menu {
		border-radius: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		display: block;
		margin: 1px 0 0;
		border: none;
	}
	.top-header .language-dropdown:hover .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
	/* - Add To Cart */
	.header-main .add-to-cart .cart .dropdown-menu {
		border-radius: 0;
		background-color: #96004b;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		display: block;
		border: none;
		right: 0;
		left: auto;
		top: 100%;
		width: 350px;
		padding-bottom: 20px;
		padding-top: 15px;
	}
	.header-main .add-to-cart .cart:hover .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li > a {
		display: inline-block;
		padding-left: 25px;
		background-color: transparent;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button {
		text-align: center;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button a {
		padding: 6px 15px;
		background-color: #fff;
		border: 1px solid #fff;
		color: #191919;
		margin-right: 5px;
		font-family: 'Ubuntu', sans-serif;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button a:hover {
		background-color: transparent;
		border: 1px solid #fff;
	}
	.header-main .cart .mini_cart_item {
		margin-bottom: 12px;
	}
	.header-main .cart .mini_cart_item .shop-thumbnail img {
		margin-right: 15px;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Detail Section*/
	.detail-section ul li {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.middle-header .col-md-2.add-to-cart {
		padding-left: 0;
	}
	.middle-header .cart li a {
		padding: 7px 0 7px 45px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	
	#slidepanel { 
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
	}
	#loginpanel {
		position: absolute;
		right:100px;
		text-align: center;
		top: 13px;
	}
	
	#slideit,
	#closeit {
		position: relative;
		color: #fff;
		font-size: 24px;
		right: -35px;
	}
	
	/* - Header Main */
	.top-header {
		text-align: center;
	}
	.top-header .dropdown-bar {
		float: none;
	}
	.top-header .contact li::after {
		display: none;
	}
	.top-header .language-dropdown.dropdown::after {
		display: none;
	}
	.middle-header .add-to-cart {
		text-align: right;
	}
	.middle-header .cart li a {
		 padding: 0;
	}
	.middle-header .cart li a > i {
		position: relative;
	}
	.middle-header .cart li h5 {
		display: none;
	}
	.middle-header .cart li a h3 {
		display: none;
	}
	.header-main .add-to-cart .cart .dropdown-menu {
		background-color: #96004b;
		border-radius: 0;
		color: #fff;
		left: auto;
		padding-top: 15px;
		padding-bottom: 20px;
		position: absolute;
		right: 0;
		top: 93px;
		width: 350px;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li > a {
		display: inline-block;
		padding-left: 38px;
		background-color: transparent;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button {
		text-align: center;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button a {
		padding: 6px 15px;
		background-color: #fff;
		border: 1px solid #fff;
		color: #191919;
		margin-right: 5px;
		font-family: 'Ubuntu', sans-serif;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.header-main .add-to-cart .cart .dropdown-menu > li.button a:hover {
		background-color: transparent;
		border: 1px solid #fff;
	}
	.header-main .cart .mini_cart_item {
		margin-bottom: 12px;
	}
	.header-main .cart .mini_cart_item .shop-thumbnail img {
		margin-right: 15px;
	}
	
	/* - Detail Section */
	.detail-section ul li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	/* - Footer Main */
	.footer-main .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
	.footer-main .ftr-widget {
		margin-bottom: 30px;
	}
	.text-logo {
		color: #fff;
		display: inline-block;
		font-weight: 700;
		font-size: 25px;
		line-height: normal;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 15px;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
	}
	.text-logo:focus,
	.text-logo:active,
	.text-logo:hover {
		color: #96004b;
		text-decoration: none;
	}
	/* - Menu Block 1 */
	.menu-block-1 .text-logo {
		color: #191919;
	}
	.menu-block-1 .text-logo:focus,
	.menu-block-1 .text-logo:active,
	.menu-block-1 .text-logo:hover {
		color: #96004B;
		text-decoration: none;
	}
	.menu-block-1 #slideit,
	.menu-block-1 #closeit {
		color: #191919;
	}
	/* * Page Banner */
	.page-banner-content h3 {
		padding: 15% 0;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Middle Header */
	.middle-header .logo-block a {
		font-size: 21px;
		line-height: 40px;
	}
	
	/* - Detail Section */
	.detail-section ul li {
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
	}
	.detail-section ul li i {
		margin-right: 5px;
	}
	/* - Bottom Footer */
	.bottom-footer .footer-copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-breadcrumb {
		float: none;
		text-align: center;
		width: 100%;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.footer-main .ftr-widget {
		width: 100%;
	}
	/* - Header Main */
	.middle-header .col-md-5.col-sm-4.col-xs-4 {
		width: 100%;
		text-align: center;
	}
	.middle-header .col-md-5.col-sm-6.col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.middle-header .col-md-2.col-sm-2.col-xs-2.add-to-cart {
		width: 100%;
		text-align: center;
	}
	.header-info .input-group .input-group-btn .btn-default {
		padding: 10.5px 15px;
	}
	/* - Middle Header 1 */
	.middle-header-1 .col-md-4.col-sm-6.col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.middle-header-1 .col-md-5.col-sm-4.col-xs-4 {
		width: 100%;
		text-align: center;
	}
	.middle-header-1 .col-md-3.col-sm-2.col-xs-2.add-to-cart {
		width: 100%;
		text-align: center;
	}
	/* - Detail Section */
	.detail-section {
		text-align: left;
	}
	.detail-section ul li::after {
		display: none;
	}
	.detail-section ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	/* * Page Banner */
	.page-banner-content h3 {
		padding: 20% 0;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Footer Main */
	.footer-main .footer-header a {
		font-size: 45px;
	}
	/* - Detail Section */
	.detail-section ul li {
		width: 100%;
	}
	/* * Page Banner */
	.page-banner-content h3 {
		padding: 30% 0;
	}
}

/* -  max-width: 1366 */
@media (min-width: 1800px) {
	.page-banner-content h3 {
		padding: 8% 0;
	}
}

.padding-left-15 {
	padding-left: 15px;
}

.color-white {
	color: #ffffff;
}

.color-orange {
	color: #ff9600;
}

.h3-black {
	color: #191919;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
}

.h4-black {
	color: #191919;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: 75px;
}

.h4-black:hover {
	color: #c80064;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: 75px;
}

.img-big {
	margin-bottom: 25px;
}

.padding-bottom-75 {
	margin-bottom: 75px;
}

.big-icon {
	color: #c80064;
	margin-left: 10px;
	font-size: 25px;
	font-weight: 700;
}
