html, body {
	margin: 0;
	padding: 0;
	
}
body{
	padding-top: 65px;
}
.container-fluid,
.page-content{
	font-size: 18px;
	/*line-height: 26px;*/
}
/*HEADER*/
a{
	color: #000;
}
header#header{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	width: 100%;
		padding: 5px 25px;
	max-width: 100%;
	box-sizing: border-box;
}
.admin-bar header#header {
	position: fixed;
	top: 32px;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	width: 100%;
}
header#header .header-wrapper {
	
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
header#header .logo {
	position: relative;
	left: 0;
	top: 0;
}
header#header .left-side{
	max-width: 160px;
}
header .right-side{
	width: 100%;
}
header#header .logo img {
	max-width: 160px;
	max-height: 100%;
}
header#header .logo,
header#header .menu,
header#header .header-links {
		display: flex;
	vertical-align: top;
	justify-content: center;
	width: 100%;
}
header#header .menu{
	display: flex;
	vertical-align: top;
	justify-content: center;
	width: 100%;
}
header .left-side,
header .right-side{
	display: flex;
}
header#header ul.navigation {
	padding: 0;
	margin: 0;
}
header#header ul.navigation li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}
header#header ul.navigation li a {
	text-decoration: none;
	padding: 30px 15px;
	/*line-height: 26px;*/
	text-transform: uppercase;
}
body.dark-theme header#header ul.navigation li a {
	color: #000;
}
body.dark-theme header#header ul#menu-top li .sub-menu li a {
	color: #fff;
}
header#header ul.navigation li .sub-menu {
	display: none;
	position: absolute;
	z-index: 2;
	width: 160px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding-left: 0;
	text-align: left;
	top: 61px;
}
header#header ul#menu-top li.social-icons-in-menu {
	display: none;
}
/*header#header ul.navigation li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: "FontAwesome";
	padding-left: 4px;
}
header#header ul.navigation li.menu-item-has-children:hover > .sub-menu {
	display: block;
	position: absolute;
	z-index: 2;
	width: 270px;
	background: #e9e7e7;
	padding-left: 0;
	text-align: left;
}*/
body.dark-theme header#header ul.navigation li.menu-item-has-children:hover > .sub-menu {
	background: #4a4a4a;
}
header#header ul.navigation li.menu-item-has-children .sub-menu li {
	display: block;
}
body.light-theme header#header .header-links i.fa, footer .footer-links i.fa {
	background: #fff !important;
}
#slider-container .slide {
	min-height: 35vw;
	background-size: cover;
	background-position: center;
}
#slider-container .slick-list {
	height: 35vw;
}
#slider-container .slick-prev {
	left: 20px;
}
#slider-container .slick-next {
	right: 20px;
}
#slider-container .slick-list .slide .text {
	text-align: center;
	font-size: 2vw;
	padding-top: 10vw;
	text-shadow: 1px 1px 1px #000;
}
#slider-container .slick-list .slide .text a {
	margin: 0 auto;
	display: block;
	color: #000;
}
.rtl #slider-container .slick-prev {
	right: 20px;
	left: unset;
}
.rtl #slider-container .slick-next {
	left: 20px;
	right: unset;
}
.nav-responsive-link {
	display: none;
	background: transparent;
	padding: 10px;
	position: relative;
	/*line-height: 8px;*/
	cursor: pointer;
	z-index: 10;
	width: 18px;
}
.css-icon-menu {
	height: 15px;
	width: 18px;
}
.css-icon-menu div, .css-icon-close div {
	height: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
	display: block;
	position: relative;
}
.css-icon-menu div:last-child{
	margin-bottom: 0px;
} 
.css-icon-menu-line-1, .css-icon-menu-line-3 {
	transition: all 0.2s ease;
}
.css-icon-close div, .css-icon-menu div {
	background-color: #000;
}
.nav-responsive-link.active .icon-menu-line-1, .nav-responsive-link.active .css-icon-menu-line-1 {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 6px;
}
.nav-responsive-link.active .icon-menu-line-2, .nav-responsive-link.active .css-icon-menu-line-2 {
	opacity: 0;
}
.nav-responsive-link.active .icon-menu-line-3, .nav-responsive-link.active .css-icon-menu-line-3 {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -6px;
}
.slider img {
	width: 100%;
	display: block;
}
header#header .header-links > div:not('.serch-header-block') {
	display: inline-block;
	vertical-align: top;
}
header#header .header-links > div a {
	text-decoration: none;
	color: #7f7f7f;
	position: relative;
	display: block;
	height: auto;
	
}
header#header .header-links{
	height: 35px;
}
header#header .header-links > div i {
	font-size: 35px;
	color: #7f7f7f;
}
header#header .header-links > div span.mini-cart-count {
	position: absolute;
	top: 0px;
	right: -12px;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #636363;
	display: block;
	border-radius: 50%;
	font-size: 14px;
	line-height: 18px;
}
header#header .header-links > * {
	margin: 0 10px;
}
header#header .header-links i.fa,
footer .footer-links i.fa {
	display: inline-block;
	border-radius: 50%;
	color: #a3a3a3;
	border: 1px solid #dedede;
	width: 36px;
	height: 36px;
	line-height: 2;
	font-size: 18px;
	text-align: center;
}
.light-theme footer.footer_color {
	background: #fff;
}
/*FRONT PAGE*/
body.dark-theme #yith-quick-view-content div.summary .woocommerce-product-details__short-description,
body.dark-theme #yith-quick-view-modal.open .yith-wcqv-wrapper {
	color: #000;
}
.woocommerce-categories-line {
	text-align: center;
	padding: 15px 0;
}
.woocommerce-categories-line ul {
	margin: 0;
	padding: 0;
}
.woocommerce-categories-line ul li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
body .woocommerce-categories-line ul li a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 16px;
	color: #000;
}
body.dark-theme .woocommerce-categories-line ul li a {
	color: #fff;
}
.woocommerce-top-products,
.woocommerce-new-collection {
	text-align: center;
	max-width: 1370px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.woocommerce-top-products ul li,
.woocommerce-new-collection ul li {
	display: inline-block;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	max-width: 350px;
	float: none;
	display: inline-block;
	margin: 0 45px 50px;
}
.before_shop_loop_item_wrapper,
.before_shop_loop_item_wrapper {
	position: relative;
}
.before_shop_loop_item_wrapper .yith-wcwl-add-button .add_to_wishlist {
	width: 40px;
	height: 40px;
	background: #fafafa;
	text-align: center;
	display: block;
	border-style: solid !important;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-radius: 0;
	opacity: 0;
	transition: .4s;
}
.before_shop_loop_item_wrapper .yith-wcwl-add-button .add_to_wishlist:after {
	content: '\f004';
	font: normal normal normal 18px/40px FontAwesome;
}
.before_shop_loop_item_wrapper .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.before_shop_loop_item_wrapper .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.before_shop_loop_item_wrapper .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.woocommerce-top-products .add_to_cart_button.ajax_add_to_cart,
.woocommerce-new-collection .add_to_cart_button.ajax_add_to_cart {
	display: none;
}
.star-line {
	color: #ddd;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}
.star-line:after {
	content: '';
	height: 1px;
	width: calc(50% - 17px);
	background: #ddd;
	position: absolute;
	top: 50%;
	left: 0;
}
.star-line:before {
	content: '';
	height: 1px;
	width: calc(50% - 17px);
	background: #ddd;
	position: absolute;
	top: 50%;
	right: 0;
}
.star-line span {
	background: #fff;
	width: 35px;
	display: block;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.woocommerce-hot-trends,
.from-blog-section,
.woo-bestsellers-section {
	text-align: center;
	padding-bottom: 50px;
}
.woocommerce-top-products .products.columns-3,
.woocommerce-new-collection .products.columns-3,
.woocommerce-hot-trends .products.columns-3 {
	margin-top: 40px;
}
.woocommerce-top-products h2,
.woocommerce-hot-trends h2,
.woocommerce-new-collection > h2,
.from-blog-section h2,
.woo-bestsellers-section h2,
.page-content > h1 {
	font-size: 40px;
	margin-top: 50px;
	font-weight: 600;
}
body.dark-theme .woocommerce-top-products h2,
body.dark-theme .woocommerce-hot-trends h2,
body.dark-theme .woocommerce-new-collection > h2,
body.dark-theme .from-blog-section h2,
body.dark-theme .woo-bestsellers-section h2,
body.dark-theme .page-content > h1 {
	color: #fff;
}
.woocommerce-top-products .products.columns-3 li h2,
.woocommerce-new-collection .products.columns-3 li h2 {
	font-size: 18px !important;
	font-weight: 500;
	margin-top: 5px !important;
	font-weight: 600;
}
.home .woocommerce-top-products ul.products li.product span.price,
.home .woocommerce-new-collection ul.products li.product span.price {
	font-size: 26px;
	font-weight: 500;
	color: #000;
	margin-top: 5px;
}
a.button,
.woocommerce a.button,
.woocommerce-top-products.woocommerce ul.products li.product .button.yith-wcqv-button,
body.dark-theme .woocommerce-hot-trends .right-side .block:last-child .text a.button,
.woocommerce-new-collection.woocommerce ul.products li.product .button.yith-wcqv-button {
	font-size: 18px;
	font-weight: 600;
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAAyAQMAAAC+kg8qAAAABlBMVEUAAABBQGf3kOXGAAAAAXRSTlMAQObYZgAAACxJREFUOMtj+A8CBxgwAETiB0MDAz7AMSpPofwoGAWjgGZgwPP3UJcnUD8AAF4xIoVaGsh+AAAAAElFTkSuQmCC') !important;*/
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	background-size: contain;
	width: 245px;
	max-height: 48px;
	transition: .4s;
	padding: 0;
	/*line-height: 50px;*/
	text-align: center;
}
body.dark-theme .woocommerce-hot-trends .right-side .block:last-child .text a.button,
body.dark-theme .woocommerce a.button.yith-wcqv-button {
	color: #000 !important;
}
body.dark-theme a.button:not(.checkout-button),
body.dark-theme .woocommerce a.button:not(.checkout-button),
body.dark-theme .woocommerce-top-products.woocommerce ul.products li.product .button.yith-wcqv-button,
body.dark-theme .woocommerce-new-collection.woocommerce ul.products li.product .button.yith-wcqv-button {
	color: #fff;
	background-image: url(' data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAAyAQMAAAC+kg8qAAAABlBMVEUAAAD+/v7KB/Q9AAAAAXRSTlMAQObYZgAAACxJREFUOMtj+A8CBxgwAETiB0MDAz7AMSpPofwoGAWjgGZgwPP3UJcnUD8AAF4xIoVaGsh+AAAAAElFTkSuQmCC') !important;
}
/*body.dark-theme a.button, body.dark-theme .woocommerce a.checkout-button{
	background-image: none !important;
}*/
body.dark-theme footer .container .col-4.last .footer-links i {
	color: #fff;
}
a.button:hover,
.woocommerce a.button:hover {
	background-color: transparent;
	background-size: contain;
	color: #000;
}
.woocommerce-top-products.woocommerce ul.products li.product .button.yith-wcqv-button,
.woocommerce ul.products.columns-3 li.product .button.yith-wcqv-button,
.woocommerce-new-collection.woocommerce ul.products li.product .button.yith-wcqv-button,
.woocommerce ul.products li.product .button.yith-wcqv-button {
	position: absolute;
	background-color: rgba(255,255,255, .95);
	left: 0;
	right: 0;
	top: 50%;
	transition: .4s;
	margin: 0 auto;
	margin-top: -21px;
	width: 160px;
	height: 33px;
	opacity: 0;
	background-size: contain;
	/*line-height: 33px;*/
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.woocommerce ul.products.columns-3 li.product .button.yith-wcqv-button,
.woocommerce ul.products li.product:hover .button.yith-wcqv-button {
	margin-top: -66px;
}
.woocommerce-top-products.woocommerce ul.products li.product:hover .button.yith-wcqv-button,
.woocommerce-top-products.woocommerce ul.products li.product:hover .add_to_wishlist,
.woocommerce-new-collection.woocommerce ul.products li.product:hover .button.yith-wcqv-button,
.woocommerce ul.products.columns-3 li.product:hover .button.yith-wcqv-button,
.woocommerce-new-collection.woocommerce ul.products li.product:hover .add_to_wishlist,
.woocommerce ul.products li.product:hover .button.yith-wcqv-button,
.page-content .woocommerce ul.products.columns-3 li.product:hover .before_shop_loop_item_wrapper .yith-wcwl-add-button .add_to_wishlist {
	opacity: 1;
}
.woocommerce-hot-trends .left-side,
.woocommerce-hot-trends .right-side {
	display: inline-block;
	vertical-align: top;
}
.woocommerce-hot-trends .left-side {
	margin-right: 30px;
}
.woocommerce-hot-trends .block {
	position: relative;
}
.woocommerce-hot-trends .left-side .block {
	width: 546px;
	height: 682px;
}
.woocommerce-hot-trends .left-side .block .text {
	position: absolute;
	background: rgba(0,0,0, .7);
	left: auto;
	right: 10%;
	bottom: 50px;
	max-width: 80%;
	margin: 0 auto;
	color: #fff;
	padding: 40px 0px;
	z-index: 3;
}
.woocommerce-hot-trends .left-side .block .text h2,
.woocommerce-hot-trends .left-side .block .text p {
	margin: 0;
}
.woocommerce-hot-trends .left-side .block .text p {
	padding: 0 30px;
	font-size: 18px;
	/*line-height: 22px;*/
}
.woocommerce-hot-trends .left-side .block .text h2 {
	margin-bottom: 30px;
	font-size: 38px;
}
.woocommerce-hot-trends .right-side .block {
	width: 798px;
	height: 326px;
	background-size: cover !important;
}
.woocommerce-hot-trends .right-side .block:first-child {
	margin-bottom: 30px;
}
.woocommerce-hot-trends .right-side .block:first-child .text a {
	/*background-color: rgba(255,255,255, .7);*/
	
	display: block;
	
}
body.dark-theme .woocommerce-hot-trends .right-side .block:first-child .text a {
	color: #000000;
}
body.dark-theme .woocommerce-hot-trends .right-side .block:last-child .text h2,
body.dark-theme .woocommerce-hot-trends .right-side .block:last-child .text p {
	color: #000000;
}
.woocommerce-hot-trends .blocks-wrapper {
	margin-top: 40px;
}
.woocommerce-hot-trends .right-side .block:last-child .text {
	position: absolute;
	top: 30px;
	left: 50px;
	text-align: left;
	max-width: 260px;
}
.woocommerce-hot-trends .right-side .block:last-child .text h2 {
	font-size: 38px;
}
.woocommerce-hot-trends .right-side .block:last-child .text p {
	font-size: 16px;
	font-weight: 300;
	/*line-height: 20px;*/
}
.woocommerce-hot-trends .right-side .block:last-child .text a {
	display: inline-block;
	width: 245px;
	height: 50px;
	text-align: center;
	margin-top: 20px;
}
.hot-sale-section {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	min-height: calc(626px - 40px);
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hot-sale-section.minimum_height {
	min-height: calc(480px - 40px);
}
.hot-sale-section h2 {
	font-size: 41px;
}
.main-icon-sale {
	display: inline-block;
	position: relative;
}
.main-icon-sale span.text {
	 position: absolute;
	left: 0px;
	right: 0px;
	font-size: 44px;
	font-weight: 600;
	top: 50%;
	transform: rotate(-22deg);
	margin-top: -33px;
}
.hot-sale-section .discount_counter h4 {
	font-size: 18px;
	font-style: italic;
}
.hot-sale-section .circles {
	margin: 50px 0 0;
	display: none;
}
.hot-sale-section .circle {
	width: 100px;
	margin: 6px 55px 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
	background: #000;
	border-radius: 50%;
	padding-right: 5px;
}
.hot-sale-section .circle canvas {
	vertical-align: top;
}
.hot-sale-section .circle strong {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 100%;
	text-align: center;
	line-height: 0.8;
	font-size: 40px;
}
.hot-sale-section .circle strong i {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
}
.hot-sale-section .circle span {
	display: block;
	color: #fff;
	margin-top: 12px;
}
#hot_sale_discount_svg {
	width: 160px;
	max-width: 160px;
}
.hot-sale-section a.shopping_now {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 30px;
	border: 2px solid #fff;
	margin-top: 50px;
}
.woocommerce-support-line {
	background-image: url(../images/support_line_bg.png);
	background-repeat: no-repeat;
	min-height: 446px;
	background-size: cover;
	background-position: center;
}
.woocommerce-support-line .support_blocks {
	text-align: center;
}
.woocommerce-support-line .support_blocks .support_block {
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	/*line-height: 22px;*/
	width: 370px;
}
.woocommerce-support-line .support_blocks .support_block .icon {
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	line-height: 10;
	border: 4px solid #7e7e7e;
	margin: 0 auto 70px;
	position: relative;
  display: flex;
	justify-content: center;
	align-content: center;
}
.woocommerce-support-line .support_blocks {
	padding-top: 60px;
}
.woocommerce-support-line .support_blocks .support_block .icon:after {
	content: '';
	height: 35px;
	width: 2px;
	background-color: #838383;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.woocommerce-support-line .support_blocks .support_block h3 {
	text-transform: uppercase;
	/*line-height: 22px;*/
	font-weight: 600;
}
.woocommerce-support-line .support_blocks .support_block:nth-child(2) {
	margin: 0 90px;
}
.woocommerce-support-line .support_blocks .support_block:nth-child(1) .icon svg {
	width: 90px;
}
.woocommerce-support-line .support_blocks .support_block:nth-child(2) .icon svg {
	width: 60px;
}
.woocommerce-support-line .support_blocks .support_block:nth-child(3) .icon svg {
	width: 75px;
}
.from-blog-section .blog_posts {
	width: 100%;
	max-width: 1370px;
	margin: 70px auto 0;
		display: flex;
	padding: 0 15px;
	box-sizing: border-box;
}
.from-blog-section .blog_posts .blog_post {
	display: flex;
	vertical-align: top;
	width: 50%; 
	padding: 0 5px;
	box-sizing: border-box;
	justify-content: end;
	align-items: center;
	
}
.from-blog-section .blog_posts .blog_post .left_side,
.from-blog-section .blog_posts .blog_post .right_side {
	display: inline-block;
	vertical-align: top;
}
.from-blog-section .blog_posts .blog_post .left_side {
		max-width: 164px;
	margin-right: 17px;
	padding-top: 30px;
}
.from-blog-section .blog_posts .blog_post .right_side {
	width: 100%;
	text-align: left;
}
.from-blog-section .blog_posts .blog_post .left_side img {
	max-width: 164px;
}
.from-blog-section .blog_posts .blog_post .right_side h2.title {
	font-size: 16px;
	/*line-height: 20px;*/
	margin-top: 0;
	text-transform: uppercase;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel {
	margin-bottom: 25px;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div {
	display: inline-block;
	vertical-align: top;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div span {
	font-weight: 600;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div.posted_by {
	margin-right: 25px;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div.date,
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div.posted_by {
	font-size: 12px;
	/*line-height: 14px;*/
	text-transform: uppercase;
	color: #717171;
}
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div.date span,
.from-blog-section .blog_posts .blog_post .right_side .info_panel > div.posted_by span{
	font-weight: 600;
}
.from-blog-section .blog_posts .blog_post .right_side .post_excerpt {
	text-align: left;
	font-size: 14px;
	color: #6f6f6f;
	/*line-height: 22px;*/
	padding-right: 10%;
}
body.dark-theme .from-blog-section .blog_posts .blog_post .right_side .info_panel > div.date,
body.dark-theme .from-blog-section .blog_posts .blog_post .right_side .info_panel > div.posted_by {
	color: #fff;
}
body.dark-theme .from-blog-section .blog_posts .blog_post .right_side .post_excerpt {
	color: #fff;
}
.from-blog-section .blog_posts .blog_post .right_side .read_more {
	margin-top: 40px;
}
.from-blog-section .blog_posts .blog_post .right_side .read_more a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.home section.feedbacks {
	min-height: 384px;
	padding: 100px 400px 0;
}
.home section.feedbacks .feedbacks_wrapper {
	color: #fff;
}
/*.home section.feedbacks .feedbacks_wrapper .feedback .text,
.home section.feedbacks .feedbacks_wrapper .feedback .author {
	display: inline-block;
	vertical-align: top;
}
.home section.feedbacks .feedbacks_wrapper .feedback .text {
	width: 80%;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author {
	width: 20%;
}*/
.home section.feedbacks .feedbacks_wrapper .feedback .text {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	padding-left: 40px;
}
.home section.feedbacks .feedbacks_wrapper .feedback .text:before {
	content: '\f10e';
	font-family: "FontAwesome";
	position: absolute;
	left: -10px;
	top: 0;
	font-size: 40px;
	color: #f00;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author {
	margin-top: 30px;
	line-height: 5;
	font-style: italic;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author > div {
	display: inline-block;
	vertical-align: top;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author .photo {
	margin-right: 25px;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author .name {
	font-weight: 600;
}
.home section.feedbacks .feedbacks_wrapper .feedback .author .position {
	margin-left: 5px;
}
.home section.feedbacks .feedbacks_wrapper .slick-slide {
	padding: 10px;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots {
	text-align: left;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots li    button::before {
	content: '';
	background: transparent;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 0;
	padding: 0;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots {
	padding-left: 10px;
}
.home section.feedbacks .feedbacks_wrapper .slick-dots li.slick-active button {
	color: #f00;
	background: #f00;
}
.mailchimp-newsletter {
	text-align: center;
	padding: 80px 0;
}
.mailchimp-newsletter h2 {
	font-size: 32px;
	margin-bottom: 30px;
}
.mailchimp-newsletter .stars {
	margin-bottom: 40px;
}
.mailchimp-newsletter .stars i {
	color: #ddd;
	font-size: 20px;
	margin: 0 3px;
}
.mailchimp-newsletter .mc4wp-form-fields {
	width: 820px;
	margin: 0 auto;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
	padding: 10px 0;
	text-align: left;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"] {
	border: 0;
	width: 75%;
	font-size: 18px;
	color: #838383;
	background: transparent;
	font-style: italic;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="email"] {
	color: #ffffff;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"]:focus{
	outline: none;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="submit"] {
	border: 0;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="submit"] {
	color: #fff;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	color: #838383;
	font-size: 18px;
	opacity: 1;
	font-style: italic;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"]::-moz-placeholder {
	color: #838383;
	font-size: 18px;
	opacity: 1;
	font-style: italic;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
	color: #838383;
	font-size: 18px;
	opacity: 1;
	font-style: italic;
}
.mailchimp-newsletter .mc4wp-form-fields input[type="email"]:-moz-placeholder {
	color: #838383;
	font-size: 18px;
	opacity: 1;
	font-style: italic;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	color: #ffffff;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="email"]::-moz-placeholder {
	color: #ffffff;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
	color: #ffffff;
}
body.dark-theme .mailchimp-newsletter .mc4wp-form-fields input[type="email"]:-moz-placeholder {
	color: #ffffff;
}
footer {
	padding: 60px 0;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
}
.container .col-4 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
footer .widget .widgettitle {
	font-size: 20px;
	font-style: normal;
	margin-bottom: 30px;
}
footer .widget ul {
	padding-left: 0;
}
footer .widget ul li {
	text-align: left;
	list-style-type: none;
	margin-bottom: 15px;
}
footer .widget ul li a {
	text-decoration: none;
	font-size: 16px;
}
footer .container .col-4.last {
	text-align: center;
}
footer .container .col-4.last .footer-links {
	margin-top: 25px;
}
footer .container .col-4.last .footer-links i {
	color: #a3a3a3;
	border: 1px solid #dedede;
  transition: all 0.2s ease-in-out;
}
footer .container .col-4.last .footer-links a {
	margin: 0 5px;
  
}
.copyright-line {
	text-align: center;
	color: #fff;
	padding: 20px 0;
	background: #000;
}
.page-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 15px;
}
.page-content > h1,
.page-content .woocommerce-products-header__title.page-title{
	text-align: center;
}
/*body:not(.home) header#header {
	border-bottom: 1px solid #e5e5e5;
}*/
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
}
.page-content .products.columns-3 {
	text-align: center;
}
.woocommerce .page-content ul.products.columns-3 li.product,
.woocommerce-page .page-content ul.products.columns-3 li.product {
	max-width: 350px;
}
/*.page-content .woocommerce ul.products.columns-3 li.product .before_shop_loop_item_wrapper {
	min-height: 400px;
}*/
.page-content ul.products li.product h2.woocommerce-loop-product__title {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}
.page-content ul.products li.product .price {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.woocommerce .page-content ul.products.columns-3 li.product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button {
	display: none;
}
.woocommerce ul.products li.product {
	text-align: center;
}
.woocommerce div.product div.images {
	margin-bottom: 40px;
}
.product-template-default h1.product_title.entry-title {
	font-size: 36px;
	font-weight: 600;
}
.product-template-default.woocommerce div.product p.price {
	color: #000;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
}
.product-template-default.woocommerce .woocommerce-product-details__short-description {
	font-size: 18px;
	/*line-height: 24px;*/
	margin-top: 70px;
}
.woocommerce .page-content div.product form.cart div.quantity,
.woocommerce-cart .woocommerce table.shop_table td div.quantity {
	float: none;
}
.woocommerce .page-content div.product form.cart .input-group-qnty,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty {
	font-size: 0; /*remove gaps between divs*/
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
}
.woocommerce .page-content div.product form.cart .input-group-qnty input.input-text.qty.text,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty input.input-text.qty.text,
.woocommerce .page-content div.product form.cart .input-group-qnty    div.quantity,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty    div.quantity,
.woocommerce .page-content div.product form.cart .input-group-qnty .button-minus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-minus,
.woocommerce .page-content div.product form.cart .input-group-qnty .button-plus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-plus {
	display: inline-block;
	margin: 0;
	height: 48px;
	width: 48px;
	vertical-align: top;
	padding: 0;
	border: 0;
	background: #fff;
}
.woocommerce .page-content div.product form.cart .input-group-qnty input.input-text.qty.text,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty input.input-text.qty.text,
.woocommerce .page-content div.product form.cart .input-group-qnty .button-minus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-minus,
.woocommerce .page-content div.product form.cart .input-group-qnty .button-plus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-plus {
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: 300;
}
.woocommerce .page-content div.product form.cart .input-group-qnty .button-minus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-minus {
	border-right: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
}
.woocommerce .page-content div.product form.cart .input-group-qnty .button-plus,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty .button-plus {
	border-left: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
}
.woocommerce .page-content div.product form.cart .input-group-qnty input.input-text.qty.text::-webkit-inner-spin-button, 
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty input.input-text.qty.text::-webkit-inner-spin-button, 
.woocommerce .page-content div.product form.cart .input-group-qnty input.input-text.qty.text::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty input.input-text.qty.text::-webkit-outer-spin-button,
.woocommerce .page-content div.product form.cart .input-group-qnty input.input-text.qty.text ,
.woocommerce-cart .woocommerce table.shop_table td .input-group-qnty input.input-text.qty.text { 
	-webkit-appearance: none; 
	margin: 0; 
	-moz-appearance:textfield;
}
.woocommerce .page-content div.product form.cart .button {
	float: none;
	display: inline-block;
	vertical-align: top;
	height: 48px;
	background: transparent;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 15px;
	border: 0;
	position: relative;
	border-radius: 0;
	text-decoration: none;
	border: 1px solid #000;
}
.woocommerce .page-content div.product form.cart .button:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #959595;
	right: -48px;
	top: -1px;
	border: 1px solid #000;
	box-sizing: inherit;
	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAWBAMAAADQs7pMAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMA3e5VzIgRmSIzu3dNnknDAAAAa0lEQVQI12MAglRB6QQGMODUOXNGEsJMOqN45ghEuOZ4QsqZDWCmjBoDxxkBMBNE+YCYxsZnnI2NfZyNDRjOwMABIFMdaJiqDpgZsAaIY8BMV7goFFCXKcDgA2MuYJgEZR1qYOAoFASDCgYAIqZ2rh9T31wAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: center;
}
.woocommerce .page-content div.product .theme_product_description {
	margin-top: 60px;
}
.woocommerce .page-content div.product .theme_product_description h2 {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}
.woocommerce .page-content div.product .theme_product_description p {
	font-size: 18px;
	/*line-height: 24px;*/
}
.woocommerce .page-content div.product section.related.products {
	clear: both;
}
.woocommerce .page-content div.product section.related.products {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.woocommerce .page-content div.product section.related.products > h2 {
	text-align: center;
	font-size: 41px;
	font-weight: 600;
	margin-bottom: 50px;
}
.woocommerce-cart .woocommerce table.shop_table {
	border: 0;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 130px;
}
.woocommerce-cart table.cart th,
#yith-wcwl-form table.cart td a,
#yith-wcwl-form table.cart th {
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce table.shop_table td a {
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table a.remove {
	font-size: 35px;
	color: #000 !important;
	font-weight: 400;
}
.woocommerce-page table.cart td.actions .coupon label {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 2.7;
}
.woocommerce-page table.cart td.actions .coupon #coupon_code {
	padding: 13px 20px;
	min-width: 180px;
	color: #000;
	font-size: 18px;
	border: 1px solid #000;
	max-height: 48px;
}
body.dark-theme.woocommerce-cart .woocommerce table.shop_table a.remove {
	color: #fff !important;
}
.woocommerce-page table.cart td.actions .coupon #coupon_code::-webkit-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
}
.woocommerce-page table.cart td.actions .coupon #coupon_code::-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
}
.woocommerce-page table.cart td.actions .coupon #coupon_code:-ms-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
}
.woocommerce-page table.cart td.actions .coupon #coupon_code:-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
}
.woocommerce #respond input#submit,
.woocommerce-cart-form .woocommerce a.button {
	background: #000;
	padding: 14px 20px;
	min-width: 180px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #fff;
}
.woocommerce .cart button[name="update_cart"] {
	float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table .cart-subtotal,
.woocommerce-cart .woocommerce table.shop_table .woocommerce-shipping-totals.shipping {
	display: none;
}
.woocommerce-cart .woocommerce table.shop_table .order-total th {
	font-size: 16px;
	text-transform: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce .cart .button {
	background: #000;
	font-size: 20px;
	color: #fff;
	background-image: none !important;
	padding: 0 20px;
	max-height: 48px;
}
.woocommerce-cart .woocommerce .cart .button {
	padding: 14px 20px;
	border: 1px solid #000;
	border-radius: 0;
	font-weight: 400;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #000;
	padding: 10px;
	font-size: 18px;
}
.woocommerce form .form-row input[type="text"]::-webkit-input-placeholder { font-size: 18px ; }
.woocommerce form .form-row input[type="text"]::-moz-placeholder                    { font-size: 18px ; } 
.woocommerce form .form-rowm input[type="text"]:-moz-placeholder                     { font-size: 18px ; } 
.woocommerce form .form-row input[type="text"]:-ms-input-placeholder            { font-size: 18px ; }
.woocommerce form .form-row input[type="email"]::-webkit-input-placeholder { font-size: 18px ; }
.woocommerce form .form-row input[type="email"]::-moz-placeholder                    { font-size: 18px ; } 
.woocommerce form .form-row input[type="email"]:-moz-placeholder                     { font-size: 18px ; } 
.woocommerce form .form-row input[type="email"]:-ms-input-placeholder            { font-size: 18px ; }
.woocommerce form .form-row textarea::-webkit-input-placeholder { font-size: 18px ; }
.woocommerce form .form-row textarea::-moz-placeholder                    { font-size: 18px ; } 
.woocommerce form .form-row textarea:-moz-placeholder                     { font-size: 18px ; } 
.woocommerce form .form-row textarea:-ms-input-placeholder            { font-size: 18px ; }
.woocommerce form .select2-container--default .select2-selection--single {
	border: 1px solid #000;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder {
	color: #a6a5a5;
	font-size: 16px;
	opacity: 1;
}
.woocommerce form .form-row input.input-text::-moz-placeholder {
	color: #a6a5a5;
	font-size: 16px;
	opacity: 1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder {
	color: #a6a5a5;
	font-size: 16px;
	opacity: 1;
}
.woocommerce form .form-row input.input-text:-moz-placeholder {
	color: #a6a5a5;
	font-size: 16px;
	opacity: 1;
}
.woocommerce table.shop_table td.actions {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 15px 12px;
}
.woocommerce-checkout #customer_details #order_review_heading {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}
.woocommerce-checkout #customer_details table.shop_table {
	border: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	margin-top: 15px;
	background: #000;
}
.page-template-full-width-page .top-image img {
	width: 100%;
}
.page-template-full-width-page .top-image {
	margin-bottom: 50px;
}
.page-template-full-width-page .container-fluid > h1 {
	text-align: center;
	font-size: 42px;
	padding-bottom: 20px;
	line-height: 1.2;
	margin: 0;
}
.container-fluid > .title-background > h1 {
	text-align: center;
	font-size: 42px;
	padding-bottom: 0px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
body.dark-theme .woocommerce table.shop_table td {
	border-bottom: 1px solid rgba(255,255,255,.8);
}
#slider-container .slick-list .slide .text,
#slider-container .slick-list .slide .text a {
	color: #fff;
}
.container-fluid > .title-background{
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
#slider-container .slick-list .slide .text a {
	margin: 0 auto;
	display: block;
}
 .wpcf7-form {
	max-width: 700px;
	margin: 0 auto;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-email,
 .wpcf7-form textarea {
	padding: 10px;
	border: 1px solid #000;
	width: calc( 100% - 20px);
	box-sizing: border-box;
	resize: none;
	color: #000;
	font-size: 18px;
}
 .wpcf7-form input[type="text"]::-webkit-input-placeholder { font-size: 18px !important; }
.wpcf7-form input[type="text"]::-moz-placeholder                    { font-size: 18px !important; } 
.wpcf7-form input[type="text"]:-moz-placeholder                     { font-size: 18px !important; } 
.wpcf7-form input[type="text"]:-ms-input-placeholder            { font-size: 18px !important; }
 .wpcf7-form input[type="email"]::-webkit-input-placeholder { font-size: 18px !important; }
.wpcf7-form input[type="email"]::-moz-placeholder                    { font-size: 18px !important; } 
 .wpcf7-form input[type="email"]:-moz-placeholder                     { font-size: 18px !important; } 
 .wpcf7-form input[type="email"]:-ms-input-placeholder            { font-size: 18px !important; }
.wpcf7-form textarea::-webkit-input-placeholder { font-size: 18px !important; }
 .wpcf7-form textarea::-moz-placeholder                    { font-size: 18px !important; } 
 .wpcf7-form textarea:-moz-placeholder                     { font-size: 18px !important; } 
 .wpcf7-form textarea:-ms-input-placeholder            { font-size: 18px !important; }
 .wpcf7-form .inline span {
	width: 50%;
	display: inline-flex;
	vertical-align: top;
	margin-bottom: 5px;
}
.wpcf7-form .inline span:last-of-type {
	float: right;
}
 /*.wpcf7-form .wpcf7-submit {
	width: calc( 100% - 20px);
	background: #000;
	color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}*/
 .wpcf7-form .inline span.wpcf7-not-valid-tip {
	width: 100%;
	display: block;
	float: none;
}
.woocommerce form .select2-container--default .select2-selection--single {
	border: 1px solid #000;
}
 .wpcf7-form input.wpcf7-text::-webkit-input-placeholder,
 .wpcf7-form textarea::-webkit-input-placeholder,
 .wpcf7-form input.wpcf7-email::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
 .wpcf7-form input.wpcf7-text::-moz-placeholder,
 .wpcf7-form textarea::-moz-placeholder,
 .wpcf7-form input.wpcf7-email::-moz-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
 .wpcf7-form input.wpcf7-text:-ms-input-placeholder,
 .wpcf7-form textarea.wpcf7-text:-ms-input-placeholder,
 .wpcf7-form input.wpcf7-email:-ms-input-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
 .wpcf7-form input.wpcf7-text:-moz-placeholder,
 .wpcf7-form textarea.wpcf7-text:-moz-placeholder,
 .wpcf7-form input.wpcf7-email:-moz-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
#yith-wcwl-form .wishlist-title,
#yith-wcwl-form table.cart td.product-add-to-cart,
.page-id-53 .page-content > h1,
#yith-wcwl-form tfoot,
#yith-wcwl-form table.wishlist_table tbody td.product-name .yith-wcqv-button {
	display: none;
}
#yith-wcwl-form table.shop_table td {
	font-size: 18px;
}
.wishlist_table tr td.product-stock-status span {
	color: #000 !important;
	font-size: 18px;
}
.woocommerce table.shop_table {
	border: 0;
}
#yith-wcwl-form a.remove.remove_from_wishlist {
	color: #000 !important;
	font-size: 30px;
	font-weight: 300;
}
#yith-wcwl-form a.remove.remove_from_wishlist:hover {
	background: transparent;
}
.faqs_wrapper .question h3 {
	cursor: pointer;
}
.faqs_wrapper div.answer {
	display: none;
	font-size: 16px;
	color: #818080;
	/*line-height: 18px;*/
	padding-left: 57px;
	padding-top: 15px;
}
body.dark-theme .faqs_wrapper div.answer {
	color: #fff;
}
.faqs_wrapper .faq_section {
	margin-bottom: 50px;
}
.faqs_wrapper .faq_section > h2 {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
}
.faqs_wrapper .question > h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.faqs_wrapper .question span.icon {
	width: 38px;
	height: 38px;
	background: #818080;
	display: inline-block;
	text-align: center;
	line-height: 0.7;
	color: #fff;
	font-size: 48px;
	margin-right: 20px;
}
.faqs_wrapper .question_wrapper.opened span.icon {
	/*line-height: 33px;*/
}
.faqs_wrapper .question_wrapper {
	margin-bottom: 20px;
}
.page-id-225 .container-fluid {
	max-width: calc(100% - 15px);
}
/*RTL CSS*/
body.rtl header#header .logo {
	left: unset;
	right: 0;
}
body.rtl header#header .header-links {
	left: 0;
	right: unset;
}
body.rtl footer .widget ul li {
	text-align: right;
}
body.rtl footer .widget ul {
	padding-right: 0;
}
body.rtl .woocommerce-hot-trends .left-side {
	margin-right: 0px;
	margin-left: 30px;
}
body.dark-theme .woocommerce-info,
body.dark-theme #slider-container .slick-list .slide .text,
body.dark-theme #slider-container .slick-list .slide .text a,
body.dark-theme.woocommerce .woocommerce-breadcrumb,
body.dark-theme.woocommerce .page-content ul.products li.product .price,
body.dark-theme.product-template-default.woocommerce div.product p.price,
body.dark-theme.woocommerce .page-content div.product form.cart .button,
body.dark-theme .woocommerce-breadcrumb a,
body.dark-theme .woocommerce-error,
body.dark-theme .woocommerce-info,
body.dark-theme .woocommerce-message {
	color: #fff;
}
body.dark-theme.woocommerce .woocommerce-ordering select {
	border: 1px solid #fff;
	color: #fff;
}

header#header .header-links > div a.mini-cart{
  height:33px;
}
#wp-admin-bar-theme_options {
	display: none;
}
@media screen and (max-width: 1400px) {
	.woocommerce-hot-trends .left-side .block {
		width: 39vw;
		height: 48.7vw;
		background-size: cover !important;
	}
	.woocommerce-hot-trends .right-side .block {
		width: 57vw;
		height: 23.3vw;
		background-size: cover !important;
	}
	.woocommerce-hot-trends .left-side .block .text {
		max-width: 31vw;
	}
	.woocommerce-hot-trends .left-side .block .text h2,
	.woocommerce-hot-trends .right-side .block:last-child .text h2 {
		font-size: 2.7vw;
	}
	.woocommerce-hot-trends .left-side .block .text p,
	.woocommerce-hot-trends .right-side .block:last-child .text p {
		font-size: 1.3vw;
	}
	.woocommerce-hot-trends .right-side .block:last-child .text {
		top: 2vw;
		left: 3.5vw;
		max-width: 19vw;
	}
	.woocommerce-hot-trends .right-side .block:last-child .text a {
		width: 18vw;
		height: 4vw;
		font-size: 1.4vw;
		margin-top: 2.5vw;
		/*line-height: 4vw;*/
	}
	.woocommerce-hot-trends .right-side .block:last-child .text h2 {
		margin-top: 3.7vw;
		margin-bottom: 2vw;
	}
	.woocommerce-hot-trends .right-side .block:last-child .text p {
		margin-bottom: 0;
		/*line-height: 1.4vw;*/
	}
	.woocommerce-hot-trends .left-side {
		margin-right: 2.14vw;
	}
	.woocommerce-hot-trends .right-side .block:first-child {
		margin-bottom: 2.14vw;
	}
	.container {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.woocommerce-support-line .support_blocks .support_block {
		width: 27vw;
	}
	.home section.feedbacks {
		padding: 100px 12vw 0;
	}
	.from-blog-section .blog_posts .blog_post .left_side img {
		max-width: 12vw;
	}
	.from-blog-section .blog_posts .blog_post {
		width: 50%;
	}
	header#header ul#menu-top li.social-icons-in-menu {
		display: block;
	}
	header#header ul#menu-top li.social-icons-in-menu a {
		/*line-height: 80px;*/
		font-size: 20px;
		padding: 15px 25px 15px 25px;
	}
}
@media screen and (max-width: 1200px) {
	.woocommerce-support-line .support_blocks .support_block .icon {
		width: 12.15vw;
		height: 12.15vw;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(1) .icon svg {
		width: 8vw;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(2) .icon svg {
		width: 5.2vw;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(3) .icon svg {
		width: 6.4vw;
	}
	.woocommerce-support-line .support_blocks .support_block .icon {
		line-height: 16vw;
	}
	.woocommerce-support-line .support_blocks .support_block h3 {
		font-size: 1.8vw;
	}
	.woocommerce-support-line .support_blocks .support_block {
		font-size: 1.6vw;
	}
	.woocommerce-support-line .support_blocks .support_block p {
		margin-top: 2vw;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(2) {
		margin: 0 6vw;
	}
	header#header ul.navigation li a {
		padding: 30px 10px;
	}
	header#header .header-links .header_search svg,
	header#header .header-links .mini-cart svg {
		width: 25px;
	}
	header#header .header-links i.fa, footer .footer-links i.fa {
		font-size: 16px;
	}
	header#header .header-links i.fa, footer .footer-links i.fa {
		width: 30px;
		height: 30px;
		/*line-height: 30px;*/
	}
	header#header {
		text-align: left;
	}
	header#header .menu {
		padding-left: 20vw;
		padding-left: 15vw;
	}
	header#header .header-links > div span.mini-cart-count {
		text-align: center;
	}
	.container .col-4 a img    {
		width: 100%;
	}
}
@media screen and (max-width: 968px) {
	
	.mailchimp-newsletter .mc4wp-form-fields {
		width: 80%;
		margin: 0 auto;
	}
	.mailchimp-newsletter h2 {
		font-size: 20px;
	}
	header#header {
		padding: 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce-top-products h2, .woocommerce-new-collection h2, .woocommerce-hot-trends h2, .from-blog-section h2, .woo-bestsellers-section h2 {
		font-size: 20px;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		display: block;
		width: 100%;
		float: none !important;
		margin: 0 auto 40px;
	}
	.woocommerce-categories-line ul li {
		margin-bottom: 5px;
	}
	.woocommerce-hot-trends .left-side .block,
	.woocommerce-hot-trends .right-side .block:first-child,
	.woocommerce-hot-trends .right-side .block {
		display: block;
		width: 100vw;
		margin: 0 auto;
		min-height: 40vw;
	}
	.woocommerce-hot-trends .left-side {
		margin-right: 0;
	}
	.woocommerce-hot-trends {
		padding-bottom: 0;
	}
	.woocommerce-hot-trends .right-side .block:last-child .text {
		max-width: 40vw;
	}
	.woocommerce-hot-trends .left-side .block .text h2, .woocommerce-hot-trends .right-side .block:last-child .text h2 {
		font-size: 4vw;
	}
	.woocommerce-hot-trends .left-side .block .text {
		max-width: 70vw;
	}
	.woocommerce-hot-trends .left-side .block .text p {
		font-size: 2vw;
	}
	.woocommerce-hot-trends .right-side .block:last-child .text p {
		font-size: 2.5vw;
		/*line-height: 3vw;*/
	}
	.woocommerce-hot-trends .right-side .block:last-child .text a {
		width: 24vw;
		height: 7vw;
		font-size: 2.4vw;
		margin-top: 2.5vw;
		/*line-height: 5vw;*/
	}
	.hot-sale-section {
		padding-bottom: 15vw;
	}
	.woocommerce-support-line .support_blocks .support_block {
		width: 100vw;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(2) {
		margin: 20px 0;
	}
	.woocommerce-support-line .support_blocks .support_block .icon {
		width: 150px;
		height: 150px;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(1) .icon svg {
		width: 90px;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(2) .icon svg {
		width: 60px;
	}
	.woocommerce-support-line .support_blocks .support_block:nth-child(3) .icon svg {
		width: 75px;
	}
	.woocommerce-support-line .support_blocks .support_block .icon {
		/*line-height: 200px;*/
	}
	.woocommerce-support-line .support_blocks .support_block h3 {
		font-size: 20px;
	}
	.woocommerce-support-line .support_blocks .support_block {
		font-size: 16px;
	}
	.woocommerce-support-line .support_blocks {
		padding-bottom: 40px;
	}
	.from-blog-section .blog_posts .blog_post {
		width: 100%;
	}
	footer .container .col-4 {
		width: 90%;
		max-width: 350px;
		margin: 0 auto 30px;
		display: block;
	}
	.mailchimp-newsletter .mc4wp-form-fields input[type="email"] {
		text-align: center;
		width: 100%;
	}
	.mailchimp-newsletter .mc4wp-form-fields input[type="submit"] {
		text-align: center;
		margin: 20px auto 0;
		display: block;
	}
	.hot-sale-section h2 {
		font-size: 28px;
	}
	#hot_sale_discount_svg {
		width: 100px;
		max-width: 100px;
	}
	.main-icon-sale span.text {
		top: 40px;
		font-size: 25px;
	}
	.hot-sale-section a.shopping_now {
		font-size: 14px;
	}
	.woocommerce .page-content div.product section.related.products > h2 {
		font-size: 20px;
	}
	.page-content ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 16px;
	}
	#slider-container .slide {
		min-height: 55vw;
	}
	#slider-container .slick-list {
		height: 55vw;
	}
	a.xoo-qv-button {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	header#header .logo {
		display: block;
		position: relative;
	}
	header#header .right-side {
		position: relative;
		text-align: center;
	}
	header#header .left-side {
		text-align: center;
		margin-bottom: 10px;
	}
	.nav-responsive-link,
	header#header .header-links {
		position: static;
	}
	header#header .menu {
		padding-left: 0;
	}
}
@media screen and (max-width: 500px) {
	.woocommerce-hot-trends .left-side .block {
		height: 60.7vw;
	}
	.woocommerce-hot-trends .left-side .block .text {
		bottom: 20px;
	}
	.home section.feedbacks {
		padding: 35px 12vw 30px;
		background-size: cover;
	}
	.mailchimp-newsletter {
		text-align: center;
		padding: 25px 0;
	}
	.mailchimp-newsletter h2 {
		line-height: 25px;
	}
	#slider-container .slide {
		min-height: 95vw;
	}
	#slider-container .slick-list {
		height: 95vw;
	}
}

/* Ajax Add to Cart */
.woocommerce a.added_to_cart{
	display: block;
}