@charset "utf-8";
/* CSS Document */

/*================================================
26 - PRODUCT PAGE CSS
==================================================*/

.product_search {
	width: 100%;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	padding: 0 !important;
	height: 50px;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.product_search input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
}

.product_search button {
	position: absolute;
	right: 0;
	border: medium none;
	height: 100%;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #001238 none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 5px 5px 0px;
}

.product-page-left .sidebar-widget h3 {
	font: 500 18px/46px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
	padding-left: 45px;
	background:#004a8c;
	/*background: url(../images/left_bg.png) 0% 0% / contain no-repeat rgba(165, 0, 0, 1);*/
}
.product-page-left .sidebar-widget .sidenav h3{
	background:#658EBE;
	color:#fff;
}
.top-products {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.top-products li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff none repeat scroll 0 0;
	overflow: hidden
}

.top-products li:last-child {
	border-bottom: 0px solid #ddd
}

.recent-img {
	margin-right: 15px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	font-size: 17px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.recent-text h4 a {
	color: #001238;
}

.recent-text p,
.product-title p {
	color: #ec3323;
	font-weight: 500;
}

.product-image img {
	width: 100%;
	background: #fff;
	margin-bottom: 2px;
	padding:20px 0; 
}

.product-text {
	padding: 15px;
	background: #f2f2f3;
}

.product-text .more {
	font-size: 14px!important;
	border-radius: 0 !important;
	padding:8px 10px !important;
	margin: 10px auto;
}

.product-text h3 {
	font: 400 18px/46px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif !important;
	color: #001238;
	letter-spacing: 1px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	text-align: center;
}

.product-text h3 a {
	color: #001238;
}

.product-text h3 a {
	color: #001238;
}

.product-text .price  {
	color: #7e7e7e;
	font: 500 14px/30px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
	text-align: center;
}

.product-text .price span  {
	color: #e22d2d !important;
	font-size: 20px !important;
	font-style: italic !important;
	margin-left: 5px;
}

.product-title {
	width: 100% !important
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}

.product-action a:hover {
	background: #ec3323 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ec3323
}

.product-item {
	margin-bottom: 30px;
}

.sidebar-widget {
	margin-bottom: 30px
}

.sidebar-widget:last-child {
	margin-bottom: 0
}

.service-menu {
	padding: 0px;	
	background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
	margin-bottom: 5px;
}

.service-menu li:last-child {
	margin-bottom: 0
}

.service-menu li a {
	display: block;
	padding: 10px 20px;
	background: #d2d2d2 none repeat scroll 0 0;
	color: #001238;
	text-transform: capitalize;
	font: 500 16px/26px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
}

.service-menu li a span {
	margin-left: 5px
}

.service-menu li.active a,
.service-menu li a:hover {
	color: #fff;
	padding-left: 25px;
	background: #535353;

}


/*================================================
27 - PRODUCT DETAILS PAGE CSS
==================================================*/

.product-details-image {
	text-align: center;
}

.product-details-image img {
	width: 100%;
	padding: 15px;
	background: #fff none repeat scroll 0 0;
	/*border:solid 5px #f4f4f5;*/
}

.product-details-text h3 {
	font: 500 30px/46px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
}

.single-pro-page-para {
	margin: 20px 0;
	font: 500 16px/30px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
}
.single-pro-page-para ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px !important;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p input {
	border: 1px solid #ddd;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 10px;
	width: 80px;
}

.single-shop-price p span {
	color: #ec3323;
}

.single-shop-page-btn a.gauto-btn {
	color: #ec3323;
	margin: 0;
}

.single-shop-page-btn a.gauto-btn:hover {
	color: #fff;
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px
}

.single-shop-page-btn ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.single-shop-page-btn ul li a:hover,
.gauto-cart-close a:hover {
	background: #ec3323 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ec3323
}

.gauto-related-products .product-item {
	margin-top: 30px;
	margin-bottom: 0
}

.site-heading h2 {
    font: 500 24px/46px Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    background: #6a94b9;
    text-align: center;
    width: 100%;
}

