body {
	background-color: #fff;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size: 14px;	
	color: #343434 !important;	
	min-width: 320px;
	overflow-x: hidden;
}

a {
	color: #343434;
}

a:link {
	outline: none;
}

a, a:hover, a:visited {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.a-table {
    display: table;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "OpenSansBold", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*
===================================
	Root of The Root
===================================
*/

/*
--- Text Point ---
*/
.capitalize {
	text-transform: capitalize !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.bold {
	font-weight: 600 !important;
}

.justify {
	text-align: justify !important;
}

/*
--- Margin Point ---
*/
.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-40 {
	margin-left: 40px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-right-40 {
	margin-right: 40px !important;
}

/*
--- Padding Point ---
*/

.padding-0 {
	padding: 0 !important;
}

/*
--- Color Point ---
*/
.white-color {
	color: #fff;
}

.yellow-color {
	color: #ffba00;
}

.orange-color {
	color: #0094f2;
}

.blue-color {
	color: #0094f2;
}

.green-color {
	color: #3ad603;
}

/*
--- Float Point ---
*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*
--- Position Point ---
*/

.relative {
	position: relative;
}

/*
--- Display Point ---
*/

.show-when-mobile {
	display: none !important;
}

.inline-block {
	display: inline-block;
}

/*
=========================================
		FORM CONTROL
=========================================
*/

.btn {
	font-family: "OpenSansBold";	
	padding: 7px 22px;
	font-size: 18px;
	color: #343434 !important;
	text-transform: uppercase;
	border-radius: 1px;
	border: 2px solid #343434;
	text-shadow: none;
}

.btn-shop {
	background-color: transparent !important;
	border: 2px solid #343434 !important;
}

.btn-shop:hover {
    background-color: #343434 !important;
	color: #fff !important;
}

.wc-forward {
	font-family: "OpenSansBold";
	padding: 7px 22px;
	font-size: 14px;
	color: #343434;
	text-transform: uppercase;
	border-radius: 1px;
	border: 2px solid #343434 !important;
	text-shadow: none;
	background-color: transparent !important;
}

.wc-forward:hover {
    background-color: #343434 !important;
	color: #fff !important;
	text-decoration: none;
}

.btn-slide-menu {
	background-color: #fff;
	border: none;
	font-size: 21pt;
	padding: 18px 0;
	line-height: 21pt;
	
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.btn-slide-menu:hover {
	background-color: #fff;
	opacity: 0.65;
}

/*
=========================================
		DIV ROOT
=========================================
*/

.site,
.site-content,
.content-area,
.site-main,
.main-slider,
.separator-title,
.three-point-home,
.product-home,
.room-product-home-content,
.product-home-content,
.best-seller-home,
.main-site-content,
.main-banner,
.main-breadcrumb,
.main-archive-product,
.main-single-product,
.main-page-content,
.main-post-content,
.main-pagination,
.contact-footer,
footer,
.footer-top,
.footer-bottom {
	float: left;
	width: 100%;
	position: relative;
}

.site {
    margin-bottom: 45pt;
}

/*
=========================================
		MAIN MENU
=========================================
*/
.navbar-brand-mobile {
	display: none;
}

.shadow-overlay {
	/*
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	*/		
}

.navbar {
	min-height: 70px;
	margin-bottom: 0;
}

.navbar-inverse {
    background-color: #fff;
	background-image: none;
    border: none;
	border-bottom: 1px solid #dde6ea;
}

.navbar-inverse .a-table {
	margin: auto !important;
	float: unset;
}

.navbar-brand img {
    width: 120px;
    margin: auto;
}

.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
}

.navbar-nav {
    margin-top: 10px;
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 7px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #343434;
	font-family: "OpenSansBold", Arial, sans-serif;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
	color: #343434;
	background-color: transparent;
	border-bottom: 1px solid #343434;
}

/** --- NAV RIGHT --- **/

.menu-top-right .navbar-nav {
	margin-top: 0;
	height: 69px;
}

.menu-top-right .navbar-nav > li {
	height: 100%;
	padding-top: 16px;
	padding-left: 15px;
}

.navbar-inverse .menu-top-right .navbar-nav > li > a {
	color: #fff;
	padding: 0;
	border-radius: 100px;
	font-size: 18px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
}

.navbar-inverse .menu-top-right .navbar-nav > li > a.login-user {
	background-color: #e04622;
}

.navbar-inverse .menu-top-right .navbar-nav > li > a.cart-user {
	background-color: #24b0c9;
}

.navbar-inverse .menu-top-right .navbar-nav > li > a:focus, 
.navbar-inverse .menu-top-right .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #343434;
    border-bottom: none;
}

.navbar-inverse .menu-top-right  .navbar-nav > .active > a, 
.navbar-inverse .menu-top-right  .navbar-nav > .open > a {
	background-color: #343434;
	background-image: none;
}

.menu-top-right .navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	border: none;
	background-color: #f9f9f9;
	min-width: 250px;
	padding: 15px;
	-webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,.175);
			box-shadow: 0px 12px 12px 0px rgba(0,0,0,.175);
}


.menu-top-right .dropdown-menu > li > a {
    padding: 3px 0;
}

.menu-top-right .dropdown-menu > li > a:focus, 
.menu-top-right .dropdown-menu > li > a:hover {
	background-color: transparent;
	background-image: none;
	font-weight: 600;
}

.menu-top-right .navbar-nav > li > .dropdown-menu a {
	color: #343434;
}

/** --- NAV RIGHT LOGIN --- **/

.menu-top-right .username {
	font-size: 16px;
	text-transform: capitalize;
}

.menu-top-right .info {
	color: #9aa0a7;
}

.menu-top-right .login-form .input {
	width: 100%;
	padding: 7px;
	border: 1px solid #434343;
	color: #343434;
	font-size: 18px;
	font-family: "OpenSansRegular";
}

.menu-top-right .login-form label {
	font-size: 12px;	
	font-weight: normal;	
}

.menu-top-right .login-form .button-primary {
	width: 100%;
	font-family: "OpenSansBold";
	padding: 7px 22px;
	font-size: 18px;
	color: #343434;
	text-transform: uppercase;
	border-radius: 1px;
	border: 2px solid #343434 !important;
	text-shadow: none;
	background-color: transparent !important;
}

.menu-top-right .login-form .button-primary:hover {
    background-color: #343434 !important;
	color: #fff !important;
	text-decoration: none;
}

.menu-top-right .login-form .mini-register {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

/** --- WOOCOMMERCE MENU --- **/ 

.menu-top-right .woocommerce-mini-cart__empty-message {
	color: #9aa0a7;
	font-size: 16px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 15px;
}

.menu-top-right .cart_list.product_list_widget {
    max-height: 180px !important;
    overflow-x: auto;
	padding: 0;
}

.menu-top-right .product_list_widget li img {
    height: auto;
}

.menu-top-right .product_list_widget li > a {
	margin-bottom: 15px;
}

.menu-top-right .product_list_widget li .quantity {
    color: #9aa0a7;
}

/*
=========================================
		SEARCH BOX
=========================================
*/

/*
=========================================
		MAIN SLIDER
=========================================
*/

.main-slider {
	margin-top: 70px;
	margin-bottom: 50px;
}

/*
=========================================
		THREE POINT
=========================================
*/

.three-point-home {
	margin-bottom: 50px;
}

.room-three-point-home .row {
	margin-left: -40px;
	margin-right: -40px;
}

.room-three-point-home .row > div {
	padding-left: 40px;
	padding-right: 40px;
}

.separator-title {
	background-color: #fff;	
	position: relative;
	margin: auto;
	text-align: center;
	z-index: 100;
	margin-bottom: 50px;
}

.separator-title .spr-title {
	background-color: #fff;	
	padding: 0px 28px;
	display: inline-block;
	position: relative;
	z-index: 120;
}

.separator-title .spr-line {
	background-color: #343434;	
	position: absolute;
	z-index: 10;
	height: 1px;
	width: 100%;
	top: 13px;	
}

.three-point-home .icon img {
	margin: auto;
	width: 45px;
	height: 47px;
}

.three-point-home .icon img.special {
	width: 33px;	
}

.three-point-home .title {
	margin: 20px 0;
}

.three-point-home .description {

}

/*
=========================================
		PRODUT HOME
=========================================
*/
.product-home {

}

.room-content-product {
	text-align: center;
	letter-spacing: 1px;
	padding-top: 3.5%;
}

.product-home-content {
	margin-bottom: 60px;
}

.product-home-content .row {
    margin-right: -40px;
    margin-left: -40px;
}

.product-home-content .row > div {
	padding-left: 40px;
	padding-right: 40px;
}

.product-home-content:nth-child(2n+2) .room-img-product {
	float: right;
}

.product-home-content:nth-child(2n+2) .room-content-product {
	
}

.product-home-content .desc-product-home {
	margin: 20px 0 40px;
	/*
	min-height: 130px;
	*/
}

.product-home-content .btn-product-home {
	text-align: center;
}

/*
=========================================
		BEST SELLER HOME
=========================================
*/

.best-seller-home {
	margin-bottom: 20px;
}

.img-best-seller-home img {
    width: 110px !important;
}

.title-best-seller-home {
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0;
}

/*
=========================================
		MAIN SITE CONTENT
=========================================
*/

.main-site-content {
	margin-top: 70px;
}

.main-banner {
	background-image: url(images/bg/banner.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.main-banner .title {
	margin: 8em 0 2em;
}

.main-banner .title h2,
.main-banner .description p {
	color: #fff;
}

.main-banner .description p {
	margin: 0;
}

.main-breadcrumb {
	color: #343434;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #343434;
	padding: 10px 0;
	margin: 30px 0;	
}

.main-breadcrumb a {
	color: #343434;
}

/*
=========================================
		WOOCOMMERCE
=========================================
*/

/** order by **/
.storefront-sorting {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.storefront-sorting select {
    border: 1px solid #343434 !important;
    text-transform: uppercase;
	border-radius: 0;	
	box-shadow: none !important;
	font-size: 12px;
}

.storefront-sorting select option {
	font-size: 12px;	
    text-transform: uppercase;	
}

.woocommerce-result-count {
    padding: 0 !important;
    line-height: 41px;
}

/** archive product **/
.main-archive-product {
	min-height: 320px;
}

ul.products {
    margin-left: -30px !important;
	margin-right: -30px !important;
    padding: 0;
}

.site-main ul.products li.product {
	width: 25% !important;
	float: left !important;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 60px !important;
}

.room-li-product {
	border: 1px solid transparent;
	padding-bottom: 25px;
}

.room-li-product:hover {
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}

.room-li-product a {
	color: #343434;
	text-decoration: none;
}

ul.products li.product.first {
    clear: none !important;
}

ul.products li.product img {
	/*
	margin: 0 auto !important;
	width: 130px !important;
	height: 265px;
	padding: 15px;
	*/
	
	margin: 0 auto !important;
	width: 100% !important;
	height: auto;
	padding: 0;	
}

ul.products li.product .woocommerce-loop-product__title, 
ul.products li.product h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 15px 15px 0;
	min-height: 55px;
}

.room-li-product:hover > ul.products li.product .woocommerce-loop-product__title, 
.room-li-product:hover > ul.products li.product h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	padding: 15px;
	min-height: 67px;
}

ul.products li.product .price {
	display: block;
	color: #343434;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 7px 15px 15px;
}

ul.products li.product .star-rating {
	display: none !important;
}

.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce-noreviews .button, 
p.no-comments .button {
	float: right;
	padding: 7px 20px;
	background: transparent !important;
	color: #fff;
	box-shadow: none;
	line-height: normal;
	border-radius: 0;
	border: 2px solid #fff !important;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments {
    margin-bottom: 30px;
    border-radius: 0;
}

/*
=========================================
		SINGLE PRODUCT
=========================================
*/

.main-single-product {
	
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 50%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.storefront-full-width-content.single-product div.product .summary {
	width: 50%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.main-single-product .woocommerce-product-gallery__image a {
	margin: auto;
	display: table;	
}

.single-product div.product .woocommerce-product-gallery img {
	margin: auto;
	width: 100%;
	height: auto;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-left: -15px;
	margin-right: -15px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	border: 1px solid #dde6ea;
}

.main-single-product h1.product_title.entry-title {
	font-size: 25px;
}

.single-product div.product .woocommerce-product-rating {
	margin-top: -.875em;
    margin-bottom: 10px;
}

.single-product .summary .star-rating {
	font-size: 18px;
}

.single-product div.product .woocommerce-product-rating a {
	font-weight: 400;
	text-decoration: none;
	font-size: 11px;
	color: #343434;
	letter-spacing: 1px;
	line-height: 30px;
}

.single-product div.product .woocommerce-product-rating a:hover {
	text-decoration: underline;
}

.main-single-product .description {
	margin: 30px 0 40px;
	border-top: 1px solid #343434;
	padding-top: 20px;	
}

.main-single-product .description h3 {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 20px;
}

.main-single-product .variable-single-product {
	/*
	background-color: #eeeff1;
	padding: 30px;
	*/
	margin-top: 15px;
}

.single-product div.product p.price {
	font-size: 20px;
	margin: 0 0 20px;
}

.single-product div.product form.cart {
	margin-bottom: 0;
	padding: 0;
}

.single-product div.product table.variations {
	margin: 0;
	width: 100%;
}

.single-product div.product table.variations .value {
	margin-bottom: 0;
}

.single-product div.product table.variations td, 
.single-product div.product table.variations th {
	display: block;
	padding: 0;
	list-style: none;
	background-color: transparent;
	text-align: left;
	color: #343434;
	line-height: normal;
	border-radius: 0;
	font-weight: normal;
	font-size: 100%;
}

.single-product div.product form.cart .quantity {
	float: left;
	margin-right: 0;
	width: 100%;
}

.single-product div.product table.variations label, 
.single-product div.product form.cart .quantity label {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.single-product div.product table.variations select, 
.quantity .qty {
	width: 11.631em;
	max-width: 11.631em;	
	text-align: center;
	border-radius: 0 !important;
	padding: 5px !important;
	height: 40px !important;
	border: 1px solid #343434;
	font-weight: 600;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;	
}

.single-product div.product p.price {
	font-size: 20px;
	margin: 0 0 30px;
	float: left;
}

a.reset_variations {
	display: inline-block;
	margin-left: 1em;
	color: #343434 !important;
}

.single-product .add-to-cart-block {
	float: left;
	width: 100%;
	position: relative;
}

.main-single-product .single_add_to_cart_button {
	margin-top: 40px;
	float: left;
}

.main-single-product .summary .btn-shop {
    background-color: #343434 !important;
	color: #fff !important;
}

.main-single-product .summary .btn-shop:hover {
	opacity: 0.85;
}

.single-product div.product .product_meta {
	font-size: 11px;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,.15);
	margin-top: 30px;
	letter-spacing: 1px;
}

.single-product div.product .product_meta a {
	color: #343434;
	font-weight: 600;
	text-decoration: none;
}

.single-product div.product .product_meta a:hover {
	color: #343434;
	text-decoration: underline;
}

.woocommerce-tabs {
	width: 100%;	
	float: left;	
	padding-top: 30px;
	padding-bottom: 0;
	border-top: 1px solid #343434;
	margin: 40px 0;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
	width: 30%;
	float: left;
	margin-right: 0;
	padding-left: 0;
	padding-right: 60px;
}

.storefront-full-width-content .woocommerce-tabs .panel {
	width: 70%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid #dde6ea;
	border-radius: 0;
	box-shadow: none;
	padding: 20px;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 0;	
	text-align: left;
	border-top: none;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #dde6ea;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #343434;
	font-weight: 600;	
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 20px;
}

table.shop_attributes {
	width: 100%;
	letter-spacing: 1px;
}

table.shop_attributes th,
table.shop_attributes td {
	padding: 15px;	
}

table.shop_attributes th {
	background-color: #eaeaea;
	text-transform: uppercase;
	width: 30%;
}

table.shop_attributes td {
	background-color: #f8f8f8;
}

table.shop_attributes td p {
	margin: 0;
}

#review_form label {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

p.stars {
    display: inline-block;
    margin: 0;
    font-size: 1.7em;
}

p.stars a:hover~a:before{
	color: #ffd700;
}

p.stars:hover a:before{
	color: #ffd700;
}

p.stars.selected a.active:before{
	color: #ffd700;
}

p.stars.selected a.active~a:before{
	color: #ffd700;
}

p.stars.selected a:not(.active):before{
	color: #ffd700;
}

.star-rating span::before, 
.quantity .plus, .quantity .minus, 
p.stars a:hover::after, 
p.stars a::after, 
.star-rating span::before, 
#payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
	color: #ffd700;
}

#review_form textarea {
	border: 1px solid #dde6ea;
	padding: 10px;
	max-width: 60%;
	min-width: 60%;
	width: 60%;
	min-height: 170px;
}

#review_form .comment-form-comment {
    /*margin-bottom: 30px;*/
}

#review_form .comment-form-author input,
#review_form .comment-form-email input {
	width: 100%;
	border: 1px solid #dde6ea;
	padding: 10px;
}

#review_form .form-submit {
	margin-top: 30px;
}

#review_form .submit {
	background: transparent;
	font-family: "OpenSansBold";	
	padding: 7px 22px;
	font-size: 18px;
	color: #343434;
	text-transform: uppercase;
	border-radius: 1px;
	border: 2px solid #343434;
	text-shadow: none;
}

#review_form .submit:hover {
    background-color: #343434;
	color: #fff;
}

.related.products {
	width: 100%;
	float: left;
}

.related > h2:first-child, .upsells > h2:first-child {
    font-size: 1.618em;
    margin-bottom: 40px;
    border-bottom: 1px solid #343434;
    padding-bottom: 30px;
}

/*
=========================================
		MAIN SINGLE PAGE
=========================================
*/

.main-page-content {
	min-height: 320px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #343434;
}

.main-page-content .title {
	margin-bottom: 40px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 30px;
}

/*
=========================================
		CART
=========================================
*/

table.cart {
	margin-bottom: 20px;
	width: 100%;
}

table.cart th {
    text-transform: uppercase;
}

table.cart a {
	color: #343434;
}

table.cart .product-thumbnail img {
	margin: 0 auto;
	max-width: 30px;
	height: auto;
}

table.cart label {
	display: none;
}

.cart-collaterals h2 {
	font-size: 24px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 30px;
}

.cart_totals table.shop_table {
    width: 100%;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.cart_totals table.shop_table th, table.shop_table td {
	padding: 15px;
}

.wc-proceed-to-checkout {
	margin-bottom: 30px;
}

/*
=========================================
		CHECKOUT
=========================================
*/

#order_review .shop_table {
	margin-bottom: 40px;
	width: 100%;
}

#order_review table.shop_table th {
	padding: 15px;
	text-transform: uppercase;
}

#order_review table.woocommerce-checkout-review-order-table .product-name {
    width: 235px;
}

#order_review ul {
	padding: 0;
	margin: 0;
}

#order_review ul > li {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	display: block;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	margin-bottom: 30px;
}

#order_review_heading {
	margin-bottom: 30px;
	padding-bottom: 0;
}

table.order_details {
	width: 100%;
	margin-bottom: 40px;
	color: #434343;
}

table.order_details a {
	color: #343434 !important; 
}

table.order_details th {
	padding: 15px;
	text-transform: uppercase;
}

.woocommerce-order h2 {
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 30px;
}

.woocommerce-order h3 {
	font-size: 16px;
}

.woocommerce-order a {
	color: #e04622;
}

#order_review .shop_table tr.shipping th > div {
	width: 100%;
	margin: 15px 0 !important;
}

#order_review .shop_table tr.shipping th > div table {
	width: 100%;
	background-color: transparent;
}

#order_review .shop_table tr.shipping th > div table td {
	padding: 15px 0;
	background-color: transparent !important	
}

#order_review .woocommerce-privacy-policy-text {
	float: left;
	width: 100%;
}

#order_review .woocommerce-privacy-policy-text p {
	margin-bottom: 40px;
}

#order_review .woocommerce-privacy-policy-text a {
	color: #343434 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

#customer_details .select2-container .select2-selection--single {
	height: 34px;
	margin: 0 0 7px;	
}

#customer_details .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	padding-right: 20px;
	height: 34px;
	padding-top: 2px;
	margin-bottom: 15px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 0px;
}

/*
=========================================
		SEARCH RESULT
=========================================
*/
#ps_results_container a {
	color: #343434;
}

.rs_result_heading {
	margin: 15px 0 30px;
	border-bottom: 1px solid #343434;
	padding-bottom: 15px;
}

.rs_result_row {
	width: 100% !important;
	float: left !important;
	margin: 0px 0 30px !important;
	padding: 0px 0 30px !important;
	border-bottom: 1px solid #c2c2c2 !important;
}

.rs_rs_avatar {
	width: 64px;
	margin-right: 20px !important;
	overflow: hidden;
	float: left;
	text-align: center;
}

.rs_rs_name {
	margin-left: 0px;
	font-size: 18px;
}

.rs_rs_sku {
	padding: 15px 0 7px;
	font-size: 11px;
}

.rs_rs_price {
	font-size: 16px;
	padding-bottom: 15px;
}

.rs_rs_description,
.rs_rs_cat.posted_in {
	display: none;
}

/*
=========================================
		CONTENT POST
=========================================
*/

.main-post-content {
	min-height: 320px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #343434;
}

.main-post-content a {
	color: #343434;
}

.main-left-content .page-header {
	padding-bottom: 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #dde6ea;
}

.main-content-post {
	border: 1px solid #dde6ea;	
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.head-content-post {
	background-color: #dde6ea;	
	width: 100%;
	height: 205px;
	max-height: 205px;
	overflow: hidden;
}

.head-content-post img {
	width: 100%;
}

.body-content-post {
	padding: 30px 15px;
}

.body-content-post .title {
	min-height: 60px;
}

.body-content-post .title h3 {
	font-size: 14px;
	letter-spacing: 2px;
}

.body-content-post .date {
	font-size: 11px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.body-content-post .description p {
	font-size: 11px;
	margin: 0;
	min-height: 170px;
}

.main-pagination {
	padding-left: 15px;
	padding-right: 15px;
}

.main-pagination a {
	color: #343434;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pager li {
	margin: 0 3px;
}

.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	font-size: 12px !important;		
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #dde6ea;
}

.pager li > span {
    background-color: #dde6ea;
}

/** -- Single Post --**/

.featured-content,
.title-content,
.date-content,
.description-content,
.pagination-content,
.comment-content {
	width: 100%;
	float: left;
	position: relative;
}

.featured-content {
	height: 230px;
	max-height: 230px;
	overflow: hidden;	
	margin-bottom: 20px;
}

.featured-content img {
	width: 100%;
}

.title-content h1 {
	font-size: 22px;
	letter-spacing: 2px;
}

.date-content {
	border-top: 1px solid #dde6ea;
	border-bottom: 1px solid #dde6ea;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.description-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dde6ea;	
}

.pagination-content {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dde6ea;	
}

.main-sidebar-content > section {
	margin-bottom: 20px;
	border-bottom: 1px solid #dde6ea;
	padding-bottom: 20px;
}

.main-sidebar-content > section img {
	width: 100%;
	margin: auto;
}

/*
=========================================
		CONTACT FOOTER
=========================================
*/

.contact-footer {
	background-color: #383c3e;
	text-align: center;
	color: #fff;
}


.contact-footer a {
	color: #fff;
	text-decoration: none;
}

.contact-footer a:hover .content-contact-footer {
    background-color: rgba(225, 255, 255, 0.45);
}

.content-contact-footer {
	border-right: 1px solid #747778;
	padding: 15px;
}

.contact-footer .container > div:last-child .content-contact-footer {
	border-right: none;
}

.content-contact-footer .icon {
	font-size: 30px;
}

.content-contact-footer .contact {
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 12px;	
}

/*
=========================================
		FOOTER
=========================================
*/

.footer-top {
	background-color: #e6dfd5;
	padding: 60px 0;	
}

.menu-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer li {
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;	
	letter-spacing: 1px;
	word-spacing: 1px;	
}

.footer-top .main-title {
	font-size: 12px;
    margin-bottom: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;	
}

.footer-top .main-title.guarantee {
	text-align: center;
}

.footer-top .main-content.guarantee p {
	font-size: 12px;
	margin: 0;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 2px;	
}

.footer-top .logo-footer {
	margin-top: 30px;
}

.footer-top .logo-footer a,
.footer-top .logo-footer img {
	margin: auto;
}


.footer-bottom {
	background-color: #383c3e;
	padding: 10px 0;
	font-size: 11px;	
	color: #fff;
	text-align: center;	
}


/*
=========================================
		MAIN RESPONSIVE
=========================================
*/

@media (min-width: 768px){
	#reviews .comment-form-author, 
	#reviews .comment-form-email {
		width: 60%;
	}
}

@media (max-width: 1300px){

}

@media (max-width: 1199px){	
	/** --- PRODUCT HOME --- **/
	.product-home-content .desc-product-home {
		/*
		min-height: 115px;
		*/
	}
	
	.room-content-product {
		padding-top: 20px;
	}	
	
	.title-product-home h2 {
		font-size: 25px;
	}	
	
	/** --- MAIN SITE CONTENT --- **/
	.main-banner .title {
		margin: 3em 0 1em;
	}	
	
	ul.products {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}	
	
	.site-main ul.products li.product {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px !important;
	}
	
	/** --- CONTENT POST --- **/
	.head-content-post {
		height: 190px;
		max-height: 190px;
	}
}

@media (max-width: 991px){	
	/** --- NAVBAR SLIDE --- **/
	#sidebar .navbar-nav > li {
		float: left;
		width: 100%;
	}	
	
	#sidebar {
		width: 250px;
		position: fixed;
		top: 0;
		left: -350px;
		height: 100vh;
		z-index: 99999;
		background: #fff;
		color: #343434;
		transition: all 0.3s;
		overflow-y: scroll;
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
				box-shadow: 0 0 7px rgba(0, 0, 0, .25);
	}

	#sidebar.active {
		left: 0;
	}

	#dismiss {
		display: none !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		background: #7386D5;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#dismiss:hover {
		background: #fff;
		color: #7386D5;
	}

	.overlay {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 998;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.overlay.active {
		display: block;
		opacity: 1;
	}

	#sidebar .sidebar-header {
		padding: 15px;
		background: #f9f9f9;
	}

	#sidebar ul.components {
		padding: 20px 0;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #dde6ea;
	}

	#sidebar ul p {
		color: #343434;
		padding: 0 10px;
	}

	#sidebar ul li a {
		padding: 10px;
		display: block;
	}

	#sidebar ul li a:hover {
		color: #fff;
		background-color: #343434;
		border-bottom: none;
	}

	#sidebar ul li.current-menu-item > a,
	a[aria-expanded="true"] {
		color: #343434;
		background-color: #f9f9f9;
	}

	a[data-toggle="collapse"] {
		position: relative;
	}

	.dropdown-toggle::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
		
	/** --- THREE POINT --- **/
	.room-three-point-home .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.room-three-point-home .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/** --- PRODUCT HOME --- **/
	.room-content-product {
		padding-top: 0;
	}	
	
	.product-home-content .row {
		margin-right: -15px;
		margin-left: -15px;
	}	
	
	.product-home-content .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.product-home-content .desc-product-home {
		margin: 20px 0 20px;
		/*
		min-height: 90px;
		*/
	}	
	
	/** --- BEST SELLER --- **/
	.best-seller-home {
		margin-bottom: 40px;
	}	
	
	/** --- MAIN SITE CONTENT --- **/
	.main-banner {
		background-position: top right;
	}	
	
	.site-main ul.products li.product {
		width: 33.33333333% !important;
	}	
	
	/** --- SINGLE PRODUCT --- **/
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}

	.storefront-full-width-content.single-product div.product .summary {
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.storefront-full-width-content .woocommerce-tabs ul.tabs {
		width: 35%;
		padding-right: 30px;
	}	
	
	.storefront-full-width-content .woocommerce-tabs .panel {
		width: 65%;
	}	
	
	/** --- FOOTER --- **/
	.footer-top .main-title.guarantee {
		margin-top: 20px;
	}	
}

@media (max-width: 800px){	
	
}	

@media (max-width: 767px){
	.show-when-mobile {
		display: block !important;
	}
	
	.show-when-dekstop {
		display: none !important;
	}	
	
	.navbar-brand-mobile {
		display: block;
	}
	
	.navbar-brand-dekstop {
		display: none;
	}
	
	.navbar-nav {
		margin: 0;
	}	
	
	.navbar-right {
		float: right !important;
	}
	
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}	
	
	.menu-top-right .navbar-nav > li {
		float: left;
	}	
	
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: left;
		width: auto;
	}	
	
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #e5e5e5;
	}	
	
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 3px 0;
	}	

	/** --- THREE POINT --- **/
	.three-point-home {
		margin-bottom: 20px;
	}
	
	.three-point-home .description {
		margin-bottom: 30px;
	}	
	
	/** --- PRODUCT HOME --- **/
	.product-home-content .img-product-home img {
		width: 100%;
	}	
	
	.product-home-content .title-product-home {
		margin-top: 20px;	
	}	
	
	/** --- BEST SELLER --- **/
	.title-best-seller-home {
		min-height: 50px;
	}		
	
	/** --- MAIN SITE CONTENT --- **/
	.main-banner {
		background-position: top left;
	}	
	
	.site-main ul.products li.product {
		width: 50% !important;
	}	
	
	/** --- CONTENT POST --- **/
	.body-content-post .description p {
		min-height: 0;
		margin-bottom: 30px;
	}	
	
	.pagination-content > div {
		text-align: center;
		padding-top: 7px;
		padding-bottom: 7px;
	}	
	
	/** --- SINGLE PRODUCT --- **/
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		width: 40%;
	}	
	
	.storefront-full-width-content.single-product div.product .summary {
		width: 60%;
	}
	
	.single-product div.product .woocommerce-product-gallery img {
		/*width: 120px;*/
	}	
	
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
		width: 33.33333333%;
	}	
	
	.storefront-full-width-content .woocommerce-tabs ul.tabs {
		width: 100%;
		padding-right: 0;
	}	

	.storefront-full-width-content .woocommerce-tabs .panel {
		width: 100%;
		margin-top: 40px;
	}	
		
	.woocommerce-tabs ul.tabs li {
		display: inline-block;
		padding-right: 60px;
		margin-right: 15px;
	}	
	
	#review_form textarea {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}	
	
	/** --- CART --- **/
	.cart-collaterals {
		margin-top: 40px;
	}	
	
	/** --- CONTACT FOOTER --- **/
	.contact-footer .container {
		margin-left: -15px;
		margin-right: -15px;
	}	
	
	/** --- FOOTER --- **/
	.footer-top {
		padding: 40px 0;
	}	
	
	.footer-top .main-title {
		position: relative;	
		padding-bottom: 10px;		
	}
	
	.footer-top .main-title::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 200px;
		background-color: #343434;
		height: 1px;
	}

	.footer-top .main-title.guarantee {
		text-align: left;
	}	
	
	.footer-top .main-content {
		margin-bottom: 20px;
	}		
}

@media (max-width: 640px){	
	/** --- SINGLE PRODUCT --- **/
	.woocommerce-tabs ul.tabs li {
		display: block;
		padding-right: 0;
		margin-right: 0;
	}	
}

@media (max-width: 600px){
	/** --- SINGLE PRODUCT --- **/
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.storefront-full-width-content.single-product div.product .summary {
		width: 100%;
	}	
}

@media (max-width: 540px){

}

@media (max-width: 480px){
	.nav-sm > div {
		width: 25%;
	}
	
	.nav-sm > div.logo-xxs {
		width: 50%;
	}
	
	.login-xxs {
		display: block !important;
		margin-bottom: 100px !important;
	}
	
	.hidden-xxs {
		display: none !important;
	}
	
	.login-xxs .username {
		font-size: 16px;
		text-transform: capitalize;
		padding: 0 10px;
	}

	.login-xxs .info {
		color: #9aa0a7;
		padding: 0 10px;
	}
	
	.login-xxs .divider {
		height: 1px;
		margin: 9px 10px;
		overflow: hidden;	
		background-color: #e5e5e5;
	}
	
	.login-xxs.login-form .input {
		width: 100%;
		padding: 7px;
		border: 1px solid #434343;
		color: #343434;
		font-size: 18px;
		font-family: "OpenSansRegular";
	}

	.login-xxs.login-form label {
		font-size: 12px;	
		font-weight: normal;
		color: #343434;
	}

	.login-xxs.login-form .button-primary {
		width: 100%;
		font-family: "OpenSansBold";
		padding: 7px 22px;
		font-size: 18px;
		color: #343434;
		text-transform: uppercase;
		border-radius: 1px;
		border: 2px solid #343434 !important;
		text-shadow: none;
		background-color: transparent !important;
	}

	.login-xxs.login-form .button-primary:hover {
		background-color: #343434 !important;
		color: #fff !important;
		text-decoration: none;
	}

	.login-xxs.login-form .mini-register {
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 1px;	
	}	
	
	.login-xxs > li  > a {
		padding: 3px 10px !important;
		color: #343434;
		text-decoration: none;
	}	

	.login-xxs > li  > a:focus, 
	.login-xxs > li  > a:hover {
		background-color: transparent !important;
		background-image: none !important;
		color: #343434 !important;
		font-weight: 600;
	}

	.login-xxs .mini-register a {
		color: #343434;
	}
	
	/** --- SEPARATOR TITLE --- **/
	.separator-title {
		margin-bottom: 30px;
	}
	
	.separator-title .spr-title {
		padding: 0px 15px;
	}

	.separator-title .spr-title h3 {
		font-size: 18px;
	}
	
	.separator-title .spr-line {
		top: 10px;
	}
	
	/** --- THREE POINT --- **/
	.three-point-home {
		margin-bottom: 0;
	}	
	
	/** --- PRODUCT HOME --- **/
	.product-home-content {
		margin-bottom: 40px;
	}	
	
	/** --- MAIN SITE CONTENT --- **/
	.main-banner .title {
		margin: 2em 0 1em;
	}	
	
	.site-main ul.products li.product {
		width: 100% !important;
	}	
	
	ul.products li.product img {
		height: auto;
	}
	
	/** --- CONTENT POST --- **/
	.pager li.previous > a,
	.pager li.next > a {
		width: 100%;
		margin: 10px 0;
	}	

	.featured-content {
		height: auto;
		max-height: unset;
	}	
}

@media (max-width: 360px){	
	/** --- PRODUCT HOME --- **/
	.title-product-home h2 {
		font-size: 18px;
	}
	
	/** --- BEST SELLER --- **/
	.title-best-seller-home {
		min-height: 0;
	}	
	
	/** --- CONTENT POST --- **/
	.head-content-post {
		height: 160px;
		max-height: 160px;
	}	
}	

@media (max-width: 320px){

}