/*
Theme Name: The Shop
Author: Haepi Yang
Author URI: https://iamyang.xyz
Description: Super Clean and Simple Shopping Theme
Version: 1.0.0
Tags:

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Alignments
# Clearings
# Layouts
# Header
# Sidebar
# Footer
# Content
	## Posts and pages
	## Comments
# Media
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	/*font-family: 'Roboto Condensed', sans-serif !important;*/
	font-size: 16px;
	line-height: 1.5em;
}

body{
font-family: "Lato",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	font-size: 14px;
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}

p {
	margin-bottom: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 30px;
}

address {
	margin: 0 0 30px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

ul,
ol {
	margin: 0 0 30px 0;
	-webkit-padding-start: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 30px 30px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 30px;
	width: 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 {
	vertical-align: middle;
}
.lSAction > a {
	background-image: none;
}
.lSAction > a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.lSPrev::after {
	content: "<";
	left: 0;
}
.lSNext::after {
	content: ">";
	right: 0;
}
.lSSlideOuter .lSPager.lSpg > li > a {
	color: #5282d6;
	background: #F89406;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,button,textarea,select {
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
input:hover,input:focus,
button:hover,button:focus,
textarea:hover,textarea:focus,
select:hover,select:focus {
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
textarea {
    resize: vertical;
}
button:focus,
.btn:focus {
	outline: none;
}
.form-control {
	margin-bottom: 5px;
}
.btn-primary {
	background: #5b91ef;
	border-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #3b5998;
}
.btn-info {
	background: #6BB9F0;
}
.btn-info:hover,
.btn-info:focus {
	background: #3498DB;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.topnav {
	height: 35px;
	padding: 5px 0;
	background: #222;
}
.topnav .social-menu > ul {
	float: right;
}
.topnav .social-menu .social {
	border-right: 1px solid #fff;
	margin-right: 5px;
	padding-right: 5px;
}
.navbar {
	border-radius: 0;
	border: none;
	position: absolute;
	width: 100%;
	background: #5282d6;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	display: none;
}
.navbar-inverse .navbar-toggle {
	padding: 0;
	border: none;
	color: #fff;
	margin-top: 13px;
	left: 5px;
}
@keyframes fly-top {
	0%		{top: -50px;}
	100%	{top: 0px;}
}
.navbar.scrolled {
	animation: fly-top;
    animation-duration: .5s;
    animation-timing-function: ease;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #5282d6;
    border-color: #080808;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: 3px solid transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background: rgba(204, 204, 204, 0.1);
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
}
.navbar-collapse {
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-toggle .fa {
	margin-left: 5px;
	margin-right: -5px;
}
.post-navigation {
	text-align: right;
}
.pagination {
	margin: 20px 0 30px;
}
.pagination > li > a {
	color: #333;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
	background: #fff;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	border-color: #F89406;
	background: #F89406;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-webkit-transition: ease .3s;
}

a:visited {
	/*color: #5282d6;*/
}

a:hover,
a:focus,
a:active {
	color: #5282d6;
	text-decoration: none;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-webkit-transition: ease .3s;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.side-menu {
	display: none;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: -50vw;
	width: 50vw;
	height: 100vh;
	background: #5282d6;
	overflow: scroll;
	z-index: 99999;
	transition: .3s left ease;
	-moz-transition: .3s left ease;
	-o-transition: .3s left ease;
	-webkit-transition: .3s left ease;
}
.side-menu.in {
	left: 0;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-webkit-transition: ease .3s;
}
.side-menu .navbar-nav {
	margin: 0;
	width: 100%;
}
.side-menu .navbar-nav > li {
	width: 100%;
}
.side-menu-logo {
	margin-bottom: 30px;
}
.side-menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 99999;
}
.side-menu-toggle .fa {
	color: #fff;
	font-size: 24px;
}
.social-menu {
	display: block;
}
.social-menu > ul {
	display: inline-block;
	margin: 0;
}
.social-menu > ul > li > a {
	color: #fff;
}
.social-menu > ul > li > a .fa-phone {
	color: #333;
	background: #fff;
	width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 50%;
	font-size: 16px;
	margin-right: 4px;
}
.shopping-menu {
	float: right;
}
.shopping-menu > li {
	display: inline-block;
}
.cart-number {
	position: absolute;
	top: 8px;
	right: 5px;
	color: #fff;
	background: #e74c3c;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	padding: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
#wishlist-toggle, #cart-info-toggle{
	cursor: pointer;
}
.hd-box {
	display: none;
	position: absolute;
	right: 0;
	width: 250px;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
	list-style: none;
	z-index: 99999;
}
.box-title {
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.box-content {
	margin-top: 7px;
	max-height: 300px;
	overflow: scroll;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.box-content > li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.wishlist .btn,
.cart-info .btn {
	width: 100%;
	margin-top: 10px;
}
.item-img {
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0;

}
.item-img > a {
	display: inline-block;
	width: 100%;
	border: 1px solid #f4f4f4;
}
.item-img > a > img {
	width: 100%;
	height: auto;
}
.item-info {
	word-wrap: break-word;
	padding-left: 10px;
	text-align: left;
}
.item-price {
	color: #999;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.price {
	color: #e74c3c;
	font-weight: 700;
}
.item-delete-btn {
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 15px;
	padding: 0;
}
.wl-buy-now {
	padding-right: 8px;
}
.wl-to-cart {
	padding-left: 0;
}
.wl-buy-now .btn,
.wl-to-cart .btn {
	font-size: 11px;
}
.wl-buy-now .btn .fa,
.wl-to-cart .btn .fa {
	margin-right: 5px;
}
.sub-total {
	text-align: center;
	margin: 10px auto;
	font-weight: 700;
}
.search-box-txt:focus {
	box-shadow: none;
	border-color: #999;
	border-right: none;
}
.search-box-btn,
.search-box-btn:hover,
.search-box-btn:focus {
	color: #fff;
}
.search-box > form {
	padding: 10px 0;
}
@keyframes bounce {
	0%		{bottom: 30px;}
	8%		{bottom: 36px;}
	18%		{bottom: 30px}
}
.call-us {
	position: fixed;
	bottom: 30px;
	left: 20px;
	z-index: 999999;
	animation: bounce 3s infinite;
}
.call-us > a {
	padding: 8px 15px;
	color: #fff;
	background: #5282d6;
	border-radius: 30px;
}
.call-us > a .fa {
	margin-right: 6px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	text-align: left;
	margin-right: 30px;
}

.alignright {
	float: right;
	text-align: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	position: relative;
	z-index: 999;
	margin-bottom: 50px;
}
.site-content {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.site-footer {
	position: relative;
	color: #fff;
	background: #333;
	padding-top: 30px;
	overflow: hidden;
}
.site-footer .container .row > div:first-child {
	border-right: 1px solid #fff;
}
.site-copyright {
	color: #ccc;
	background: #111;
	padding: 10px 0;
	overflow: hidden;
}
.site-copyright .container > p {
	margin-bottom: 0;
}
.site-copyright .container > p > a {
	color: #5282d6;
}
.site-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.transparent-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
	z-index: 9999;
}
.nested-right {
	margin-left: -15px;
	padding-right: 0;
}
.fixed-body {
	overflow: hidden;
}
.affix {
	top: 100px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}
.custom-logo-link {
	height: 100px;
	width: auto;
	overflow: hidden;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
.custom-logo-link > img {
	height: 100px;
	width: auto;
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
.custom-logo-link > img:hover,
.custom-logo-link > img:focus {
	transform: scale(1.05);
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}
.widget-title {
	color: #fff;
	background: #5282d6;
	font-size: 14px;
	margin: 0;
	padding: 12px 15px 12px 10px;
	border-left: 3px solid transparent;
}
.widget-title .fa {
	margin-right: 8px;
}
.product-list {
	list-style: none;
}
.product-list > li > a {
	display: block;
	padding: 10px 15px;
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
}

.product-list > li {
	display: block;
	background: #f5f5f5;
	border-bottom: 2px solid white;
}

.product-list > li > a:hover,
.product-list > li > a:focus {
	color: #333;
	background: #E4F1FE;
}
.product-list > li.active > a {
	color: dodgerblue;
}
.product-list > li.active > a,
.product-list > li.active > a:hover,
/*.product-list > li.active > a:focus {*/
	/*color: #fff;*/
	/*background: #5b91ef;*/
/*}*/
.support-list {
	list-style: none;
	padding-bottom: 15px;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.support-list > li > a {
	display: block;
	padding: 20px 10px 0 10px;
}
.support-list > li > a .fa {
	margin-right: 8px;
	width: 32px;
	height: 32px;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.support-list > li > a .fa-phone {
	background: #2ecc71;
}
.support-list > li > a .fa-skype {
	background: #00aff0;
}
.support-list > li > a .fa-zalo {
	font-family: inherit;
	color: #018fe5;
	background: #018fe5;
	background-image: url('../images/zalo-icon.png');
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}
.widget-filter .widget-title {
	margin-bottom: 10px;
}
.filter-list {
	padding: 10px 10px 0;
}
.filter-list > p {
	margin-bottom: 0;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-link > header {
	margin: 5px 0;
}
.footer-link > p > a {
	color: #5282d6;
}
.footer-link > ul {
	list-style: none;
	margin-bottom: 15px;
}
.footer-link > ul > li > a {
	color: white;
}
.footer-link > ul > li > a .fa {
	margin-right: 6px;
}
.footer-logo {
	margin-bottom: 15px;
	width: 150px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.top-item {
	background: #fff;
	padding: 15px;
}
.top-item .row .item-img {
	padding-left: 0;
}
.old-price {
	font-size: 14px;
	text-decoration: line-through;
	display: block;
}
.promo-slide {
	margin-bottom: 30px;
}
#promoSlider {
	background: #ccc;
}
#hotPromo .grid-content {
	margin-left: -15px;
	margin-right: -15px;
}
.product-gallery {
	/* border: 1px solid #f4f4f4; */
}
.lSGallery > li {
	border: 1px solid #f4f4f4;
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.breadcrumb {
	padding: 9px 15px;
	border-radius: 0;
}
.breadcrumb > li > a {
	color: #999;
}
.breadcrumb > li.active > a {
	color: #333;
}
.page-header {
	margin-top: 0;
	padding-bottom: 0;
}
.page-title {
	margin-top: 0;
	font-size: 24px;
}
.hentry {
	margin-bottom: 30px;
}
.sentry .item-img {
	padding-top: 0;
	padding-right: 15px;
}
.sentry .item-info {
	padding-left: 15px;
}
.sentry .item-info .entry-title {
	margin-top: 5px;
	font-size: 17px;
	font-weight: 700;
	color: #000000;
}
.sentry .item-info .item-price .old-price {
	font-size: 16px;
	margin-bottom: 3px;
}
.sentry .item-info .item-price .price {
	font-size: 24px;
}
.sentry .item-info .product-buy {
	width: 60%;
}
.sentry-btn .btn-product {
	padding: 8px 12px;
}
.sentry-btn .btn-product .fa {
	margin-right: 8px;
}
.entry-meta {
	color: #999;
	margin-bottom: 15px;
}
.entry-meta .fa {
	margin-right: 8px;
}
.excerpt-link {
	color: #5282d6;
}
.product-grid {
	margin-bottom: 30px;
}
.product-filter {
	background: #f4f4f4;
	padding: 15px 30px;
	margin-bottom: 30px;
}
h3.filter-title {
	margin-top: 15px;
	font-size: 20px;
}
.product-filter .form-group {
	display: inline-block;
}
.grid-header {
	border-bottom: 1px solid #5282d6;
	margin-bottom: 30px;
}
.grid-title {
	display: inline-block;
	color: #fff;
	background: #5282d6;
	font-size: 14px;
	margin: 0 0 -1px;
	padding: 12px 15px 12px 10px;
	border-left: 3px solid transparent;
}
.grid-link {
	float: right;
	padding-top: 10px;
}
.grid-item {
	text-align: center;
}
.grid-item .entry-header h2.entry-title {
	font-size: 17px;
}
.grid-item .entry-footer .item-price .price {
	font-size: 18px;
}
.entry-thumbnail {
	width: 100%;
	height: auto;
	border: 1px solid #f4f4f4;
	position: relative;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-thumbnail {
	width: 100%;
	height: auto;
}
.post-thumbnail-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
	transition: .1s opacity ease;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
    align-items: center;
    justify-content: center;
}
.post-overlay-content {
	display: block;
	text-align: center;
	padding-top: 50%;
}
.overlay-btn {
	display: inline-block;
    margin: 2px;
	opacity: 0;
	background: transparent;
	border: none;
	padding: 0;
}
.overlay-btn .fa {
	color: #999;
    background: #fff;
    width: 32px;
    height: 32px;
    padding: 9px;
    border-radius: 50%;
    font-size: 14px;
	text-align: center;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
	transition: ease .1s;
    -moz-transition: ease .1s;
    -o-transition: ease .1s;
    -webkit-transition: ease .1s;
}
.overlay-btn.added .fa {
	color: #fff;
	background: #e74c3c;
}
.overlay-btn .fa:hover,
.overlay-btn .fa:focus {
	color: #fff;
	background: #e74c3c;
	transform: scale(1.05);
	transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
}
.tip {
	position: relative;
    display: inline-block;
}
.tip .tip-txt {
	visibility: hidden;
    width: 80px;
    background-color: #fff;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 11px;
    text-align: center;
    padding: 5px 0;
	border-radius: 6px;
	bottom: 100%;
    left: 50%;
	margin-left: -40px;
	margin-bottom: 7px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    position: absolute;
	z-index: 99;
}
.tip:hover .tip-txt {
	visibility: visible;
}
.tip .tip-txt::after {
    content: " ";
    position: absolute;
    top: 95%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
h2.entry-title > a {
	word-wrap: break-word;
}
.page-article {
	margin-bottom: 30px;
}
.page-article .entry-footer {
	margin-top: 15px;
	margin-bottom: 50px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
h1.entry-title {
	font-size: 24px;
}
.entry-content > p,
.entry-content > img {
	margin-bottom: 15px;
}
.product-detail {
	margin-bottom: 30px;
}
.product-info .entry-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.product-info .entry-header h1.entry-title {
	margin-top: 0;
	margin-bottom: 3px;
}
.product-info .entry-header p.entry-description {
	color: #999;
}
.product-info .entry-content h3.order-title {
	margin-top: 0;
}
.product-info .entry-footer .item-price .old-price {
	font-size: 18px;
	margin-bottom: 3px;
}
.product-info .entry-footer .item-price .price {
	font-size: 36px;
}
.product-buy {
	margin: 15px -15px 10px;
}
.btn-product {
	width: 100%;
	padding: 12px;
	margin-bottom: 10px;
}
.btn-add-wish {
	display: block;
	padding: 0;
	border: none;
	background: transparent;
}
.btn-add-wish:hover,
.btn-add-wish:focus {
	color: #e74c3c;
}
.btn-add-wish .fa {
	margin-right: 5px;
}
.product-article {
	margin-bottom: 30px !important;
}
.product-article .entry-header {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.product-article .entry-content > img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-box-404 {
	margin-bottom: 30px;
}
.payment-method {
	background: #f4f4f4;
	padding: 20px 10px;
	border-radius: 5px;
	margin-top: 0;
	margin-bottom: 20px;
}
.transfer-address {
	color: #fff;
	background: #5282d6;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #5b91ef;
}
.transfer-address > h3 {
	margin-top: 15px;
	font-weight: 700;
}
.orders-content {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
	max-height: 450px;
	overflow: auto;
	overflow-x: hidden;
}
.order-entry {
	margin-bottom: 20px;
}
.order-entry .item-img {
	padding-top: 0;
}
.order-entry .item-info > h2.entry-title {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
}
.orders-footer {
	margin-bottom: 30px;
}
.order-total {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #f4f4f4;
}
.order-total > p {
	display: inline-block;
	margin-top: 10px;
}
.order-total > h3 {
	display: inline-block;
	margin-top: 15px;
}
.order-total-num {
	float: right;
	font-weight: 700;
}
.btn-continue-shopping {
	font-size: 14px;
	color: #999;
}
.btn-continue-shopping .fa {
	margin-right: 4px;
}
.cart-table {
	margin-top: 30px;
}
.cart-list > tr > td {
	padding: 10px 8px !important;
}
.cart-entry {
	margin-bottom: 0;
}
.cart-entry .item-info > h2.entry-title {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	white-space: pre-wrap;
}
.cart-entry .item-info > p {
	color: #999;
}
.btn-grab-all {
	width: 100%;
	padding: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.order-status {
	padding: 35px 30px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.order-status.success {
	background: #f7ffff;
}
.order-status.success .page-header .page-title {
	color: #2ecc71;
}
.order-status.fail {
	background: #fff5f5;
}
.order-status.fail .page-header .page-title {
	color: #e74c3c;
}
.page-header .page-description{
	font-size: 15px;
}

.order-status.fail .page-header .page-description > a {
	font-weight: 700;
	text-decoration: underline;
}
.order-status .page-header {
	border: none;
	margin-bottom: 0;
}
.sharedaddy > li {
	margin-right: 5px;
	padding: 0;
}
.social-share-link .fa {
	width: 34px;
	height: 34px;
	padding: 9px;
	border-radius: 50%;
	color: #333;
	background: #ccc;
	text-align: center;
}
.social-share-link.facebook .fa {
	color: #fff;
	background: #3b5998;
}
.social-share-link.facebook .fa:hover,
.social-share-link.facebook .fa:focus {
	color: #fff;
	background: #0e385f;
}
.social-share-link.youtube .fa {
	color: #fff;
	background: #e74c3c;
}
.social-share-link.youtube .fa:hover,
.social-share-link.youtube .fa:focus {
	color: #fff;
	background: #c0392b;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 767px) {
	ul,ol {
		margin-bottom: 15px;
	}
	.site-header {
		margin-bottom: 60px;
	}
	.topnav, .site-branding {
		display: none;
	}
	.navbar-brand {
		display: block !important;
	}
	.navbar-collapse {
		display: none;
	}
	.call-us {
		display: block;
	}
	.side-menu {
		display: block;
	}
	.shopping-menu {
		float: unset;
		text-align: right;
		display: block;
		margin: 0 -15px;
	}
	.wishlist, .cart-info, .search-box {
		width: 236px;
	}
	.wishlist {
		right: -54px;
	}
	.hentry {
		margin-bottom: 15px;
	}
	.sentry .item-info .entry-title {
		margin-top: 15px;
	}
	.sentry .item-info .product-buy {
		width: unset;
	}
	.product-filter {
		padding: 15px 20px;
	}
	.orders-content {
		max-height: 2000px;
	}
	.site-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.site-footer .container .row > div:first-child {
		border: none;
	}
	.nested-right {
		margin-left: 0;
		padding-right: 15px;
	}
	.promo-slide, .product-grid {
		margin-bottom: 15px;
	}
	.breadcrumb {
		margin-bottom: 15px;
	}
	.product-gallery {
		margin-bottom: 20px;
	}
	.product-detail {
		margin-bottom: 0;
	}
	.post-navigation {
		text-align: left;
	}
	.widget {
		margin-bottom: 15px;
	}
	.desktop {
		display: none;
	}
	.affix {
		position: initial;
	}
}
@media (min-width: 768px) {
	.shopping-menu {
		margin: 0;
	}
	.mobile {
		display: none;
	}
}

.top_sell_menu{
	top: 60px;
	position: fixed;
}

.career-list-other ul{
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.career-list-other ul li {
    padding: 4px 0 4px 15px;
    position: relative;
    z-index: 1;
}

.career-list-other ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.career-list-other ul li a:hover {
    color: #5282d6;
}

.career-list-other ul li a span {
    color: #999;
}

.career-list-other ul li:before {
    content: "\f105";
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
    font-family: "FontAwesome";
    color: #5282d6;
}


.logo-white{
	background: #ffffff;
}

.scroll-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}

.scroll-box::-webkit-scrollbar {
	width: 5px;
	background-color: #ffffff;
}

.scroll-box::-webkit-scrollbar-thumb {
	background-color: #5282d6;
}

.separator {
    margin-top: -8px;
    margin-bottom: 0px;
    color: aliceblue;
}

.my-fa {
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	margin: 4px 0 0;
	border-radius: 50%;
}

.my-fa.twitter {
	background-color: #1da1f2;
}

.my-fa.facebook {
	background-color: #3b5998;
}

.my-fa.google-plus {
	background-color: #db4437;
}

.my-fa.pinterest {
	background-color: #d50c22;
}

.my-fa.youtube {
	background-color: #d50c22;
}
/**/

.my-fa:before {
	color: white !important;
}

ul.product-list > li > a > i {
	font-size: 17px;
	line-height: 20px;
}

.product-grid > .grid-header > .grid-title {
	font-size: 18px;
}

/*--------*/
ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.content-slider li{
    background-color: #FFF;
    text-align: center;
    color: #FFF;
}
.content-slider h3 {
    margin: 0;
    padding: 20px 0;
}
.demo{
    width: 20px;
}

#slider-items > div.lSSlideOuter  > ul.lSPager.lSpg {
	display: none;
}

#slider-items > div.lSSlideOuter  > div.lSSlideWrapper.usingCss > div.lSAction > a {
	display: none;
}

#slider-items {
	background: #f6f6f6;
	padding: 12px;
}

.slider-img {
	width: 80%;
	height: auto;
}

#payment_methods > img {
	width: 36px;
	height: 24px;
	align-content: center;
	align-items: center;
	margin: 4px 4px 4px 4px;
}
