#search_mini_form .btn-default {
	height: 40px;
	color: #FFFFFF;
	background-color: #2C3E50;
	border: 0;
	border-left: 1px solid #2C3E50;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#topbar ul.top-links {
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	/* border-bottom: 1px solid #e6b903; */
	color: #2C3E50;
}

#topbar ul.top-links
 li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 33.3334%;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px 15px 10px;
	color: #2C3E50;
	text-align: center;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;

	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

select#select-currency {
	background-color: #FFFFFF;
	border: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 0;
	-moz-border-radius: 50px;
	border-radius: 0;
	border-radius: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.top-header {
	margin: 8px 0;
}

.account-cart-wrapper
 a.btn {
	height: 30px;
	padding: 6px 10px;
	background-color: #FFFFFF;
	border: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 0;
	-moz-border-radius: 50px;
	border-radius: 0;
	border-radius: 50px;
}

.header-minicart > a {
	color: #FFFFFF;
}

#topbar {
	background-color: #FFFFFF;
}

.page-header {
	padding: 35px 0 35px;
	margin: 0;
	background-color: #F1C40F;
}

body {
	background-color: #F4F4F4;
}

.navbar-default {
	background-color: #2C3E50;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.salecto-topmenu .salecto-label {
	padding: 14.75px 15px;
}

#search_mini_form .form-control {
	height: 40px;
	padding: 6px 18px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#search_mini_form .btn-default:hover {
	color: #FFFFFF;
	background-color: #2C3E50;
	border-left: 1px solid #2C3E50;
}

.badge {
	padding: 5px 9px;
	background-color: #2C3E50;
}

.navbar-default .navbar-nav > li > a {
	padding: 14.75px 23px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	border-left: 1px solid #152B42;
}

.navbar-default .navbar-nav > li:last-child > a {
	border-right: 1px solid #152B42;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #2C3E50;
}

form#search_mini_form {
	margin: 0 0;
}

.ui-tabs-panel .product-list .item {
	padding: 0;
}

.product-list .item .panel.panel-default {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-primary {
	font-weight: bold;
	background-color: #F1C40F;
	border-color: #F1C40F;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.home-products-title {
	padding: 20px 0;
	font-size: 26px;
	font-weight: bold;
	color: #2C3E50;
}

section#breadcrumbs {
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #F4F4F4;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.breadcrumb {
	padding-left: 0;
	margin: 0;
	background-color: transparent;
}

.panel.panel-default.add-to-cart-panel {
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel.panel-default.add-to-cart-panel .panel-body {
	padding: 30px;
}

.home-usps,
.home-text {
	padding: 30px;
	margin-top: 35px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.usp-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.row.usp-inner-row::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 1px;
	height: 100%;
	content: "";
	background-color: #DDDDDD;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#n2-ss-1-align {
	border-bottom: 1px solid #DDDDDD;
}

h1 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 600;
}

h2 {
	font-size: 25px;
	font-weight: 600;
}

#footer {
	margin-top: 60px;
	color: #333333;
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
}

.footer-logo img {
	margin-bottom: 10px;
}

.footer-col li a {
	color: #666666;
}

.footer-title {
	margin-bottom: 5px;
	font-size: 22px;
	color: #F1C40F;
}

.footer-col li {
	line-height: 22px;
}

.block-layered-nav .panel-default > .panel-heading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F1C40F;
	border-color: #F1C40F;
}

#narrow-by-list div:first-of-type {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}

#narrow-by-list {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.footer-creditcard {
	padding: 30px 0;
	margin: 30px 0;
	text-align: center;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

address.copyright {
	text-align: center;
}

.footer-creditcard img {
	height: 33px;
}

.btn.btn-default {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn-primary:hover {
	background-color: #E2B80F;
	border-color: #E2B80F;
}

.product-view .product-media .product-image {
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.salecto-menumanager .form-group.salecto-boxtitle,
.salecto-boxtitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    background-color: #f1c40f;
}

.salecto-topmenu .salecto-submenu a.form-group {
	font-size: 14px;
	line-height: 24px;
	color: #2C3E50;
}

a {
	color: #2C3E50;
}

.product-title a {
	font-size: 14px;
	font-weight: bold;
}

#sort-filters {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.opc-wrapper-opc .panel-default > .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tops-blouses .icon {
	width: 75px;
	height: 98px;
	background-image: url("/media/wysiwyg/tpfour/blouse.png");
}

.home-category .icon {
	display: block;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.home-categories {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-end;
	align-content: flex-end;
	margin-top: 30px;

	-moz-box-direction: normal;
	-moz-box-flex: 1;
	-moz-box-orient: horizontal;
	-ms-flex-line-pack: end;
}

.home-category-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-webkit-justify-content: center;
	justify-content: space-between;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 25px;

	-webkit-box-align: center;
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-pack: justify;
}

.home-category .title {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #2C3E50;
	text-align: center;
}

.home-category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);

	-webkit-box-align: center;
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-flex: 1;
	-moz-box-orient: vertical;
	-webkit-box-pack: space-evenly;
	-moz-box-pack: space-evenly;
	-ms-flex-align: center;
	-ms-flex-pack: space-evenly;
}

.home-category:hover {
	text-decoration: none;
	background-color: #2C3E50;
	border: 1px solid #2C3E50;
}

.pants-denim .icon {
	width: 46px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/jeans.png);
}

.dresses-skirts .icon {
	width: 91px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/skirt.png);
}

.new-arrivals .icon {
	width: 52px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/suitcase.png);
}

.shirts .icon {
	width: 85px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/shirt.png);
}

.tees-polos .icon {
	width: 88px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/polo.png);
}

.blazers .icon {
	width: 82px;
	height: 98px;
	background-image: url(/media/wysiwyg/tpfour/jacket.png);
}

.shoes .icon {
	width: 100px;
	height: 46px;
	background-image: url(/media/wysiwyg/tpfour/sneaker.png);
}

.new-arrivals:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/suitcase-white.png);
}

.tops-blouses:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/blouse-white.png);
}

.pants-denim:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/jeans-white.png);
}

.dresses-skirts:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/skirt-white.png);
}

.shirts:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/shirt-white.png);
}

.tees-polos:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/polo-white.png);
}

.blazers:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/jacket-white.png);
}

.shoes:hover .icon {
	background-image: url(/media/wysiwyg/tpfour/sneaker-white.png);
}

.home-category:hover .title {
	color: #FFFFFF;
}

#topbar ul.top-links
 li:last-child {
	border-left: 0;
}

#topbar ul.top-links
 li:first-child {
	border-right: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #2C3E50;
	border-color: #2C3E50;
}

.home-banners {
	margin-top: 0;
}

#brand-slider,
.home-trustpilot {
	padding: 25px;
	margin-top: 30px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#tp-widget-wrapper {
	color: #2C3E50;
}

.tp-widget-wrapper div {
	color: #2C3E50;
}

.home-banners img {
	margin-top: 30px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.slick-list {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#brand-slider img {
	max-width: 140px;
	max-height: 70px;
	margin: 0 auto;
}

span.slick-arrow {
	position: absolute;
	z-index: 999;
	cursor: pointer;
}

span.slick-prev.slick-arrow {
	top: 40%;
	left: 25px;
}

span.slick-next.slick-arrow {
	top: 40%;
	right: 25px;
}

.add-to-cart-buttons button.btn.btn-success {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.page-title.cart-title,
.opc-wrapper-opc {
	margin-top: 20px;
}

.btn-proceed-checkout.btn-checkout {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#cngiftcard-form .form-control {
    width: 100%;
    margin-bottom: 5px;
}

.discount-form {
    margin-bottom: 10px;
}

.giftcard-cart-title, .coupon-cart-title {
    margin-bottom: 7px;
}

.required-fields-container.text-right {
    margin-bottom: 15px;
}

.btn-remove-cngiftcard {
    font-size: 8px;
    vertical-align: middle;
    padding: 1px 4px 2px;
    margin-left: 5px;
}

span#min-product-price-612-label {
    color: #000;
    padding: 0;
    font-size: 22px;
    margin-right: 3px;
}

#cngiftcard-form {
    margin-bottom: 15px;
}

.post-container .panel-heading {
    overflow: auto;
    margin-bottom: 0;
}

h1.blog-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.freeshippingpromotion-container {
    margin: 0 15px;
}

.single-post-container .panel-body {
    padding: 30px;
}

.panel.panel-default.single-post-container {
    border-radius: 0;
}

.postDetails {
    font-size: inherit;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.free-shipping-amout {
	background-color: #f1c40f;
	padding: 5px 10px;
	border: 0;
	color: #fff;
}

#header-cart .minicart-wrapper p.empty {
	padding-top: 0;
}

.tippy {
	color: white;
	/* box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3); */
	/* background: -webkit-linear-gradient(315deg,#ff3434, #b32626); */
	/* background: linear-gradient(135deg,#ff3434, #b32626); */
	letter-spacing: 0.5px;
	border: none;
	font-size: 1.3rem;
	/* height: 30px; */
	/* width: 30px; */
	position: absolute;
	border-radius: 50%;
}

li#nav-12, li#nav-10, li#nav-11 {
	position: relative;
}

#nav-12 .tippy,
#nav-11 .tippy,
#nav-10 .tippy {
	right: -5px;
	top: -5px;
	z-index: 999;
	padding: 0;
	position: absolute;
	margin: 0;
	border: 0;
}

.free-shipping-amout .tippy {
	position: absolute;
	top: -5px;
	right: -5px;
}

.free-shipping-amout {
	position: relative;
}

.page-title.product-title .tippy {
	right: 0;
	top: 0;
}

.page-title.product-title {
	position: relative;
}

.salecto-pulse-wrapper {
  position: absolute;
  z-index: 0;
  /* overflow: hidden; */
}

.salecto-emitter {
  position: relative;
  /* margin: 32px auto; */
  width: 25px;
  height: 25px;
  border-radius: 9999px;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg,#73a5ff, #5477f5);
  background: linear-gradient(135deg,#73a5ff, #5477f5);
}

.salecto-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg,#73a5ff, #5477f5);
  background: linear-gradient(135deg,#73a5ff, #5477f5);
}

.salecto-wave {
  animation: salectoPulse 2s linear infinite;
}

.row.salecto-category .tippy {
	position: absolute;
	right: 10px;
	top: 10px;
}

#n2-ss-2-align .tippy {
	top: -10px;
	right: -10px;
	z-index: 999;
}

div#n2-ss-2-align {
	margin-top: 30px;
}

@keyframes salectoPulse {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

h1.blog-title .tippy {
	position: absolute;
	right: 20px;
}

#cngiftcard-form a.tippy {
	position: absolute;
	top: 10px;
	right: -10px;
}

#cngiftcard-form {
	position: relative;
}

.free-shipping-amout.container {
	background-color: #f1c40f;
	padding: 12px;
	border: 0;
	color: #fff;
	line-height: inherit;
	margin-top: 20px;
}

#nav-10 a.tippy.megamenu-menu {
	left: -20px;
	right: inherit;
}

@media only screen and (min-width: 768px) {
	#header-nav {
		margin: 0;
		border-bottom: 1px solid #FDF4F4;
	}
}

@media only screen and (min-width: 769px) {
	.page-header .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;

		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
	}

	span.cart-icon-container {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: 40px;
		-webkit-justify-content: center;
		justify-content: center;
		background-color: #2C3E50;

		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
	}

	.cart-icon-container i.fa {
		-webkit-align-self: center;
		align-self: center;
		font-size: 1.3em;

		-ms-flex-item-align: center;
	}

	span.cart-text-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		display: flex;
		height: 40px;
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-justify-content: center;
		justify-content: space-between;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px 15px;
		background-color: #DAAE00;

		-webkit-box-align: center;
		-moz-box-align: center;
		-moz-box-direction: normal;
		-moz-box-flex: 1;
		-moz-box-orient: vertical;
		-webkit-box-pack: justify;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-moz-box-pack: justify;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		-ms-flex-pack: justify;
	}

	.cart-icon-container span.badge {
		position: absolute;
		top: -5px;
		left: -5px;
		padding: 3px 5px;
		color: #2C3E50;
		background-color: #FFFFFF;
	}

	.header-minicart > a {
		position: relative;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: flex-end;
		align-content: flex-end;
		color: #FFFFFF;

		-webkit-box-align: center;
		-moz-box-align: center;
		-moz-box-direction: normal;
		-moz-box-flex: 1;
		-moz-box-orient: horizontal;
		-ms-flex-align: center;
		-ms-flex-line-pack: end;
	}
}

@media (min-width: 993px) {
	#topbar ul li i.fa {
		margin-right: 5px;
	}
}

@media (max-width: 992px) {
	#topbar ul li i.fa {
		display: block;
		margin-bottom: 5px;
	}

	#topbar ul.top-links
	li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-moz-box-direction: normal;
		-moz-box-orient: vertical;
	}
}

@media only screen and (max-width: 768px) {
	.add-to-cart-panel .add-to-cart-buttons button.btn.btn-success.btn-lg.btn-block {
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.3333333;
	}

	span.cart-text-container {
		display: none;
	}

	.cart-icon-container i.fa {
		position: relative;
		top: 2px;
		font-size: 1em;
	}

	#header-search {
		padding: 10px;
		background-color: #F4F4F4;
		border: 1px solid #DDDDDD;
	}

	.home-banners img {
		width: 100%;
		margin-top: 30px;
	}

	.cart-col .skip-links .header-minicart > a {
		padding-top: 0;
	}

	.cart-col .header-minicart .skip-cart > i.fa.fa-shopping-cart {
		position: relative;
		top: 3px;
	}

	.page-header {
		padding: 0;
	}

	.page-header > .container {
		padding: 0;
	}

	.logo-col {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		margin: 25px 0;

		-moz-box-flex: 1;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
	}

	.header-nav,
	.header-search,
	.header-minicart {
		width: 33.3334%;
	}

	.cart-col {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		padding: 0;

		-moz-box-flex: 1;
	}

	section#breadcrumbs {
		margin-bottom: 10px;
	}

	.breadcrumb {
		padding-right: 0;
		padding-left: 0;
	}

	.block-layered-nav .block-title.mobile-title.collapsed {
		color: #FFFFFF;
		background-color: #2C3E50;
	}

	.block-layered-nav .block-title.mobile-title {
		background-color: #F1C40F;
	}

	.block-layered-nav .panel-default > .panel-heading::before,
	.block-layered-nav .panel-default > .panel-heading::after,
	.sort-by::after,
	.limiter::after {
		display: table;
		clear: both;
		content: "";
	}

	.navbar-default {
		background-color: #FFFFFF;
	}

	.navbar-default.skip-content.skip-active {
		border: 0;
	}

	.navbar-default .navbar-nav > li > a {
		color: #000000;
		border: 0;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		color: #000000;
		border: 0;
	}

	.navbar.navbar-default > .container {
		padding: 0;
	}

	#narrow-by-list .sort-by,
	#narrow-by-list .limiter {
		float: none;
	}

	.block-layered-nav .panel-default > .panel-heading {
		color: #333333;
		background-color: transparent;
	}

	.cms-index-index #content {
		margin-top: 0;
	}

	.row.usp-inner-row::after {
		position: inherit;
		display: table;
		clear: both;
		content: "";
	}

	.row.usp-inner-row {
		margin-bottom: 30px;
	}

	.page-header .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}
}
