@media (max-width:768px) {}
@media (min-width:768px) {}
@media (min-width:992px) {}
@media (min-width:1200px) {}

/* 
Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@prafulla
*/
/*
theme color #ff1917
*/
.site-topbar{
	background:#ececec;
	padding: 10px 0px;
	font-size:14px;
}
.site-topbar p{
	margin:0px;
	color:#333;
	font-weight:bold;
}
.site-topbar p strong{
	color:#d60200;
}
.site-topbar p span{
	padding:0px 10px;
}
.site-topbar p.closed{
	text-align:center;
}
.site-topbar p.closed strong{
	color:#ce1324;
}

.site-topbar ul{
	list-style:none;
	margin:0px;
	text-align:right;
}
.site-topbar ul li{
	display:inline-block;
	margin-left:10px;
}
.site-topbar ul li a{
	color:#333;
}
.site-topbar .blinktext{
	-webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
 padding:2px 6px;
 border-radius:4px;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
	0%, 49% {background-color: rgb(0,190,191);}
	50%, 100% {background-color: rgb(255,140,139);}
}

@media (max-width:768px) {
.site-topbar p{
	text-align:left;
}
.site-topbar  ul{
	text-align:center;
	border-top:1px solid #dadada;
	padding-top:5px;
	margin-top:5px;
} 
}


/*--------------------------------------------------------------
.site-header
--------------------------------------------------------------*/
.site-header{
	padding:10px 0px;
	box-shadow: 0px 5px 10px 0px #ccc;
}
.site-header .col-xs-7{
	padding-right:0px !important;
}
.site-header .col-xs-5{
	padding-left:0px !important;
}
.site-header .brand{
	padding-left:15px;
}
.site-header .brand a{
	color:#222;
	font-size:34px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
}
.site-header .brand a span{
	margin-left: -3px;
}
.site-header .brand a:hover{
	text-decoration:none;
}
.site-header .brand a strong{
	color:#ce1324;
}
.site-header .brand a .first {
  color: #ff0000; /* change to your color */
  font-weight: bold; /* optional */
}
.site-header ul.navbar-right{
	padding-right:10px;
}
.site-header ul{
	list-style:none;
	margin-top: 15px;
	margin-bottom:0px;
	text-align: right;
	padding-right:10px;
}
.site-header ul li{
	display:inline-block;
	margin-left:15px;
}
@media (max-width:400px) {
.site-header ul li{
	margin-left:13px;
}
}

.site-header ul li a{
	color:#171A29 !important;
	font-size:16px;
}
.site-header li.cart-icon{
	padding-right:10px;
}
.site-header li.cart-icon .noitem {
	width: 22px;
	height: 23px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background:#ce1324;
	display: block;
	font-size: 13px;
	position: absolute;
	top: 2px;
    right: 15px;
	border: 2px solid #fff;
	/* padding-bottom: 12px; */
}
/*--------------------------------------------------------------
.site-banner
--------------------------------------------------------------*/
.site-banner{padding-bottom:30px !important; width:100%;}
.site-banner img{margin:auto;}


/*--------------------------------------------------------------
.home-daily-needs
--------------------------------------------------------------*/
.site-home-daily-needs{}
.site-home-daily-needs h2{margin-top:0px;}
.site-home-daily-needs ul.custom-product-list{
	list-style:none;
}
.site-home-daily-needs ul.custom-product-list li.product-item{
    text-align: center;
	margin-bottom:15px;
}
.site-home-daily-needs ul.custom-product-list li.product-item .content{
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
    padding-bottom: 10px;
}
.site-home-daily-needs ul.custom-product-list li.product-item h3{
    margin-top: 10px;
    margin-bottom: 5px;
}

.site-home-daily-needs ul.custom-product-list li.product-item .price {
    font-size: 18px;
    text-decoration: none !important;
}
.site-home-daily-needs ul.custom-product-list li.product-item .price bdi {
    color: #ce1324;
    text-decoration: none !important;
    font-weight: bold;
}
.site-home-daily-needs ul.custom-product-list li.product-item a.product-img{}
.site-home-daily-needs ul.custom-product-list li.product-item a.product-img img{
	width:100%; height:auto;
}

.site-home-daily-needs ul.custom-product-list li.product-item .button {
    text-decoration: none;
    background: #ce1324;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    margin: auto;
    display: inline-block;
}
.site-home-daily-needs ul.custom-product-list li.product-item .button:hover .button, .site-home-daily-needs ul.custom-product-list li.product-item .button:hover .button {
    background: #ff1a17 !important;
}

/*--------------------------------------------------------------
.cart-footer-bar
--------------------------------------------------------------*/
.cart-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 18px;
}
.cart-footer-bar .button{
  background: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
}
.sticky-cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 18px;
}
.sticky-cart-footer .button{
  background: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
}

/*--------------------------------------------------------------
.copyright
--------------------------------------------------------------*/

.site-footer-info{
	background:#edecec;
	padding: 10px 0px;
	color:#1c1c1c;
	font-size:14px;
}
.site-footer-info h3{
	margin-top:0px;
	font-weight:bold;
}
.site-footer-info p{
	margin-bottom:10px;
}

/*--------------------------------------------------------------
.copyright
--------------------------------------------------------------*/

.copyright-area{
	background:#c9c9c9;
	padding: 20px 0px;
	color:#191919;
	font-size:16px;
}
.copyright-area p{
	margin-bottom:0px;
	text-align:left;
	padding-top:7px;
}
.copyright-area .svg-box{
	text-align:right;
}
.copyright-area .svg-box .svg{
	color: #fff;
	width: 45px;
	fill: white;
}

.social_links{
	/*text-align:center;
	background:#171a29;
	width:50%;
	margin:auto;
	padding:20px;
	border-radius:12px;*/
}
.social_links a{
    text-decoration:none;
}
.social_links a:hover{
    text-decoration:none;
}
.social_links img {
    height: 35px;
    width: 35px;
    border-radius: 8px;
	margin-bottom:3px;
}
.social_links img:hover{
    opacity:0.8;
    /*border-radius: 0px;*/
}
.social_links a{
	color:#fff;
}


/*--------------------------------------------------------------
.single-product
--------------------------------------------------------------*/
.single-product{}
.single-product .site-main{
	padding-top:25px;
}
/*--------------------------------------------------------------
.woocommerce-cart
--------------------------------------------------------------*/
.woocommerce-cart{}
.woocommerce-cart .wp-block-woocommerce-cart{
	font-size:22px;
}
.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items tr:nth-child(odd) {
  background-color:#f9f9f9;
}
.woocommerce-cart .wp-block-woocommerce-cart table.wc-block-cart-items tr:nth-child(even) {
  background: #ffffff;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name{
	font-weight:bold;
	color:#ce1324;
}
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button{
	background:#ce1324;
	color:#fff;
}
.woocommerce-cart .site-footer{display:none;}
.woocommerce-cart .site-footer-info{display:none;}
/*--------------------------------------------------------------
.woocommerce-checkout
--------------------------------------------------------------*/
.woocommerce-checkout{}
.woocommerce-checkout .wp-block-woocommerce-checkout{
	font-size:22px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-form{}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-form h2.wc-block-components-title{
	font-weight:bold;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-address-card{background:#fff;}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control__option wc-block-components-radio-control__option-checked wc-block-components-radio-control__option--checked-option-highlighted{background:#fff;}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content, .wc-block-checkout__shipping-option .wc-block-components-checkout-step__content {
    background: #fff;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-button{
	background:#ce1324;
	color:#fff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
}
.woocommerce-checkout .site-footer{display:none;}
.woocommerce-checkout .site-footer-info{display:none;}

/*--------------------------------------------------------------
.woocommerce-order-received
--------------------------------------------------------------*/
.woocommerce-order-received{
	font-size:22px;
}
.woocommerce-order-received .woocommerce-notice--success {
    background: #1d9255;
    padding: 2px 14px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 6px;
}
.woocommerce-order-received table.shop_table order_details{}
.woocommerce-order-received table.shop_table order_details thead th{
	background:#373737;
	color:#fff;
}
.woocommerce-order-received .woocommerce table.shop_table th {
    background: #373737;
    color: #fff;
}
.woocommerce-order-received address{
	background:#fff;
}
/*--------------------------------------------------------------
.woocommerce-account
--------------------------------------------------------------*/
.woocommerce-account{}
.woocommerce-account .woocommerce-MyAccount-navigation {
    font-size: 20px;
	padding-bottom:50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style:none;
	background:#f9f9f9;
	padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    border-bottom:1px solid #bfbfbf;
	padding-top:5px;
	padding-bottom:5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color:#222;
	display:block;
	font-weight:bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color:#ce1324;
	text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color:#ce1324 !important;
}


.woocommerce-account .woocommerce-MyAccount-content{
    font-size: 20px;
    background: #fff;
    padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content table thead th{
	background:#464646;
	color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content table tbody th a{
	color:#ce1324;
}
.woocommerce-account .woocommerce-MyAccount-content table tbody td .woocommerce-button{
	background: #ce1324;
    color: #fff;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
.navbar
--------------------------------------------------------------*/
.navbar {
	margin-bottom: 0px !important;
	border-radius:0px !important;
	border-left:none !important;
	border-right:none !important;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.navbar-default {
    /*background:rgba(23,26,41,1) !important;*/
	background:rgba(255,255,255,1) !important;
    border:none !important;
	padding:25px 0px 20px 0px;
}

.navbar-default .navbar-brand{
	padding: 0px !important;
	margin-top: -12px;
}

.navbar-default .navbar-brand a{
	color:#222;
	font-size:28px;
	font-weight:bold;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: bold;
	color:#171A29 !important;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #008b8c !important;
}

.navbar-default .navbar-nav > li.current_page_item > a {
	color: #fff !important;
	background-color: #008b8c !important;
	border-radius:20px;
}


.navbar-default .navbar-toggle {
	margin-right:0px;
}

.navbar-default .dropdown-toggle::after {
	display: inline-block;
	width: .3em;
	height: .3em;
	margin: -.3em 0 0 .4em;
	vertical-align: middle;
	content: "";
	border: .3em solid;
	border-width: 0 .15em .15em 0;
	transform: rotateZ(45deg);
	float: right;
	margin-top: 5px;
}



.navbar-default .fa-lg{
	font-size: 26px;
}

.navbar-default .noitem {
	width: 22px;
	height: 23px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background:#008b8c;
	display: block;
	font-size: 12px;
	position: absolute;
	top: 6px;
	right: 0px;
	border: 2px solid #fff;
	/* padding-bottom: 12px; */
}


.navbar-default .navbar-nav>li>.dropdown-menu {
    padding: 10px 10px;
	font-size: 16px;
}
.navbar-default .dropdown-menu>li{
    border-bottom:1px solid #e3e3e3;
}
.navbar-default .dropdown-menu>li:last-child{
    border-bottom:none;
}
.navbar-default .dropdown-menu>li>a {
    padding: 3px 10px 3px 3px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff !important;
	background-color: #008b8c !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
	background-color: #008b8c !important;
	border-radius: 20px;
}
ul.navbar-right li:last-child a{
	padding-right:0px;
}

.navbar-default .mobile-menu-items{display:none;}

@media (min-width:768px) and (max-width:992px){
.nav>li>a {padding: 10px 10px !important;}
}



@media (max-width:768px) {
.navbar-default .container{
	padding-left:25px;
	padding-right:40px;
}
	
.navbar-default .navbar-toggle {
	margin-left: 20px;
	border-color:#333 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333 !important;
}	
	
.navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid #ccc;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li.current_page_item > a {
	border-radius:0px;
}

.navbar-default .navbar-right{display:none;}

.navbar-default .mobile-menu-items{
	display:inline-block;
	position: relative;
    float: right;
    /*right: 200px;*/
}
.navbar-default .mobile-menu-items ul{
	list-style:none;
	margin-top: 15px;
	margin-bottom:0px;
}
.navbar-default .mobile-menu-items ul li{
	display:inline-block;
	margin-left:15px;
}
.navbar-default .mobile-menu-items ul li a{
	color:#171A29 !important;
}

.navbar-default .mobile-menu-items ul li .noitem {
	right: 65px;
}
}
@media (max-width:398px) {
.navbar-default .navbar-brand {
	width: 130px !important;
}
}
/*@media (min-width:768px) {
.dropdown-menu{
	  height:300px;
	  overflow-y:auto;
}
}
@media (min-width:992px) {
.dropdown-menu{
	  height:400px;
	  overflow-y:auto;
}
}
@media (min-width:1200px) {
.dropdown-menu{
	  height:500px;
	  overflow-y:auto;
}
}*/


/*--------------------------------------------------------------
.site footer
--------------------------------------------------------------*/
.site-footer{
	/*background:#171a29 url(../images/footer-bg2.jpg) left top no-repeat;
	background-size:cover;*/
	padding:30px 0px;
	color:#222;
	font-size: 16px;
}
.site-footer h2{
	font-weight:bold;
	margin-bottom:45px;
}
.site-footer h3{
	font-weight:bold;
}
.site-footer h2::after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 25px;
	background:#008b8c;
}
.site-footer li{
	list-style:none;
	display:inline-block;
}
.site-footer li a{
	color:#222;
}
.site-footer ul li{
	line-height:22px;
	padding-right:10px;
}
.site-footer ul li::before {
    content: "• ";  /* bullet symbol */
    margin-right: 3px;
    color: #5c5c5c;     /* bullet color change if needed */
    font-weight: bold;
}


.site-footer hr{
	border-color:#1e1e1e !important;
}

.site-footer div.address i{
	padding-top: 8px;
}
.site-footer div.address i,.site-footer div.phone i,.site-footer div.mail i,.site-footer div.fax i{
	padding-right: 10px;
}







/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.page-404{
	display:block;
	padding:60px 0px 120px 0px;
}
.page-404 h1{
	display: inline-block;
	background: #008b8c;
	border-radius: 50%;
	height: 225px;
	width: 225px;
	color: #fff;
	font-size: 120px;
	text-align: center;
	padding-top: 44px;
}
.page-404 h2{}

/*--------------------------------------------------------------
form
--------------------------------------------------------------*/
.site-form{}
.site-form input[type="text"],.site-form input[type="file"],.site-form select,.site-form textarea,.site-form input[type="email"]{
	width:100%;
	border-radius:4px;
	border:1px solid #444;
	padding: 5px;
	font-weight: normal;
	font-size:16px;
}
.site-form label{
	width: 100%;
}
/*--------------------------------------------------------------
Scroll Up
--------------------------------------------------------------*/
#scroll {
    background-color:rgb(51,51,51,0.5);
    position:fixed;
    right:10px;
    bottom:100px;
    cursor:pointer;
    width:35px;
    height:35px;
    text-indent:-9999px;
    display:none;
    border-radius:50%;
	z-index:999999999999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#008b8c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



/*--------------------------------------------------------------
.landing page
--------------------------------------------------------------*/
.landing-slider .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px !important;
}
@media (max-width:768px) {
	.landing-slider .n2-ss-layers-container h1{font-size: 200% !important;}
	.landing-slider .n2-ss-layers-container h2{font-size: 120% !important;}
	.landing-slider .n2-ss-layers-container h3{font-size: 200% !important;}
	.landing-slider .n2-ss-layers-container h4{font-size: 120% !important;}
}


.landing-categories{
	/*background:rgb(23,26,41,1);*/
	padding:5px 0px 5px 0px;
	
	/*background: #171a29;
	background: -moz-linear-gradient(-45deg,  #171a29 0%, #7c2425 51%, #171a29 100%);
	background: -webkit-linear-gradient(-45deg,  #171a29 0%,#7c2425 51%,#171a29 100%);
	background: linear-gradient(135deg,  #171a29 0%,#7c2425 51%,#171a29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171a29', endColorstr='#171a29',GradientType=1 );*/

	background:#171a29;

	
}
/*.landing-categories ul#flexiselDemo{margin-left:-20px !important; margin-right:-20px !important;}*/
.landing-categories .item{padding:20px !important;}
.landing-categories .item img{border:2px solid #f5f4f4;}
.landing-categories .item:hover img{border:2px solid #008b8c;}
.landing-categories .item h3.cat-name {
	background: #fff;
	color: #333;
	font-size: 22px;
	padding: 10px;
	margin-top: 0px;
	font-weight:bold;
}
.landing-categories .item:hover h3.cat-name{
	background: #008b8c;
	color: #fff;
}

.landing-pro-search{
	text-align:right;
}
.landing-pro-search input[type="search"] {
	padding:5px;
	border:1px solid rgba(23,26,41,1);
	margin-right:-5px;
}
.landing-pro-search button[type="submit"] {
	background:rgba(23,26,41,1);
	color:#fff;
	padding:5px;
	border:1px solid rgba(23,26,41,1);
}


.landing-pro-category-dropdown{
	text-align:right;
}
.landing-pro-category-dropdown h5{
	display:none;
}
.landing-pro-category-dropdown .select2-container--default .select2-selection--single {
	width: 150px;
	float: right;
	padding:5px;
	border:1px solid rgba(23,26,41,1);
}
.landing-pro-category-dropdown .select2-container .select2-selection--single {
	height: 40px;
}
.landing-pro-category-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #333;
	font-size: 16px;
}
.landing-pro-category-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -7px;
	top: 69%;
}


.landing-hot-selling-title::after{
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 25px;
	background:#008b8c;
}

.landing-hot-selling-product .woocommerce ul.products li.product, .landing-hot-selling-product  .woocommerce-page ul.products li.product {
}

/*--------------------------------------------------------------
.product
--------------------------------------------------------------*/
.elementor-page-13 .woocommerce{
	padding-bottom:50px;
}
.elementor-page-13 .return-to-shop a.wc-backward{
    color: #fff !important;
    background: #008b8c !important;
	padding:15px !important;
}

.page-id-15 .woocommerce{
	padding-bottom:50px;
}
.page-id-15 .woocommerce .woocommerce-MyAccount-navigation{}
.page-id-15 .woocommerce .woocommerce-MyAccount-navigation ul{
	list-style:none;
}
.page-id-15 .woocommerce .woocommerce-MyAccount-navigation ul li a{
	background:#ececec;
	padding:8px;
	display:block;
	border-bottom:1px solid #a1a1a1;
	font-size:18px;
	color:#202020;
}

.page-id-15 .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 5px;
}

.page-id-15 .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a{
	background:#d60200 !important;
	color:#fff !important;
}

.page-id-15 .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: '\f023' !important;
    padding-right: 5px;
}

.page-id-15 .woocommerce form.woocommerce-form-login{
	width:400px;
	/*margin:auto;*/
}
.page-id-15 .woocommerce form.woocommerce-form-login .woocommerce-Input--text{
	padding:10px !important;
}
.page-id-15 .woocommerce form.woocommerce-form-login button.woocommerce-form-login__submit{
    color: #fff !important;
    background: #008b8c !important;
	padding:15px !important;
}

@media (max-width:768px) {
.page-id-15 .woocommerce form.woocommerce-form-login{
	width:100%;
}
}


.woocommerce-lost-password .woocommerce form.lost_reset_password .woocommerce-Input--text{
	padding:10px;
}

.woocommerce-lost-password .woocommerce form.lost_reset_password button.woocommerce-Button{
	color: #fff !important;
    background: #008b8c !important;
	padding:15px !important;
}

.woocommerce-checkout #customer_details {}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input.input-text {
	padding:10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
	padding:10px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
    height: 45px;
}


.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea{
	padding:10px;
}




.woocommerce{}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 25px;
	border-radius: 0px;
	background:#fff;
}
@media (max-width:450px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:100% !important;
}
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product img.attachment-woocommerce_thumbnail{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
	border: 1px solid #c1535e;
	box-shadow:0px 0px 20px #ccc;
}
.woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover .button{
	background:#ff1a17 !important;
}
.page-id-6 .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color: #555;
	font-size: 18px;
	font-weight: normal;
}
.woocommerce ul.products li.product .price {
	font-size: 18px;
	text-decoration:none !important;
}
.woocommerce ul.products li.product .price del{
	color: #555 !important;
}
.woocommerce ul.products li.product .price ins{
	color: #008b8c;
	text-decoration:none !important;
}
.woocommerce ul.products li.product .price bdi{
	color: #008b8c;
	text-decoration:none !important;
	font-weight:bold;
}

.woocommerce ul.products li.product .button {
	text-decoration: none;
	background: #008b8c; 
	color: #fff;
	font-size: 16px;
	width: 90%;
}

.woocommerce ul.products li.product span.onsale {
	/*background: #008b8c;*/
	background: #ff1917;
	color: #fff;
	width: 45px;
	height: 45px;
	top: -5px;
	right: -5px;
}

.woocommerce .woocommerce-ordering select{
	padding: 10px;
	border-radius: 22px;
	border: 1px solid #dfe0e2;
	font-size:16px;
	margin: 0px 0px 25px 0px;
	background:#fff;
}


.woocommerce .woocommerce-result-count {
	font-size:16px;
}

 .entry-summary .woocommerce-Price-amount bdi {
	font-size: 28px;
	color: #008b8c;
}
.woocommerce .quantity .qty {
	width: 100px;
	padding: 10px;
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	padding: 15px 15px 14px 15px;
	width: 150px;
}

.woocommerce .woocommerce-product-details__short-description p{
	color: #575757;
	font-size: 16px;
}

.woocommerce #tab-description p{
	color: #575757;
	font-size: 16px;
}


.woocommerce-cart .woocommerce table.shop_table th {
	font-size: 22px !important;
	color: #fff !important;
	background: #333 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: rgb(255,0,0) !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: rgb(204, 0, 0) !important;
}
































.theme-btn .elementor-button-link{
	background-color: #008b8c !important;
}
.theme-btn .elementor-button-link:hover{
	background-color: #e30200 !important;
}
.landing-slider .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	 padding: 0px !important; 
}
.landing-numbers .elementor-counter .elementor-counter-title {
	line-height: 0.5;
}
.landing-numbers .elementor-counter-title::before {
	display: block;
	content: '';
	width:30px;
	height:2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 25px;
	background:rgb(255,0,0);
	margin-left: auto;
	margin-right: auto;
}
.landing-numbers .elementor-counter-number::after {
	content: '+';
	padding-left: 2px;
	font-size: 26px;
	position: absolute;
	top:1px;
}
.landing-bestfeature h3.elementor-icon-box-title::after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 25px;
	background: rgb(255,0,0);
}

.landing-map iframe{
	width:100%;
	border:none;
	padding:0px;
	height:600px !important;
}

.landing-allbrand ul.products li.product-category{
	padding-bottom: 0px !important;
}
.landing-allbrand ul.products li.product-category h2{
	display:none;
}
.landing-allbrand ul.products li.product-category img{
	margin-bottom:0px !important;
}

.woocommerce span.onsale {
	padding: 0px;
	background-color: #008b8c !important;
}



.page-model .elementor-col-33{}
.page-model .elementor-col-33 h2{
	font-size: 30px;
	margin-bottom: 20px;
    color: #0f0f10;
    margin-top: 0px;
	font-weight:normal;
}

.page-model .elementor-col-33 h2::after {
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 25px;
    background: rgb(255,0,0);
}
.page-model .elementor-col-33 ul.product-categories{
    margin-top:-20px;
}
.page-model .elementor-col-33 ul.product-categories li.cat-item {
    position: relative;
    line-height: 1.5;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border-bottom: 1px solid #dfe0e2;
    font-size: 18px;
    list-style: none;
    background: #333;
}
.page-model .elementor-col-33 ul.product-categories li.cat-item a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}
.page-model .elementor-col-33 ul.product-categories li.cat-item:hover{
    background: rgb(255,0,0);
}


/*--------------------------------------------------------------
.home page
--------------------------------------------------------------*/

.homeslider .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px;
}


/*--------------------------------------------------------------
.inner page
--------------------------------------------------------------*/
.pageheader{
	/*background:#555 url(../images/inner-header-bg.jpg) left top no-repeat;*/
	background:#555;
	text-align:center;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin-bottom:50px;
	/*margin-top: -100px;*/
	font-size:62px !important;
	font-weight:bold;
	color:#fff;
}

/*--------------------------------------------------------------
.leftside filter
--------------------------------------------------------------*/
.leftside_filter{
	padding-right:20px !important;
}
.leftside_filter li{
	list-style:none;
}
.leftside_filter .widget{
	margin-bottom:40px;
	display:block;
}
.leftside_filter .wc-block-product-search__fields input.wc-block-product-search__field{
	background: #fff;
	border-color: #fff;
	border: 1px solid #dfe0e2;
	margin: 0;
	width: 100%;
	padding: 13px 22px;
	font-size: 14px;
	background-image: url(https://149357172.v2.pressablecdn.com/wp-content/themes/onzo-progression/images/search-magnify.png);
	background-position: right 9px;
	background-repeat: no-repeat;
	border-radius: 60px;
	box-shadow: 0 0 25px rgba(0,0,0,.06);
}
.leftside_filter .wc-block-product-search__fields button.wc-block-product-search__button{
	display:none;
}

.leftside_filter label.wc-block-product-search__label{
	display:none;
}

.leftside_filter h3{
	font-size: 20px
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #0f0f10;
	margin-top:0px;
}
.leftside_filter ul.wc-block-product-categories-list{
	margin: -22px 0px 0px 0px;
}

.leftside_filter ul.wc-block-product-categories-list li.wc-block-product-categories-list-item {
	position: relative;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-bottom: 1px solid #dfe0e2;
	font-size: 18px;
	list-style: none;
	background:#fff;
}
.leftside_filter ul.wc-block-product-categories-list li.wc-block-product-categories-list-item a{
	color: #121213;
}
.leftside_filter ul.wc-block-product-categories-list li.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count {
	float: right !important;
}


.leftside_filter .wc-block-price-slider input.wc-block-formatted-money-amount {
	border: 1px solid #dfe0e2;
	border-radius: 0px;
	padding: 4px 6px;
	width: 60px;
}

.leftside_filter .wc-block-components-price-slider__range-input-progress {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgb(255,0,0);*/
	background:#008b8c;
}


/*--------------------------------------------------------------
.category
--------------------------------------------------------------*/
.single-product{}

.woocommerce h1.product_title{
	margin-bottom:5px;
	font-weight:bold !important;
	font-size:26px !important;
}
.woocommerce .price{
	margin-bottom:30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 15px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #008b8c !important;
}
/*--------------------------------------------------------------
.category
--------------------------------------------------------------*/
.page-id-85 h2.woocommerce-loop-category__title{
	font-size: 22px !important;
	color: #333;
	font-weight: bold;

}








/*--------------------------------------------------------------
.contact form 7
--------------------------------------------------------------*/

.contactform .wpcf7-form {
    text-align: center;
}
.contactform .wpcf7-form label{
    text-align: left;
}
.contactform .wpcf7-form input{
    padding:10px;
}

.contactform .wpcf7-form button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background:#333;
	color:#fff;
	padding:10px;
	width:210px;
}








/*--------------------------------------------------------------
.contact us page
--------------------------------------------------------------*/
.page-id-75 .pageheader{
	display:none;
}
/*--------------------------------------------------------------
.home page
--------------------------------------------------------------*/
.elementor-page-14 .premiumhoney{}
.elementor-page-14 .premiumhoney h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-weight:bold;
}
.elementor-page-14 .premiumhoney h5{
	font-weight: 400;
	font-style: normal;
	color: #282828;
	font-size:14px;
}

.elementor-page-14 .premiumhoney p{
	line-height: 28px;
}
.elementor-page-14 .weharvesthoney h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-weight:bold;
	margin-bottom:0px;
}
.elementor-page-14 .weharvesthoney h4{
	font-size: 20px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif !important;
}

.elementor-page-14 .topsellingitems h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-weight:bold;
	margin-bottom:0px;
}

.elementor-page-14 .topsellingitems p{
	font-size: 20px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif !important;
}

.elementor-page-14 .feelfree h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	font-weight:bold;
	margin-bottom:0px;
}

.elementor-page-14 .feelfree p{
	font-size: 20px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif !important;
}

.homeallcat{
	margin-bottom:0px;
	padding-top:80px;
}
.homeallcat h2.woocommerce-loop-category__title{
	font-weight:bold;
	font-size:18px !important;
}
.homeallcat a{
	color:#333;
}
.homeallcat ul.products li.product {
	box-shadow: 0px 0px 10px #ccc;
	background:#fff;
}

.homeallcat mark{
	display:none;
}
.homeallcat img {
	border-radius: 20px;
	padding: 5px;
}

.btn-swiggy a{
	background:none !important;
	border:1px solid #fff;
	border-radius:6px;
	width:100% !important;
}

@media (max-width:768px) {}
@media (min-width:768px) {.nbs-flexisel-inner {height: 310px;}}
@media (min-width:992px) {.nbs-flexisel-inner {height: 330px;}}
@media (min-width:1200px) {.nbs-flexisel-inner {height: 340px;}}
/*--------------------------------------------------------------
blog
--------------------------------------------------------------*/
.blogitem{margin-bottom:30px;}
.blogitem h3{
	font-size: 24px;
	margin-bottom:0px;
	}
.blogitem h3 a{
    font-weight: bold;
	color: #444;
}
.blogitem .my_thumbnails{
	min-height:170px; 
	max-height:170px;  
	border:1px solid #eeeeee;  
	overflow:hidden;
}
.blogitem .my_thumbnails img{width:100%; height:auto; }
.blogitem .blogHeading{min-height:80px; max-height:80px;}
.blogitem .blogcontent{
	height: 92px;
	font-size:16px;
}
.blogitem p span.post-date{
	color:#999
}
.blogitem p a.link{
	display:block;	
}

.pagecon{
	min-height:300px;
	font-size:16px;
}
.jdgm-all-reviews-widget, .jdgm-rev-widg {
    background: #fff !important;
}

.jdgm-all-reviews-widget, .jdgm-rev-widg form.jdgm-form input{
       border:1px solid #333;
       padding:6px;
}
.jdgm-all-reviews-widget, .jdgm-rev-widg form.jdgm-form textarea{
       border:1px solid #333;
       padding:6px;
}

span.jdgm-form__reviewer-name-format-container {
    display: none;
}
.jdgm-widget label {
    font-size: 16px !important;
}

.jdgm-widget #respond input#submit, .jdgm-widget a.button, .jdgm-widget button.button, .jdgm-widget input.button {
    background-color: #008b8c !important;
    color: #fff !important;
    padding:12px !important;
}

.single-product .woocommerce-tabs h3#comments{
    display:none;
}

.single-product .woocommerce-tabs .comment-respond h3#reply-title{
    font-weight:bold !important;
    display:block !important;
    margin-top:40px !important;
}

.single-product .woocommerce-tabs .comment-respond form label{
    display:block;
}
.single-product .woocommerce-tabs .comment-respond form textarea{
    width:99%;
}
.single-product .woocommerce-tabs .comment-respond form input{
    width:99%;
}
.single-product .woocommerce-tabs .comment-respond form input#wp-comment-cookies-consent{
    float: left;
    width: 15px !important;
    margin-right: 10px;
}

.single-product .woocommerce-tabs .comment-respond form p.comment-form-url{
    display:none;
}


.single-product .woocommerce-tabs .comment-respond form p.form-submit{display:flex;}
.single-product .woocommerce-tabs .comment-respond form input#submit{
    vertical-align: middle;
	float: left;
	padding: 15px 15px 14px 15px;
	width: 150px;
    background-color: #008b8c !important;
    color:#fff !important;
}

.single-product .woocommerce-tabs .commentlist{
    list-style:none;
    padding-top:15px;
}
.single-product .woocommerce-tabs .commentlist li{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    width:99%;
}

.single-product .woocommerce-tabs .commentlist li cite.fn{
    font-size: 18px;
    font-weight: bold;

}
.single-product .woocommerce-tabs .commentlist li span.says{
    display:none;
}
.single-product .woocommerce-tabs .commentlist li .comment-meta.commentmetadata {
	padding-bottom: 15px;
}
.single-product .woocommerce-tabs .commentlist li .comment-meta.commentmetadata a{
	color:#ccc;
}
.single-product .woocommerce-tabs .commentlist li div.reply{
    margin-top:-10px;
}



.mainSearch .modal{z-index:999999999999999 !important;}
#main_search .modal-dialog{
	z-index:9999;
}
#main_search .modal-content {
	border-radius: 0;
	box-shadow: none !important;
}
#main_search .modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}
.modal-header{background:#008b8c; color:#fff;}
#main_search .form-control{margin-bottom:20px; margin-top:20px;}
#main_search form{padding:10px 30px 30px 30px;}
.searchResult form{background:#c5c4c4; padding:20px 40px; color:#333; min-height:120px;}
.searchResult label{width:100%;}
.searchResult input{width:100%; float:left; padding:12px; border:none; background: #ededed;}
.searchResult #searchsubmit{/*width:10%;*/ float:left; background:#8cc544; color:#fff; display: none;}
.searchResult #searchsubmit:hover{background:#7cb436;}


.srResultList h2{font-size:18px; margin-top:0px;}
.srResultList hr{margin-top: 0px; margin-bottom: 10px;}
.srResultList p:last-child{display:none;}
.srResultList:hover{background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #f5f5f5 69%);
background: -webkit-linear-gradient(left, #ffffff 0%,#f5f5f5 69%);
background: linear-gradient(to right, #ffffff 0%,#f5f5f5 69%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );}
.srResultList:hover h2 a{color:#9f0b19;}

.woocommerce .star-rating {
	left: 36%;
	height: 15px;
}
.woocommerce div.product div.summary .star-rating {
	left: 0px !important;
}

.woocommerce div.product form.variations_form {}
.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	padding-top: 20px;
	color:#333;
	font-size:16px;
}
.woocommerce div.product form.variations_form table.variations .value select{
	padding: 10px;    
	background: #fff;
    border: 1px solid #676774;
	margin-top:15px;
	margin-bottom:15px;
}

.woocommerce div.product form.variations_form table.variations a.reset_variations {
	background: #676774;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding: 11px 8px;
}

.woocommerce div.product form.cart .variations {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.woocommerce div.summary .woocommerce-product-rating {
	margin-bottom:30px;
}
.woocommerce div.summary .woocommerce-product-rating .woocommerce-review-link{
	font-size:16px;
}


.site-home-category{}
.site-home-category .category-box{
	float:left;
	width:25%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
}
.site-home-category .category-box a h3{
	font-size:14px;
	color:#222;
	margin-top:5px;
	font-weight:bold;
}
.site-home-category .category-box img{
	width: 90%;
    height: auto;
}

@media (max-width:768px) {
.site-home-category .category-box{
	width:33%;
}
}


.wc-block-components-address-form__country{
	opacity:0;
	height:1px;
}

/*.wc-block-checkout__shipping-option{display:none;}*/
/*#radio-control-wc-payment-method-options-cod__content{display:none;}*/
/*.woocommerce-checkout #payment .form-row{display:none;}*/
/*.woocommerce-checkout .payment_box payment_method_cod{display:none;}*/
.woocommerce-checkout{}
.woocommerce-checkout form.checkout{
    padding: 15px;
    background: #fff;
}

.woocommerce-checkout .place-order button {
    align-items: center;
    display: block;
    min-height: 3em;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    background: #ce1324;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    font-size: 22px;
}

.woocommerce-checkout #add_payment_method #payment div.payment_box, .woocommerce-checkout .woocommerce-cart #payment div.payment_box, .woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    color: #222;
}
.woocommerce-checkout .payment_method_cod{
	background-color: #fff;
    color: #222;
	font-size:18px;
	padding-left:10px;
}
.woocommerce-checkout .payment_box {
    display: none !important;
}

.woocommerce-checkout .woocommerce-shipping-fields{
	margin-left: 20px;
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-billing-fields h3{
	margin-top: 0px;
    font-size: 32px;
    font-weight: bold;
}
.woocommerce-checkout .input-text{
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 19px;
    border-radius: 4px;
}
.woocommerce-checkout .country_to_state{
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 19px;
    border-radius: 4px;
}
.woocommerce-checkout textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 19px;
    border-radius: 4px;
}
.woocommerce-checkout #billing_country_field{
    opacity: 0;
    height: 0px;
    margin-left: 500px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em;
    background: #fff;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle{display:none;}
.woocommerce-checkout .shop_table th.product-name,.woocommerce-checkout .shop_table th.product-total{
	background:#6e6e6e;
	color:#fff;
}

.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message {
    color: #000;
    font-size: 18px;
}



/*****Page********/
/*****Page********/
.woocommerce-order-received{}
.woocommerce-order-received .woocommerce-thankyou{
	text-align: center;
    background: #fff;
    padding: 20px 20px 40px 20px;
}
.woocommerce-order-received ul.order-details{
	list-style:none;
}
.woocommerce-order-received a.button{
	background:#ce1324;
	color:#fff;
}
/*****cart-footer-box********/
/*****cart-footer-box********/
.cart-footer-box {
    position:fixed;
    bottom:0px;
    right:0px;
    background:#0c831f;
    color:#fff;
    padding:10px 16px;
    border-radius:0px;
    align-items:center;
    gap:10px;
    z-index:99999;
	width:100%;
}
.cart-footer-box p{
    padding-top:10px;
	padding-bottom:0px;
	float:left;
}
.order-now-btn{
    background:#000;
    color:#fff;
    padding:5px 12px;
    border-radius:6px;
    text-decoration:none;
	float:right;
}

body.woocommerce-cart .cart-footer-box{display:none !important;}
body.woocommerce-checkout .cart-footer-box{display:none !important;}


.category-menu-open {
    background: url(../images/cat-icon.png) left top no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
	color:rgba(255,255,255,0);
	cursor:pointer;
}
.category-menu-close{}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #383838;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0px 0px 60px 0px;
}
.sidenav a {
  padding: 0px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .category-menu-close {
    float: right;
}
@media screen and (max-height: 450px) {
}
.sidenav h3.heading-bar {
    font-size: 26px;
    /* margin-left: 50px; */
    background: #2a2a2a;
    color: #fff;
    width: 100%;
    margin-top: 0px;
    padding: 10px;
}
.sidenav h3.heading-bar a{
    font-weight:bold;
	font-size:26px;
}
	
.sidenav .category-list{
	width:33%;
	float:left;
	text-align:center;
}
.sidenav .category-list h3{
	color:#fff;
	margin-top:5px;
	font-size:18px;
	height:50px;
}
.sidenav .category-list img{
	width:90%;
	height:auto;
}
@media (max-width: 450px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
}
}