/*font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;*/

.top_header {
	padding:0;
	height:23px;
	background:#363636;
}
.header_left { padding:41px 0; }
.header_left p {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:700;
	font-size:18px;
	color:#363636;
}
.header_left p a {
	text-decoration:none;
	color:#363636;
}
.header_left p a:hover { color:#00adee; }
.header_center { text-align:center; }
.header_center img { display:inline-block; }
.header_right {
	text-align: right;
	padding:27px 0;
}
.header_right img { display:inline-block; }
.navbar-default {
	background: none;
	border-color: #363636;
}
.navbar-collapse { padding:0; }
.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
}
.nav_left {
	background: #363636;
	display:inline-block;
	float:none;
	width:100%;
	text-align:center;
}
.nav_left li {
	display:inline-block;
	text-align:center;
	float:none;
	vertical-align:middle;
}
.nav_left li.cart_wrap a {
	background: url(../images/img2.png) no-repeat 4px 25px;
	padding: 23px 20px 23px 23px;
}
.cart_wrap { margin:0 0 0 40px; }
.nav > li > a > img {
	max-width: none;
	vertical-align: baseline;
	margin: 0 5px 0 0;
}
.nav_left .search-container { float: right; }
.search-container {
	background: none;
	border:1px solid #00adee;
}
.nav_left input[type=text] {
	padding: 4px 6px;
	margin-top: 0px;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:300;
	font-size:16px;
	color:#fff;
	border: none;
	background: none;
}
.nav_left .search-container button {
	float: right;
	padding: 4px 10px;
	margin-top: 0px;
	margin-right: 0px;
	background: none;
	font-size: 17px;
	border: none;
	cursor: pointer;
	color:#00adee;
}
.nav_left .search-container button:hover { color: #00adee; }
.nav_left li a {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:300;
	font-size:16px;
	color:#fff;
	padding:23px 8px;
}
.navbar-right {
	background: #00adee;
	display:inline-block;
	float:none !important;
	width:100%;
	text-align:center;
}
.navbar-right li {
	display:inline-block;
	text-align:center;
	float:none;
}
.navbar-right li a {
	font-family: 'Oswald';
	font-style:normal;
	font-weight:400;
	font-size:17px;
	color:#fff;
	padding:20px 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color:#58595b;
}
.navbar-default .navbar-nav > li.current-menu-item > a{
	color: #fff;
	background-color:#58595b;
}
.navbar-default .navbar-nav > li > a { color: #fff; }
.banner_wrap img { width:100%; }
.welcome_wrap {
	padding:60px 0;
	background:#f1f1f1;
	background-size:cover;
}
.product_left h3 {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:20px;
	color:#fff;
	position:relative;
}
.product_left { padding-left:0; }
.product_left h3 span {
	background:#00adee;
	padding:8px 15px;
}
.product_left h3 span::after {
	background: url(../images/bio_title.png) no-repeat scroll right top;
	content: "";
	position: absolute;
	left: 87.9%;
	top: -12px;
	width: 15px;
	padding: 23px 0;
}
.product_left h3.prod_title span::after {
	background: url(../images/bio_title.png) no-repeat scroll right top;
	content: "";
	position: absolute;
	left: 64.9%;
	top: -12px;
	width: 15px;
	padding: 23px 0;
}
.product_left h2 {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:20px;
	color:#fff;
	position:relative;
	background:#00adee;
	padding:8px 15px;
	margin:15px 0 0;
}
.home_form {
	padding:15px 0px 0;
	background:#6a6b6e;
}
.home_form-group {
	padding:0 15px;
	margin:0 0 10px;
}
.home_form-control {
	background:#bdc0c1;
	height:34px;
	border-color:#bdc0c1;
	border-radius:0;
	color:#6a6b6e;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:17px;
}
textarea.home_form-control {
	height: 97px;
	resize:none;
}
.home_form-control:focus {
	border-color: #6a6b6e;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.home_form-control::-moz-placeholder {
 color: #6a6b6e;
 opacity: 1;
}
.home_form-control:-ms-input-placeholder {
 color: #6a6b6e;
}
.home_form-control::-webkit-input-placeholder {
 color: #6a6b6e;
}
.btn-primary {
	color:#fff;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:17px;
	width:100%;
	border-radius:0;
	text-transform:uppercase;
	background-color: #00adee;
	border-color: #00adee;
}
.btn-primary:focus, .btn-primary.focus {
	color: #00adee;
	background-color: #fff;
	border-color: #00adee;
}
.btn-primary:hover {
	color: #00adee;
	background-color: #fff;
	border-color: #00adee;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #00adee;
	background-color: #fff;
	border-color: #00adee;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #00adee;
	background-color: #fff;
	border-color: #00adee;
}
.footer_top_wrap {
	padding:50px 0;
	background:#363636;
}
.footer_top_wrap div:nth-child(4) img { width:100%; }
.foooter_left h2 {
	color:#fff;
	font-family: 'Roboto';
	font-style:normal;
	font-weight:400;
	font-size:26px;
	margin:0 0 25px;
}
.foooter_left h2 span {
	border-bottom:2px solid #fff;
	padding:0 35px 5px 0;
}
.foooter_left ul {
	padding:0;
	color:#fff;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:300;
	font-size:15px;
}
.foooter_left ul li { display:block; }
.foooter_left ul li a {
	text-decoration:none;
	color:#fff;
}
.footer_link ul li {
	background: url(../images/img6.png) no-repeat 0 5px;
	padding: 0 0 5px 20px;
}
.footer_address { padding:0; }
.footer_address ul li span { display:block; }
.footer_address ul li.map_adderss {
	background: url(../images/img5.png) no-repeat 0 5px;
	padding: 0 0 5px 27px;
}
.footer_address ul li.phone {
	background: url(../images/img4.png) no-repeat 0 5px;
	padding: 0 0 5px 27px;
}
.footer_address ul li.fax {
	background: url(../images/img3.png) no-repeat 0 5px;
	padding: 0 0 5px 27px;
}
.footer_bootam {
	padding:25px 0;
	background:#00adee;
}
.footer_bootam p {
	margin:0;
	text-align:center;
	color:#fff;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:300;
	font-size:16px;
}
.footer_bootam p a{
	text-decoration:none;
	color:#fff;
}
.product_left ul {
    padding: 5px 0px;
    background: #fff;
    color: #00adee;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
	text-transform:uppercase;
}
.product_left ul li {
	display:block;
	padding:0;
	position:relative;
}
.product_left ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:10px !important;
}
.product_left ul li a:hover {
	font-weight:400;
	color:#fff;
	background:#00adee;
}
.product_left ul li.current-menu-item a{
	font-weight:400;
	color:#fff;
	background:#00adee;
}
.product_left ul li .count{display:none;}
.product_left ul li ul {
	font-size: 14px;
	padding: 0;
}
.product_left ul li ul li ul li a{
	padding:10px 30px;
}
.product_left ul li ul li a {
	display: block;
	text-decoration: none;
	padding:10px 20px;
}
.product_right h3 {
	color:#fff;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:700;
	font-size:18px;
	margin:0 0 15px;
	background:url(../image/border_line.png) repeat-x 0 0;
}
.product_right h3 span {
	border:2px solid #fff;
	padding:5px 10px;
	background:#58595b;
}
.home_product ul.products li.product {
    float: left;
    margin: 0 1% 1em 0 !important;
    padding: 0;
    position: relative;
    width: 24% !important;
    background: none;
    display: block;
}
.home_product ul.products li.product img {
    padding: 0;
    width: 100%;
    height: auto;
	background:#fff;
	min-height:200px;
}
.home_product ul.products li.product h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 17px !important;
    color: #000;
    text-align: left;
    padding: 10px 2px !important;
    /* background: #808080; */
    min-height: 70px !important;
    letter-spacing: 0;
    padding: 10px 0;
}
.home_product ul.products li.product h2 a{
	color:#fff;
	text-decoration:none;
}
.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
	color: #000 !important;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: 1px solid #fff;
	padding: 6px 10px;
}
.home_product ul.products li.product .price {
	color: #00adee !important;
	display: block;
	margin-bottom: 0;
	font-family: 'Oswald';
	font-style:normal;
	font-weight:400;
	font-size: 1.1em !important;
	text-align: center;
	padding: 10px 10px 0;
	float:left;
}
.home_product ul.products li.product .button {
	margin-top: 0 !important;
	float: right;
	color: #00adee;
	background: none !important;
	border-left: 2px solid #00adee !important;
	border-radius: 0;
	font-size: 22px;
	padding: 6px 10px;
	text-align: center;
}
.home_product ul.products li.product .button:before { margin-right: 0 !important; }
/*Slider Product*/

.home_product_slider ul.products li.product {
	margin: 0 .1% 1em 0 !important;
	border: 1px solid #fff;
	background: #fff;
	padding: 0 !important;
}
.home_product_slider ul.products li.product img { padding:25px 25px 0; }
.home_product_slider ul.products li.product h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px !important;
    background: #58595b;
    letter-spacing: 0px;
}
.home_product_slider ul.products li.product .price {
	color: #00adee !important;
	display: block;
	margin-bottom: 0;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size: 1em !important;
	text-align: center;
	padding: 10px 10px 0;
	float:left;
}
.home_product_slider ul.products li.product .button {
	margin-top: 0 !important;
	color: #00adee;
	background: none !important;
	border-left: none !important;
	border-radius: 0;
	font-size: 22px;
	padding: 7px 12px;
	text-align: center;
}
.home_product_slider ul.products li.product .button:before { margin-right: 0 !important; }
.product_details { background:#fff; }
.woocommerce table.shop_table {
	border: 1px solid #00adee !important;
	border-radius: 0px !important;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
}
.woocommerce table.shop_table td {
    border: 1px solid #00adee !important;
    border-radius: 0px !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    padding: 10px;
}
.woocommerce table.shop_table td.product-name{
	width:55%;
}
.shop_table_responsive thead tr th {
    padding: 10px;
}
.woocommerce-input-wrapper textarea.input-text {
    height: 100px;
    resize: none;
}
.home_product h2 span{
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    color: #000;
    font-family: 'Poppins';
    font-weight: 300;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border: 1px solid #00adee !important;
	border-radius: 0px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #77d3f6 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce div.product p.price {
	color: #77a464 !important;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size: 24px !important;
}
.posted_in { display:none; }
.product_details .button { border-radius: 0px !important; }
.product_details .button:before { margin-right: 0 !important; }
.woocommerce .quantity .qty { padding: 4px 0; }
.woocommerce button.button {
	color: #fff !important;
	;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	background:#77a464 !important;
	padding:8px 20px 11px !important;
}
.related {
	width:100%;
	display:inline-block;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 50%;
	overflow: visible;
}
.input-text {
	height:34px;
	padding:6px 12px;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
}
.carousel-caption {
	right: 40%;
	left: 8%;
	padding-bottom: 0;
	bottom: 40%;
	text-align: left;
	text-shadow:none;
}
.carousel-caption h1 {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:700;
	font-size:36px;
	margin:0 0 5px;
	color:#fff;
}
.carousel-caption p {
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:22px;
	margin:0 0 5px;
	color:#fff;
}
.covid_wrap h3{
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:24px;
	margin:0 0 15px;
	color:#00adee;
}
.welcome_wrap p {
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	margin:0 0 10px;
}
.covid_wrap ul{
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	margin:0 0 10px;
	padding:0;
}
.covid_wrap ul li{
	display: block;
	padding:0 0 5px 24px;
	background:url(../images/li_bg.png) no-repeat 0 6px;
}
.welcome_wrap p a {
	color: #363636;
	text-decoration:none;
}
.contact_left p span { display:block; }
.rt-wpls .slick-dots { display: none !important; }
.contact_left p.address {
	background:url(../images/ad1.png) no-repeat 0 2px;
	padding:0 0 0 30px;
}
.contact_left p.phone {
	background:url(../images/ad2.png) no-repeat 0 2px;
	padding:0 0 0 30px;
}
.contact_left p.mail {
	background:url(../images/ad3.png) no-repeat 0 2px;
	padding:0 0 0 30px;
}
.contact_left p.mobile {
	background:url(../images/ad4.png) no-repeat 0 2px;
	padding:0 0 0 30px;
}
.contact_left p.webi {
	background:url(../images/ad5.png) no-repeat 0 2px;
	padding:0 0 0 30px;
}
.contact_left p.st_wrap {
	padding: 0 0 0 31px;
	font-weight: 700;
}
.contact_form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #00adee;
	border-radius: 0px;
}
textarea.contact_form-control {
	height: 200px;
	resize:none;
}
.btn-info {
	color: #fff;
	background-color: #00adee;
	border-color: #00adee;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	padding:12px 30px;
	border-radius:0;
}


.sub-menu li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #000;
}

.menu-left-menu li ul.sub-menu {
	display: none;
	max-height: 200px;
}

.sub-menu {
overflow: hidden;
max-height: 0;
-webkit-transition: all 0.5s ease-out;
}
.woocommerce nav.woocommerce-pagination ul li a{color:#000 !important;}
.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#fff !important;color:#00adee !important;}
.yith-ywraq-add-to-quote {
    margin: 10px 0;
    text-align: left;
}
.yith_ywraq_add_item_response_message{
	margin:20px 0;
}
.home_product ul.products li.product .add-request-quote-button{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #fff !important;
    background-color: #00adee !important;
	float:none;
}
.home_product ul.products li.product .yith_ywraq_add_item_response_message {
    margin: 0;
    display: none !important;
    font-size: 0;
}
.home_product ul.products li.product .product_type_simple{display:none;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #fff !important;
    background-color: #00adee !important;
    padding: 6px 15px;
    width: auto;
    border: none;
}
.home_product ul.products li.product .show {
    display: block !important;
    text-align: center;
}
.related .products .product h2.woocommerce-loop-product__title {
    min-height: 55px !important;
}
.wcpscwc-product-slider .product h2.woocommerce-loop-product__title {
    min-height: 100px !important;
}
.yith_ywraq_add_item_browse_message a{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #fff !important;
    background-color: #00adee !important;
	text-decoration:none;
	padding:8px 15px;
}
.yith_ywraq_add_item_browse_message a:hover{
	text-decoration:none;
}
.woocommerce table.cart img {
    width: 100%;
}
.ywraq-wrapper{
	padding:15px;
	background:#ccc;
}

.product-categories li.left_menu_icon span{
    position: absolute;
	right:10px;
}

.yith_ywraq_add_item_browse_message
.home_product ul.products li.product .yith_ywraq_add_item_browse_message{
    display: block !important;
    text-align: center;
}
.home_product ul.products li.product .yith-ywraq-add-to-quote {
    text-align: center;
}
.home_product ul.products li.product .yith_ywraq_add_item_product_message{
    padding: 20px 0 0;
}
.home_product_slider ul.products li.product .product_type_simple{display:none;}

.home_product_slider ul.products li.product .show {
    display: block !important;
    text-align: center;
}
.home_product_slider ul.products li.product .yith_ywraq_add_item_browse_message a{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #fff !important;
    background-color: #00adee !important;
	text-decoration:none;
	padding:8px 15px;
}
.home_product_slider ul.products li.product .add-request-quote-button{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #fff !important;
    background-color: #00adee !important;
	float:none;
}
.home_product_slider ul.products li.product .show {
    display: block !important;
    text-align: center;
}
.home_product_slider ul.products li.product .yith-ywraq-add-to-quote {
    text-align: center;
}
.home_product_slider ul.products li.product .yith_ywraq_add_item_product_message{
    padding: 20px 0 0;
}
.home_product_slider ul.products li.product .product_type_simple{display:none;}

.home_product_slider ul.products li.product .show {
    display: block !important;
    text-align: center;
}
.woocommerce ul.products li.product .yith-ywraq-add-to-quote img{
	width:auto !important;
}

.home_product ul.products li.product .yith-ywraq-add-to-quote img{
	width:auto !important;
}
.product_meta{display:none;}
.cat_product ul{
	padding:0;
}
.cat_product ul li{
	display:inline-block;
	width:24.5%;
}
.yith-ywraq-add-button img{
	float:right !important;
	margin:0 !important;
	padding:5px !important;
	display:inline-block !important;
}
.home_product h2{	
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #00adee;
	margin:0 0 30px;
	text-align:center;
}
.header_search_mobile{display:none;}
.lockdown_wrap{
    padding:60px 0;
}
.lockdown_wrap h2{
    text-align:center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #00adee;
}
.lockdown_wrap p{
    text-align:center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #000;
}
.lockdown_wrap p span{
    color: #00adee;
}
.lockdown_wrap p a{
    color: #00adee;
	text-decoration:none;
}
.lockdown_wrap p a:hover{
    color: #000;
}
.entry-summary ul{
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	margin:0 0 10px;
	padding:0;
}
.entry-summary ul li{
	display: block;
	padding:0 0 5px 24px;
	background:url(../images/li_bg.png) no-repeat 0 6px;
}
.entry-summary h5{
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	margin:0 0 10px;
	padding:0;
}
.wc-tabs-wrapper ul{
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	margin:0 0 10px;
	padding:0;
}
.wc-tabs-wrapper ul li{
	display: block;
	padding:0 0 5px 24px;
	background:url(../images/li_bg.png) no-repeat 0 6px;
}
.wc-tabs-wrapper h5{
	color: #363636;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	margin:0 0 10px;
	padding:0;
}
.wc-tabs-wrapper h2{text-align:left;}
.banner_wrap{
	position:relative;
}
.inner_caption{
	position:absolute;
	top:35%;
	left:0;
	right:0;
}
.inner_caption h1{
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	margin:0 0 0px;
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 14px !important;
    min-height: auto;
    background: #808080;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 2px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover{
	background: #00adee;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count{
	display:none;
}

table {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
    border-spacing: 0;
    border-collapse: collapse;
}
.woocommerce ul.products li.product-category a img {
    width: 100%;
    height: auto;
    display: block;
    margin:0 !important;
    box-shadow: none;
    padding: 0;
}
.woocommerce-page div.product div.summary{
    float: right;
    width: 39% !important;
    clear: none;
}
.single_banner_wrap{padding:30px 0;}
.single_banner_wrap h1{
	color: #000;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	text-align:center;
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100% !important;
}
.woocommerce-breadcrumb {
    display: none;
}
.has-sidebar.woocommerce-page:not(.error404) #secondary {
    width: 100% !important;
}
.product a{
	text-decoration:none;
}
.sing_product_details .widget_nav_menu{display:none;}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 14px !important;
    min-height: auto;
    background: #808080;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 2px !important;
    min-height: auto !important;
}
.wc-tabs-wrapper ul li {
    padding: 0;
    background: none;
}
.comment-respond label {
    width: 100%;
}
.comment-respond textarea#comment {
    width: 100%;
    height: 100px;
    resize: none;
}
.wcpscwc-product-slider ul.products li.product h2{
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    padding: 15px !important;
    background: #58595b;
    letter-spacing: 0 !important;
}
.comment-respond input {
    width: 99%;
    height: 45px;
    padding: 6px 12px;
}
p.comment-form-cookies-consent {
    width: 100%;
    display: inline-block;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: auto;
    float: none;
    height: auto;
    padding: 0;
    display: inline-block;
}
.comment-form-cookies-consent label {
    width: auto;
}
.comment-form-author{float:left; width:50%;}
.comment-form-email{float:left; width:50%;}
.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
    padding: 0;
}
.woocommerce-pagination ul.page-numbers {
    padding: 0;
    display: block;
    text-align: center;
}
.woocommerce-pagination .next.page-numbers, .woocommerce-pagination .prev.page-numbers, .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
    padding: .5em 1em;
    background: #ddd;
    display: inline-block;
    font-size: 17px !important;
    float: none;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 2px;
    -webkit-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
}
.home_product ul.products li.product .show img.ywraq-loader{
	height:auto !important;
	width:auto !important;
	min-height: auto !important;
}

