/* Simlysis Custom CSS Style */

@import url('https://fonts.googleapis.com/css?family=Mitr');

body{
	background: #F6F4F5;
	color: #444;
	font-family: tahoma;
	font-size: 14px;
}

.container {
    max-width: 1100px;
}

h1, h2, h3, h1, h4, .h2, .h3, .h4{
	font-family: 'Mitr', sans-serif;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, 
a,
.entry-title{
	color: #458dbf;
}

#header{
	background: url(images/header_bg.png) no-repeat right top #fff;
	background-size: auto 100%;
	min-height: 160px;
	padding: 25px 0;
	background-position: calc(50% + 300px);
	position: relative;
	overflow: hidden;
}

#header:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(50% + 550px);
	background: #DC0123;
}

.social-header{
	color: #fff;
	font-size: 13px;
	float: right;
	width: 380px;
	line-height: 25px;
}

.social-header .fa{
	font-size: 15px;
	width: 18px;
}

.navbar{
	min-height: 15px;
	margin-bottom: 0;
}

.navbar.navbar-default{
	background: #4EB0F7 !important;
	background: url(images/menu_bg.jpg) repeat-x top #6CBDF5 !important;
}

.navbar-default .navbar-nav > li > a{
	border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav > li > a{
	padding-top: 14px;
	padding-bottom: 14px;
}

.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background: #fff;
}

.navbar-default .navbar-nav .dropdown-menu li a{
	color: #333 !important;
	padding: 10px 15px;
}

.navbar-default .navbar-nav .dropdown-menu li:not(:first-child){
	border-top: 1px solid #eee;
}

#secondary:before{
	content: '';
	display: block;
	clear: both;
}

#secondary .widget-title{
	background: url(images/menu_bg.jpg) repeat-x top #6CBDF5 !important;
	color: #fff;
	padding: 15px 15px;
	/*text-align: center;*/
	font-size: 20px;
	border-radius: 15px 15px 0 0;
	margin-bottom: 0;
	margin-top: 0;
}

#secondary .widget{
	margin-bottom: 0;
    background: #fff;
    border-radius: 15px;	
}

#secondary .widget:not(:last-child){
	margin-bottom: 15px;
}

ul.product-categories{
	background: #F5FAFF;
	border: 1px solid #B8DAF5;
	border-top: none;
	border-radius: 0 0 15px 15px;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 0;
}

ul.product-categories ul{
	padding: 10px;
	padding-left: 15px;
	list-style: none;
}

ul.product-categories > li{
	padding: 0;
}

ul.product-categories > li > a{
	background: url(images/first_product_type_bg.jpg) no-repeat right bottom #298ED4;
	display: block;
	padding: 10px 15px;
	color: #fff;
}

ul.product-categories > li > ul > li a{
	padding: 5px 0;
	display: block;
	color: #333;
	font-size: 14px;
}

ul.product-categories > li > ul > li a:before{
	content: "\f111";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 5px !important;
	color: #42A4EB;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

article{
	border: 1px solid #B8DAF5 !important;
	border-radius: 15px 0 15px 15px;
	border-bottom: 20px solid #41A6EC !important;
	overflow: hidden;
	margin-bottom: 0;
}

article:not(:last-child){
	margin-bottom: 15px;
}

article .entry-title, 
article .page-title{
	margin: 0;
	background: url(images/menu_bg.jpg) repeat-x top #6CBDF5 !important;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	border-radius: 15px 15px 0 0;
	display: inline-block;
	max-width: 90%;
}

article .entry-title a, 
article .page-title a{
	color: #fff;
}

article .page-title.small{
	font-size: 16px;
}

article .entry-header, 
article header{
	background: #E5F2FB;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #6CBDF5;
}

article .entry-content{
	background: #fff;
	padding: 20px;
	min-height: 50px;
	/*border-left: 1px solid #B8DAF5;*/
}

article .entry-meta{
	background: #fff;
	padding: 5px 20px;
	/*border-left: 1px solid #B8DAF5;*/
}

#content{
	margin-top: 30px;
	margin-bottom: 30px;
}

footer#colophon{
	background: #2A2A2A;
}

footer#colophon .site-info{
	color: #ccc;
}

/* WooCommerce CSS Custom Style*/
.products-loop{
	margin-bottom: -50px;
}
.products-loop .item{
	margin-top: 20px;
	margin-bottom: 30px;
}
.woocommerce-breadcrumb{
	background: #F5F5F5;
	padding: 5px 15px !important;
	border-radius: 5px;
	font-size: 13px !important;
	
}
#woocommerce-custom-style .imagewrapper{
	width: 165px;
	height: 165px;
	text-align: center;
	line-height: 165px;	
	overflow: hidden;
	margin: 0 auto;
    box-shadow: 0 0 15px rgba(204, 204, 204, 0.50);
    border: 1px solid rgba(204, 204, 204, 0.50);
}

#woocommerce-custom-style .imagewrapper img{
	width: auto !important;
	max-height: 100% !important;
}
#woocommerce-loop-product__title{
	color: #298ed4;
	font-weight: bold;
	font-family: tahoma;
}
.products-loop .col:nth-child(3n+1){
	clear: left !important;
}
#woocommerce-custom-style .price ins, 
#woocommerce-custom-style .price .amount{
	color: #e42e22 !important;
	text-decoration: none;
}
.products-loop .price{
	text-align: center;
	display: block;
}
.products-loop .price del{
	font-size: 15px;
	display: block;
}
.products-loop .price ins, 
.products-loop .price .amount{
	font-size: 18px;
	display: block;
}
#woocommerce-custom-style .price del span, 
#woocommerce-custom-style .price del .amount{
	color: #555 !important;
}
.products-loop .acc-to-cart-btn{
	margin-top: 10px;
}
.woocommerce-Reviews-title{
	display: none;
}

#woocommerce-custom-style .acc-to-cart-btn{
	text-align: center;
}

.woocommerce-loop-product__title{
	font-size: 14px;
	font-family: tahoma;
	text-align: center;
	min-height: 45px;
	font-weight: 500;
}

.woocommerce span.onsale{
	background: yellow;
	width: 40px;
	height: 40px;
	font-size: 12px;
	color: #333;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

/* Payment Confirm */
#payment_confirm_box{
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 10px;
	background: #f6f6f6;
	box-shadow: 5px 5px 0 #ddd;	
}

#payment_confirm_box label{
	width: 100%;
}

#payment_confirm_box input[type=text],
#payment_confirm_box input[type=email]{
	width: 100%;
}

/* Product Search */
form.woocommerce-product-search{
	padding: 10px;
	font-size: 0;
}
form.woocommerce-product-search .search-field{
	display: inline-block;
	width: 70%;
	font-size: 14px;
	border-radius: 3px 0 0 3px;
	padding: 5px 3px;
}
form.woocommerce-product-search input[type=submit]{
	font-size: 14px;
	width: 30%;
	display: inline-block;
	background: #bbb;
	color: #fff;
	border: 0;
	border-radius: 0 3px 3px 0;
	padding: 6px 5px;
}

/* Bank table */
.banktable{
	border-collapse: collapse;
}
.banktable th, .banktable td{
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: middle;
}
.banktable th{
	background: #42a7ed;
	color: #fff;
}

/* Brand Widget */
aside.widget.widget_pwb_list_widget li{
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 0;
	padding: 5px;
}

/* Order Method */
.order-method{
	border: 1px solid #B3DDED;
	border-radius: 10px;
	padding: 20px;
}

.order-process{
	border-radius: 15px;
	padding: 15px 20px;
	min-height: 320px;
	color: #fff;
	background-color: #E74479;
	background-image: url(images/order_process_bg.png);
	font-weight: bold;
	position: relative;
}

.order-process:after{
	content: "\f0da";
	line-height: 320px;
	padding-top: 120px;
	color: #2CA1F1;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	position: absolute;
	text-align: center;
	width: 25px;
	height: 100%;
	right: -30px;
	top: 0;
}

.order-process.third:after{
	display: none;
}

.order-process.second{
	background-color: #F19C0D;
}

.order-process.third{
	background-color: #97BE01;
}

.order-process h3{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 15px;
	margin: 0 0 15px 0;
}

/* Other Style */
.text-red{
	color: red;
}
.metaslider{
	overflow: hidden;
}

.custom-btn, 
.single_add_to_cart_button{
	background: #3DA2E8 !important;
	border-radius: 3px !important;
	color: #fff !important;
	text-align: center;
}

.custom-btn:hover, 
.single_add_to_cart_button:hover{
	background: #0264BF !important;
}
/* Fix: product cards with unequal heights break Bootstrap float rows.
   Force a new row every 3 items (desktop) / 2 items (mobile). 2026-07-14 */
@media (min-width: 768px) {
	.woocommerce .products > .col:nth-of-type(3n+1) { clear: left; }
}
@media (max-width: 767px) {
	.woocommerce .products > .col:nth-of-type(2n+1) { clear: left; }
}
