/* ========== body s ========== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: 'Century Gothic', Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	transition: all .3s ease;
}

a:hover {
	color: #1e88e5;
	text-decoration: none;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
	outline-offset: 0;
	color: #1e88e5;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	transition: all .3s ease;
}

.readmore-box {
	overflow: hidden;
}


/* ========== body e ========== */


/* ========== header-bar s ========== */

.header-bar {}


/* ========== header-bar e ========== */


/* ========== header s ========== */

header {}


/* ========== header e ========== */


/* ========== breadcrumb s ========== */

.breadcrumb {
	position: relative;
}


/* ========== breadcrumb e ========== */


/* ========== author s ========== */

.author>span {
	margin-right: 15px
}

.author>span::before {
	font-family: FontAwesome;
	padding-right: 5px;
}

.author .user::before {
	content: "\f007";
}

.author .date::before {
	content: "\f073";
}

.author .tags::before {
	content: "\f02c";
}

.author .tags>a {
	display: inline-block;
	margin-right: 10px;
}

.author .comment::before {
	content: "\f27b";
}


/* ========== author e ========== */


/* ========== products-grid s ========== */

.products-grid {
	position: relative;
	width: 100%;
	float: left;
}

.col-list {
	/*margin-bottom: 30px;*/
}

.col-full {
	width: 100%;
	float: left;
}

.col-box .item-box .text-summary {
	display: none;
}

.col-full .item-box .pic-box {
	width: 30%;
	float: left;
	margin-bottom: 0;
}

.col-full .item-box .info {
	width: 70%;
	float: left;
	padding-left: 30px;
}

.col-full .item-box .info .title,
.col-full .item-box .info .star,
.col-full .item-box .info .price {
	display: block;
}

.col-full .item-box .info .title {
	font-weight: bold;
}

.col-full .item-box .info .text-summary {
	display: block;
}

.grid-choice .btn,
.grid-choice .btn:hover {
	color: #3597e2;
	padding: 3px 8px;
	border: 1px solid #3597e2;
	background-color: #fff;
}

.grid-choice .active,
.grid-choice .active:focus,
.grid-choice .active:hover,
.grid-choice .active:active,
.grid-choice .active:active:focus,
.grid-choice .active:active:hover {
	color: #fff;
	border: 1px solid #3597e2;
	background-color: #3597e2;
}


/* ========== products-grid e ========== */


/* ========== other s ========== */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
}


/* ========== other e ========== */


/* ========== footer s ========== */

footer {}


/* ========== footer e ========== */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

@media (max-width: 319px) {}