* {
	margin: 0;
	padding: 0
}
body {
	color: #555;
	font-family: Khmer, Arial;
	font-size: 14px;
	line-height: 20px;
	background: #f9f9f9
}
.preload * {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important
}
a, a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none
}
.pointer-events>a, a[href=''] {
	pointer-events: none
}
input, textarea {
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.container {
	margin: 0 auto;
	width: 1100px
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.hidden {
	opacity: 0
}
.visible {
	opacity: 1!important
}
.header-wrapper {
	height: 110px
}
.header {
	width: 100%;
	height: 90px;
	float: left;
	padding: 10px 0;
	position: fixed;
	z-index: 1000;
	background-color: #144194
}
.header .cart, .header .logo, .header .search {
	float: left;
	position: relative
}
.header .logo {
	width: 22%
}
.header .search {
	width: 75%;
	float: right
}
.header .cart {
	width: 10%;
	height: 65px;
	background: url(../images/cart.png) 20px center no-repeat
}
.header .cart .number-cart {
	width: 38%;
	float: right;
	padding-top: 17px
}
.header .cart .number-cart span {
	background: #ffde00;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-weight: 600;
	height: 20px;
	line-height: 18px;
	padding-top: 2px;
	text-align: center;
	width: 37px
}
.search-form {
	width: 100%;
	margin: 14px 0 0
}
.header .search .main-menu {
	float: left;
	max-width: 100%;
	position: absolute;
	top: 56px
}
.header .search .main-menu ul>li {
	float: left;
	list-style: none;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	font-size: 15px
}
.header .search .main-menu ul>li:first-child {
	padding-left: 0
}
.header .search .main-menu ul>li>a {
	color: rgba(255,255,255,.9)
}
.header .search .main-menu ul>li.current-page-ancestor a, .header .search .main-menu ul>li.current_page_item a, .header .search .main-menu ul>li>a:hover {
	color: #ffde00
}
.header-fixed {
	height: 65px;
	background-color: #144194;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2)
}
.wc_ps_sidebar_container {
	float: right!important
}
.header-fixed .search .search-form .wc_ps_sidebar_container {
	width: 150px!important
}
.wc_ps_sidebar_container .wc_ps_nav_submit {
	background-color: #FFDE00!important
}
.header-fixed .search .search-form:hover .wc_ps_sidebar_container {
	opacity: 1;
	width: 96%!important;
	z-index: 2
}
.header-fixed .search .main-menu {
	top: 14px;
	z-index: 1px
}
.header, .header .search .main-menu, .header .search .main-menu ul>li>a, .header .search .main-menu ul>li>a:hover, .header .search .search-form .wc_ps_sidebar_container, .header-fixed, .header-fixed .search .main-menu, .header-fixed .search .search-form .wc_ps_sidebar_container {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}
.products .product-thumbnail, .products .product-thumbnail:hover {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.content, .section {
	width: 100%;
	float: left
}
.section.small {
	width: 850px
}
.section.extra-small {
	width: 600px
}
.section.smallest {
	width: 250px
}
.hero-slider {
	width: 850px;
	height: 300px;
	float: left;
	margin-bottom: 17px;
	overflow: hidden;
	position: relative;
	background: url(../images/loading-350x233.jpg) center no-repeat #fcfcfc
}
.product-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 17px;
	background-color: #fff
}
.product-wrapper>h3 {
	width: calc(100% - 30px);
	color: #144194;
	padding: 12px 15px;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #fff;
	position: relative;
	border-bottom: solid rgba(51,66,154,.5) 1px
}
.products .product-list {
	width: 170px;
	height: 254px;
	float: left;
	margin: 0;
	z-index: 0;
	position: relative;
	border-bottom: solid #f5f5f5 1px
}
.products .product-list:hover {
	z-index: 9;
	border-color: transparent
}
.products .product-thumbnail {
	width: 100%;
	height: 234px;
	padding: 20px 0 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	background: url(../images/dot.jpg) right repeat-y #fff;
	transition: all .3s ease 0s
}
.products .product-list.slick-active:last-child .product-thumbnail {
	background: #fff
}
.products .product-thumbnail:hover {
	margin: 0 0 5px;
	border-color: #fff;
	background-image: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	transition: all .3s ease 0s
}
.footer .footer-top .social ul>li, .product-wrapper .slick-slider .slick-arrow, .product-wrapper .slick-slider .slick-arrow:hover {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.products .product-thumbnail h3 {
	text-transform: none!important;
	height: 40px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	margin: 8px 0 0;
	padding: 0 10px;
	color: #555;
	border-bottom: none
}
.products .product-thumbnail:hover h3 span {
	display: none
}
.products .product {
	width: 80%;
	float: left;
	border: 0!important;
	padding: 0 10%!important
}
.products .product a:first-child {
	width: 100%;
	height: 35px;
	float: left;
	color: #fff;
	line-height: 30px
}
.products .product a:first-child span.amount {
	color: #144194;
	float: left;
	font-size: 20px;
	font-weight: 400;
	margin-right: 5px
}
.products .product a:first-child del {
	float: right
}
.products .product a:first-child del span.amount {
	font-size: 14px;
	color: #888;
	text-decoration: line-through
}
.products .product a:first-child span.amount+span {
	display: none!important
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	content: ''!important;
	margin-left: 0!important
}
.products .product a:first-child span.amount+span::before {
	content: ""
}
.products .product .product_type_simple, .products .product .product_type_variable, .woocommerce a.added_to_cart {
	width: 55%;
	height: 25px;
	float: right;
	padding: 0;
	margin: 5px 0 0;
	color: #fff!important;
	border-radius: 3px;
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
	background: #144194!important
}
.woocommerce a.added_to_cart {
	padding-top: 0!important
}
.products .product .product_type_simple.added {
	display: none
}
.products .product .product_type_variable {
	width: 100%
}
.products .quick_buy_button {
	float: left;
	border: 0;
	width: 30%;
	height: 25px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 3px;
	background: #BBB;
	margin: -25px 0 0 18px
}
.accessories .product-wrapper>h3 {
	padding: 12px 4% 12px 0;
	border-color: #F9F9F9!important;
	background-color: #F9F9F9!important
}
.preload .slider {
	height: 300px!important;
	overflow: hidden
}
.product-wrapper .slick-slider {
	height: 255px!important
}
.product-wrapper .slick-slider .slick-list {
	z-index: 999;
	overflow: hidden
}
.product-wrapper .slick-slider img {
	margin: 0 30px
}
.product-wrapper .slick-slider span.amount {
	color: #144194!important;
	text-align: center;
	font-weight: 700
}
.product-wrapper .slick-slider .slick-arrow {
	width: 30px;
	height: 30px;
	color: transparent;
	position: absolute;
	right: 15px;
	top: -38px;
	z-index: 11;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(51,66,154,.5);
	background: url(../images/control.png) -30px -2px no-repeat
}
.product-wrapper .slick-slider .slick-arrow.slick-prev {
	right: 50px;
	background-position: -2px -2px
}
.product-wrapper .slick-slider .slick-arrow:hover {
	background-color: #ffde00;
	border: 1px solid #ffde00
}
.product-wrapper .slick-slider .slick-arrow, .product-wrapper .slick-slider .slick-arrow:hover {
	transition: all .3s ease 0s
}
.breadcrumb {
	width: 820px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	padding: 10px 15px 10px 0;
	color: #555
}
.breadcrumb span {
	float: left
}
.breadcrumb span a {
	color: #144194
}
.breadcrumb span.arrow {
	width: 10px;
	height: 20px;
	float: left;
	margin: 0 8px;
	background: url(../images/breadcrumb.png) center no-repeat
}
.pagination {
	width: 100%;
	float: left;
	margin: 0 0 17px
}
.pagination .page {
	width: calc(100% - 90px);
	height: 50px;
	float: left;
	line-height: 50px
}
.pagination .page ul {
	float: right
}
.pagination .page li {
	float: left;
	list-style: none
}
.pagination .page li a {
	color: #333;
	font-size: 14px;
	margin: 0 10px;
	float: left
}
.pagination .page li:first-child a {
	margin-left: 0
}
.pagination .page li a:hover {
	color: #144194
}
.pagination .page li.current a {
	color: #144194;
	font-size: 30px;
	pointer-events: none
}
.pagination .page li span {
	float: left;
	color: #888
}
.pagination .control {
	float: left;
	height: 50px;
	width: 90px
}
.pagination .control ul {
	float: right
}
.pagination .control li {
	float: left;
	margin-left: 5px;
	list-style: none
}
.pagination .control li a {
	background-image: url(../images/control-big.png);
	background-position: -30px 0;
	background-color: #144194;
	border-radius: 50%;
	float: left;
	height: 50px;
	width: 50px
}
.pagination .control li:first-child a {
	width: 30px;
	height: 30px;
	margin: 10px 0;
	background-position: 0 -10px
}
.pagination .control li a.next-disabled, .pagination .control li a.prev-disabled {
	background-color: #bbb;
	pointer-events: none
}
.post-edit-link {
	width: 100px;
	height: 30px;
	float: left;
	color: #fff;
	line-height: 30px;
	background: #888;
	border-radius: 5px;
	text-align: center
}
.sidebar {
	width: 21%;
	line-height: 0;
	float: right
}
.sidebar .sidebar-item {
	color: #555;
	float: left;
	display: inline;
	font-size: 14px;
	margin-bottom: 17px;
	list-style: none
}
.footer .footer-top {
	width: 100%;
	float: left;
	padding: 60px 0;
	background-color: #fff
}
.footer .footer-top .contact-anytime {
	width: 60%;
	float: left;
	margin-bottom: 40px
}
.footer .footer-top h4 {
	color: #144194;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px
}
.footer .footer-top h6 {
	font-weight: 400;
	font-size: 14px;
}
.footer .footer-top .social {
	width: 40%;
	float: right
}
.footer .footer-top .social ul {
	float: right
}
.footer .footer-top .social ul>li {
	list-style: none;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #bbb;
	transition: all .3s ease 0s
}
.footer .footer-top .social ul>li:hover {
	transform: rotateZ(360deg);
	background-color: #144194;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.footer .footer-top .branch ul {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer .footer-top .branch ul > li{
	list-style: none;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
}
.footer .footer-top .branch ul > li:last-child{ padding-right: 0}
.footer .footer-top .branch ul > li > h6{ min-height: 60px;}
/*
.footer .footer-top .branch ul>li {
	list-style: none;
	float: left;
	width: 49%;
	padding-right: 1%
}
*/
.footer .footer-top .branch ul>li h3 {
	font-size: 20px;
	color: #144194;
	margin: 5px 0 0;
	font-weight: 400;
	line-height: 34px;
}
.footer .footer-top .branch ul>li h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
}
.footer .footer-bottom {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-size: 14px;
	color: rgba(255,255,255,.9);
	background-color: #144194
}
.sticker {
	width: 55px;
	height: 55px;
	float: left;
	background: url(../images/sticker.svg) 0 0 no-repeat;
	position: absolute;
	top: 8px;
	right: 10px;
}
