a, 
a:hover {
	text-decoration: none !important;
}

#top-bar,
#top-bar .right .welcome-text {
	border: none;
}
#top-bar .left .social-links li {
	display: flex;
	align-items: center;
}
#top-bar .left .social-links li a {
	font-size: 14px;
}
#top-bar .left .social-links li a i {
	font-size: 17px;
	display: block;
}
.logo {
	flex: 0 0 200px;
}

.list-unstyled li {
	margin-bottom: 4px;
}

ol.sublist {
	list-style-type: none;
	counter-reset: item;
	padding: 5px;
}
ol.sublist li:before {
	content: counters(item, ".")". ";
	counter-increment: item
}
ol.sublist ol {
	padding-left: 20px;
}
ol.sublist ol li {
	display: flex;
	margin-bottom: 5px;
}
ol.sublist ol li:before {
	flex: 0 0 40px;
}

.big-news,
.post-entry {
	margin-top: 0;
}
.box-category ul li {
	padding: 6px 0;
}
.list-box li a,
.box-category ul li a {
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
}
.list-box li {
	margin-bottom: 4px;
}

.price-unavailable {
	font-size: 24px;
	color: #0084c4;
	font-weight: 600;
}

.center-column .tab-content {
	font-size: 16px;
}
.htabs a {
	margin: 0;
	margin-right: 20px;
}
.htabs a.selected {
	text-decoration: none;
}
.htabs a:first-child{
	margin-left: 0;
}
.size-chart-table {
	max-width: 100%;
}

.cart-info table td {
	text-align: left;
}
.cart-qty a,
.cart-qty button {
	width: 32px;
	height: 40px;
	border: none;
	background: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.cart-qty a svg,
.cart-qty button svg {
	fill: #fff;
}

.about-1 {
	margin-top: 0;
}

.card {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-color: rgba(0,0,0,0.1);
}
.card:hover {
	background: #0084c4;
	color: #fff;
}

.btn svg {
	width: 24px;
	height: 24px;
	stroke: #fff;
	margin-right: 8px;
}

.swiper-viewport {
	box-shadow: none;
}
.swiper-button-prev:before,
.swiper-button-next:before {
	font-size: 20px;
}

/* Footer */
.copyright .pattern {
	padding-bottom: 80px;
}
.instagram {
	margin-top: 0 !important;
	margin-bottom: 20px;
}