



* {
	 box-sizing: border-box;
}


a {
    text-decoration: none;
}

.btn-ozl {
    color: #000;
    background-color: #f6f1e9;
    border-color: #d9d7d7;
    font-size: 18px;
    margin: 10px;
} 
.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #222222;
    top: 0;
}


.mini_cart.active {
    transform: translateX(0);
    transition: .5s;
}
.mini_cart {
    position: fixed;
    min-width: 355px;
    height: 100%;
    padding: 18px 28px 33px;
    background: #fff;
    z-index: 999;
    right: 0;
    top: 0;
    transition: .5s;
    transform: translateX(100%);
}


.sticky{

position: sticky;
 position: -webkit-sticky;

}
















/*mini cart css here*/
 .mini_cart_wrapper {
	 position: relative;
}
 .cart_close {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 border-bottom: 1px solid #ededed;
	 padding-bottom: 10px;
}
 .cart_text h3 {
	 font-size: 18px;
	 text-transform: capitalize;
	 font-weight: 600;
	 margin-bottom: 0;
}
 .mini_cart_close > a {
	 font-size: 25px;
}
 .mini_cart_close > a:hover {
	 color: #40a944;
}
 .mini_cart {
	 position: fixed;
	 min-width: 355px;
	 height: 100%;
	 padding: 18px 28px 33px;
	 background: #fff;
	 z-index: 2999;
	 right: 0;
	 top: 0;
	 transition: 0.5s;
	 transform: translateX(100%);
}
 .mini_cart.active {
	 transform: translateX(0);
	 transition: 0.5s;
	 top: 50px;
}
 @media only screen and (max-width: 767px) {
	 .mini_cart {
		 min-width: 300px;
		 height: 100%;
		 padding: 18px 18px 33px;
		 top: -450px;
	}
}
 .cart_img {
	 width: 90px;
	 margin-right: 10px;
	 border: 1px solid transparent;
}
 .cart_img:hover {
	 border-color: #40a944;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .cart_img {
		 width: 70px;
	}
}
 @media only screen and (max-width: 767px) {
	 .cart_img {
		 width: 70px;
	}
}
 .cart_info {
	 width: 63%;
}
 .cart_info a {
	 font-weight: 400;
	 font-size: 14px;
	 line-height: 20px;
	 display: block;
	 margin-bottom: 6px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .cart_info a {
		 font-size: 13px;
	}
}
 @media only screen and (max-width: 767px) {
	 .cart_info a {
		 font-size: 13px;
	}
}
 .cart_info a:hover {
	 color: #40a944;
}
 .cart_info p {
	 font-size: 12px;
}
 .cart_info p span {
	 font-weight: 600;
}
 .cart_remove a {
	 font-size: 15px;
	 display: block;
	 line-height: 20px;
	 text-align: center;
}
 .cart_remove a:hover {
	 color: #40a944;
}
 .cart_item {
	 overflow: hidden;
	 padding: 20px 0;
	 border-bottom: 1px solid #ededed;
	 display: flex;
	 justify-content: space-between;
}
 .mini_cart_table {
	 padding: 23px 0;
}
 .cart_total {
	 display: flex;
	 justify-content: space-between;
}
 .cart_total span {
	 font-size: 14px;
	 font-weight: 400;
}
 .cart_total span.price {
	 font-weight: 700;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .cart_total span {
		 font-size: 13px;
	}
}
 @media only screen and (max-width: 767px) {
	 .cart_total span {
		 font-size: 13px;
	}
}
 .cart_button:first-child {
	 margin-bottom: 15px;
}
 .cart_button a {
	 text-transform: uppercase;
	 border-radius: 3px;
	 font-size: 12px;
	 font-weight: 500;
	 background: #eef0f1;
	 display: block;
	 text-align: center;
	 line-height: 20px;
	 margin-bottom: 0;
	 padding: 13px 0px 11px;
	 border: 1px solid #ededed;
}
 .cart_button a:hover {
	 background: #40a944;
	 border-color: #40a944;
	 color: #fff;
}
/*mini cart css end*/
/* 03. product section css here */
 .tab-content > .tab-pane.active {
	 display: block;
	 height: auto;
	 opacity: 1;
	 overflow: visible;
}
 .tab-content > .tab-pane {
	 display: block;
	 height: 0;
	 opacity: 0;
	 overflow: hidden;
}
 @media only screen and (max-width: 767px) {
	 .product_area {
		 margin-bottom: 54px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_area.mb-95 {
		 margin-bottom: 74px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_area.mb-95 {
		 margin-bottom: 54px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_area.mb-62 {
		 margin-bottom: 51px;
	}
}
 .product_header {
	 margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
	 .product_header {
		 margin-bottom: 20px;
	}
}
 .product_header .section_title {
	 margin-bottom: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_header {
		 margin-bottom: 27px;
	}
}
 .section_title {
	 text-align: center;
	 margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .section_title {
		 margin-bottom: 25px;
	}
}
 @media only screen and (max-width: 767px) {
	 .section_title {
		 margin-bottom: 25px;
	}
}
 .section_title p {
	 font-size: 15px;
	 line-height: 24px;
	 font-family: 'Playfair Display', serif;
	 font-style: italic;
	 margin-bottom: 2px;
}
 .section_title h2 {
	 font-size: 32px;
	 line-height: 35px;
	 font-weight: 500;
	 display: inline-block;
	 margin-bottom: 0;
	 text-transform: capitalize;
	 padding-bottom: 0;
}
 @media only screen and (max-width: 767px) {
	 .section_title h2 {
		 font-size: 22px;
		 line-height: 22px;
	}
}
 .product_tab_btn {
	 margin-top: 24px;
}
 @media only screen and (max-width: 767px) {
	 .product_tab_btn {
		 margin-top: 17px;
	}
}
 .product_tab_btn ul {
	 justify-content: center;
}
 .product_tab_btn ul li {
	 margin-right: 8px;
}
 .product_tab_btn ul li:last-child {
	 margin-right: 0;
}
 @media only screen and (max-width: 767px) {
	 .product_tab_btn ul li {
		 margin-right: 5px;
	}
}
 .product_tab_btn ul li a {
	 font-size: 15px;
	 line-height: 28px;
	 text-transform: uppercase;
	 display: inline-block;
	 font-weight: 500;
	 color: #222;
	 border: 1px solid transparent;
	 padding: 0 20px;
	 border-radius: 20px;
}
 .product_tab_btn ul li a:hover {
	 border-color: #40a944;
}
 .product_tab_btn ul li a.active {
	 color: #40a944;
	 border-color: #40a944;
}
 @media only screen and (max-width: 767px) {
	 .product_tab_btn ul li a {
		 font-size: 11px;
		 line-height: 22px;
		 padding: 0 15px;
	}
}
 .single_product:hover .action_links {
	 opacity: 1;
	 visibility: visible;
	 bottom: 20px;
}
 .single_product:hover .action_links ul li a {
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
}
 .single_product:hover .product_thumb a.secondary_img {
	 opacity: 1;
	 visibility: visible;
	 -moz-transition: all 0.3s ease-in-out 0s;
	 transition: all 0.3s ease-in-out;
}
 .single_product:hover .product_timing {
	 bottom: 76px;
}

.product_items  .product_thumb {
	 position: relative;
	 overflow: hidden;
	 max-width: 175px;
	 max-height: 185px;
	 min-height: 185px;
	 }

.product_items  .product_thumb a img {
  width:unset !important;
 }

 .product_thumb {
	 position: relative;
	 overflow: hidden;
}
 .product_thumb a.secondary_img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 opacity: 0;
	 visibility: hidden;
	 -moz-transition: all 0.3s ease-in-out 0s;
	 transition: all 0.3s ease-in-out;
}
 .product_thumb a img {
	 width: 100%;
}
 @media only screen and (max-width: 767px) {
	 .product_thumb a img {
		 width: 100%;
	}
}



.deals_prodict_inner3 .product_thumb {
    max-width: 350px;
    max-height: 350px;
    min-width: 350px;
    min-height: 350px;
}





 .action_links {
	 transition: all 0.3s ease;
	 position: absolute;
	 left: 50%;
	 transform: translatex(-50%);
	 bottom: 0;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 9;
	 background: #fff;
	 padding: 4px 7px;
	 box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
	 border-radius: 30px;
}
 .action_links ul {
	 display: flex;
list-style: outside none none;
    margin: 0;
    padding: 0;
}
 .action_links ul li {
	 margin-right: 4px;
}
 .action_links ul li:last-child {
	 margin-right: 0;
}
 .action_links ul li a {
	 font-size: 16px;
	 display: inline-block;
	 width: 33px;
	 height: 33px;
	 line-height: 36px;
	 text-align: center;
	 background: #fff;
	 border-radius: 50%;
}
 .action_links ul li a:hover {
	 background: #40a944;
	 color: #fff;
}
 .label_product span {
	 position: absolute;
}
 .label_product span.label_sale {
	 top: 20px;
	 left: 20px;
	 text-transform: uppercase;
	 color: #fff;
	 background: #40a944;
	 font-size: 12px;
	 height: 20px;
	 line-height: 20px;
	 width: 40px;
	 text-align: center;
	 display: block;
	 border-radius: 5px;
}
 .label_product span.label_new {
	 top: 20px;
	 right: 20px;
	 text-transform: uppercase;
	 color: #fff;
	 background: #40a944;
	 font-size: 12px;
	 height: 20px;
	 line-height: 20px;
	 width: 40px;
	 text-align: center;
	 display: block;
	 border-radius: 5px;
}
 .product_content {
	 margin-top: 16px;
	 text-align: center;
}
 @media only screen and (max-width: 767px) {
	 .product_content {
		 margin-top: 15px;
	}
}
 .product_content h4 {
	 font-size: 15px;
	 line-height: 15px;
	 font-weight: 400;
	 text-transform: capitalize;
	 margin-bottom: 16px;
min-height: 31px;overflow: hidden;max-height: 31px;}
 @media only screen and (max-width: 767px) {
	 .product_content h4 {
		 margin-bottom: 14px;
	}
}
 .product_content h4 a:hover {
	 color: #40a944;
}
 .product_content p {
	 font-size: 12px;
	 line-height: 12px;
	 margin-bottom: 0;
}
 .product_content p a:hover {
	 color: #40a944;
}
 .price_box {
	 margin-top: 12px;
}
 @media only screen and (max-width: 767px) {
	 .price_box {
		 margin-top: 9px;
	}
}
 .price_box span {
	 line-height: 16px;
}
 .price_box span.old_price {
	 text-decoration: line-through;
	 font-weight: 400;
	 font-size: 15px;
	 margin-left: 5px;
}
 .price_box span.current_price {
	 font-weight: 500;
	font-size: 24px;
	 color: #40a944;
}
 @media only screen and (max-width: 767px) {
	 .price_box span.current_price {
		 font-size: 20px;
	}
}
 .product_carousel .product_thumb a img {
	 width: 100%;
	 margin: 0 auto;
}
 @media only screen and (max-width: 767px) {
	 .product_carousel .product_thumb a img {
		 width: 100% !important;
	}
}
 .product_carousel .col-lg-3 {
	 flex: 0 0 100%;
	 max-width: 100%;
}
 .product_carousel:hover .owl-nav div {
	 opacity: 1;
	 visibility: visible;
	 left: -30px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1300px) {
	 .product_carousel:hover .owl-nav div {
		 left: -20px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .product_carousel:hover .owl-nav div {
		 left: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_carousel:hover .owl-nav div {
		 left: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_carousel:hover .owl-nav div {
		 left: 0;
	}
}
 .product_carousel:hover .owl-nav div.owl-next {
	 right: -30px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1300px) {
	 .product_carousel:hover .owl-nav div.owl-next {
		 right: -20px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .product_carousel:hover .owl-nav div.owl-next {
		 right: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_carousel:hover .owl-nav div.owl-next {
		 right: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_carousel:hover .owl-nav div.owl-next {
		 right: 0;
	}
}
 .product_carousel .owl-nav.disabled {
	 display: block;
}
 .product_carousel .owl-nav div {
	 position: absolute;
	 top: 50%;
	 transform: translatey(-50%);
	 font-size: 36px;
	 left: 0;
	 transition: 0.3s;
	 opacity: 0;
	 visibility: hidden;
}
 .product_carousel .owl-nav div:hover {
	 color: #40a944;
}
 .product_carousel .owl-nav div.owl-next {
	 right: 0;
	 left: auto;
}
 .product_items .single_product {
	 margin-bottom: 30px;
}
 .product_items .single_product:last-child {
	 margin-bottom: 0;
}
 .product_deals {
	 padding: 0 105px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
	 .product_deals {
		 padding: 0 45px;
	}
}
 @media only screen and (min-width: 1200px) and (max-width: 1300px) {
	 .product_deals {
		 padding: 0 12px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .product_deals {
		 padding: 0 5px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_deals {
		 padding: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_deals {
		 padding: 0 50px;
	}
}
 @media only screen and (max-width: 575px) {
	 .product_deals {
		 padding: 0;
	}
}
 .single_countdown {
	 display: inline-block;
	 padding: 10px 10px;
	 border: 1px solid #ededed;
	 margin-right: 10px;
	 background: #fff;
}
 .single_countdown:last-child {
	 margin-right: 0;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
	 .single_countdown {
		 padding: 10px 8px;
		 margin-right: 5px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .single_countdown {
		 padding: 5px 8px;
		 margin-right: 6px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .single_countdown {
		 padding: 5px 8px;
		 margin-right: 6px;
	}
}
 @media only screen and (max-width: 767px) {
	 .single_countdown {
		 padding: 5px 8px;
		 margin-right: 6px;
	}
}
 .countdown_number {
	 font-size: 17px;
	 line-height: 18px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .countdown_number {
		 font-size: 17px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .countdown_number {
		 font-size: 18px;
	}
}
 @media only screen and (max-width: 767px) {
	 .countdown_number {
		 font-size: 18px;
	}
}
 .countdown_title {
	 text-transform: uppercase;
	 font-size: 12px;
	 line-height: 17px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .countdown_title {
		 font-size: 11px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .countdown_title {
		 font-size: 11px;
	}
}
 @media only screen and (max-width: 767px) {
	 .countdown_title {
		 font-size: 11px;
	}
}
 .product_timing {
	 transition: all 0.3s ease;
	 position: absolute;
	 left: 0;
	 bottom: 20px;
	 z-index: 9;
	 right: 0;
	 text-align: center;
}
 .small_product_area .single_product {
	 overflow: hidden;
}
 .small_product_area .single_product:hover .action_links {
	 bottom: -16px;
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .single_product:hover .action_links {
		 bottom: -11px;
	}
}
 .small_product_area .single_product:hover .price_box {
	/* opacity: 0;*/
}
 .small_product_area .product_thumb {
	 /* width: 123px; */
	 float: left;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .small_product_area .product_thumb {
		 width: 110px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .small_product_area .product_thumb {
		 width: 108px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .product_thumb {
		 width: 92px;
	}
}
 .small_product_area .product_content {
	 position: relative;
	 width: calc(100% - 175px);
	 float: left;
	 text-align: left;
	 margin-top: 25px;
	 padding-left: 12px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .small_product_area .product_content {
		 width: calc(100% - 110px);
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .small_product_area .product_content {
		 width: calc(100% - 108px);
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .product_content {
		 width: calc(100% - 92px);
	}
}
 .small_product_area .product_content h4 {
	 margin-bottom: 18px;
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .product_content h4 {
		 margin-bottom: 14px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .small_product_area .product_items .single_product {
		 margin-bottom: 23px;
	}
	 .small_product_area .product_items .single_product:last-child {
		 margin-bottom: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .small_product_area .product_items .single_product {
		 margin-bottom: 23px;
	}
	 .small_product_area .product_items .single_product:last-child {
		 margin-bottom: 0;
	}
}
 .small_product_area .action_links {
	 left: 13px;
	 transform: inherit;
	 bottom: 20px;
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .action_links {
		 padding: 2px 5px;
	}
}
 .small_product_area .price_box {
	 margin-top: 15px;
	 transition: 0.3s;
}
 @media only screen and (max-width: 767px) {
	 .small_product_area .price_box {
		 margin-top: 12px;
	}
}
/*home two css here*/
 .color_two .product_tab_btn ul li a.active {
	 color: #80b82d;
	 border-color: #80b82d;
}
 .color_two .product_tab_btn ul li a:hover {
	 color: #80b82d;
	 border-color: #80b82d;
}
 .color_two .label_product span.label_sale {
	 background: #80b82d;
}
 .color_two .label_product span.label_new {
	 background: #80b82d;
}
 .color_two .action_links ul li a:hover {
	 background: #80b82d;
}
 .color_two .product_content h4 a:hover {
	 color: #80b82d;
}
 .color_two .product_content p a:hover {
	 color: #80b82d;
}
 .color_two .price_box span.current_price {
	 color: #80b82d;
}
 .color_two .owl-nav div:hover {
	 color: #80b82d;
}
 @media only screen and (max-width: 767px) {
	 .product_area.color_two.mb-60 {
		 margin-bottom: 49px;
	}
}
/*home three css here*/
 .product_header3 {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 24px;
}
 @media only screen and (max-width: 767px) {
	 .product_header3 {
		 margin-bottom: 20px;
		 flex-direction: column;
	}
}
 .product_header3 .section_title h2 {
	 font-size: 24px;
	 line-height: 26px;
}
 @media only screen and (max-width: 767px) {
	 .product_header3 .section_title h2 {
		 font-size: 22px;
		 line-height: 22px;
	}
}
 .product_header3 .product_tab_btn {
	 margin-top: 0;
}
 @media only screen and (max-width: 767px) {
	 .product_header3 .product_tab_btn {
		 margin-top: 15px;
	}
}
 .product_header3 .product_tab_btn ul li a {
	 text-transform: capitalize;
	 color: #222;
}
 @media only screen and (max-width: 767px) {
	 .product_header3 .product_tab_btn ul li a {
		 font-size: 13px;
	}
}
 .product_header3 .product_tab_btn ul li a.active {
	 border-color: #fc8a35;
}
 .product_header3 .product_tab_btn ul li a:hover {
	 border-color: #fc8a35;
}
 .deals_prodict_inner3 {
	 padding: 20px 20px 30px;
	 background: #fff;
}
 .deals_prodict_inner3 .product_timing {
	 position: inherit;
	 margin-top: 26px;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner3 .product_timing {
		 margin-top: 20px;
	}
}
 .deals_prodict_inner3 .single_countdown {
	 padding: 10px 11px;
	 margin-right: 10px;
	 border-radius: 3px;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner3 .single_countdown {
		 padding: 7px 6px;
		 margin-right: 5px;
	}
}
 .deals_prodict_inner3 .addto_cart_btn {
	 margin-top: 32px;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner3 .addto_cart_btn {
		 margin-top: 24px;
	}
}



















































 .deals_prodict_inner3 .addto_cart_btn a {
	 font-size: 15px;
	 line-height: 44px;
	 height: 44px;
	 text-transform: uppercase;
	 padding: 0 20px;
	 display: inline-block;
	 border-radius: 10px;
	 background: #fc8a35;
	 color: #fff;
}
 .deals_prodict_inner3 .addto_cart_btn a:hover {
	 background: #222;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner3 .addto_cart_btn a {
		 font-size: 14px;
		 line-height: 38px;
		 height: 38px;
		 padding: 0 15px;
	}
}
 .deals_title {
	 background: #fc8a35;
	 border-radius: 10px 10px 0 0;
}
 .deals_title h2 {
	 margin-bottom: 0;
	 font-size: 24px;
	 color: #fff;
	 display: block;
	 text-align: center;
	 line-height: 50px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .deals_title h2 {
		 font-size: 22px;
		 line-height: 48px;
	}
}
 @media only screen and (max-width: 767px) {
	 .deals_title h2 {
		 font-size: 18px;
		 line-height: 42px;
	}
}
 .home3_bg_area {
	 background: #f4f4f4;
	 padding: 70px 0;
	 margin-bottom: 64px;
}
 @media only screen and (max-width: 767px) {
	 .home3_bg_area {
		 padding: 60px 0;
clear: both;
		 margin-bottom: 55px;
	}
}
 .product_conatiner3 {
	 padding: 30px 20px 20px;
	 background: #fff;
	 border-radius: 10px;
	 margin-top: 30px;
}
 .small_product_inner3 {
	 padding: 30px 20px;
	 background: #fff;
	 border-radius: 10px;
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 {
		 padding: 25px 15px;
	}
}
 .small_product_inner3 .single_product {
	 margin-bottom: 25px;
}
 .small_product_inner3 .single_product:last-child {
	 margin-bottom: 0;
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .product_thumb {
		 width: 85px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .product_content {
		 width: calc(100% - 85px);
		 padding-left: 10px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .product_content h4 {
		 margin-bottom: 11px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .product_content .price_box {
		 margin-top: 8px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .action_links ul li {
		 margin-right: 2px;
	}
}
 @media only screen and (max-width: 767px) {
	 .small_product_inner3 .action_links ul li a {
		 font-size: 15px;
		 width: 32px;
		 height: 32px;
		 line-height: 36px;
	}
}
 .productbg_right_side .section_title {
	 text-align: left;
	 margin-bottom: 23px;
}
 .productbg_right_side .section_title h2 {
	 font-size: 24px;
	 line-height: 26px;
}
 .productbg_right_side .product_carousel .owl-nav div {
	 top: -49px;
	 transform: inherit;
	 font-size: 26px;
	 right: 22px;
	 left: auto;
	 opacity: 1;
	 visibility: visible;
}

































 .productbg_right_side .product_carousel .owl-nav div.owl-next {
	 right: 0;
}
 @media only screen and (max-width: 767px) {
	 .productbg_right_left {
		 margin-bottom: 60px;
	}
}
 .productbg_right_left .banner_thumb {
	 margin-top: 30px;
}
 .productbg_right_left .banner_thumb img {
	 width: 100%;
}
 @media only screen and (max-width: 767px) {
	 .productbg_right_left .banner_thumb img {
		 width: 100%;
	}
}
 @media only screen and (max-width: 767px) {
	 .custom_product3 {
		 margin-top: 57px;
	}
}
 .custom_product3 .section_title {
	 text-align: left;
	 margin-bottom: 23px;
}
 @media only screen and (max-width: 767px) {
	 .custom_product3 .section_title {
		 margin-bottom: 21px;
	}
}
 .custom_product3 .section_title h2 {
	 font-size: 24px;
	 line-height: 26px;
}
 @media only screen and (max-width: 767px) {
	 .custom_product3 .section_title h2 {
		 font-size: 20px;
		 line-height: 20px;
	}
}
 .custom_product3 .product_carousel .owl-nav div {
	 top: -49px;
	 transform: inherit;
	 font-size: 26px;
	 right: 22px;
	 left: auto;
	 opacity: 1;
	 visibility: visible;
}
 .custom_product3 .product_carousel .owl-nav div.owl-next {
	 right: 0;
}
 .color_three .label_product span.label_sale {
	 background: #fc8a35;
}
 .color_three .label_product span.label_new {
	 background: #fc8a35;
}
 .color_three .action_links ul li a:hover {
	 background: #fc8a35;
}
 .color_three .product_content h4 a:hover {
	 color: #fc8a35;
}
 .color_three .product_content p a:hover {
	 color: #fc8a35;
}
 .color_three .price_box span.current_price {
	 color: #fc8a35;
}
 .color_three .owl-nav div:hover {
	 color: #fc8a35;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .single_custom_product3 {
		 margin-bottom: 65px;
	}
}
 @media only screen and (max-width: 767px) {
	 .single_custom_product3 {
		 margin-bottom: 55px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .single_custom_product3.columnp3 {
		 margin-bottom: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .single_custom_product3.columnp3 {
		 margin-bottom: 0;
	}
}
/*home four css here*/
 .home4_gallery_area .product_carousel .owl-nav div {
	 top: -50px;
	 transform: inherit;
	 font-size: 26px;
	 right: 22px;
	 left: auto;
	 opacity: 1;
	 visibility: visible;
}
 .home4_gallery_area .product_carousel .owl-nav div.owl-next {
	 right: 0;
}
 @media only screen and (max-width: 767px) {
	 .home4_gallery_area .product_carousel .owl-nav div {
		 top: -45px;
	}
}
 @media only screen and (max-width: 767px) {
	 .home4_gallery_left {
		 margin-bottom: 56px;
	}
}
 .home4_gallery_left .section_title {
	 text-align: left;
	 margin-bottom: 24px;
}
 @media only screen and (max-width: 767px) {
	 .home4_gallery_left .section_title {
		 margin-bottom: 21px;
	}
}























 .home4_gallery_left .section_title h2 {
	 font-size: 20px;
	 line-height: 22px;
	 letter-spacing: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .home4_gallery_left .section_title h2 {
		 font-size: 19px;
		 line-height: 21px;
	}
}
 @media only screen and (max-width: 767px) {
	 .home4_gallery_left .section_title h2 {
		 font-size: 20px;
		 line-height: 20px;
	}
}
 .deals_prodict4_left {
	 margin: 67px 0;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict4_left {
		 margin: 58px 0;
	}
}
 .custom_product4 {
	 margin-bottom: 70px;
}
 @media only screen and (max-width: 767px) {
	 .custom_product4 {
		 margin-bottom: 60px;
	}
}
 .custom_product4 .product_thumb {
	 width: 90px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .product_thumb {
		 width: 76px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .product_thumb {
		 width: 76px;
	}
}
 .custom_product4 .product_content {
	 width: calc(100% - 90px);
	 padding-left: 12px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .product_content {
		 width: calc(100% - 76px);
		 padding-left: 10px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .product_content {
		 width: calc(100% - 76px);
		 padding-left: 10px;
	}
}
 .custom_product4 .product_content h4 {
	 margin-bottom: 13px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .product_content h4 {
		 margin-bottom: 9px;
		 font-size: 14px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .product_content h4 {
		 margin-bottom: 9px;
		 font-size: 14px;
	}
}
 .custom_product4 .price_box {
	 margin-top: 10px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .price_box {
		 margin-top: 6px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .price_box {
		 margin-top: 6px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .price_box span.current_price {
		 font-size: 16px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .price_box span.current_price {
		 font-size: 16px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .custom_product4 .price_box span.old_price {
		 font-size: 14px;
		 margin-left: 3px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .custom_product4 .price_box span.old_price {
		 font-size: 14px;
		 margin-left: 3px;
	}
}
 .custom_product4 .single_product:hover .action_links {
	 bottom: 5px;
}
 .custom_product4 .single_product:hover .price_box {
	 opacity: 0;
}
 .custom_product4 .single_product:hover .product_rating {
	 opacity: 0;
}
 .custom_product4 .action_links {
	 bottom: 0;
	 transition: 0.3s;
}
 .product_rating {
	 transition: 0.3s;
}
 .product_rating ul {
	 display: flex;
}
 .product_rating ul li {
	 line-height: 16px;
}
 .product_rating ul li a {
	 font-size: 18px;
	 color: #f9d738;
}
 .product_rating ul li a:hover {
	 color: #cf1f1f;
}
 .product_tab_style4 {
	 margin-top: 0;
	 margin-bottom: 22px;
}
 @media only screen and (max-width: 767px) {
	 .product_tab_style4 {
		 padding-right: 48px;
	}
}
 .product_tab_style4 ul {
	 justify-content: left;
}
 .product_tab_style4 ul li {
	 margin-right: 20px;
}
 .product_tab_style4 ul li:last-child {
	 margin-right: 0;
}
 .product_tab_style4 ul li a {
	 font-size: 24px;
	 text-transform: capitalize;
	 padding: 0;
	 border: 0;
}
 .product_tab_style4 ul li a.active {
	 color: #cf1f1f;
}
 .product_tab_style4 ul li a:hover {
	 color: #cf1f1f;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_tab_style4 ul li a {
		 font-size: 20px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_tab_style4 ul li a {
		 font-size: 18px;
	}
}
 .small_product4_right {
	 margin-bottom: 66px;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right {
		 margin-bottom: 58px;
	}
}
 .small_product4_right .section_title {
	 text-align: left;
	 margin-bottom: 22px;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .section_title {
		 margin-bottom: 21px;
	}
}
 .small_product4_right .section_title h2 {
	 font-size: 24px;
	 line-height: 26px;
	 letter-spacing: 0;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .section_title h2 {
		 font-size: 20px;
		 line-height: 20px;
	}
}
 .small_product4_right .product_thumb {
	 width: 160px;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .product_thumb {
		 width: 100px;
	}
}
 .small_product4_right .product_content {
	 width: calc(100% - 160px);
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .product_content {
		 width: calc(100% - 100px);
	}
}
 .small_product4_right .single_product .action_links {
	 bottom: -25px;
}
 .small_product4_right .single_product:hover .price_box {
	 opacity: 1;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .single_product:hover .price_box {
		 opacity: 0;
	}
}
 .small_product4_right .single_product:hover .action_links {
	 bottom: -53px;
}
 @media only screen and (max-width: 767px) {
	 .small_product4_right .single_product:hover .action_links {
		 bottom: -14px;
	}
}
 .product_header4 {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 22px;
}
 @media only screen and (max-width: 767px) {
	 .product_header4 {
		 margin-bottom: 20px;
		 flex-direction: column;
	}
}
 .product_header4 .section_title h2 {
	 font-size: 24px;
	 line-height: 26px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_header4 .section_title h2 {
		 font-size: 20px;
		 line-height: 22px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_header4 .section_title h2 {
		 font-size: 22px;
		 line-height: 22px;
	}
}
 .product_header4 .product_tab_btn {
	 margin-top: 0;
	 padding-right: 100px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_header4 .product_tab_btn {
		 padding-right: 50px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_header4 .product_tab_btn {
		 margin-top: 15px;
		 padding-right: 54px;
	}
}
 .product_header4 .product_tab_btn ul li a {
	 text-transform: capitalize;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product_header4 .product_tab_btn ul li a {
		 padding: 0 14px;
		 font-size: 14px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_header4 .product_tab_btn ul li a {
		 font-size: 13px;
		 padding: 0 8px;
	}
}
 .deals_prodict_inner4 .product_timing {
	 position: inherit;
	 margin-top: 26px;
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner4 .product_timing {
		 margin-top: 20px;
	}
}
 .deals_prodict_inner4 .single_countdown {
	 padding: 10px 11px;
	 margin-right: 10px;
	 border-radius: 3px;
}
 .deals_prodict_inner4 .single_countdown:last-child {
	 margin-right: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .deals_prodict_inner4 .single_countdown {
		 padding: 10px 7px;
		 margin-right: 7px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .deals_prodict_inner4 .single_countdown {
		 padding: 10px 8px;
		 margin-right: 7px;
	}
}
 @media only screen and (max-width: 767px) {
	 .deals_prodict_inner4 .single_countdown {
		 padding: 7px 6px;
		 margin-right: 5px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .home4_gallery_right .action_links ul li {
		 margin-right: 2px;
	}
	 .home4_gallery_right .action_links ul li:last-child {
		 margin-right: 0;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .home4_gallery_right .action_links ul li a {
		 width: 32px;
		 height: 32px;
		 line-height: 35px;
	}
}
 @media only screen and (max-width: 767px) {
	 .product_margin4 {
		 margin-bottom: 0;
	}
}









 .color_four .label_product span.label_sale {
	 background: #cf1f1f;
}
 .color_four .label_product span.label_new {
	 background: #cf1f1f;
}
 .color_four .action_links ul li a:hover {
	 background: #cf1f1f;
}
 .color_four .product_content h4 a:hover {
	 color: #cf1f1f;
}
 .color_four .product_content p a:hover {
	 color: #cf1f1f;
}
 .color_four .price_box span.current_price {
	 color: #cf1f1f;
}
 .color_four .owl-nav div:hover {
	 color: #cf1f1f;
}
 .color_four .product_tab_btn ul li a.active {
	 color: #cf1f1f;
	 border-color: #cf1f1f;
}
 .color_four .product_tab_btn ul li a:hover {
	 color: #cf1f1f;
	 border-color: #cf1f1f;
}
/*home five css here*/
 .product_five .deals_title {
	 background: #40a944;
}
 .product_five .addto_cart_btn a {
	 background: #40a944;
}
.product_five .addto_cart_btn a.view {
    background:  #cf1f1f;
}


/*instagram css here*/
 .instagram_area {
	 margin-top: 70px;
}
 @media only screen and (max-width: 767px) {
	 .instagram_area {
		 margin-top: 60px;
	}
}
 .instagram_gallery {
	 margin-left: -15px;
	 margin-right: -15px;
}
 .instagram_gallery:hover button {
	 opacity: 1;
	 visibility: visible;
	 left: -15px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .instagram_gallery:hover button {
		 left: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .instagram_gallery:hover button {
		 left: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .instagram_gallery:hover button {
		 left: 0;
	}
}
 .instagram_gallery:hover button.slick-next {
	 right: -15px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .instagram_gallery:hover button.slick-next {
		 right: 0;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .instagram_gallery:hover button.slick-next {
		 right: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .instagram_gallery:hover button.slick-next {
		 right: 0;
	}
}
 .instagram_gallery a.instagram-image {
	 padding-left: 15px;
	 padding-right: 15px;
	 transition: 0.3s;
}
 .instagram_gallery a.instagram-image:hover {
	 opacity: 0.9;
}
 .instagram_gallery button {
	 background: inherit;
	 padding: 0;
	 border: 0;
	 position: absolute;
	 top: 50%;
	 transform: translatey(-50%);
	 font-size: 36px;
	 left: 0;
	 transition: 0.3s;
	 opacity: 0;
	 visibility: hidden;
}
 .instagram_gallery button.slick-next {
	 right: 0;
	 left: auto;
}
 








.topbar-device-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
}
.topbar-device-mobile>div2 {
    /* -webkit-box-flex: 1; */
    -moz-box-flex: 1;
    /* -webkit-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
}


.topbar-device-mobile .active-mobile .mobil_menu_button, .topbar-device-mobile .active-mobile .home-icon {
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 24px;
    padding-left: 2px;
    display: flex;
    float: left;
}

.topbar-device-mobile .mobile-logo {
    padding: 0 0 0 7px;
    margin-right: 0;
    display: inline-block;
    line-height: 44px;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    text-align: center;
}


@media (max-width: 768px) {
   .mobile-logo a img {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    }
 
   .mobile-logo a img {
    max-width: 200px;
    }
}


.topbar-device-mobile .search-device {
    display: flex;
    max-width: 30px;
    align-items: center;
    min-width: 30px;
}


.topbar-device-mobile .search-device .tbay-search-form {
    background-color: #eee;
    border: 0;
    padding: 0;
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: auto;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.tbay-search-form .form-group {
    margin-bottom: 0;
}

.tbay-search-form .button-group {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 10;
}

.tbay-preloader {
    cursor: pointer;
    position: absolute;
    line-height: 42px;
    right: 100%;
    left: auto;
    top: 0;
    text-align: center;
    width: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.topbar-device-mobile .search-device .search-mobile-close {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.topbar-device-mobile .device-cart {
    justify-content: flex-end;
    display: flex;
    max-width: 30px;
    align-items: center;
}

.topbar-device-mobile .device-cart a {
    position: relative;
    display: inline-block;
}

.topbar-device-mobile .device-cart i {
    color: #333;
    font-size: 24px;
    line-height: 30px;
}


















.topbar-device-mobile .device-cart a .mini-cart-items, .topbar-device-mobile .device-cart a .mini-cart-items-static {
    position: absolute;
    top: -3px;
    right: -11px;
}

.item-absolute, .footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static, .topbar-device-mobile .device-cart a .mini-cart-items, .topbar-device-mobile .device-cart a .mini-cart-items-static {
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--tb-theme-color);
    color: #fff;
}


.mobil_menu a {
    color: #557b25;
    text-decoration: none;
    font-weight: 500;
}

 .mobil_menu_close > a {
	 font-size: 25px;
}
 .mobil_menu_close > a:hover {
	 color: #40a944;
}
 .mobil_menu {
	 position: fixed;
	 min-width: 355px;
	 height: 100%;
	 padding: 18px 28px 33px;
	 background: #fff;
	 z-index: 2999;
	 top: 48px;
	 transition: 0.5s;
	 transform: translateX(-100%);
}
 .mobil_menu.active {
	 transform: translateX(0%);
	 transition: 0.5s;
}
 @media only screen and (max-width: 767px) {
	 .mobil_menu {
		 min-width: 300px;
		 height: 100%;
		 padding: 18px 18px 33px;
	}
}


.mobil_menu.active .nav-link{
	background-color:#fcfbfb
	
}


.mobil_menu.active .nav-link{
	color:#7f7f7f;
	width:50%;
}




.footer-device-mobile ,
.footer-device-mobile-buynow,
.footer-device-mobile-buynow-form {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.09);
    padding: 12px 0 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block;
    box-shadow: 0 -2px 12px #b0afaf;
}

.footer-device-mobile-buynow {
    color: #FFF;
    box-shadow: 1px 0px 8px 0px #73835d;
    padding: 5px;
z-index: 1600;
display: none;}

.footer-device-mobile-buynow .ilk {
   border-right: 1px solid #57940b;

}

.bg-greeng {
    background: linear-gradient(180deg, rgb(134 188 66) 0%, rgb(125 176 61) 48%, rgb(134 188 66) 100%);
}


.footer-device-mobile-buynow .btn {

   color: #fff;

}

.footer-device-mobile-buynow-form {

padding: 11px 0px 0px;
 z-index: 1605;

}


.box-quantity {
    clear: both; 
    display: flex;
    justify-content: space-evenly;
}


.footer-device-mobile-buynow-form .btn-close {
    position: absolute;
    right: 10px;
    border: 1px solid silver;
    border-radius: 15px;
    font-size: 8px;
    padding: 9px;
}









span.title-qty {
    line-height: 44px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 0;
}



.input-plus, .input-minus {
    border: 0;
    width: 26px;
    height: 38px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    float: left;
    clear: none;
    font-size: 16px;
    line-height: 38px;
    font-weight: 900;
    color: #3a4354;
    outline: 0;
    background: #f0f8ff;
}


.input-text {
    width: 30px;
    height: 38px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff;
    float: left;
    color: #000;
    line-height: normal !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.quantity {
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #eee;
    display: inline-block;
}




.product-list .input-text , .product-list .input-plus, .product-list .input-minus{
    height: 36px;
}






.footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static {
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
}
.footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static, .topbar-device-mobile .device-cart a .mini-cart-items, .topbar-device-mobile .device-cart a .mini-cart-items-static {
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #86bc42;
    color: #fff;
}






footer-device-mobile>* {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.footer-device-mobile>* a span.icon {
    position: relative;
    display: inline-block;
}

.footer-device-mobile>* i {
    font-size: 24px;
    line-height: 20px;
    display: block;
}

.footer-device-mobile>* a span.icon .count, .footer-device-mobile>* a span.icon .mini-cart-items, .footer-device-mobile>* a span.icon .mini-cart-items-static {
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
}

.footer-device-mobile>* a {
    display: block;
    color: #666;
    line-height: 20px;
    text-decoration: none;
    width: 25%;
    float: left;
}

.footer-device-mobile>* {
    width: 100%;
    text-align: center;
    font-size: 12px;
}



.tbay-mmenu {
    display: none;
}


@media (min-width: 1200px) {
#tbay-mobile-menu, .topbar-device-mobile, .footer-device-mobile, .topbar-mobile {
    display: none;
}

}

 
  

@media (max-width: 767px) {
.footer-device-mobile.visible-xxs,
.footer-device-mobile-buynow  {
    display: flex;
}

.product-list .btn-none-text  {
    display: none!important;
}

.product-list  .input-plus, .product-list  .input-minus {
 width: 16px;
 font-size: 12px;
 line-height: 28px;
}
.product-list .input-text {
    /* width: 28px; */
    /* height: 36px; */
}
 
.product-list  .quantity {
    margin-right: 3px;
}
}