/*
	Theme Name: Kingtalisman
	Theme URI: https://www.kingtalisman.com
	Description: Custom WP Theme for Kingtalisman
	Version: 1.0.02.2022
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: mustika, jewelry
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.7 'Red Hat Display', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: #fff;
	color: #333;
	width: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #fff;
    color: #000;
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #a61212;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #a61212;
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: #000;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #000;
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 700; color: #000;}
h4, h5, h6 {font-weight: 400; color: #000;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	max-width: 100%;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
	top: 0;
	z-index: 999;
    height: 80px;
    position: absolute;
	border-bottom: 1px solid rgba(255,255,255, .3);
}
.header .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
  	align-items: center;
  	position: relative;
}
.header .container .logo {
	display: inline-block;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    top: 0;
    width: 160px;
	background-color: rgba(255,255,255, 1);
	padding: 15px;
	z-index: 2;
	border-radius: 0 0 10px 10px;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .container .right-area {
	display: flex;
	position: relative;
	align-items: center;
}
.header .container .right-area .woocommerce.widget_product_search {
    margin-right: 20px;
}
.header .container .right-area .woocommerce.widget_product_search form.woocommerce-product-search {
	width: 270px;
	border: 1px solid #a7a7a7;
    background-color: #00000038;
	border-radius: 5px;
	overflow: hidden;
}
.header .container .right-area .woocommerce.widget_product_search form.woocommerce-product-search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	float: left;
	width: 75%;
	color: #fff;
	font-size: 13px;
	background-color: transparent;
}
.header .container .right-area .woocommerce.widget_product_search form.woocommerce-product-search button[type="submit"] {
	background: linear-gradient(0deg, #a2a2a2, #ffffff);
	color: #000;
	outline: none;
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	width: 25%;
	padding: 0;
}
.header .container .right-area .woocommerce.widget_product_search form.woocommerce-product-search button[type="submit"]:hover {
	color: #000;
	background: #fff !important;
}
.header .container .right-area #woo-cart-button {
	position: relative;
	margin-right: 20px;
}
.header .container .right-area #woo-cart-button a {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}
.header .container .right-area #woo-cart-button a img {
    width: 20px;
	filter: brightness(0) invert(1);
}
.header .container .right-area a.user {
    line-height: 0;
}
.header .container .right-area a.user img {
    width: 20px;
	filter: brightness(0) invert(1);
}
.header .container .right-area #woo-cart-button .cart-contents-count {
	position: absolute;
	color: #e73f3f;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 0;
    left: -5px;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    font-weight: 700;
    top: -1px;
}
.nav {
	display: flex;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: inline-block;
	margin: 0;
}
.nav ul li a {
	display: block;
    font-size: 15px;
	font-weight: 600;
	padding: 10px 30px 10px 0;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
.nav ul li a:hover {
	color: #f00;
}
.nav ul li a i {padding-left: 6px;}
.nav ul li.current_page_item a {
	color: #f00;
}
.nav ul li.current_page_item a:hover {
	color: #f00;
}
/* sub menu 1 */
.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
}
.nav ul li:hover ul.sub-menu {
	display: block;
    left: 0;
    z-index: 9;
    border-top: 0;
    padding: 20px;
    width: 100%;
	max-width: 1140px;
	border-radius: 10px;
    background-color: #fff;
}
.nav ul li:hover ul.sub-menu:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	top: -7px;
    left: 130px;
}
.nav ul li:hover ul.sub-menu {
	display: flex;
	justify-content: space-between;
}
.nav ul li ul.sub-menu li {
	display: block;
	position: relative;
}
.nav ul li ul.sub-menu li a {
	display: block;
	color: #000;
	font-size: 15px;
	padding: 10px 0;
	border-top: 0;
	font-weight: 500;
	text-transform: none;
	line-height: 1;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #f00;
}
.nav ul li ul.sub-menu li a:hover {
	color: #f00;
}
.nav ul li ul.sub-menu li ul.sub-menu {
	display: block;
	position: relative;
	width: auto;
	padding: 10px 0 0 0;
}
.nav ul li ul.sub-menu li ul.sub-menu:after {
	display: none;
}
.nav ul li ul.sub-menu li ul.sub-menu li {
	width: 100%;
	border-bottom: 0;
}
.nav ul li ul.sub-menu li ul.sub-menu li:last-child {
	border-bottom: 0;
}
.nav ul li ul.sub-menu li ul.sub-menu li a {
	font-size: 13px;
	padding: 7px 0;
	border-bottom: 0;
}

.text-headline {
	text-shadow: 1px 0 #ffb9b9, -1px 0 #ffb9b9, 0 1px #ffb9b9, 0 -1px #ffb9b9, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grid article {
	width: 31.33333%;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.grid article .thumb {
	float: left;
	background-color: #ddd;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 10px;
}
.grid article .thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.grid article h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}
.grid article h5 {
	margin: 10px 0;
	font-size: 11px;
	color: #999;
}
.grid article p {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.category-sidebar {
	position: relative;
}
.category-sidebar h5 {
	background-color: #a61212;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 0 0 20px 0;
	padding: 7px 20px;
}
.category-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-sidebar ul li {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	position: relative;
}
.category-sidebar ul li a {
	font-size: 14px;
	font-weight: 600;
	padding: 7px 10px;
	display: block;
}
.category-sidebar ul li:hover {
	background-color: #a61212;
	border: 1px solid #a61212;
}
.category-sidebar ul li:hover a {
	color: #fff;
}
.category-sidebar ul li .count {
	font-size: 12px;
	position: absolute;
	top: 9px;
	right: 10px;
	color: #a61212;
}
.category-sidebar ul li:hover .count {
	color: #fff;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	background-color: #eaeaea;
}
#foot .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	color: rgba(0,0,0, .7);
	z-index: 2;
	line-height: 1.8;
	text-align: center;
}
#foot .container a {
	color: rgba(0,0,0, .7);
}
#foot .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot .container ul li {
	position: relative;
	padding: 5px 20px;
	display: inline-block;
}
#foot .container ul li a {
	display: block;
	padding: 0;
	color: #000;
	line-height: 1.7;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
#foot .container ul li a:hover {
	color: #a61212;
}
#foot .container ul li a i {
	width: 16px;
	margin-right: 7px;
}

#benefit {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	background-color: #eaeaea;
	border-top: 1px solid rgba(0,0,0, .2);
}
#benefit .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px 30px 20px;
	font-size: 13px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	text-align: center;
	justify-content: space-between;
}
#benefit .container h3 {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #777;
}
#benefit .container .widget_custom_html {
	padding: 0;
}
#benefit .container .widget_custom_html img {
	height: 30px !important;
	width: auto !important;
}

.copyright {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	color: rgba(255,255,255, .7);
	font-size: 13px;
	background-color: #000;
	border-top: 1px solid rgba(255,255,255, .2);
}

#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(https://www.kingtalisman.com/2025/wp-content/uploads/2025/02/bg-hero.jpg) no-repeat center center;
	background-size: cover;
	background-color: #000;
	overflow: hidden;
}
/* #big-title img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
} */
#big-title:after {
	content: "";
	background-color: rgba(0,0,0, .5);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#big-title .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 200px 20px 0 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}
#big-title .container h1 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    color: #000;
    font-weight: 700;
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 10px 10px 0 0;
	display: inline-block;
}
#big-title .container h5 {
	margin: 5px 0 0 0;
	color: rgba(255,255,255, .7);
}

#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 20px;
	position: relative;
	overflow: hidden;
	color: #000;
}

#main-wrapper .container .content {
	width: 68%;
	float: left;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container .content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
#main-wrapper .container .content.product h1 {
	margin: 0 0 10px 0;
    padding: 0;
    width: 48% !important;
    float: right !important;
    line-height: 1.1;
    font-size: 24px;
}
#main-wrapper .container .related-product {
    float: right;
    width: 27%;
}
#main-wrapper .container .related-product h3 {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #a61212;
    line-height: 1;
    padding-bottom: 12px;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
#main-wrapper .container .related-product .woocommerce ul.products li.product {
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	width: 100%;
}
#main-wrapper .container .related-product .woocommerce ul.products li.product a img {
	width: 90px;
	height: 70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
#main-wrapper .container .related-product .woocommerce ul.products li.product a h2 {
	font-size: 14px !important;
	margin: 0 !important;
}
#main-wrapper .container .related-product .woocommerce ul.products li.product .price {
	font-size: 14px !important;
	margin: 9px 0 0 0;
}
#main-wrapper .container .related-product .woocommerce ul.products li.product .button {
	font-size: 9px;
	padding: 6px;
	position: absolute;
    right: 0;
    bottom: 20px;
}

#main-wrapper .container.grid {
	position: relative;
}
#main-wrapper .container.grid article {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 50%;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
#main-wrapper .container.grid article .post-thumb {
	float: left;
	background-color: #ddd;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
#main-wrapper .container.grid article .post-thumb a {
	display: block;
}
#main-wrapper .container.grid article .post-thumb a img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
#main-wrapper .container.grid article .post-wrap {
	position: relative;
}
#main-wrapper .container.grid article h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}
#main-wrapper .container.grid article h5 {
	margin: 10px 0;
	font-size: 11px;
	color: #999;
}
#main-wrapper .container.grid article p {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

#main-wrapper .container .post-heading {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1140px;
}
#main-wrapper .container .post-heading .col {
	width: 50%;
	float: left;
	margin:0 0 40px 0;
}
#main-wrapper .container .post-heading .col .metadata {
	position: relative;
	padding: 0;
}
#main-wrapper .container .post-heading .col .metadata .author {
	float: left;
	margin-right: 15px;
}
#main-wrapper .container .post-heading .col .metadata .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#main-wrapper .container .post-heading .col .metadata h4 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	color: #000;
}
#main-wrapper .container .post-heading .col .metadata h5 {
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	color: #999;
	line-height: 1;
}
#main-wrapper .container .post-heading .col.right {
	float: right;
	text-align: right;
	position: relative;
	top: 8px;
}
#main-wrapper .container .post-heading img {
	border-radius: 5px;
	margin-bottom: 20px;
}

#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}
#main-wrapper .container .content article.full h1 {
	position: relative;
}
#main-wrapper .container .content article.full h2 {
	font-size: 24px;
	line-height: 1.4;
}
#main-wrapper .container .content article.full h3 {
	font-size: 20px;
	line-height: 1.4;
}
#main-wrapper .container .content article.full h5 {
	margin: -20px 0 20px 0 !important;
	line-height: 1.3;
	font-size: 12px;
	color: #999;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content article.full p {
	font-size: 15px;
	line-height: 1.6;
}

#main-wrapper .container .content article.full ul li {
	line-height: 1.6;
}

#main-wrapper .container .related-articles {
    float: right;
    width: 27%;
}
#main-wrapper .container .related-articles h3 {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #a61212;
    line-height: 1;
    padding-bottom: 12px;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
#main-wrapper .container .related-articles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .related-articles ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#main-wrapper .container .related-articles ul li h4 {
	margin: 0;
	line-height: 1.2;
	font-weight: 600;
}
#main-wrapper .container .related-articles ul li h5 {
	color: #999;
	font-size: 11px;
	line-height: 1;
	margin: 7px 0 0 0;
}
#main-wrapper .container .related-articles ul li p {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
}

.pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.pagination .page-numbers {
	background-color: #fff;
	color: #222;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 0;
}
.pagination .page-numbers.current {
	background-color: #a61212;
	color: #fff;
}
.pagination .page-numbers:hover {
	background-color: #a61212;
	color: #fff;
}

.sitemap ul {
	margin: 0;
	padding: 0;
}
.sitemap ul li {
	margin-left: 17px;
	font-size: 14px;
}
.sitemap h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
	border-bottom: 2px solid #ddd;
}
.sitemap h5 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 700;
	border-bottom: 2px solid #ddd;
}

form.search {
	width: 100%;
	margin-bottom: 30px;
}
form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 11px;
	background-color: #fff;
}
form.search button[type="submit"] {
	background-color: #bdaea4;
	color: #fff;
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 35%;
	padding: 0;
}
form.search button[type="submit"]:hover {
	background-color: #483e38;
}

/* ---------------- woocomerce custom style ----------------- */
ul.product_list_widget {position: relative; text-align: center; margin: 0; padding: 0; list-style: none; display: flex;}
ul.product_list_widget li {padding: 15px; width: 25%; flex-wrap: wrap;}
ul.product_list_widget li a {display: block; text-transform: uppercase; font-size: 14px; line-height: 1.2;}

.woocommerce-loop-product__title {font-size: 16px !important;font-weight: 600;line-height: 1.4;}
.woocommerce ul.products li.product .button {
	border: 0;
    background: linear-gradient(0deg, black, #999);
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 7px;
    color: #fff;
    padding: 10px 15px;
}
.woocommerce ul.products li.product:hover .button {background: #000; color: #fff;}

.woocommerce .woocommerce-breadcrumb {margin: 0; font-size: inherit; color: inherit;} 
.woocommerce-breadcrumb {margin-bottom: 20px !important;}
.page-breadcrumb .woocommerce-breadcrumb {text-align: center;font-size: 14px;color: rgba(0,0,0, .7); margin-bottom: 0 !important;}
.woocommerce-breadcrumb a {color: #cfae29 !important;padding: 0 10px;}
.woocommerce-breadcrumb a:hover {color: #cfae29;text-decoration: underline;}

.woocommerce div.product div.images {position: relative; display: block; overflow: hidden; border-radius: 0;}
.woocommerce div.product div.images .flex-viewport {width: 100%; float: left;}
.woocommerce div.product div.images img {border-radius: 5px;}
.woocommerce div.product div.images .flex-control-thumbs {width: 100%; float: left;margin-top: 5px;}
.woocommerce div.product div.images .flex-control-thumbs li {padding: 5px; width: 25%;}
.woocommerce div.product div.images .flex-control-thumbs li img {border-radius: 4px;}

.woocommerce div.product div.summary {position: relative;}
.woocommerce div.product p.price, .woocommerce div.product span.price {font-size: 24px !important; color: #a61212; margin: 0; padding: 0 !important; font-weight: 700;}
.woocommerce-Price-currencySymbol {margin-right: 5px; color: #a61212; font-weight: 400;}
.woocommerce-product-details__short-description p {font-size: 15px !important; font-weight: 400 !important;}

.woocommerce-page table.cart td.actions .input-text {width: auto;}
.woocommerce .quantity input[type="number"] {height: 40px; width: 80px; margin-right: 20px; border-radius: 10px;}
.woocommerce div.product form.cart .button[type="submit"] {height: 40px; border-radius: 0; background: linear-gradient(0deg, black, #999); text-transform: uppercase; font-weight: 600; font-size: 15px; border-radius: 10px;}
.woocommerce div.product form.cart .button[type="submit"]:hover {background: #000;}

.sku_wrapper {display: block; font-size: 12px;}
.posted_in {display: block; font-size: 12px;}
.tagged_as {display: block; font-size: 12px;}
.product_meta {margin-top: 20px;}

.woocommerce-page div.product .woocommerce-tabs {margin-top: 30px; overflow: hidden;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin: 0 0 15px 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs .panel {font-size: 14px !important;}
.woocommerce div.product .woocommerce-tabs .panel h2 {display: none;}
.woocommerce div.product .woocommerce-tabs .panel p {font-size: 14px !important;}

.woocommerce .cart .button, .woocommerce .cart input.button {border-radius: 0;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width: 32px !important;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 35%;}
.wc-proceed-to-checkout a {background-color: #000 !important; font-weight: 500 !important;}
.wc-proceed-to-checkout a:hover {background-color: #222 !important;}

.woocommerce ul.products li.product-category {margin-bottom: 0 !important; padding: 0 !important;}
.woocommerce ul.products li.product-category a img {margin-bottom: 0 !important;}
.woocommerce-product-rating {margin-bottom: 10px !important;}
.woocommerce div.product .product_title {
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}
.woocommerce-product-details__short-description ul {
	padding: 0 0 0 20px !important;
	margin: 20px 0 !important;
	list-style: square !important;
	overflow: hidden;
}
.woocommerce-product-details__short-description ul li {
	font-size: 15px !important;
	width: 100% !important;
	text-align: left !important;
	background-color: transparent !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}
.woocommerce div.product p.price {font-size: 20px !important;}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-top: 5px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 13px;
	display: block;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	display: block;
	font-size: 22px;
}
.woocommerce .variations_form.cart {margin: 0 !important;}
.woocommerce div.product p.price {border-bottom: 1px dashed #aaa; padding: 10px 0 20px 0;}
.woocommerce div.product .stock {font-size: 16px !important; margin: 20px 0 0 0; color: #222;}
.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0; border-bottom: 1px solid #bbb;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: transparent; border: 0; padding: 0; margin: 0; margin-right: 15px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 14px;font-weight: 600;text-transform: uppercase;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #222;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background-color: transparent; border-bottom: 2px solid #222; margin-right: 15px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {border-bottom: 0;}
.woocommerce #content div.product .woocommerce-tabs h2 {text-transform: uppercase; font-weight: 700; font-size: 14px; display: none;}
.woocommerce div.product .woocommerce-tabs .panel h2 {font-size: 16px; display: none;}
.woocommerce div.product .woocommerce-tabs .panel p {font-size: 13px;}
.woocommerce div.product .woocommerce-tabs .panel ul {margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs .panel ul li {font-size: 13px; margin-left: 15px;}

.woocommerce table.shop_attributes {text-align: left;}
.woocommerce table.shop_attributes th {padding: 10px 0;}

.woocommerce .related.products {clear: both; float: left; width: 100%;}
.woocommerce .related.products h2 {margin: 0 0 20px 0; padding-bottom: 10px; border-bottom: 2px solid #a61212; font-size: 14px !important; text-transform: uppercase; font-weight: 600;}
.woocommerce .related.products ul.products {display: flex; flex-wrap: wrap; justify-content: space-between;}
.woocommerce .related.products ul.products li {width: 23% !important; margin: 0 0 20px 0; padding: 0; background-color: #fff;}
.woocommerce .related.products ul.products li a h2 {text-transform: none;}
.woocommerce .related.products ul.products li a img {height: 150px;}
.woocommerce .related.products ul.products li .button {margin-top: 10px;}
.woocommerce ul.products li.product .onsale {min-height: 0; line-height: 1.2; padding: 10px; top: 0; right: 0; margin: 0;}
.woocommerce span.onsale {padding: 0; left: 0; top: 0; border-radius: 3px; padding: 10px !important; line-height: 1.2 !important; min-height: 0 !important;}
.woocommerce div.product form.cart {margin-top: 30px;}
.woocommerce div.product form.cart div.quantity {margin: 0;}
.woocommerce div.product form.cart .button {padding: 10px 30px; font-size: 15px;}
.woocommerce-variation-price {display: inline-block; margin-right: 20px;}
.woocommerce-variation-availability {display: inline-block;}
.woocommerce-variation.single_variation {margin-bottom: 20px;}
.button-variable-item span {font-size: 12px !important; font-weight: 600;}
.woocommerce div.product form.cart .button[type="submit"].disabled {background-color: #888 !important;}
.woocommerce form.woocommerce-cart-form table tr td .quantity .qty {height: 32px; width: 70px; position: relative; top: 0; left: 0;}

.woocommerce-products-header {margin-top: 0;}
.woocommerce-products-header h1 {margin: 0; margin-bottom: 15px;}
.woocommerce .quantity .qty {height: 43px; width: 70px; float: left; border: 1px solid #ccc; outline: 0; background-color: #fff; font-weight: 700; font-size: 18px;}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {width: 100%;}
.woocommerce-tabs.wc-tabs-wrapper {margin-top: 30px;}
.woocommerce div.product div.summary {text-align: left;}
.woocommerce div.product div.summary .woocommerce-tabs.wc-tabs-wrapper {display: block !important; width: 100%;}
.woocommerce a.button {background-color: transparent; border: 1px solid #ddd; color: #777;}
.woocommerce button.button.alt {background-color: #292662; display: block; color: #fff; outline: none;}
.woocommerce button.button.alt:hover {background-color: #6e6ab7; color: #fff; outline: none;}
.woocommerce input.button.alt {background-color: #292662; border-bottom: 3px solid #580303; width: auto; padding: 17px 20px !important;}
.woocommerce input.button.alt:hover {background-color: #72b95f; outline: none; border: 0;}
.woocommerce a.button.alt {line-height: 1.2 !important; background-color: #292662; color: #fff !important; font-weight: 500; width: auto; border: 0; padding: 10px 15px; font-size: 14px;}
.woocommerce a.button.alt:hover {background-color: #4b488a; outline: none; border: 0;}

.woocommerce ul.products, .woocommerce-page ul.products {display: flex; flex-wrap: wrap; justify-content: space-between;}
.woocommerce ul.products:before, .woocommerce-page ul.products:before {display: none;}
.woocommerce ul.products:after, .woocommerce-page ul.products:after {display: none;}
.woocommerce ul.products li.product {margin: 0; width: 23%; float: none; padding: 20px 0;}
.woocommerce-page ul.products li.product {margin: 0; width: 23%; float: none; padding: 20px 0;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {color: #222; line-height: 1.1; padding: 0; font-weight: 600; border-bottom: 0; margin: 0;}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {color: #000;}
.woocommerce ul.products li.product .price {color: #a61212; font-size: 14px !important; text-decoration: none; font-weight: 600; margin: 0;}
.woocommerce ul.products li.product .price del {font-size: 12px; display: block;}
.woocommerce ul.products li.product .price ins {text-decoration: none; font-size: 18px; display: block;}
.woocommerce .star-rating {width: 5.5em; text-align: center; margin: 0 auto 1em !important; display: block;}
.woocommerce .star-rating span {color: #ffc822;}
.woocommerce form.woocommerce-ordering {margin-bottom: 30px;}
.woocommerce form.woocommerce-ordering select.orderby {padding: 3px 10px; border: 1px solid #ccc; color: #888;}
.woocommerce .cart .button, .woocommerce .cart input.button {width: auto;}
.woocommerce-product-details__short-description p {font-size: 14px !important; color: #222; line-height: 1.6;}
.woocommerce .widget_price_filter .price_slider_amount {text-align: center;}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {width: auto !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {padding: 15px 35px; width: auto; font-size: 16px; font-weight: 600; background-color: #000;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {border-radius: 0; background-color: transparent;}
.woocommerce-checkout #payment ul.payment_methods {padding: 0; border: 0;}
.woocommerce-checkout #payment ul.payment_methods li {width: 100% !important; margin: 0 !important; text-align: left !important; font-size: 18px !important; font-weight: 700 !important;}
.woocommerce-checkout #payment div.form-row {padding: 0;}
.woocommerce-checkout #payment div.payment_box {background-color: #f0f0f0;}
.woocommerce-checkout #payment div.payment_box p {font-size: 13px !important; font-weight: 400 !important;}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f0f0f0;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-privacy-policy-text p {font-size: 13px !important;}

.woocommerce .woocommerce-breadcrumb {
	border-bottom: 1px solid #bbb;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}
.woocommerce .woocommerce-result-count {display: block;}
.woocommerce span.onsale {background-color: #da0422; min-height: 5.236em; min-width: 5.236em; line-height: 5.236;}
.woocommerce-info {border: 0; border-left: 4px solid #f00;}
.woocommerce form .form-row {padding: 0; font-size: 14px !important;}
.woocommerce form .form-row textarea {padding: 5px 10px;}
.woocommerce .order_details {padding: 0; margin: 0 !important;}
.woocommerce-thankyou-order-received {background-color: #ffc822; padding: 5px 10px; background-color: #e1faff; border: 1px solid #bedee4;}
.woocommerce ul.products li.product a img {width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; border-radius: 10px;}
.woocommerce ul.products li.product a h2 {font-size: 15px !important; padding-bottom: 10px !important;}
.woocommerce ul.products li.product a p {margin: 0;}
.woocommerce-billing-fields {
	position: relative;
}
.woocommerce form .form-row input {
	line-height: 40px !important;
	height: 40px !important;
	border: 2px solid #999 !important;
	text-indent: 10px;
	border-radius: 0;
}
.woocommerce form .form-row input:-internal-autofill-selected {
	background-color: #fff !important;
}
.woocommerce form .form-row textarea {
	line-height: 40px !important;
	height: 100px !important;
	border: 2px solid #999 !important;
	text-indent: 10px;
	border-radius: 0 !important;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	border: 2px solid #999;
    border-radius: 0;
    height: 40px;
    line-height: 37px;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce-page div.product div.summary {font-size: 16px;}
.woocommerce-page div.product div.summary form {background-color: transparent; padding: 0;}
.woocommerce-page div.product div.summary div[itemprop="description"] p {
   margin: 30px 0 0 0;
}
div[itemprop="description"] p {
   margin: 5px 0 0 0;
}
.woocommerce-error, .woocommerce-info {background-color: #e9f3f7;}
.woocommerce-message {border-top: 0 !important; background-color: #8d7b30 !important; color: #fff !important;}
.woocommerce-message a {color: #fff !important; border: 1px solid #fff !important;}
.woocommerce .woocommerce-product-rating a.woocommerce-review-link {position: relative; font-size: 11px; top: -11px; margin-left: 15px;}
.woocommerce div.product p.price ins {color: #222;}
.woocommerce div.product form.cart .variations {clear: both; margin: 0;}
.woocommerce div.product form.cart .variations td.label {font-weight: 500; padding-top: 9px;}
.woocommerce div.product form.cart .variations label {font-weight: 500;}
.woocommerce div.product form.cart .variations select {height: 43px; min-width: 70px; width: 70px; padding-left: 10px; font-size: 18px; font-weight: 700; border: 0; outline: 0; background-color: #e4e4e4;}
.woocommerce div.product form.cart .reset_variations {background-color: #fff; padding: 8px 10px;} 

.single_variation_wrap {position: relative; margin-bottom: 15px; overflow: hidden;}
.woocommerce form.login p, .woocommerce form.register p {margin-top: 10px !important;}

.woocommerce-page ul.products li.first, .woocommerce-page ul.products::after {clear: none;}

.woocommerce-billing-fields h3 {
	margin: 0 0 20px 0;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 48%;
	float: left;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}
h3#order_review_heading {float: right !important; width: 48% !important; margin: 0 0 20px 0;}
#order_review {float: right !important; width: 48% !important;}

#customer_login {
	width: 100% !important;
	display: flex;
}

/* -----  member area ------ */
.woocommerce form.login, .woocommerce form.register {margin: 0 auto !important; float: none !important; max-width: 500px !important;}
.woocommerce-ResetPassword {margin: 0 auto !important; float: none !important; max-width: 400px !important;}
.woocommerce-ResetPassword .woocommerce-form-row {width: 100% !important;}
.woocommerce-error li {float: none !important; width: 100% !important; padding: 10px 0 !important; text-align: center !important;}
.woocommerce-account .woocommerce-MyAccount-navigation {position: relative; width: 20%; background: #f0f0f0; padding: 20px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {margin: 0; padding: 0; list-style: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {display: block; padding-bottom: 5px !important; margin-bottom: 5px !important; border-bottom: 1px solid #bbb; width: 100% !important; text-align: left !important;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {display: block; font-weight: 500; color: #222;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {border: 0;}
.woocommerce-account .woocommerce-MyAccount-content {width: 77%; text-align: left;}
.woocommerce-account .woocommerce-MyAccount-content a { display: inline !important; line-height: 1.2 !important;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {line-height: 1.5;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {position: relative; top: -15px; left: 10px;}

.woocommerce .u-columns.col2-set .u-column1.col-1 {float: none; margin: 0 auto;}
.woocommerce .u-columns.col2-set .u-column1.col-1 h2 {display: block; margin: 0 0 15px 0; text-align: center;}
.woocommerce .u-columns.col2-set .u-column2.col-2 {float: none; margin: 0 auto;}
.woocommerce .u-columns.col2-set .u-column2.col-2 h2 {display: block; margin: 0 0 15px 0; text-align: center;}

/* ------------ end of woocommerce style ----- */

div.wpcf7 {position: relative;}
div.wpcf7 label {position: relative; font-size: 16px; font-weight: 700; width: 100%; float: left;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 h3 {margin: 0; font-size: 16px;}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	float: left;
	outline: 0;
	border: 2px solid #ddd;
	padding: 8px 15px;
	margin: 5px 0 10px 0;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	display: block;
	border-radius: 5px;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border: 2px solid #a61212;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 2px solid #ddd;
	font-size: 16px;
	padding: 8px 15px;
	margin: 5px 0 10px 0;
	color: #000;
	background-color: #fff;
	display: block;
	border-radius: 5px;
	height: 100px;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border: 2px solid #a61212;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #F45757, #A61212);
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    font-size: 16px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: auto;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background: #000;
	outline: 0;
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0.2em 1em !important;
    border: 0 !important;
    width: 100% !important;
    float: left !important;
    background-color: #0000001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}


.header #megamenu {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 12px;
  right: 50px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle {position: absolute; left: 50%; top: 50%;}

#nav-toggle {cursor: pointer; padding: 0;}
#nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 28px;
  background:#fff;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 28px;
  background:#fff;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 28px;
  background:#fff;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px; 
}
#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #a61212;
}
.menu-dropdown {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  top: 0;
  z-index: 999;
  overflow: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0, .1);
}
.menu-dropdown .nav {
  position: relative;
  padding: 0;
  display: block;
  width: 100% !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.menu-dropdown .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}
.menu-dropdown .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.menu-dropdown .nav ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
	border-bottom: 1px solid #ddd;
}
.menu-dropdown .nav ul li a:hover {
  color: #f00;
  border: 0;
}
.menu-dropdown .nav ul li.current_page_item a {
  color: #f00;
}
.menu-dropdown .nav ul li ul.sub-menu {
  display: block;
  position: relative;
}
.menu-dropdown .nav ul li:hover ul.sub-menu {
  display: block;
  left: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.menu-dropdown .nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
	border-bottom: 0;
}
.menu-dropdown .nav ul li ul.sub-menu li a {
  display: block;
  background-color: transparent;
  padding: 8px 40px !important;
  font-size: 14px;
	line-height: 1.5;
}
.menu-dropdown .nav ul li ul.sub-menu li:last-child {
	border-bottom: 0;
}
.menu-dropdown .nav ul li a i {
    position: relative;
    top: 1px;
    font-size: 20px;
}
.menu-dropdown .woocommerce.widget_product_search {
    padding: 15px 20px;
}
.menu-dropdown .woocommerce.widget_product_search form.woocommerce-product-search {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.menu-dropdown .woocommerce.widget_product_search form.woocommerce-product-search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	float: left;
	width: 75%;
	font-size: 13px;
	background-color: #fff;
}
.menu-dropdown .woocommerce.widget_product_search form.woocommerce-product-search button[type="submit"] {
	background: linear-gradient(0deg, #000, #999);
	color: #fff;
	outline: none;
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	width: 25%;
	padding: 0;
}
.header .container .right-area .woocommerce.widget_product_search form.woocommerce-product-search button[type="submit"]:hover {
	background-color: #000;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1236px) {
	.header .container,
	.navbar .nav,
	#main-wrapper .container,
	#foot .container {padding-left: 20px; padding-right: 20px;}
	.nav ul li {padding: 0 10px;}
	.nav ul li a {font-size: 14px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.wrapper {margin: 0;}
	.header {display: block; z-index: 99; height: 60px; top: 0;}
	.header .container {position: relative; height: 60px;}
	.header .container .logo {width: 110px;}
	.header .container .right-area {right: 0;}
	.header .container .right-area .woocommerce.widget_product_search {display: none;}
	.nav {display: none;}
	.header #megamenu {display: block !important; top: 30px; z-index: 99; position: absolute;}
  	
  	.menu-dropdown {display: block; top: 0; overflow-x: hidden; overflow-y: auto; background-color: #000; padding: 70px 0 0 0; z-index: 9;}
  	.menu-dropdown .nav {display: block;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu {left: 20px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a {font-size: 14px;}
  	.menu-dropdown .container .navbar .nav ul li ul.sub-menu li a img {display: none;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font-size: 14px; line-height: 1.5;}
	.grid article h4 {font-size: 18px;}
	.grid article p {font-size: 13px;}
	#big-title {background-size: auto;}
	#big-title .container {padding: 140px 20px 0 20px;}
	#big-title .container h1 {font-size: 24px; line-height: 1.1; margin: 0;}
	
	.grid article {width: 100%; margin-bottom: 20px;}

	#main-wrapper .container .category-menu {white-space: nowrap; overflow-x: auto; overflow-y: hidden;}

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

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 50px 20px;}
	#main-wrapper .container.grid article {width: 100%; padding-right: 0;}
	#main-wrapper .container.grid article h2 {font-size: 16px;}
	#main-wrapper .container.grid article p {margin-bottom: 0; font-size: 13px;}
	#main-wrapper .container .content {width: 100%; float: none;}
	#main-wrapper .container .content.product h1 {width: 100% !important; float: left !important; margin-bottom: 20px; font-size: 20px;}
	#main-wrapper .container .content article.full p {font-size: 14px;}
	
	#main-wrapper .container .related-product {width: 100%; float: left; margin-top: 30px;}
	#main-wrapper .container .related-product .woocommerce ul.products li.product {
		width: 100% !important;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0 !important;
	}
	#main-wrapper .container .related-product .woocommerce ul.products li.product .button {bottom: 14px;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 47% !important; padding: 10px 0; margin: 0 !important;}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {height: 120px;}
	.woocommerce .related.products ul.products li {width: 47% !important; margin: 0 0 20px 0 !important;}
	.woocommerce .related.products ul.products li.product a h2 {margin: 0 !important;}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 100%; float: left;}
	
	#customer_login {display: block !important;}
	#customer_login .col-1 {margin-bottom: 30px;}
	
	.woocommerce .col2-set, .woocommerce-page .col2-set {width: 100%;float: left;}
	h3#order_review_heading {float: left !important; width: 100% !important; margin-top: 20px;}
	#order_review {float: left !important; width: 100% !important;}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {width: 100%;}
	.woocommerce-account .woocommerce-MyAccount-content {width: 100%;}
	
	#main-wrapper .container .related-articles {width: 100%; float: left; margin-top: 30px;}
	#main-wrapper .container .related-articles ul li h4 {font-size: 20px;}

	#foot .container {padding: 20px;}
	ul#menu-footer-menu {display: block; text-align: left;}
	ul#menu-footer-menu li {width: 50%; padding: 0 !important; margin: 0; float: left;}
	#benefit .container {padding: 20px 25px 30px 25px; display: block;}
	#benefit .container .widget_custom_html {display: block; width: 100%; padding: 10px 0;}
	#benefit .container .widget_custom_html img {height: 30px !important;}
	.copyright {font-size: 13px; line-height: 1.3; padding-left: 15px; padding-right: 15px;}
}
@media only screen and (max-width:640px) {
	.woocommerce form.woocommerce-ordering {width: 150px; position: relative; top: -5px;}
	.woocommerce form.woocommerce-ordering select.orderby {width: 150px;}
}
@media only screen and (max-width:480px) {
	.whatsapp {bottom: 20px !important;}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border: 0;
	max-width:100%;
	padding:0;
	font-size: 13px;
	font-style: italic;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-style: italic;
	position: relative;
	padding: 10px 20px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a61212;
}
