@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,600,700,800,900');

html,
body {
	overflow-x: hidden;
}
body {
	font-family: 'Poppins';
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	color: #091c51;
}
h1, h2 {
	font-weight: 300;
}
p a {
	color: #005ad7;
}
a,
button {
	transition: 0.3s all ease-in-out;
}
label,
legend {
	color: #091c51;
}
legend {
	border: none;
	margin-bottom: 25px;
}
#top {
	padding: 10px 0;
	background: #ebf1f5;
}
header {
	padding: 20px 0;
}
header + .container {
	width: 100%;
	padding: 0;
	background: #08336f;
}
#top-links ul {
	margin: 8px 0 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
}
#top-links ul li a {
	color: #091c51;
}
#top-links ul li a:hover,
#top-links ul li a:focus {
	text-decoration: none;
	color: #ab155f;
}
#form-currency button {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
	color: #091c51;
	border: none;
}
#form-currency button:hover,
#form-currency button:focus {
	text-decoration: none;
	color: #ab155f;
	background: none;
	transform: none;
	box-shadow: none;
}
#form-currency button strong {
	color: #fff;
	background: #ab155f;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	padding: 2px 0 0;
	font-weight: 500;
}
.currency-select {
	border-radius: 0;
}
#logo {
	margin: 2px 0 0;
}
#logo h1 {
	margin: 0;
}
#logo h1 a {
	display: inline-block;
	background: url(img/logo.png) no-repeat 0 0 / 100%;
	width: 180px;
	height: 28px;
	text-indent: -9999px;
	margin: 10px 0;
}
#search {
	margin: 3px 0 0;
}
#search input[type=text] {
	font-weight: 300;
	font-size: 15px;
	border-radius: 50px 0 0 50px;
	box-shadow: none;
	padding: 0 30px;
	transition: .5s;
	height: 46px;
}
#search input[type=text]:focus {
	box-shadow: rgba(0,0,0,0.1) 0 10px 30px;
	border: none;
}
#search button {
	border-radius: 0 50px 50px 0;
	padding: 10px 20px;
	border: #d6dde1 solid 2px;
	color: #ab155f;
	border-left: none;
}
#search button:hover,
#search button:focus {
	background: #ab155f;
	border-color: #ab155f;
}
#search button:hover i,
#search button:focus i {
	color: #fff;
}
.fa-search::before {
    content: "Search";
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
    vertical-align: top;
	text-transform: uppercase;
}
#menu {
	background: #08336f;
	border-radius: 0;
	width: 1170px;
	margin: 0 auto;
}
#menu .collapse {
	padding: 0;
}
.navbar-nav > li > a {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background: #ab155f;
	color: #fff;
}
.navbar-nav .dropdown-toggle:after {
	content: "\0025BE";
	margin-left: 5px;
}
.dropdown-menu {
	top: 102%;
}
#form-currency .dropdown-menu,
#top-links .dropdown-menu,
.nav .dropdown-menu,
#cart .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: 0 15px 30px rgba(0,0,0,.15);
	text-align: left;
	padding: 0;
}
#form-currency .dropdown-menu li button,
#top-links .dropdown-menu li a {
	text-align: left;
	padding: 12px 20px;
	margin: 0 !important;
	border-radius: 0 !important;
}
#form-currency .dropdown-menu li button:hover,
#form-currency .dropdown-menu li button:focus,
#top-links .dropdown-menu li a:hover,
#top-links .dropdown-menu li a:focus {
	background: #ab155f;
	color: #fff !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: none;
}
.nav .dropdown-menu .dropdown-inner ul li a,
.nav .dropdown-menu .see-all {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	color: #08336f;
}
.nav .dropdown-menu .dropdown-inner ul li a:hover,
.nav .dropdown-menu .dropdown-inner ul li a:focus,
.nav .dropdown-menu .see-all:hover,
.nav .dropdown-menu .see-all:focus {
	background: #ab155f;
	color: #fff;
	text-decoration: none;
}
.dropdown-inner .list-unstyled {
	margin-bottom: 0;
}

/* ///////// Mini cart styles \\\\\\\\\\\*/


#cart {
	background: none;
	border-radius: 7px;
	margin: 5px 0 0;
}
#cart button {
	background: none;
	border-radius: 0;
	color: #08336f;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	padding: 10px 0;
	position: relative;
	border: none;
}
#cart button:hover,
#cart button:focus {
	box-shadow: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
#cart .fa-shopping-cart {
	display: none;
}
#cart > button > #cart-total {
	display: inline-block;
	position: relative;
}
#cart > button > #cart-total:before {
	content: "";
	background: url(img/cart.svg) no-repeat 0 0 / 100%;
	width: 35px;
	height: 38px;
	display: block;
	position: absolute;
	left: -45px;
	top: -10px;
}
#cart > button:hover > #cart-total:before {
	background: url(img/cart-blue.svg) no-repeat 0 0 / 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}
#cart .table {
	font-size: 13px;
}
#cart .table a {
	color: #08336f;
}
#cart .dropdown-menu {
	min-width: 300px;
	padding: 10px;
}
#cart .table .btn-danger,
#cart .table .btn-danger:hover,
#cart .table .btn-danger:focus {
	border: none;
	box-shadow: none;
	padding: 0;
	color: #ab155f;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: none;
}
#cart div {
}
#cart div p a {
	background: #005ad7;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
}
#cart div p a:hover,
#cart div p a:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: rgba(0,0,0,0.1) 0 5px 10px;
	background: #08336f;
}

/* ///////// Slider styles \\\\\\\\\\\*/

.swiper-viewport {
	box-shadow: none !important;
	margin-bottom: 100px !important;
}
.swiper-button-prev:before {
	content: "" !important;
	background: url(img/prev.svg) no-repeat 0 0 / 100%;
	width: 30px !important;
	height: 57px !important;
	display: block;
}
.swiper-button-next:before {
	content: "" !important;
	background: url(img/next.svg) no-repeat 0 0 / 100%;
	width: 30px !important;
	height: 57px !important;
	display: block;
}
.swiper-pagination-bullet {
	background: #ab155f !important;
	box-shadow: none !important;
	width: 13px !important;
	height: 13px !important;
}
.swiper-pagination-bullet-active {
	background: #08336f !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 5px -2px 5px !important;
}
#common-home #content {
	padding: 0;
}
#common-home #content h2,
#common-home #content h3 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
}
#common-home #content h3 {
	margin-bottom: 50px;
}
#content > h3 {
	display: none;
}

/* ///////// Product thumb styles \\\\\\\\\\\*/

.product-thumb {
	transition: .5s all ease-in-out;
	padding: 40px 30px;
	border-radius: 0;
	margin-bottom: 40px;
	text-align: center;
	border: none;
	background: #fff;
}
.product-thumb .caption h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	height: 18px;
}
.product-thumb:hover {
}
.product-thumb img {
	display: inline-block;
}
.product-thumb h4 {
	font-size: 16px;
	font-weight: 500;
	color: #08336f;
}
.product-thumb h4 + p {
	display: none;
}
.product-thumb h4 a {
	color: #08336f;
}
.product-thumb h4 a:hover,
.product-thumb h4 a:focus {
	text-decoration: none;
	color: #005ad7;
}
.product-thumb p {
	font-weight: 300;
	font-size: 13px;
	color: #08336f;
}
.price .price-tax {
	display: none;
}
.price {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #005ad7 !important;
}
.price-new {
	color: #ab155f;
}
.price-old {
	color: #97a1b2;
	text-decoration: line-through;
}
.product-thumb .button-group {
	display: inline-block;
}
.btn-primary,
.product-thumb .button-group button:nth-child(1),
.big-hero .btn,
#checkout-cart .table .btn-primary,
#checkout-cart .buttons .btn-primary,
.cat-box h2+a {
	background: #005ad7;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: none;
	margin: 0 7px 7px 0;
	font-weight: 700;
	transition: .3s all ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.product-thumb .button-group button:nth-child(1):hover,
.product-thumb .button-group button:nth-child(1):focus,
.product-thumb .button-group button:nth-child(2):hover,
.product-thumb .button-group button:nth-child(2):focus,
.big-hero .btn:hover,
.big-hero .btn:focus,
#checkout-cart .buttons .btn-primary:hover,
#checkout-cart .buttons .btn-primary:focus,
.cat-box h2+a:hover,
.cat-box h2+a:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: rgba(0,0,0,0.1) 0 5px 10px;
	background: #08336f;
	color: #fff;	
}
#button-coupon,
#button-voucher {
	padding: 14px 20px;
	border-radius: 0 5px 5px 0;
}
.btn-default {
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #005ad7;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: #005ad7 solid 2px;
	font-weight: 700;
	transition: .3s all ease-in-out;
}
.btn-default:hover,
.btn-default:focus {
	background: #005ad7;
	color: #fff;
	border: #005ad7 solid 2px;
}
.product-thumb button {
	float: left;
}
.product-thumb .button-group button:nth-child(2),
.btn-group button:nth-child(1) {
	color: #ab155f;
	padding: 7px 10px;
	border-radius: 5px !important;
	border: #becbd9 solid 1px;
	background: none;
	display: inline-block;
	float: left;
}
.btn-group button:nth-child(2) {
	display: none;
}
.product-thumb .button-group button:nth-child(2):hover,
.product-thumb .button-group button:nth-child(2):focus,
.btn-group button:nth-child(1):hover,
.btn-group button:nth-child(1):focus {
	color: #fff;
	background: #ab155f;
	border-color: #ab155f;
}
#checkout-cart .table .btn-danger {
	color: #fff;
	background: #ab155f;
	border-radius: 5px;
	border: none;
	padding: 8px 15px 7px 15px;
}
.product-thumb .button-group button:nth-child(2) .fa {
	vertical-align: middle;
}
.product-thumb .button-group button:nth-child(3) {
	display: none;
}
#carousel0 {
	margin: 0;
}
#carousel0 img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
}

/* ///////// Footer styles \\\\\\\\\\\*/

footer {
	padding: 80px 0;
	background: #092142;
	border-bottom: #ab155f solid 3px;
}
footer .col-sm-3 {
	margin-bottom: 40px;
}
footer h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 20px;
}
footer ul li a {
	line-height: 2;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	transition: .5s all ease-in-out;
}
footer ul li a:hover,
footer ul li a:focus {
	color: #005ad7;
	text-decoration: none;
}
footer hr {
	border-top: #08336f dotted 1px;
}
footer p {
	font-weight: 700;
	font-size: 10px;
	color: #425c80;
	text-transform: uppercase;
}
footer p a {
	color: #ab155f;
}
footer p a:hover,
footer p a:focus {
	text-decoration: none;
}
.categories {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.big-hero {
	background: url('../image/big-hero.jpg') no-repeat 0 0 / cover;
	min-height: 530px;
	position: relative;
}
.big-hero-txt h1 {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 56px;
	font-weight: 800;
}
.big-hero-txt {
	position: absolute;
	top: 10%;
	left: 50%;
	padding: 80px 0 0;
}
.big-hero-txt p {
	color: #fff;
}
.big-hero-txt h2 {
	display: block !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	text-align: left !important;
	letter-spacing: 5px;
	color: #f2000e;
	font-size: 18px !important;
}
#common-home {
	width: 100%;
	padding: 0;
}
#common-home > .row {
	margin: 0;
}
#content > .row {
	padding: 50px 0 10px 0;
	margin: -6px 0 0;
}
#content > div + div h2 {
	display: none;
}
.breadcrumb {
	margin: 20px 0;
	padding: 0;
	background: none;
}
.breadcrumb li a {
	font-size: 12px;
	color: #08336f;
}
.breadcrumb > li + li::before {
	font-size: 10px;
	color: #ced4dc;
}
.list-group {
	background: #08336f;
}
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}
.list-group-item:last-child {
	border: none;
}
.list-group-item {
	border: none;
	border-bottom: none;
	color: #fff;
	background: #08336f;
	padding: 15px 20px;
}
a.list-group-item, button.list-group-item {
	color: #fff;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ab155f;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	background: #05224a;
	color: #fff;
}
#column-left {
	padding: 0 30px 0 0;
}
#product-category #content > .row:nth-child(3) ul,
#product-category #content > .row:nth-child(5) ul {
	padding: 0;
	list-style: none;
}
#product-category #content > .row:nth-child(3) ul li a,
#product-category #content > .row:nth-child(5) ul li a {
    background-color: #ab155f;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	min-width: 150px;
	margin-bottom: 5px;
}
#product-category #content > .row:nth-child(3) ul li a:hover,
#product-category #content > .row:nth-child(3) ul li a:focus,
#product-category #content > .row:nth-child(5) ul li a:hover,
#product-category #content > .row:nth-child(5) ul li a:focus {
	background-color: #08336f;
	text-decoration: none;
}
#product-category #content > .row:nth-last-child(3) {
	border-bottom: #dee3ea solid 1px;
}
#product-category #content > .row:nth-last-child(3) #list-view,
#product-category #content > .row:nth-last-child(3) #grid-view {
	background: none;
	border: none;
	font-size: 18px;
}
 #list-view,
 #grid-view {
	display: none !important;
 }
#product-category #content > .row:nth-last-child(3) #list-view.active,
#product-category #content > .row:nth-last-child(3) #grid-view.active {
	box-shadow: none;
	color: #ab155f;
}
#compare-total {
	text-transform: uppercase;
	font-size: 12px;
	color: #ab155f;
	font-weight: 600;
	display: none;
}
label.input-group-addon {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
#input-sort,
#input-limit {
	border: #dee3ea solid 2px;
	box-shadow: none;
}
#product-category #content > .row:nth-last-child(1) {
	border-top: #dee3ea solid 1px;
	margin-bottom: 50px;
	padding: 20px 0 0;
}
#product-category #content > h2 {
	padding-left: 15px;
}
.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.thumbnail {
	border: none;
}
.image-additional {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.nav-tabs {
	border: none;
}
.nav-tabs li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #005ad7;
	border-radius: 30px;
	border: none;
	margin: 0 5px 5px 0;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background: #f0f2f5;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	color: #272c32;
	background: #f0f2f5;
}
.tab-pane {
	padding: 40px 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
}
#button-cart {
	margin-bottom: 20px;
}
.list-unstyled {
	font-size: 17px;
	margin-bottom: 40px;
	font-weight: 400;
}
.list-unstyled li {
	line-height: 1.5;
}
.list-unstyled li a {
	color: #005ad7;
}
.list-unstyled li h2 {
	color: #005ad7;
}
footer .list-unstyled li a {
	color: #fff;
}
.fa-stack-1x {
	font-size: 22px;
}
.form-horizontal .control-label {
	margin: 0 0 10px 0;
}
#form-review h2 {
	margin: 30px 0 20px 0;
}
.form-control {
	height: auto;
	padding: 10px 15px;
	border-radius: 8px;
	border: #d6dde1 solid 2px;
	box-shadow: none;
	transition: .1s all ease-in-out;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: rgba(4,13,27,0.1) 0 5px 20px;
	transform: scale(1.007);
}
.rating {
	margin-bottom: 50px;
}
.date span button,
.time span button,
.datetime span button {
	border: #d6dde1 solid 2px;
	border-left-width: 1px;
	padding: 10px 15px;
}
#checkout-cart h1 {
	margin-bottom: 40px;
}
#checkout-cart .table thead tr td {
	background: #ebf1f5;
	font-size: 12px;
	text-transform: uppercase;
}
#checkout-cart .table thead tr td:first-child {
	border-radius: 5px 0 0 5px;
}
#checkout-cart .table thead tr td:last-child {
	border-radius: 0 5px 5px 0;
}
#checkout-cart .table .form-control {
	border-radius: 8px !important;
}
#checkout-cart .table .btn-primary,
#checkout-cart .table .btn-danger {
	margin: 0 5px;
}
#checkout-cart .table .btn-primary {
	margin-left: 8px;
}
#checkout-cart #content,
#product-search #content,
#product-manufacturer #content,
#information-information #content,
#information-contact #content,
#information-sitemap #content,
#account-voucher #content {
	padding-bottom: 80px;
}
#product-manufacturer #content a {
	color: #005ad7;
	font-size: 16px;
}
.panel-group .panel {
	border-radius: 10px;
	margin-bottom: 10px;
}
.panel-heading {
    padding: 15px 20px;
	border-radius: 10px;
}
.panel-default {
	border: none;
	border-radius: 10px;
}
.panel-default > .panel-heading {
	border: none;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
	text-decoration: none;
	color: #005ad7;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.panel {
	box-shadow: none;
}
#checkout-cart #content > .row {
	padding: 0;
	margin: 0 -15px 0 -15px;
}
#error-not-found #content,
#checkout-checkout,
#account-account,
#account-edit,
#account-password,
#account-address,
#account-wishlist,
#account-order,
#account-download,
#account-recurring,
#account-reward,
#account-return,
#account-transaction,
#account-newsletter,
#common-success,
#account-login,
#account-register {
	padding-bottom: 80px;
}
#input-password,
#collapse-payment-method textarea {
	margin-bottom: 15px;
}
#input-password + a,
a.agree,
#checkout-cart .table a {
	color: #005ad7;
}
.radio,
#payment-existing {
	margin-bottom: 15px !important;
}
#column-right .list-group {
	background: none;
	border-radius: 20px;
	border: #e5e5e5 solid 3px;
	padding: 14px 0;
}
#column-right .list-group .list-group-item {
	background: none;
	color: #005ad7;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
#column-right .list-group .list-group-item:hover,
#column-right .list-group .list-group-item:focus {
	background: #f5f5f5;
	color: #091c51;
}
#account-login #content > .row {
	padding: 5px 0 0;
}
.well {
	background: none;
	border-radius: 20px;
	border: #e5e5e5 solid 3px;
	padding: 20px;
	box-shadow: none;
}
#account-account #content .list-unstyled li {
	line-height: 1.8;
}
#account-account #content .list-unstyled li a {
	position: relative;
	padding-left: 25px;
	color: #091c51;
	font-size: 16px;
	font-weight: 600;
}
#account-account #content .list-unstyled li a:hover,
#account-account #content .list-unstyled li a:focus {
	color: #005ad7;
	text-decoration: none;
}
#account-account #content .list-unstyled li a:before {
	background: url(img/arrow-right.svg) no-repeat 0 0 / 100%;
	width: 12px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	content: "";
	transition: .3s all ease-in-out;
}
#account-account #content .list-unstyled li a:hover:before {
	transform: translateX(5px);
}
#account-register #content .form-horizontal .buttons .btn.btn-primary {
	margin-top: 4px;
}
.category-bar {
	margin: 0;
	max-width: 100%;
	text-align: center;
}
.category-bar a {
	display: inline-block;
}
.category-bar h2 {
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 30px 0 20px 0;
	color: #fff;
}
.category-bar h2 a {
	color: #fff;
}
.category-bar h2 a:hover,
.category-bar h2 a:focus {
	color: #fff;
	text-decoration: none;
}
.cat-box {
	width: 33.33%;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: 480px;
}
.cat-box img {
	width: 100%;
	height: auto;
	transition: .5s all ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* display: none; */
}
.cat-box a:hover img {
	transform: scale(1.1);
}
.cat-box h2 {
	display: inherit !important;
}
.cat-box h2,
.cat-box h2+a {
	position: relative;
	z-index: 2;
}

/* .category-bar div:nth-child(1) {
	background: url(img/img-3.jpg) no-repeat center bottom / cover;
}
.category-bar div:nth-child(2) {
	background: url(img/img-2.jpg) no-repeat center bottom / cover;
}
.category-bar div:nth-child(3) {
	background: url(img/img-1.jpg) no-repeat center bottom / cover;
} */

#button-search {
	margin-top: 10px;
}
.checkbox-inline {
	margin: 13px 0 0;
}
#input-search,
#list-view {
	margin-left: -15px;
}
#product-search > .row > #content > .row,
#product-manufacturer > .row > #content > .row {
	padding-top: 15px;
}
#product-category #content > hr+.row {
	padding-top: 10px;
}


/*///////// RESPONSIVE ///////////////*/




@media (max-width:1199px) {
	
	#menu {
		width: 970px;
	}
	.cat-box {
		min-height: 388px;
	}
	
}

@media (max-width:991px){
	
	#search {
		padding-right: 20px;
	}
	#menu {
		width: 750px;
	}
	#carousel0 {
		margin: 0 60px;
	}
	.big-hero-txt {
		top: 0;
		padding: 40px 0 0;
	}
	.cat-box {
    	min-height: 310px;
	}
}

@media (max-width:767px){
	
	#logo {
		text-align: center;
		margin-bottom: 20px;
	}
	#search {
		margin-bottom: 25px;
		padding: 0;
	}
	#cart {
		margin-bottom: 10px;
	}
	#cart button {
		text-align: center;
	}
	#cart .dropdown-menu.pull-right {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#menu {
		width: 100%;
	}
	span#category {
		float: left;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 20px;
	}
	.navbar-toggle {
		font-size: 32px;
		color: #fff;
		margin: 0;
		padding: 7px 15px 0;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		color: #ab155f;
	}
	.navbar-collapse {
		border: none;
		box-shadow: none;
		background: #062857;
		overflow-x: hidden;
		border-radius: 0 0 10px 10px;
	}
	.navbar-nav {
		margin: 10px 0;
	}
	.navbar-nav > li > a {
		padding: 12px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.product-thumb {
		text-align: center;
		border: none;
	}
	.product-thumb img {
		display: inline-block;
	}
	#slideshow0 .swiper-slide {
		padding: 0 50px;
	}
	.big-hero-txt {
		top: 10%;
		left: 40%;
	}
	.big-hero-txt h1 {
		font-size: 42px;
	}
	.big-hero {
		min-height: 380px;
	}
	#content > div + div {
		padding: 0;
	}
	.form-group {
		display: inline;
	}
	.form-group label {
		padding-left: 15px !important;
	}
	.cat-box {
    	min-height: 240px;
	}
	#input-search {
		margin-bottom: 15px;
		margin-left: 0;
	}
	#product-search > .row > #content .row {
		margin-left: -15px;
	}
}

#slideshow0 .swiper-slide .img-responsive {
	width: 100%;
}

@media (max-width:575px){
	
	.swiper-button-prev:before,
	.swiper-button-next:before {
		width: 20px !important;
		height: 38px !important;
	}
	.cat-box {
		width: 100%;
	}
	.big-hero {
		min-height: 230px;
	}
	.big-hero-txt {
		top: 0;
		padding: 30px 0 0;
	}
	.big-hero-txt h1 {
		font-size: 30px;
	}
	.big-hero-txt h2 {
		font-size: 16px;
	}
	#content > div + div,
	#content > .row {
		width: 100%;
	}
	.cat-box {
		min-height: 400px;
	}
	
}

@media (max-width:480px){
	
	.big-hero {
		min-height: 200px;
	}
	.big-hero-txt {
		left: 40%;
		padding: 10px 0 0;
		width: 60%;
	}
	.big-hero-txt h1 {
		font-size: 24px;
	}
	.big-hero-txt h2 {
		font-size: 13px;
		letter-spacing: 3px;
	}
	
}



