@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon/icomoon.eot?srf3rx);
	src: url(../fonts/icomoon/icomoon.eot?srf3rx#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"), url(../fonts/icomoon/icomoon.woff?srf3rx) format("woff"), url(../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}

body {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7;
	color: #595959;
	background: #fff
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a {
	color: #ffc300;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a:active,
a:focus,
a:hover {
	color: #ffc300;
	outline: 0;
	text-decoration: none
}

p {
	margin-bottom: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0
}

::-webkit-selection {
	color: #fff;
	background: #ffc300
}

::-moz-selection {
	color: #fff;
	background: #ffc300
}

::selection {
	color: #fff;
	background: #ffc300
}

@media screen and (max-width:768px) {
	.colorlib-nav {
		margin: 0
	}
}

.colorlib-nav ul {
	padding: 0;
	margin: 8px 0 0 0
}

.colorlib-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	font-weight: 400
}

.colorlib-nav ul li a {
	position: relative;
	font-size: 15px;
	padding: 30px 12px;
	color: rgba(0, 0, 0, .7);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.colorlib-nav ul li a:hover {
	color: #ffc300
}

.colorlib-nav ul li.active>a {
	color: #ffc300!important;
	position: relative
}

.colorlib-nav ul li.active>a:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.colorlib-shop {
	padding-bottom: 9em;
	clear: both
}

.colorlib-shop .icon {
	margin-bottom: 2em;
	display: block
}

.colorlib-shop .icon i {
	font-size: 100px;
	color: #ffc300
}

.product-entry {
	margin-bottom: 40px
}

.product-entry .product-img {
	display: block;
	height: 350px;
	margin-bottom: 20px;
	position: relative
}

.product-entry .product-img .cart {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	display: block;
	padding: 0 1em;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.product-entry .product-img .cart p {
	display: block;
	margin-bottom: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px
}

.product-entry .product-img .cart p span {
	display: inline-block
}

.product-entry .product-img .cart p span a {
	display: block;
	color: #fff;
	padding: 1em
}

.product-entry .product-img .cart p span a:hover {
	background: #ffc300
}

.product-entry .desc h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px
}

.product-entry .desc h3 a {
	color: #000
}

.product-entry .desc .price span {
	color: #ffc300;
	font-weight: 400
}

.product-entry:hover .product-img .cart {
	opacity: 1
}

.product-detail-wrap .product-img {
	height: 400px;
	margin-bottom: 8px
}

.product-detail-wrap .desc {
	display: block;
	padding-left: 2em
}

.product-detail-wrap .desc h3 {
	text-transform: uppercase;
	font-size: 20px
}

.product-detail-wrap .desc .price {
	width: 100%
}

.product-detail-wrap .desc .price span {
	width: 49%;
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	color: #000
}

.product-detail-wrap .desc .price .rate {
	font-size: 13px;
	color: #b3b3b3
}

.product-detail-wrap .desc .price .rate i {
	color: #fd0
}
.product-detail-wrap .desc .btn-addtocart{
	background-color: #fd0;
	color: white

}
.product-detail-wrap .desc .btn-addtocart:active,
.product-detail-wrap .desc .btn-addtocart:hover{
	background-color:  #ffc300;
}
.product-detail-wrap .desc .btn-addtocart i {
	color: #fff;
	font-size: 20px;
	padding-right: 10px
}

.product-detail-wrap .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 40px;
	display: table
}

.product-detail-wrap .btn i {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-size: 10px
}

.tabulation {
	z-index: 1
}

.tab-content {
	padding: 3em 2em!important;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-top: 20px
}

.tab-content h3 {
	font-size: 18px;
	margin-bottom: 40px
}

.tab-content .review {
	width: 100%;
	float: left;
	margin-bottom: 30px
}

.tab-content .review .desc {
	width: calc(100% - 100px);
	float: right
}

.tab-content .review .desc h4 {
	width: 100%;
	margin-bottom: 10px
}

.tab-content .review .desc h4 span {
	width: 49%;
	display: inline-block
}

.tab-content .review .desc h4 span:first-child {
	font-size: 16px
}

.tab-content .review .desc h4 span:last-child {
	font-size: 12px;
	color: #b3b3b3
}

.tab-content .review .desc .star {
	width: 100%
}

.tab-content .review .desc .star span {
	width: 49%;
	display: inline-block
}

.tab-content .review .desc .star i {
	color: #fd0
}

.tab-content .rating-wrap {
	width: 100%;
	display: block
}

.tab-content .rating-wrap .star {
	display: block;
	width: 100%
}

.tab-content .rating-wrap .star span {
	display: inline-block;
	color: #b3b3b3
}

.tab-content .rating-wrap .star span i {
	color: #fd0
}

.tab-content .rating-wrap .star span:first-child {
	width: 62%
}

.tab-content .rating-wrap .star span:last-child {
	width: 32%
}

.tab-content ul li {
	margin-bottom: 10px
}

.nav-tabs {
	margin: 0!important;
	border: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%
}

.nav-tabs li {
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap
}

@media screen and (max-width:768px) {
	.nav-tabs li {
		width: 30%;
		font-size: 10px
	}
}

.nav-tabs li a {
	width: 100%;
	margin: 0 10px 0 0;
	border: none;
	padding: 1.5em 1em!important;
	border: none;
	display: block;
	color: #4d4d4d;
	background: #fafafa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px
}

.nav-tabs li.active a {
	background: #ffc300;
	border: none;
	color: #fff;
	bottom: 0!important;
	position: relative
}

.nav-tabs li.active a:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffc300 transparent transparent transparent
}

.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
	background: #ffc300;
	border: none;
	color: #fff
}

.product-cart,
.product-name {
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1em;
	margin-bottom: 1em
}

.product-cart .product-img,
.product-name .product-img {
	display: block;
	width: 90px;
	height: 100px;
	float: left
}

@media screen and (max-width:768px) {
	.product-cart .product-img,
	.product-name .product-img {
		display: none
	}
}

.product-name {
	padding: .8em 0;
	background: #f0f0f0;
	border: none
}

.cart-detail {
	background: #f5f5f5;
	padding: 2em 3em;
	float: left;
	width: 100%;
	margin-bottom: 30px
}

.cart-detail h2 {
	font-size: 20px;
	margin-bottom: 40px
}

.cart-detail ul {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0
}

.cart-detail ul li {
	font-weight: 400;
	width: 100%;
	display: block;
	float: left
}

.cart-detail ul li span {
	margin-bottom: 15px;
	display: block;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	width: 100px
}

.cart-detail ul li span:first-child {
	width: calc(100% - 100px)
}

.cart-detail ul li span:last-child {
	width: 100px
}

.product-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gototop.active {
	opacity: 1;
	visibility: visible
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: #ffc300;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle
}

.gototop a:active,
.gototop a:focus,
.gototop a:hover {
	text-decoration: none;
	outline: 0
}

.colorlib-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	top: 2em!important
}

.colorlib-nav-toggle.active i::after,
.colorlib-nav-toggle.active i::before {
	background: #fff
}

.colorlib-nav-toggle:active,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:hover {
	outline: 0;
	border-bottom: none!important
}

.colorlib-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.colorlib-nav-toggle i::after,
.colorlib-nav-toggle i::before {
	content: '';
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.colorlib-nav-toggle i::before {
	top: -7px
}

.colorlib-nav-toggle i::after {
	bottom: -7px
}

.colorlib-nav-toggle:hover i::before {
	top: -8px
}

.colorlib-nav-toggle:hover i::after {
	bottom: -8px
}

.colorlib-nav-toggle.active i {
	background: 0 0
}

.colorlib-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #fff
}

.colorlib-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background: #fff
}

.colorlib-nav-toggle {
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none!important
}

@media screen and (max-width:768px) {
	.colorlib-nav-toggle {
		display: block
	}
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 8px 20px
}

.btn.btn-md {
	padding: 8px 20px!important
}

.btn.btn-lg {
	padding: 18px 36px!important
}

.btn:active,
.btn:focus,
.btn:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

.btn-primary {
	background: #ffc300;
	color: #fff;
	border: 1px solid #ffc300
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background: #ffc91a!important;
	border-color: #ffc91a!important
}

.row-pb-lg {
	padding-bottom: 6em!important
}

.row-pb-md {
	padding-bottom: 4em!important
}